Skip to content

Version Packages#813

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

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

Conversation

@sandy-bonk

@sandy-bonk sandy-bonk Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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.12.5

Patch Changes

  • #786 750ca4d Thanks @aron-cf! - Instrument the bridge API with Cloudflare custom spans. Each endpoint now emits
    a bridge.<operation> span annotated with the sandbox ID, container UUID, and
    operation-specific metadata (command, file path, port, session ID, and so on),
    so requests are traceable end to end. Enable tracing with
    observability.traces.enabled in your Worker configuration.

  • #786 750ca4d Thanks @aron-cf! - Fill the warm pool in bounded-parallel batches instead of one container at a
    time, so it primes and recovers far faster after a burst. Tune the batch size
    with WARM_POOL_SCALE_BATCH_SIZE (default 5, clamped to 20).

  • #786 750ca4d Thanks @aron-cf! - Refill the warm pool the moment it drains instead of waiting for the next
    background tick. After a burst consumes warm containers, replenishment now
    starts immediately, cutting the latency tail for sandboxes created during
    sustained or back-to-back bursts.

  • #786 750ca4d Thanks @aron-cf! - Let the warm pool know its instance ceiling up front via the
    WARM_POOL_MAX_INSTANCES bridge variable. Set it to match your container's
    max_instances so the pool makes correct capacity decisions without first
    crashing into the limit. 0 (the default) preserves the existing auto-learn
    behaviour.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 3dc53bc to 7c2ccb0 Compare July 15, 2026 10:04
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