CHANGELOG.md in pitchfork-0.5.0 vs CHANGELOG.md in pitchfork-0.6.0

- old
+ new

@@ -1,6 +1,18 @@ # Unreleased +# 0.6.0 + +- Expose `Pitchfork::Info.workers_count` and `.live_workers_count` to be consumed by application health checks. +- Implement `before_worker_exit` callback. +- Make each mold and worker a process group leader. +- Get rid of `Pitchfork::PrereadInput`. +- Add `Pitchfork.shutting_down?` to allow health check endpoints to fail sooner on graceful shutdowns. +- Treat `TERM` as graceful shutdown rather than quick shutdown. +- Implement `after_worker_hard_timeout` callback. + +# 0.5.0 + - Added a soft timeout in addition to the historical Unicorn hard timeout. On soft timeout, the `after_worker_timeout` callback is invoked. - Implement `after_request_complete` callback. # 0.4.1 \ No newline at end of file