File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66module Async
77 module Container
8- VERSION = "0.35.0 "
8+ VERSION = "0.35.1 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2828
2929Please see the [ project releases] ( https://socketry.github.io/async-container/releases/index ) for all releases.
3030
31+ ### v0.35.1
32+
33+ - ** Fixed** : ` Hybrid ` container now stops on interrupt instead of restarting indefinitely.
34+
3135### v0.35.0
3236
3337 - ** Fixed** : ` Hybrid ` now interrupts inner threaded children during graceful shutdown and force-stops remaining children on exit.
@@ -65,12 +69,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
6569 - Minor ** breaking** changes to ` Async::Container::Policy ` interface.
6670 - Expose ` Async::Container::Statistics::Rate#window ` .
6771
68- ### v0.31.0
69-
70- - Introduce ` Async::Container::Policy ` for managing child lifecycle events and implementing custom failure handling strategies.
71- - Add ` Async::Container::Statistics::Rate ` for tracking failure and restart rates over sliding time windows.
72- - Fix restart counter to only increment when actually restarting (check ` @running ` flag).
73-
7472## Contributing
7573
7674We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.35.1
44
55 - ** Fixed** : ` Hybrid ` container now stops on interrupt instead of restarting indefinitely.
66
You can’t perform that action at this time.
0 commit comments