Sandbox Querying & Snapshot Fix

Sandbox Querying & Snapshot Fix Sandbox Querying & Snapshot Fix

This release improves snapshot handling and sandbox management. The API now allows creating snapshots from registry images that expose ports, fixing a key limitation when working with more complex container setups.

A major refactor introduces server-side sandbox querying, replacing client-side filtering with backend-driven pagination, sorting, and label-based filtering. This applies across the API, CLI, dashboard, and SDK, ensuring faster responses and more accurate results for large organizations. The dashboard now uses key-value label filters, the CLI and SDKs integrate the new querying model, and documentation has been updated to reflect these changes.

Together, these improvements expand compatibility for snapshot creation and deliver a more scalable and efficient way to manage sandboxes.

Release Details

Fixes

  • api: allow creating snapshot from registry images with ports (#2565)

Refactor

  • api,cli,dashboard,sdk: introduce server-side sandbox querying (#2480)

Patches

Fixes

  • dashboard: add warm pool condition when handling sandbox websocket events (#2571)

Chores

  • runner: add server url to dockerfile (#2569)