Skip to content

Releases: socketry/async-container

v0.34.5

09 Apr 12:03
21d71fa

Choose a tag to compare

  • Fixed: instance.exec with ready: true no longer causes premature termination. The notification pipe is now always passed to the exec'd process.

v0.34.4

19 Mar 22:23
481118f

Choose a tag to compare

  • Add missing bake and context files to the release.

v0.34.3

09 Mar 07:55
091ad82

Choose a tag to compare

  • Controller#restart and Controller#reload now include a status: message in the ready! notification, so systemctl status shows "Running with N children." instead of the stale "Initializing controller..." message.