File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
lib/async/container/supervisor Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Async
99 module Container
1010 # @namespace
1111 module Supervisor
12- VERSION = "0.8 .0"
12+ VERSION = "0.9 .0"
1313 end
1414 end
1515end
Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2626
2727Please see the [ project releases] ( https://socketry.github.io/async-container-supervisor/releases/index ) for all releases.
2828
29+ ### v0.9.0
30+
31+ - Better handling of write failures in ` Connection::Call.dispatch ` , ensuring we don't leak calls.
32+ - Robust monitor loop handling - restart on failure, and align loop iterations.
33+ - Disable memory sampler by default and use text output format.
34+ - Introduce support for redirecting dump output to logs.
35+
2936### v0.8.0
3037
3138 - Add ` Async::Container::Supervisor::ProcessMonitor ` for logging CPU and memory metrics periodically.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.9.0
44
55 - Better handling of write failures in ` Connection::Call.dispatch ` , ensuring we don't leak calls.
66 - Robust monitor loop handling - restart on failure, and align loop iterations.
77 - Disable memory sampler by default and use text output format.
8- - Introduce support for redirecting dump output to logs.
8+ - Introduce support for redirecting dump output to logs.
99
1010## v0.8.0
1111
You can’t perform that action at this time.
0 commit comments