Skip to content

v4.0.0

Compare
Choose a tag to compare
@tsloughter tsloughter released this 30 Aug 20:45
· 123 commits to master since this release
v4.0.0
7b2f7ea

New Features

New Defaults

Bug Fixes

Backwards Incompatible Changes

Start Script

  • eval requires trailing period: bin/<release_script> eval "3."
  • rpcterms removed
  • rpc takes list of arguments, so to call foo:bar(1,2,3): bin/<release_script> foo bar "[1,2,3]"
  • start renamed to daemon
    • attach renamed to daemon_attach
  • remote_console has aliases remote and remsh

Release building

  • Provider support removed from relx
  • No support for goal restrictions like {appname, "> 1.1.1"}