Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 11, 2025

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/[email protected]

Patch Changes

  • #290 2322c80 Thanks @ghostwriternr! - Add per-session mutex locking to prevent concurrent command execution race conditions

  • #280 5d87b35 Thanks @ghostwriternr! - Add standalone binary support for arbitrary Dockerfiles

    Users can now add sandbox capabilities to any Docker image:

    FROM your-image:tag
    
    COPY --from=cloudflare/sandbox:VERSION /container-server/sandbox /sandbox
    ENTRYPOINT ["/sandbox"]
    
    # Optional: run your own startup command
    CMD ["/your-entrypoint.sh"]

    The /sandbox binary starts the HTTP API server, then executes any CMD as a child process with signal forwarding.

    Includes backwards compatibility for existing custom startup scripts.

@github-actions github-actions bot force-pushed the changeset-release/main branch from b5d1d46 to 666ef13 Compare December 11, 2025 05:49
@ghostwriternr ghostwriternr merged commit c5c921e into main Dec 11, 2025
4 checks passed
@ghostwriternr ghostwriternr deleted the changeset-release/main branch December 11, 2025 08:45
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