Version Packages - #274
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 7, 2026 11:12
59a4f38 to
7478e43
Compare
AndyW22
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
sandbox@4.0.0
Major Changes
Add support for Vercel Managed Images and deprecate the
runtimeoption in the SDK and CLI. Runtime-based creation remains supported through the legacy v2 API; image-based and default creation use the v3 API. Passing bothruntimeandimageis an error. (#276)Sandboxes that do not specify an image now use
vercel/sandbox/universal. The previous default was thenode24runtime on Amazon Linux 2023. The new default is based on Ubuntu and includes Node.js 24, Bun, Python 3.14, coding agents, and common development and debugging tools.Existing
runtimecalls continue to work, it's recommended to migrate to Vercel managed images when possible:runtime: omitimageto use the new Universal image, or setimage: "vercel/sandbox/node:24"for an Ubuntu-based Node.js equivalent to the previous default.runtime: "node22": useimage: "vercel/sandbox/node:22"for an Ubuntu-based equivalent.runtime: "node24": useimage: "vercel/sandbox/node:24"for an Ubuntu-based equivalent.runtime: "node26": useimage: "vercel/sandbox/node:26"for an Ubuntu-based equivalent.runtime: "python3.13": useimage: "vercel/sandbox/python:3.14"for an Ubuntu-based equivalent, and note the Python version upgrade.Patch Changes
Use the invoked app name in help examples so
vercel sandbox --helpshowsvercel sandbox ...commands instead of the standalonesandbox ...form, which is not on PATH for Vercel CLI users. (#269)Updated dependencies [
5c9e2d5f34f20632ed5a1de1288e811b67b95423]:@vercel/sandbox@3.0.0
Major Changes
Add support for Vercel Managed Images and deprecate the
runtimeoption in the SDK and CLI. Runtime-based creation remains supported through the legacy v2 API; image-based and default creation use the v3 API. Passing bothruntimeandimageis an error. (#276)Sandboxes that do not specify an image now use
vercel/sandbox/universal. The previous default was thenode24runtime on Amazon Linux 2023. The new default is based on Ubuntu and includes Node.js 24, Bun, Python 3.14, coding agents, and common development and debugging tools.Existing
runtimecalls continue to work, it's recommended to migrate to Vercel managed images when possible:runtime: omitimageto use the new Universal image, or setimage: "vercel/sandbox/node:24"for an Ubuntu-based Node.js equivalent to the previous default.runtime: "node22": useimage: "vercel/sandbox/node:22"for an Ubuntu-based equivalent.runtime: "node24": useimage: "vercel/sandbox/node:24"for an Ubuntu-based equivalent.runtime: "node26": useimage: "vercel/sandbox/node:26"for an Ubuntu-based equivalent.runtime: "python3.13": useimage: "vercel/sandbox/python:3.14"for an Ubuntu-based equivalent, and note the Python version upgrade.@vercel/sandbox-mock@3.0.0
Major Changes
Add support for Vercel Managed Images and deprecate the
runtimeoption in the SDK and CLI. Runtime-based creation remains supported through the legacy v2 API; image-based and default creation use the v3 API. Passing bothruntimeandimageis an error. (#276)Sandboxes that do not specify an image now use
vercel/sandbox/universal. The previous default was thenode24runtime on Amazon Linux 2023. The new default is based on Ubuntu and includes Node.js 24, Bun, Python 3.14, coding agents, and common development and debugging tools.Existing
runtimecalls continue to work, it's recommended to migrate to Vercel managed images when possible:runtime: omitimageto use the new Universal image, or setimage: "vercel/sandbox/node:24"for an Ubuntu-based Node.js equivalent to the previous default.runtime: "node22": useimage: "vercel/sandbox/node:22"for an Ubuntu-based equivalent.runtime: "node24": useimage: "vercel/sandbox/node:24"for an Ubuntu-based equivalent.runtime: "node26": useimage: "vercel/sandbox/node:26"for an Ubuntu-based equivalent.runtime: "python3.13": useimage: "vercel/sandbox/python:3.14"for an Ubuntu-based equivalent, and note the Python version upgrade.Patch Changes
5c9e2d5f34f20632ed5a1de1288e811b67b95423]:sandbox-image-arch@0.1.0
Minor Changes
vercel/sandbox/*images:ubuntu(base),node(22/24/26),python(3.14 with Git),universal(Node.js, Python, coding agents and utilities) andarch(with yay/AUR support). (#276)sandbox-image-node@0.1.0
Minor Changes
vercel/sandbox/*images:ubuntu(base),node(22/24/26),python(3.14 with Git),universal(Node.js, Python, coding agents and utilities) andarch(with yay/AUR support). (#276)sandbox-image-python@0.1.0
Minor Changes
vercel/sandbox/*images:ubuntu(base),node(22/24/26),python(3.14 with Git),universal(Node.js, Python, coding agents and utilities) andarch(with yay/AUR support). (#276)sandbox-image-ubuntu@0.1.0
Minor Changes
vercel/sandbox/*images:ubuntu(base),node(22/24/26),python(3.14 with Git),universal(Node.js, Python, coding agents and utilities) andarch(with yay/AUR support). (#276)sandbox-image-universal@0.1.0
Minor Changes
vercel/sandbox/*images:ubuntu(base),node(22/24/26),python(3.14 with Git),universal(Node.js, Python, coding agents and utilities) andarch(with yay/AUR support). (#276)