All Versions
18
Latest Version
Avg Release Cycle
60 days
Latest Release
1511 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.2.0 Changes
December 01, 2020 -
v4.1.0 Changes
November 19, 2020- add USE_NODETOOL env variable in extended start script to force use of nodetool for
rpc
andeval
- fix overlay vars from embedded files not taking precedence
- fix search of system_libs directory for applications
- ๐ Bring back deprecated start/attach extended start script commands
- Prepare *.beam to be writeable before strip
- ๐ Fix/remove vm args inclusion restriction
- โก๏ธ updates to start script for otp 23.1
- Fix file link error when shell language is not english
- ๐ fix node naming on Windows in batch template
- ๐ Embedded specific fixes
- add USE_NODETOOL env variable in extended start script to force use of nodetool for
-
v4.0.2
September 02, 2020 -
v4.0.1
September 01, 2020 -
v4.0.0 Changes
August 30, 2020๐ 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 sorelx
does not need to do a discovery step- Releases are no longer discovered unless needed
- No longer an
- โ Add support for
systools
checksexref
,{exref, [Apps]}
andsrc_tests
- Neither form of
exref
will work if usingrebar3
as an escript. Install withrebar3 local install
in order to use this feature. The default xref analysis done by relx now makes this option less useful but it is kept to allow a user to choose what is best for them.
- Neither form of
- Alternative to
exref
added which is enabled by default,check_for_undefined_functions
. check_for_undefined_functions option using xref on release - โ Add support for multiple
mode
types:dev
: Same as the olddev_mode
option. Creates symlinks for applications and configuration.minimal
: Same asprod
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 ofnodetool
- remote shell will not bind to a listen port making use of
epmdless
simpler
- extended start script will use
- include_start_script_for allows setting which type of scripts to include
- ๐ flexible release cookie
- ๐ preserve order of applications in release config -- Thanks @moiseev for the initial fix and test used for this issue!
- ๐ add overlay var for each application in the release
- otp-23 support and new env var ERL_DIST_PORT
- support getting ERL_DIST_PORT from vm.args -erl_epmd_port argument
๐ New Defaults
extended_start_script
istrue
by- Automatically includes
config/sys.config[.src]
andconfig/vm.args[.src]
- set
{sys_config, false}
and{vm_args, false}
to force them to be left out
- set
- ๐ Release boot script is now always named
start.boot
- add check_for_undefined_functions option using xref on release
๐ Bug Fixes
{include_src, false}
properly leaves outsrc
andinclude
of all applications, including OTP system applications- copy dir in overlay bug
- ๐ remove doc and man dir from erts when copying to release
- fix fallback version number that is currently a tuple {plain, "0"}
- boot script name is different after tarring
- how to call an rpc with multiple arguments?
- git describe failure
- ๐ correctly delete symlinks on windows (resolves #801)
- ๐ Windows: add powershell start script, fix nodetool ping output
- ๐ Windows: Fix issue on making junctions on paths with spaces
- ๐ otp-23 support fix: don't use undefined for longname remote shell
- use RELX_RPC_TIMEOUT in nodetool for timeout
- fix foreground subcommand with shell/input
- โ fix heart command setup and the reboot test of it
Backwards Incompatible Changes
Start Script
- ๐
eval
requires trailing period:bin/<release_script> eval "3."
- ๐
rpcterms
removed - ๐
rpc
takes list of arguments, so to callfoo:bar(1,2,3)
:bin/<release_script> foo bar "[1,2,3]"
start
renamed todaemon
attach
renamed todaemon_attach
remote_console
has aliasesremote
andremsh
๐ Release building
- ๐ Provider support removed from
relx
- ๐ No support for goal restrictions like
{appname, "> 1.1.1"}
- Actually removal of features:
-
v4.0.0-rc2 Changes
May 28, 2020๐ Changes since v4.0.0-rc1
- ๐ Correctly delete symlinks on windows (resolves #801)
- support getting ERL_DIST_PORT from vm.args -erl_epmd_port argument
- ๐ move create_RELEASES function to relx
- ๐ Adding powershell start scripts for windows, fix nodetool ping output
- ๐ Windows: Fix issue on making junctions on paths with spaces
- ๐ otp-23 support fix: don't use undefined for longname remote shell
- otp-23 support and new env var ERL_DIST_PORT
- unquote MAYBE_DIST_ARGS in extended start script so they work
- โฑ fix timeout environment variable in erl_call
- ๐ add overlay var for each application in the release
- use RELX_RPC_TIMEOUT in nodetool for timeout
- โ Replace extended start script tests in Common Test with ones using shelltestrunner
- use with erl_call and builtin nodename in remsh
- Fix foreground subcommand with shell/input
- โ fix heart command setup and the reboot test of it
-
v4.0.0-rc1 Changes
April 18, 2020๐ 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 sorelx
does not need to do a discovery step- Releases are no longer discovered unless needed
- No longer an
- โ Add support for
exref
,{exref, [Apps]}
andsrc_tests
- Neither form of
exref
will work if usingrebar3
as an escript. Install withrebar3 local install
in order to use this feature.
- Neither form of
- โ Add support for multiple
mode
types:dev
: Same as the olddev_mode
option. Creates symlinks for applications and configuration.minimal
: Same asprod
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 ofnodetool
- remote shell will not bind to a listen port making use of
epmdless
simpler
- extended start script will use
๐ New Defaults
extended_start_script
istrue
by- Automatically includes
config/sys.config[.src]
andconfig/vm.args[.src]
- set
{sys_config, false}
and{vm_args, false}
to force them to be left out
- set
- ๐ Release boot script is now always named
start.boot
๐ Bug Fixes
{include_src, false}
properly leaves outsrc
andinclude
of all applications, including OTP system applications- copy dir in overlay bug
- ๐ remove doc and man dir from erts when copying to release
- fix fallback version number that is currently a tuple {plain, "0"}
- boot script name is different after tarring
- how to call an rpc with multiple arguments?
- git describe failure
Backwards Incompatible Changes
Start Script
- ๐
eval
requires trailing period:bin/<release_script> eval "3."
- ๐
rpcterms
removed - ๐
rpc
takes list of arguments, so to callfoo:bar(1,2,3)
:bin/<release_script> foo bar "[1,2,3]."
start
renamed todaemon
attach
renamed todaemon_attach
remote_console
has aliasesremote
andremsh
๐ Release building
- ๐ Provider support removed from
relx
- ๐ No support for goal restrictions like
{appname, "> 1.1.1"}
- Actually removal of features:
-
v3.33.0 Changes
August 20, 2019- Fix undesired start of epmd when calling relx_get_nodename
- ๐ง add configurable timeouts to nodetool
- Allow for API callers to define arbitrary overlay variables
- Correctly render redefined variable
- ๐ support setting the version of release to be extended
- Handle multiple tokens
- ๐ Fix path variables quoting for Windows
- Fix directory delimiting
- ๐ quick fix for overlay that copies to top level of release
-
v3.32.1
June 01, 2019 -
v3.32.0 Changes
May 27, 2019- Fix "'findstr' is not recognized as ..."
- ๐ change '' to ``. Bug windows 7+
- ๐ include apps in start_clean release but don't load in console_clean
- ๐ Support wildcards for copy/link to a directory.
- ๐ Make {goals, ...} option add goals to release depsolver.
- allow specifying additional providers via api and cli calls
- ๐ท Fix eunit tests and add them to the CI pipeline
- ๐ add support for git ref and file content as app version
- ๐ Fix link handling on Windows