Skip to content

Releases: codesandbox/codesandbox-sdk

v2.2.1

16 Sep 12:31
7f6f7b4
Compare
Choose a tag to compare

2.2.1 (2025-09-16)

Bug Fixes

  • Throw error when invalid port is used (#188) (d0bdf31)

v2.2.0

02 Sep 12:39
ca0e02a
Compare
Choose a tag to compare

2.2.0 (2025-09-02)

Features

Bug Fixes

  • ensure private preview on private sandbox (#179) (04381a0)
  • prevent api config overrides (#177) (a9ec1a7)
  • Queue messages on lost connection for reconnect (#176) (c5a8ffd)

v2.1.0

22 Aug 13:38
73e3e5c
Compare
Choose a tag to compare

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

06 Aug 09:46
fbb30a6
Compare
Choose a tag to compare

2.0.7 (2025-08-06)

Bug Fixes

v2.0.6

06 Aug 09:01
207dd06
Compare
Choose a tag to compare

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

29 Jul 09:05
281a2bd
Compare
Choose a tag to compare

2.0.5 (2025-07-29)

Bug Fixes

  • timeout errors on keepActiveWhileConnected (a519bcf)

v2.0.4

16 Jul 13:37
5ab4da7
Compare
Choose a tag to compare

2.0.4 (2025-07-16)

Bug Fixes

  • fix dependencies (0211660)
  • move some devdependencies to dependencies (77f74f1)

v2.0.3

09 Jul 09:00
988b892
Compare
Choose a tag to compare

2.0.3 (2025-07-08)

Bug Fixes

  • disable sentry by default, make it optional (#126) (09d9e8a)

v2.0.2

02 Jul 12:43
82ec4c3
Compare
Choose a tag to compare

2.0.2 (2025-07-02)

Bug Fixes

  • add api client to runningvms query fn (0119379)
  • add apiClient to context and pass to query fn (75f56da)
  • Template resolve files fixes (#121) (6d455ad)

v2.0.1

01 Jul 09:58
Compare
Choose a tag to compare

🚀 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
Screenshot 2025-07-01 at 11 57 45

🐛 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)