Skip to content

v1.0.0

Compare
Choose a tag to compare
@fhunleth fhunleth released this 26 May 00:25
· 158 commits to main since this release
  • 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.