This release fixes issues for SREs watching stability and regressions.
Published 2mo
Containers & Orchestration
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai
ai-agent
ai-infra
kubernetes
sandbox
Summary
AI summaryFixed SSE and chunked streaming stutter caused by buffering under 1 MiB in mitmproxy.
Full changelog
What's New
🐛 Bug Fixes
- Unblock SSE / chunked streaming through mitmproxy. The
--set stream_large_bodies=1mflag (added to prevent OOM on large downloads) buffered any response under 1 MiB before forwarding, stalling LLM SSE and chunked streams of small chunks until the stream ended or the threshold was hit — producing perceptible stutter downstream. Introduces a bundled system addon, always loaded by the egress launcher, that forcesflow.response.stream = Truefor responses withcontent-type: text/event-streamortransfer-encoding: chunked. Large-body OOM protection fromstream_large_bodiesstays intact for everything else. The previous example scriptadd_header.pyis renamed tosystem.pyand repurposed as the always-on system addon (wire-transparent: no headers added or altered). User-supplied addons viaOPENSANDBOX_EGRESS_MITMPROXY_SCRIPTare still loaded after the system addon and may observe or override its hooks. (#898)
👥 Contributors
Thanks to these contributors ❤️
- @Pangjiping
- Docker Hub: opensandbox/egress:v1.0.12
- Aliyun Registry: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/egress:v1.0.12
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Earlier breaking changes
- vpython/sandbox/v0.1.14 Removes `CredentialMatch.ports`; port now derived from scheme.
- vjava/sandbox/v1.0.16 Removes CredentialMatch.ports; port derived from scheme instead.
- vdocker/egress/v1.1.4 `Match.Ports` field removed from Credential Vault bindings; ports derived from scheme.
- vdocker/egress/v1.1.4 'X-Forwarded-Proto' is trusted only from configured proxy CIDRs.
- vdocker/egress/v1.1.4 Credential Vault requires `dns+nft` enforcement for egress connections.
Beta — feedback welcome: [email protected]