Skip to content

Releases: mojombo/god

v0.13.4

06 Mar 05:16
Compare
Choose a tag to compare
  • Minor Enhancements
    • Hipchat reporter (#162)
    • Re-open log files on SIGUSR1 (#103)
  • Bug fixes
    • Send query params on webhook reporter (#160)
    • Don't thow an exception when there are problems reading pid file (#164)

v0.13.3

06 Mar 05:16
Compare
Choose a tag to compare
  • Minor Enhancements
    • Invoke commands for all watchers
    • Airbrake reporter
    • Improvements to socket responding condition

v0.13.2

27 Feb 18:50
Compare
Choose a tag to compare
  • Minor Enhancements
    • Added file_touched condition (#86)
  • Bug fixes
    • Ensure Ruby 1.9 fixes only apply to 1.9.0 and 1.9.1 (#125)
    • Documentation fixes (#109, #84, #92)

v0.13.1

06 Mar 05:17
Compare
Choose a tag to compare
  • Minor Changes
    • Prevent auto-loading from bundler by requiring $load_god to require (#97)

v0.13.0

06 Mar 05:17
Compare
Choose a tag to compare
  • Minor Changes
    • Reduce verbosity of non-failing conditions (#111)

v0.12.1

06 Mar 05:19
Compare
Choose a tag to compare
  • Bug Fixes
    • Fix undefined variable problem in CLI (#82)

v0.12.0

06 Mar 05:20
Compare
Choose a tag to compare
  • Minor Enhancements
    • Add umask support
    • Add socket response condition (#25)
    • Don't require tests run as sudo under non-linux systems (#15)
    • Add Bundler support
    • Add keepalive simple conditional setups (#71)
    • Better load command to act upon removed watches (#70)
    • Add support for ssl in http_response_code condition (#36)
    • New documentation at http://godrb.com
  • Bug Fixes
    • Use IO.print instead of IO.puts for thread safety (#35)
    • Fix Slashproc poller for commands with spaces (#31)
    • Various segfault and kernel panic fixes
    • Fix SMTP Auth documentation (#29)
    • Fix a bunch of tests that were failing on Ruby 1.9

v0.11.0

06 Mar 05:21
Compare
Choose a tag to compare
  • Major Changes
    • Rewrite notification system to be more consistent and flexible.

v0.10.1

06 Mar 05:21
Compare
Choose a tag to compare
  • Bug Fixes
    • Fix date in gemspec

v0.10.0

06 Mar 05:21
Compare
Choose a tag to compare
  • Minor Enhancements
    • Add stop_timeout and stop_signal options to Watch
  • Bug Fixes
    • Stop command string was being ignored