Runtime Network Controls

Runtime Network Controls Runtime Network Controls

This release improves sandbox control with runtime network settings for running sandboxes. The API can now update outbound access without a restart, letting teams block traffic, restore access, or apply a CIDR allow list while SDK clients stay in sync.

It also improves platform reliability for larger workloads. Declarative build sandboxes are capped per runner to avoid hotspots, Python SDK users can opt into WebSocket handshake throttling for bursty PTY and log sessions, and API cleanup jobs now use locks to prevent duplicate work.

Docs add Java SDK references and cleaner snippets, fix locale routing and guide hover states, while security chores expand CODEOWNERS coverage and harden yarn registry checks.

Release Details

Features:

  • api: runtime sandbox network updates (#4538)

  • api: cap declarative build sandboxes per runner (#4548)

  • docs: add java sdk / refactor references and code snippets (#4389)

  • sdk-python: add optional WebSocket handshake concurrency limit (#4527)

Fixes:

  • api: add sandbox service jobs locks (#4543)

  • docs: update guides list container hover (#4518)

  • docs: modify locale handling routes (#4537)

Chores:

  • sync go.sum for v0.168.0 (#4524)

  • sdk-go: bump to v0.169.0 (#4550)

  • security: expand CODEOWNERS coverage for CI/CD and supply chain (#4535)

  • security: close P0 url parser bypass and P1 content gutting (#4534)