Sandbox list with cursor pagination
Daytona 0.180.0 overhauls how sandboxes are listed, replacing the legacy endpoints with a single paginated, searchable API and removing the deprecated workspace routes entirely.
Added
API: sandbox list with cursor pagination
Fixed
API: add node-forge as explicit dependency
API: jest support for uuid v14 ESM-only package
Python SDK: anchor sync http_client finalizer on the client itself
TypeScript SDK: route stream module through dynamicImport in ESM downloadFile path
Changed
sync go.sum for v0.179.0
Deps: dependency bumps across api, runner, daemon, docs, and guides
Go SDK: bump to v0.180.0
Breaking Changes
The GET /api/sandbox endpoint now returns a paginated response object with full search capabilities built in, and the legacy /api/sandbox/paginated endpoint is being deprecated. Additionally, all /api/workspace endpoints are being removed entirely. If you still have integrations hitting /api/workspace routes, migrate them to the corresponding /api/sandbox endpoints.