Vercel Sandbox Release Notes
Last updated: Apr 9, 2026
- Apr 9, 2026
- Date parsed from source:Apr 9, 2026
- First seen by Releasebot:Apr 9, 2026
@vercel/[email protected]
Vercel Sandbox adds onResume support in Sandbox.create and Sandbox.get for minor changes.
Minor Changes
Support new onResume parameter in Sandbox.create and Sandbox.get
Original source Report a problem - Apr 9, 2026
- Date parsed from source:Apr 9, 2026
- First seen by Releasebot:Mar 18, 2026
- Modified by Releasebot:Apr 9, 2026
Vercel Sandbox ships a patch update with refreshed dependencies.
All of your release notes in one feed
Join Releasebot and get updates from Vercel and hundreds of other software products.
- Apr 8, 2026
- Date parsed from source:Apr 8, 2026
- First seen by Releasebot:Apr 8, 2026
@vercel/[email protected]
Vercel Sandbox fixes runCommand abort signal and early stream close handling to avoid misleading Zod errors.
Patch Changes
Handle abort signal and early stream close in runCommand to avoid misleading Zod error (#135)
Original source Report a problem - Apr 8, 2026
- Date parsed from source:Apr 8, 2026
- First seen by Releasebot:Apr 8, 2026
Vercel Sandbox ships minor changes and dependency updates rebased from main.
Minor Changes
Rebase from main
Patch Changes
Updated dependencies []:
@vercel/[email protected]
Original source Report a problem - Apr 8, 2026
- Date parsed from source:Apr 8, 2026
- First seen by Releasebot:Apr 8, 2026
Vercel Sandbox updates dependencies in a patch release.
Patch Changes
Updated dependencies [9555162f33690dfa18530aeca93af05188ebd2ed]:
- @vercel/[email protected]
- Apr 2, 2026
- Date parsed from source:Apr 2, 2026
- First seen by Releasebot:Apr 2, 2026
@vercel/[email protected]
Vercel Sandbox fixes stdout, stderr and output on deserialized Command instances.
Patch Changes
- Fix stdout()/stderr()/output() failing on deserialized Command instances with "logs() requires an API client" error. (#130)
- Apr 2, 2026
- Date parsed from source:Apr 2, 2026
- First seen by Releasebot:Apr 2, 2026
@vercel/[email protected]
Vercel Sandbox adds ESM and CJS SDK builds plus workflow serialization and file writing fixes.
Patch Changes
Build and publish both ESM and CJS outputs for the SDK package. (#84)
Support useworkflow serialization for sandboxes and commands (#72)
Fix a Size mismatch when encoding binaries during write operations (#127)
Accept string and Uint8Array in writeFiles() content, not just Buffer. (#128)
Original source Report a problem - Apr 2, 2026
- Date parsed from source:Apr 2, 2026
- First seen by Releasebot:Apr 2, 2026
Vercel Sandbox updates dependencies in a patch release.
Patch Changes
Updated dependencies [b91b9e49fb7d2c5a4b601c07c125e6e5a2c43441]:
@vercel/[email protected]
Original source Report a problem - Apr 2, 2026
- Date parsed from source:Apr 2, 2026
- First seen by Releasebot:Apr 2, 2026
Vercel Sandbox ships a patch update with refreshed dependencies.
Patch Changes
Updated dependencies [cf13a34221c2b83c25c73d94929d05e0a697aecf, 772989c59a3c27efa98153cdc54b6e35c1c15eae, 184cd42d8d3b1ea1df354529cb6ba103a33e18d3, 451c42efb94ab9c9dc330b4742071ac01008044d]:
- @vercel/[email protected]
- Apr 1, 2026
- Date parsed from source:Apr 1, 2026
- First seen by Releasebot:Apr 1, 2026
@vercel/[email protected]
Vercel Sandbox fixes a 422 error when resuming a sandbox after snapshotting.
Patch Changes
Fix an 422 error when trying to resume a sandbox after snapshotting
Original source Report a problem