Skip to content

@cloudflare/sandbox@0.10.0

Choose a tag to compare

@sandy-bonk sandy-bonk released this 07 May 14:57
· 147 commits to main since this release
ac60237

Minor Changes

  • #659 7c09e87 Thanks @mvanhorn! - Update the default sandbox image runtime from Node.js 20 to Node.js 24 so published images use the current Node.js LTS release. If your workload needs a different Node.js version, build a custom image with the NODE_VERSION Docker build argument.

Patch Changes

  • #679 21a5a2e Thanks @aron-cf! - Fixed createBackup and restoreBackup with localBucket: true failing on the rpc transport for archives larger than ~24 MiB.

  • #659 7c09e87 Thanks @mvanhorn! - Add NODE_VERSION build arg to the Dockerfile, allowing operators to customize the Node.js version used in sandbox container images.