Skip to content

Version Packages#699

Open
sandy-bonk[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#699
sandy-bonk[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@sandy-bonk
Copy link
Copy Markdown
Contributor

@sandy-bonk sandy-bonk Bot commented May 18, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@cloudflare/sandbox@0.10.2

Patch Changes

  • #695 c6bf7dc Thanks @aron-cf! - Add sandbox.tunnels namespace with quick-tunnel support. Call sandbox.tunnels.get(port) to obtain a https://<words>.trycloudflare.com URL that proxies to localhost:<port> inside the sandbox. The call is idempotent: repeated calls for the same port return the same record from per-sandbox Durable Object storage. No Cloudflare account or DNS setup required.

    const tunnel = await sandbox.tunnels.get(8080);
    console.log(tunnel.url);
    // → https://random-words-here.trycloudflare.com
    
    const same = await sandbox.tunnels.get(8080);
    console.log(same.url === tunnel.url); // true
    
    await sandbox.tunnels.list();
    await sandbox.tunnels.destroy(8080); // or destroy(tunnel)

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@sandy-bonk sandy-bonk Bot force-pushed the changeset-release/main branch from 5a221a6 to fd3757f Compare May 18, 2026 14:05
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.

0 participants