Skip to content

Releases: erlware/relx

v4.0.0-rc1

18 Apr 17:06
v4.0.0-rc1
e3b61cd
Compare
Choose a tag to compare
v4.0.0-rc1 Pre-release
Pre-release

New Features

  • Actually removal of features:
    • No longer an escript
    • Functionality that is a duplicate of rebar3 has been removed
    • rebar3 is now able to pass a map of OTP Applications so relx does not need to do a discovery step
    • Releases are no longer discovered unless needed
  • Add support for exref, {exref, [Apps]} and src_tests
    • Neither form of exref will work if using rebar3 as an escript. Install with rebar3 local install in order to use this feature.
  • Add support for multiple mode types:
    • dev: Same as the old dev_mode option. Creates symlinks for applications and configuration.
    • minimal: Same as prod but does not include ERTS in the release.
    • prod: Strips debug info from beam modules, includes ERTS and excludes src
  • Extended start script no longer requires exact version of ERTS but attempts to use the one in the PATH if none is bundled in release
  • On OTP-23:
    • extended start script will use erl_call instead of nodetool
    • remote shell will not bind to a listen port making use of epmdless simpler

New Defaults

  • extended_start_script is true by
  • Automatically includes config/sys.config[.src] and config/vm.args[.src]
    • set {sys_config, false} and {vm_args, false} to force them to be left out
  • Release boot script is now always named start.boot

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

v3.33.0: Merge pull request #744 from colrack/start_epmd_fix

v3.32.0

v3.31.0

14 Apr 13:46
8ff1e44
Compare
Choose a tag to compare

v3.30.0

v3.29.0: Attempt at a fix for vm.args usage (#688)

13 Mar 17:00
Compare
Choose a tag to compare
* Attempt at a fix for vm.args usage

* bump sleep time to see if it fixes tests on travis

v3.27.0

05 Oct 13:25
bb8af6d
Compare
Choose a tag to compare
  • Check for pipe write permission on start/attach (#669)
  • windows template - using %hostname% in service install (#670)
  • support tuples in overlay_vars so rebar3 can pass variables (#672)

v3.26.0

24 Jun 00:09
efd717e
Compare
Choose a tag to compare

This release includes the fix for eperm errors people have been encountering when using with OTP-21:

v3.24.5

15 Feb 21:48
86d415f
Compare
Choose a tag to compare

v3.24.3

21 Nov 18:40
6384713
Compare
Choose a tag to compare