v0.180.0
daytonaio/daytonav0.180.0May 24, 2026by github-actions[bot]
AI Summary
Implemented cursor pagination for the sandbox list endpoint. Removed legacy `/api/workspace` endpoints and deprecated `/api/sandbox/paginated` in favor of the new paginated format.
Key Highlights
- Sandbox list with cursor pagination
- Removed `/api/workspace` endpoints
- Deprecated legacy `/api/sandbox/paginated` endpoint
Breaking Changes
- GET /api/sandbox now returns a paginated response object. Legacy `/api/sandbox/paginated` is deprecated. All `/api/workspace` endpoints have been removed.
New Features
- Cursor pagination for sandbox list
Full Release Notes
## 0.180.0 (2026-05-24) ### 🚀 Features - ⚠️ sandbox list with cursor pagination ([#4606](https://github.com/daytonaio/daytona/pull/4606)) ### 🩹 Fixes - **api:** add node-forge as explicit dependency ([4d6f08bcb](https://github.com/daytonaio/daytona/commit/4d6f08bcb)) - **api:** jest support for uuid v14 ESM-only package ([36025e46b](https://github.com/daytonaio/daytona/commit/36025e46b)) - **sdk-python:** anchor sync http_client finalizer on the client itself ([#4789](https://github.com/daytonaio/daytona/pull/4789)) - **sdk-typescript:** route stream module through dynamicImport in ESM downloadFile path ([#4773](https://github.com/daytonaio/daytona/pull/4773)) ### Chores - sync go.sum for v0.179.0 ([ea30f893e](https://github.com/daytonaio/daytona/commit/ea30f893e)) - **deps:** bump @astrojs/node from 10.0.4 to 10.0.5 ([222406f6c](https://github.com/daytonaio/daytona/commit/222406f6c)) - **deps:** bump uuid from 11.1.0 to 14.0.0 ([15d39898b](https://github.com/daytonaio/daytona/commit/15d39898b)) - **deps:** bump ruby/setup-ruby ([845f2f97b](https://github.com/daytonaio/daytona/commit/845f2f97b)) - **deps:** bump github.com/distribution/distribution/v3 ([66f93bd8a](https://github.com/daytonaio/daytona/commit/66f93bd8a)) - **deps:** bump axios from 1.14.0 to 1.15.2 ([bc4e63314](https://github.com/daytonaio/daytona/commit/bc4e63314)) - **deps:** bump github.com/in-toto/in-toto-golang in /apps/runner ([5ec9e35f5](https://github.com/daytonaio/daytona/commit/5ec9e35f5)) - **deps:** bump apache/skywalking-eyes ([b0772c141](https://github.com/daytonaio/daytona/commit/b0772c141)) - **deps:** bump @protobufjs/utf8 from 1.1.0 to 1.1.1 ([b847ec1b7](https://github.com/daytonaio/daytona/commit/b847ec1b7)) - **deps:** bump astro from 6.1.5 to 6.1.10 ([a72d42a8e](https://github.com/daytonaio/daytona/commit/a72d42a8e)) - **deps:** bump github.com/go-git/go-billy/v5 in /apps/daemon ([95a22ed87](https://github.com/daytonaio/daytona/commit/95a22ed87)) - **deps:** bump fast-xml-builder from 1.1.5 to 1.1.9 ([2409b8ec1](https://github.com/daytonaio/daytona/commit/2409b8ec1)) - **deps:** bump webpack-dev-server from 5.2.2 to 5.2.4 ([a2a3ea261](https://github.com/daytonaio/daytona/commit/a2a3ea261)) - **deps:** bump github.com/go-git/go-git/v5 in /apps/daemon ([907ac83a8](https://github.com/daytonaio/daytona/commit/907ac83a8)) - **deps:** bump idna from 3.11 to 3.15 ([257472382](https://github.com/daytonaio/daytona/commit/257472382)) - **deps:** bump ws from 8.18.0 to 8.20.1 ([e53656ffc](https://github.com/daytonaio/daytona/commit/e53656ffc)) - **deps:** bump ws in /guides/typescript/mastra/coding-agent/openai ([be5751c39](https://github.com/daytonaio/daytona/commit/be5751c39)) - **deps:** bump protobufjs ([86ffbf217](https://github.com/daytonaio/daytona/commit/86ffbf217)) - **deps:** bump uuid in /guides/typescript/mastra/coding-agent/openai ([be1eff699](https://github.com/daytonaio/daytona/commit/be1eff699)) - **deps:** bump github.com/containerd/containerd/v2 in /apps/runner ([6d6e4989d](https://github.com/daytonaio/daytona/commit/6d6e4989d)) - **deps:** bump @tootallnate/once from 1.1.2 to 2.0.1 ([e8d897a66](https://github.com/daytonaio/daytona/commit/e8d897a66)) - **deps-dev:** bump yard from 0.9.38 to 0.9.42 ([18974dab2](https://github.com/daytonaio/daytona/commit/18974dab2)) - **deps-dev:** bump postcss from 8.4.38 to 8.5.10 ([b90cb4878](https://github.com/daytonaio/daytona/commit/b90cb4878)) - **deps-dev:** bump nokogiri from 1.19.1 to 1.19.3 ([e1bf370d5](https://github.com/daytonaio/daytona/commit/e1bf370d5)) - **sdk-go:** bump to v0.180.0 ([#4793](https://github.com/daytonaio/daytona/pull/4793)) ### ⚠️ 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. ### ❤️ Thank You - Daytona Release Bot @daytona-release - Fabjan Vučina - Mirko Džaja @MDzaja - Toma Puljak @Tpuljak