Releases: nerves-project/erlinit
Releases · nerves-project/erlinit
v1.3.1
v1.3.0
v1.2.0
v1.1.4
v1.1.3
- Bug fixes
- Improve debug on graceful shutdown to help debug errors in the future.
Also, handle some error returns that were not being handled before. - Change default to
--reboot-on-fatal
so that fatal errors fromerlinit
don't result in hung boards. This is the expectation in production, so
users debuggingerlinit
issues should add--hang-on-fatal
to their
erlinit.config
files from now on.
- Improve debug on graceful shutdown to help debug errors in the future.
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
- New features
- Added support for graceful shutdowns. Now requests to reboot, halt,
and power off won't immediately terminate the Erlang VM. It will get
about 10 seconds to shut down gracefully before it's killed. - Added support for reading
start_erl.data
to decide which version
of a release to run. - Sorted all directory scans so that they're deterministic. Previously
the order that files were read in a directory could determine what was
run. While the order appeared stable in practice, it wasn't guaranteed. - Added
--working-directory
to change the current directory to
something else. This was useful for OTP applications that wrote to
the current directory. - Added quite a few more regression tests.
- Added support for graceful shutdowns. Now requests to reboot, halt,