0.180.0 (2026-05-24)
🚀 Features
- ⚠️ sandbox list with cursor pagination (#4606)
🩹 Fixes
- api: add node-forge as explicit dependency (4d6f08bcb)
- api: jest support for uuid v14 ESM-only package (36025e46b)
- sdk-python: anchor sync http_client finalizer on the client itself (#4789)
- sdk-typescript: route stream module through dynamicImport in ESM downloadFile path (#4773)
Chores
- sync go.sum for v0.179.0 (ea30f893e)
- deps: bump @astrojs/node from 10.0.4 to 10.0.5 (222406f6c)
- deps: bump uuid from 11.1.0 to 14.0.0 (15d39898b)
- deps: bump ruby/setup-ruby (845f2f97b)
- deps: bump github.com/distribution/distribution/v3 (66f93bd8a)
- deps: bump axios from 1.14.0 to 1.15.2 (bc4e63314)
- deps: bump github.com/in-toto/in-toto-golang in /apps/runner (5ec9e35f5)
- deps: bump apache/skywalking-eyes (b0772c141)
- deps: bump @protobufjs/utf8 from 1.1.0 to 1.1.1 (b847ec1b7)
- deps: bump astro from 6.1.5 to 6.1.10 (a72d42a8e)
- deps: bump github.com/go-git/go-billy/v5 in /apps/daemon (95a22ed87)
- deps: bump fast-xml-builder from 1.1.5 to 1.1.9 (2409b8ec1)
- deps: bump webpack-dev-server from 5.2.2 to 5.2.4 (a2a3ea261)
- deps: bump github.com/go-git/go-git/v5 in /apps/daemon (907ac83a8)
- deps: bump idna from 3.11 to 3.15 (257472382)
- deps: bump ws from 8.18.0 to 8.20.1 (e53656ffc)
- deps: bump ws in /guides/typescript/mastra/coding-agent/openai (be5751c39)
- deps: bump protobufjs (86ffbf217)
- deps: bump uuid in /guides/typescript/mastra/coding-agent/openai (be1eff699)
- deps: bump github.com/containerd/containerd/v2 in /apps/runner (6d6e4989d)
- deps: bump @tootallnate/once from 1.1.2 to 2.0.1 (e8d897a66)
- deps-dev: bump yard from 0.9.38 to 0.9.42 (18974dab2)
- deps-dev: bump postcss from 8.4.38 to 8.5.10 (b90cb4878)
- deps-dev: bump nokogiri from 1.19.1 to 1.19.3 (e1bf370d5)
- sdk-go: bump to v0.180.0 (#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/paginatedendpoint 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.