All Versions
11
Latest Version
Avg Release Cycle
89 days
Latest Release
1857 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.24.3 Changes
March 22, 2020Rust code into rust directory
-
v0.24.2 Changes
March 22, 2020๐ Use of go modules instead of dep, thanks @chenrui333
-
v0.24.1 Changes
December 08, 2019- ๐ Support for FreeBSD/arm64, thanks @t6
-
v0.24.0 Changes
October 24, 2019- โ Added the
post_exit
option to call a command after process exits, passing as an argument the exit code (Requires go >= 1.12) #54, thanks @olgeni
- โ Added the
-
v0.23.0 Changes
March 08, 2019- ๐จ Implemented option
-cc
checks the config file, print the config and exits with code 0 if no error was found, or exits with code 1 an error was found
- ๐จ Implemented option
-
v0.22.0 Changes
December 17, 2018- ๐ Fixed logger
Log
not to close pipe even when Scan() fails #46, thanks @honteng
- ๐ Fixed logger
-
v0.21.0 Changes
September 23, 2018- 0๏ธโฃ Implemented
retries 0
defaults to-1
run forever, if set to 0 it will just run once and exit - ๐ Fixed supervisor to wait for the http socket server to be closed before exiting
- Using RWmutex to prevent race conditions
- ๐ Improved logger to terminate the custom logger in case doesn't exit after closing StdinPipe
- 0๏ธโฃ Implemented
-
v0.20.0 Changes
June 07, 2018- โ Added the
require_cmd
option that prevents starting a service based on the output of command (exit 0), thanks @luetge
- โ Added the
-
v0.19.0 Changes
May 28, 2018 -
v0.18.0 Changes
January 10, 2018- โ Added option
retries
,-r
to specify the maximum number of tries before exiting the program - Environment
IMMORTAL_EXIT
used to exit when running immortal with a config file, helps to avoid a race condition (start/stop) when using immortaldir - ๐จ
immortalctl
prints now process that are about to start with a definedwait
value - ๐ Renamed option
-s
to-w
to be more consistent with the config file optionwait
- ๐ฆ Signals are only sent to process then this is up and running
- โ Added option