Skip to content

updates #306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

updates #306

wants to merge 1 commit into from

Conversation

christianalfoni
Copy link
Contributor

@christianalfoni christianalfoni commented Aug 11, 2025

Related to:

🚀 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.

Copy link

codesandbox bot commented Aug 11, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

vercel bot commented Aug 11, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant