@cloudflare/sandbox@0.10.3
·
112 commits
to main
since this release
Patch Changes
-
#714
0ec4f42Thanks @aron-cf! - Bundlecloudflaredinto the musl/Alpine images. -
#706
ae5f9a1Thanks @scuffi! - Add sessionless execution mode with a configurable default-session policy.Set
enableDefaultSession: falseinSandboxOptionsto run implicit top-level operations without a persistent shell — each command gets a fresh process with no shared state. The option is scoped to the sandbox object returned bygetSandbox(...); explicit per-call session IDs continue to target that session.