Releases: thuehlinger/daemons
Releases · thuehlinger/daemons
daemons 1.4.1
== Release 1.4.1: August 26, 2021
- Fix :proc mode (pass &block explicitly) (thanks to Graham Rogers)
- Fix style of REAMDE.md
daemons 1.4.0
== Release 1.4.0: May 1, 2021
- Allow for customization which signals are sent to stop process (thanks to philister)
- Resolves mismatched indentations (thanks to Luis M Rodriguez)
- Allow to use pry-byebug 3.8.0 (thanks to kamipo)
daemons 1.3.1
Bugfix release:
- Fix undefined local variable or method `pid_delimiter'
daemons 1.3.0
== Release 1.3.0: December 10, 2018
- Make logging more configurable.
- Add configuration options for pid file delimters, force_kill_waittime
- All status callback to be anything callable.
daemons 1.2.4
== Release 1.2.6: December 24, 2017
- Add links to rubydoc.info documentation.
daemons 1.2.5
Bugfix release.
- In Application#stop, call zap, not cleanup on the pidfile (thanks to wevanscfi)
- Use File.expand_path on and output and log files (thanks to Dave Harris)
daemons 1.2.4
Bugfix and feature enhancement release.
- add :shush option
- add :monitor_interval option
- add :log_output_syslog option
daemons 1.2.3
Bugfix release: ApplicationGroup now waits on subprocesses in start_all.
daemons 1.2.2
Bugfix release: fix 100% CPU usage bug in monitor mode.
daemons 1.2.1
Bugfix release that fixes installation of the gem with newer rubygems versions.