Skip to content

Commit 3c11ab5

Browse files
committed
Bump patch version.
1 parent 621844e commit 3c11ab5

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

lib/async/container/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module Container
8-
VERSION = "0.35.0"
8+
VERSION = "0.35.1"
99
end
1010
end

readme.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2828

2929
Please 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

7674
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.35.1
44

55
- **Fixed**: `Hybrid` container now stops on interrupt instead of restarting indefinitely.
66

0 commit comments

Comments
 (0)