This release adds 2 notable features for engineering teams evaluating rollout.
Published 1mo
Containers & Orchestration
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
ai
ai-agent
ai-infra
kubernetes
sandbox
Summary
AI summaryUpdates 👥 Contributors, ✨ Features, and 🐛 Bug Fixes across a mixed release.
Full changelog
What's New
✨ Features
- Snapshot readiness polling — New
SandboxManager.waitForSnapshotReady(snapshotId, timeout, pollingInterval)method lets callers block until a snapshot reachesReadystate, replacing hand-rolled polling loops. ThrowsSnapshotFailedExceptionon terminal failure andSandboxReadyTimeoutExceptionon timeout. Java-friendly via@JvmOverloadswith sensible defaults (15 min timeout, 2 s interval). Also introducesSnapshotStateconstants (Creating/Ready/Failed/Deleting/Unknown) so callers can compare states without magic strings. Pure client-side convenience — no server or spec changes required. (#1051)
🐛 Bug Fixes
replaceContents()empty-body crash — FixedNullPointerExceptionwhen callingreplaceContents()(verbose=false). The execd endpoint returns an empty HTTP 200 body in non-verbose mode, which the generated OpenAPI client failed to deserialize. The SDK adapter layer now catches the null cast so the replacement result is correctly treated as successful. Also refactoredreplaceContentsDetailed()to use the generated API client instead of hand-rolled HTTP. (#1094)
📦 Misc
- Added batch multi-file
replaceContente2e test coverage for both verbose and non-verbose paths (Go, Java, C# — matching existing Python/JS coverage). (#1094)
👥 Contributors
- @Pangjiping
- @ferponse
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]