cloudflare/sandbox-sdk @cloudflare/sandbox@0.10.1
cloudflare/sandbox-sdk
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! -
readFilenow acceptsencoding: 'none'on therpctransport, returning a result whosecontentis aReadableStreamof raw binary data with no base64 encoding or buffering. Mirrors the existingwriteFilesupport forReadableStreaminput.
// 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/10Routine SDK version release by Cloudflare.