You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ Please see the [project documentation](https://socketry.github.io/async-containe
26
26
27
27
Please see the [project releases](https://socketry.github.io/async-container/releases/index) for all releases.
28
28
29
+
### v0.27.3
30
+
31
+
- Add log for starting child, including container statistics.
32
+
- Don't try to (log) "terminate 0 child processes" if there are none.
33
+
29
34
### v0.27.2
30
35
31
36
- More logging, especially around failure cases.
@@ -64,12 +69,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
64
69
- Fix compatibility between <codeclass="language-ruby">Async::Container::Hybrid</code> and the health check.
65
70
- <codeclass="language-ruby">Async::Container::Generic\#initialize</code> passes unused arguments through to <codeclass="language-ruby">Async::Container::Group</code>.
66
71
67
-
### v0.20.0
68
-
69
-
- Improve container signal handling reliability by using `Thread.handle_interrupt` except at known safe points.
70
-
- Improved logging when child process fails and container startup.
71
-
-[Add `health_check_timeout` for detecting hung processes.](https://socketry.github.io/async-container/releases/index#add-health_check_timeout-for-detecting-hung-processes.)
0 commit comments