All Versions
11
Latest Version
Avg Release Cycle
89 days
Latest Release
1047 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