docs icon indicating copy to clipboard operation
docs copied to clipboard

updates

Open christianalfoni opened this issue 4 months ago • 3 comments

Related to:

:rocket: So I just published 2.1.0-rc.2 (Already tested something on rc.1). I'll prep a documentation update while users are testing. It has the following updates:

  • You can now fetch a single Sandbox with sdk.sandboxes.get(sanboxId)
  • You can now list running Sandboxes using the SDK with sdk.sandboxes.listRunning()
  • You can now pass an OpenTelemetry tracer to new CodeSandbox({ tracer }) . It traces all Sandboxes, Sandbox and SandboxClient (with modules) methods
  • You now pass private, public-hosts or public as privacy option on sdk.sandboxes.create() . unlisted has been deprecated and public now acts as unlisted (Cause there is no need to put SDK Sandboxes in the CodeSandbox Universe or use the term unlisted with the SDK)

Additionally we have completely decoupled the original pitcher-client SDK from the new SDK. The browser client now uses the same implementation as the node client, no more licensing differences and we have officially cut the umbilical cord and SDK is a standalone codebase.

christianalfoni avatar Aug 11 '25 10:08 christianalfoni

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

codesandbox[bot] avatar Aug 11 '25 10:08 codesandbox[bot]

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
projects-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 11, 2025 10:51am

vercel[bot] avatar Aug 11 '25 10:08 vercel[bot]