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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
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
28
28
29
29
Please see the [project releases](https://socketry.github.io/async-container/releases/index) for all releases.
30
30
31
+
### v0.34.5
32
+
33
+
-**Fixed**: `instance.exec` with `ready: true` no longer causes premature termination. The notification pipe is now always passed to the exec'd process.
34
+
31
35
### v0.34.4
32
36
33
37
- Add missing `bake` and `context` files to the release.
@@ -68,10 +72,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
68
72
-`SIGTERM` is now graceful, the same as `SIGINT`, for better compatibility with Kubernetes and systemd.
69
73
-`ASYNC_CONTAINER_INTERRUPT_TIMEOUT` and `ASYNC_CONTAINER_TERMINATE_TIMEOUT` are removed and replaced by `ASYNC_CONTAINER_GRACEFUL_TIMEOUT`.
70
74
71
-
### v0.29.0
72
-
73
-
- Introduce `Client#healthy!` for sending health check messages.
Copy file name to clipboardExpand all lines: releases.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Releases
2
2
3
-
## Unreleased
3
+
## v0.34.5
4
4
5
5
-**Fixed**: `instance.exec` with `ready: true` no longer causes premature termination. The notification pipe is now always passed to the exec'd process.
0 commit comments