Skip to content

Version Packages - #274

Merged
AndyW22 merged 1 commit into
mainfrom
changeset-release/main
Aug 7, 2026
Merged

Version Packages#274
AndyW22 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

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 runtime option 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 both runtime and image is an error. (#276)

    Sandboxes that do not specify an image now use vercel/sandbox/universal. The previous default was the node24 runtime 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 runtime calls continue to work, it's recommended to migrate to Vercel managed images when possible:

    • Not using runtime: omit image to use the new Universal image, or set image: "vercel/sandbox/node:24" for an Ubuntu-based Node.js equivalent to the previous default.
    • Using runtime: "node22": use image: "vercel/sandbox/node:22" for an Ubuntu-based equivalent.
    • Using runtime: "node24": use image: "vercel/sandbox/node:24" for an Ubuntu-based equivalent.
    • Using runtime: "node26": use image: "vercel/sandbox/node:26" for an Ubuntu-based equivalent.
    • Using runtime: "python3.13": use image: "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 --help shows vercel sandbox ... commands instead of the standalone sandbox ... form, which is not on PATH for Vercel CLI users. (#269)

  • Updated dependencies [5c9e2d5f34f20632ed5a1de1288e811b67b95423]:

    • @vercel/sandbox@3.0.0

@vercel/sandbox@3.0.0

Major Changes

  • Add support for Vercel Managed Images and deprecate the runtime option 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 both runtime and image is an error. (#276)

    Sandboxes that do not specify an image now use vercel/sandbox/universal. The previous default was the node24 runtime 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 runtime calls continue to work, it's recommended to migrate to Vercel managed images when possible:

    • Not using runtime: omit image to use the new Universal image, or set image: "vercel/sandbox/node:24" for an Ubuntu-based Node.js equivalent to the previous default.
    • Using runtime: "node22": use image: "vercel/sandbox/node:22" for an Ubuntu-based equivalent.
    • Using runtime: "node24": use image: "vercel/sandbox/node:24" for an Ubuntu-based equivalent.
    • Using runtime: "node26": use image: "vercel/sandbox/node:26" for an Ubuntu-based equivalent.
    • Using runtime: "python3.13": use image: "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 runtime option 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 both runtime and image is an error. (#276)

    Sandboxes that do not specify an image now use vercel/sandbox/universal. The previous default was the node24 runtime 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 runtime calls continue to work, it's recommended to migrate to Vercel managed images when possible:

    • Not using runtime: omit image to use the new Universal image, or set image: "vercel/sandbox/node:24" for an Ubuntu-based Node.js equivalent to the previous default.
    • Using runtime: "node22": use image: "vercel/sandbox/node:22" for an Ubuntu-based equivalent.
    • Using runtime: "node24": use image: "vercel/sandbox/node:24" for an Ubuntu-based equivalent.
    • Using runtime: "node26": use image: "vercel/sandbox/node:26" for an Ubuntu-based equivalent.
    • Using runtime: "python3.13": use image: "vercel/sandbox/python:3.14" for an Ubuntu-based equivalent, and note the Python version upgrade.

Patch Changes

sandbox-image-arch@0.1.0

Minor Changes

  • Initial release of the vercel/sandbox/* images: ubuntu (base), node (22/24/26), python (3.14 with Git), universal (Node.js, Python, coding agents and utilities) and arch (with yay/AUR support). (#276)

sandbox-image-node@0.1.0

Minor Changes

  • Initial release of the vercel/sandbox/* images: ubuntu (base), node (22/24/26), python (3.14 with Git), universal (Node.js, Python, coding agents and utilities) and arch (with yay/AUR support). (#276)

sandbox-image-python@0.1.0

Minor Changes

  • Initial release of the vercel/sandbox/* images: ubuntu (base), node (22/24/26), python (3.14 with Git), universal (Node.js, Python, coding agents and utilities) and arch (with yay/AUR support). (#276)

sandbox-image-ubuntu@0.1.0

Minor Changes

  • Initial release of the vercel/sandbox/* images: ubuntu (base), node (22/24/26), python (3.14 with Git), universal (Node.js, Python, coding agents and utilities) and arch (with yay/AUR support). (#276)

sandbox-image-universal@0.1.0

Minor Changes

  • Initial release of the vercel/sandbox/* images: ubuntu (base), node (22/24/26), python (3.14 with Git), universal (Node.js, Python, coding agents and utilities) and arch (with yay/AUR support). (#276)

@vercel

vercel Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sandbox Ready Ready Preview, v0 Aug 7, 2026 11:13am
sandbox-cli Ready Ready Preview Aug 7, 2026 11:13am
sandbox-sdk-ai-example Ready Ready Preview Aug 7, 2026 11:13am
workflow-code-runner Ready Ready Preview Aug 7, 2026 11:13am

@AndyW22
AndyW22 merged commit bf2bc66 into main Aug 7, 2026
13 checks passed
@AndyW22
AndyW22 deleted the changeset-release/main branch August 7, 2026 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant