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.31.1 "
8+ VERSION = "0.32.0 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ 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.32.0
32+
33+ - Minor ** breaking** changes to ` Async::Container::Policy ` interface.
34+ - Expose ` Async::Container::Statistics::Rate#window ` .
35+
3136### v0.31.0
3237
3338 - Introduce ` Async::Container::Policy ` for managing child lifecycle events and implementing custom failure handling strategies.
@@ -69,11 +74,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
6974
7075 - Log caller and timeout when waiting on a child instance to exit, if it blocks.
7176
72- ### v0.27.0
73-
74- - Increased default interrupt timeout and terminate timeout to 10 seconds each.
75- - Expose ` ASYNC_CONTAINER_INTERRUPT_TIMEOUT ` and ` ASYNC_CONTAINER_TERMINATE_TIMEOUT ` environment variables for configuring default timeouts.
76-
7777## Contributing
7878
7979We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.32.0
44
55 - Minor ** breaking** changes to ` Async::Container::Policy ` interface.
66 - Expose ` Async::Container::Statistics::Rate#window ` .
You can’t perform that action at this time.
0 commit comments