Releases: erlware/relx
Releases · erlware/relx
Birthday Gift
- New option
enable_shallow_app_discovery
for faster discover (Thanks Konrad!) - Command line override for
sys_config
setting (Thanks Matt!) - Many misc. start script fixes
- Many misc. templating fixes
- Support directories with spaces (Thanks Chase!)
- Windows support (Thanks Chase!)
- Initial Solaris (POSIX) support (Thanks again Chase!)
- 17.0 build support
- Misc bug fixes
Growling Gopher
- Option to skip release discovery
- Verbose mode 0 fix
- Misc start script fixes
- Config file option for output_dir
- Move nodetool and install_upgrade out of erts
- Dev mode config file linking fix
- Set ERL_LIBS for console_clean
- Starting in foreground now is in embedded mode
Lusty Laestrygonian - 02
- Correctly produce error if multiple releases of with different names appear in the
relx.config
without a default release being specified - Various bug fixes and text cleanups
Thanks @josevalim and @byaruhaf
Lusty Laestrygonian - 01
Bugfix release for 0.5.0.
Lusty Laestrygonian
- Support for a dev mode that links in applications and configurations instead of copying them. This is very useful when in development mode
- Support for an overlay vars command line flag
- Support for multiple overlay var files
- Auto downloading of rebar if it doesn't exist
- Numerous bug fixes
Warn on broken app and misc bug fixes
- Only warn on broken app and attempt to assemble release without it (error if broken app is needed for this)
- Do not include
erts
in tar file ifinclude_erts
isfalse
- Add warn log level. Default log level is now 2
- Replace
disable-default-libs
command line arg withdefault-libs
, default istrue
- Misc extended start script fixes
Improved release downgrade support and bug fixes
- Create RELEASES file and include in tarball so downgrade to initial works
- Support upgrade and downgrade between versions and proper error codes in extended start script (thanks @RJ!)
- Add -p for setting code paths
- Do not write default empty sys.config or vm.args if it exists already from templates
- Add lib_dirs option to for config file, same as -l cli argument
- Fix bug where type none for application in relx config file is not added to the rel file
- Ensure a beam exists for each module defined in an application's .app file
- Fix bug in override resolution
- Add -v/--version cli option
Improved CLI output
- Improved look of output to runs on command line
- Updated README with simplified example and improved formatting
Make tar action compatible with R15
- Replaces use of filelib:wildcard with '**' argument as it is only available in R16+
Patch extended start script console action
- Fixes the console action in the extended start script for .boot named boot files