Skip to content

Releases: erlware/relx

4.9.0

02 Apr 16:18
v4.9.0
a772620
Compare
Choose a tag to compare

v4.8.0

17 May 10:41
v4.8.0
3593daa
Compare
Choose a tag to compare

v4.7.0

18 Jun 20:12
v4.7.0
b5182ce
Compare
Choose a tag to compare

v4.6.0

31 Dec 20:59
v4.6.0
16a7972
Compare
Choose a tag to compare

v4.5.0

02 Sep 16:50
v4.5.0
5587173
Compare
Choose a tag to compare

v4.3.0

04 Feb 18:34
v4.3.0
1646540
Compare
Choose a tag to compare

v4.2.0

01 Dec 23:46
v4.2.0
6ee4a89
Compare
Choose a tag to compare

v4.1.0

v4.0.0

30 Aug 20:45
v4.0.0
7b2f7ea
Compare
Choose a tag to compare

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"}

v4.0.0-rc2