Skip to content

Releases: thuehlinger/daemons

daemons 1.4.1

26 Aug 17:54
Compare
Choose a tag to compare

== 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

02 May 16:54
Compare
Choose a tag to compare

== 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

14 Dec 20:01
Compare
Choose a tag to compare

Bugfix release:

  • Fix undefined local variable or method `pid_delimiter'

daemons 1.3.0

10 Dec 20:05
Compare
Choose a tag to compare

== 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

24 Dec 12:57
Compare
Choose a tag to compare

== Release 1.2.6: December 24, 2017

  • Add links to rubydoc.info documentation.

daemons 1.2.5

22 Oct 17:19
Compare
Choose a tag to compare

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

02 Aug 18:32
Compare
Choose a tag to compare

Bugfix and feature enhancement release.

  • add :shush option
  • add :monitor_interval option
  • add :log_output_syslog option

daemons 1.2.3

25 Jun 20:27
Compare
Choose a tag to compare

Bugfix release: ApplicationGroup now waits on subprocesses in start_all.

daemons 1.2.2

17 Mar 19:38
Compare
Choose a tag to compare

Bugfix release: fix 100% CPU usage bug in monitor mode.

daemons 1.2.1

10 Mar 21:21
Compare
Choose a tag to compare

Bugfix release that fixes installation of the gem with newer rubygems versions.