@cloudflare/sandbox@0.12.0
Minor Changes
- #739
9b4b1daThanks @scuffi! - Remove the desktop client API and desktop Docker image variant. Thesandbox.desktopAPIs,DesktopClientexports, desktop-related types/errors, and-desktopcontainer image are no longer available.
Patch Changes
-
#727
2acbd24Thanks @scuffi! - AddcredentialProxyoption tomountBucketto keep real S3 credentials out of the container. When enabled, the Durable Object intercepts and signs outbound S3 requests — the container only sees dummy credentials. Supports S3-compatible endpoints, R2, and GCS HMAC signing, with optimized R2 mount defaults for reliable read and write performance. -
#736
28b5dfaThanks @scuffi! - Fix bucket mounts when a Sandbox class defines a catch-all outbound handler by routing SDK-managed mount hosts through the SDK ContainerProxy. -
#737
93c74e3Thanks @scuffi! - Fix phantomrunningprocesses after a failedstartProcesscall. When the underlying session was unavailable or threw during startup, the process record was left in memory with statusrunningand would appear inlistProcesses()indefinitely. Failed startups are now correctly marked as terminalerrorrecords.