Skip to content

v1.12.2

Choose a tag to compare

@cw-python-release-helper cw-python-release-helper released this 02 Sep 16:31
· 20 commits to main since this release

v1.12.2 (2026-09-02)

This release is published under the Apache-2.0 License.

Bug Fixes

  • sandbox: Read known-size write fallback without waiting for stdin EOF (#167, e123536)

The exec-stream write fallback already knows the payload length. Waiting for EOF via cat hangs when kubelet drops CLOSE, and the runner then aborts with STDIN_CLOSE_GRACE_EXPIRED.


Detailed Changes: v1.12.1...v1.12.2