Releases: codesandbox/codesandbox-sdk
Releases · codesandbox/codesandbox-sdk
v2.2.1
v2.2.0
v2.1.0
2.1.0 (2025-08-22)
Features
- add fetching single sandbox (#142) (2f58d43)
- add listRunning method to sandboxes namespace (#145) (6050dbd)
- add open telemetry for sandboxes methods (#147) (b331315)
- add tracing to Sandbox and SandboxClient, also allow passing to browser and node connectors (#150) (6ef2bf5)
- Debug Sandboxes through CLI (#163) (9af1cdd)
- enhance container setup logging in build command (836a7a6)
- enhance container setup logging in build command (a6f9fe7)
- private sandbox, public hosts with public-hosts privacy (#154) (dce7caf)
Bug Fixes
- Add custom retry delay support for startVM API calls (#156) (ce3a282)
- Decouple pitcher-client (#148) (3a6f9ea)
- friendly 503 error for overloaded Sandbox (#172) (f9987b1)
- include response handling in retries and dispose clients in build to avoid reconnects (#162) (f70903a)
- properly dispose and prevent wakeups (#170) (029e3a5)
- Stabilize websocket connection (#166) (cb2f330)
- update log line length to be smaller (9a3099f)
v2.0.7
v2.0.6
2.0.6 (2025-08-06)
Bug Fixes
- Add retries to all idempotent endpoints and added parallel file writing (#140) (db8aded)
- Fix broken authorization in preview hosts (20a4e53)
- Fix broken authorization in preview hosts (71b38b4)
- Update to latest Ink and React 19 and bundle React and Ink into CLI (#138) (62da4fe)
Features
- Add running VMs to CLI Dashboard (#129)
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
🚀 Features
- The template builder now outputs more help to understand template ids and aliases. It also generates a Sandbox from the generated template with a link to the CSB editor for verification

🐛 Bug fixes
- The
keepActiveWhileConnected
method now properly sets its state based on the boolean passed. It also handles explicit and implicit reconnects, keeping the behavior of last set state (Thanks @wylieconlon for identifying and PR)