Skip to content

Releases: erlware/relx

Birthday Gift

04 May 20:01
Compare
Choose a tag to compare
  • 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

01 Feb 16:46
Compare
Choose a tag to compare
  • 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

22 Nov 21:58
Compare
Choose a tag to compare
  • 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

21 Oct 16:28
Compare
Choose a tag to compare

Bugfix release for 0.5.0.

Lusty Laestrygonian

16 Oct 16:22
Compare
Choose a tag to compare
  • 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

28 Sep 23:14
Compare
Choose a tag to compare
  • 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 if include_erts is false
  • Add warn log level. Default log level is now 2
  • Replace disable-default-libs command line arg with default-libs, default is true
  • Misc extended start script fixes

Improved release downgrade support and bug fixes

21 Sep 03:17
Compare
Choose a tag to compare
  • 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

16 Sep 17:34
Compare
Choose a tag to compare
  • Improved look of output to runs on command line
  • Updated README with simplified example and improved formatting

Make tar action compatible with R15

13 Sep 22:41
Compare
Choose a tag to compare
  • Replaces use of filelib:wildcard with '**' argument as it is only available in R16+

Patch extended start script console action

13 Sep 17:40
Compare
Choose a tag to compare
  • Fixes the console action in the extended start script for .boot named boot files