ReleaseCloudflare (Workers AI)Cloudflare (Workers AI)published May 11, 2026seen 5d

cloudflare/sandbox-sdk @cloudflare/sandbox@0.10.1

cloudflare/sandbox-sdk

Open original ↗

Captured source

source ↗
published May 11, 2026seen 5dcaptured 10hhttp 200method plain

@cloudflare/sandbox@0.10.1

Repository: cloudflare/sandbox-sdk

Tag: @cloudflare/sandbox@0.10.1

Published: 2026-05-11T18:46:38Z

Prerelease: no

Release notes:

Patch Changes

  • #683 `718d4e7` Thanks @aron-cf! - readFile now accepts encoding: 'none' on the rpc transport, returning a result whose content is a ReadableStream of raw binary data with no base64 encoding or buffering. Mirrors the existing writeFile support for ReadableStream input.
// Stream a binary file without buffering or base64 overhead (rpc transport only)
const { content, size, mimeType } = await sandbox.readFile(
'/workspace/image.png',
{ encoding: 'none' }
);

Notability

notability 4.0/10

Routine SDK version release by Cloudflare.