Vercel Sandbox Updates & Release Notes

Follow

100 updates curated from 1 source by the Releasebot Team. Last updated: Jul 8, 2026

Get this feed:
  • Jul 7, 2026
    • Date parsed from source:
      Jul 7, 2026
    • First seen by Releasebot:
      Jul 8, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox now surfaces command execution time with the durationMs field.

    Minor Changes

    Commands now surface how long they took to execute with the durationMs field (#243)

    Original source
  • Jul 7, 2026
    • Date parsed from source:
      Jul 7, 2026
    • First seen by Releasebot:
      Jul 8, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox un-deprecates sandbox sh for quickly running a sandbox and SSHing into it directly.

    Patch Changes

    Un-deprecate sandbox sh as a quick way to run a sandbox and SSH into it directly (#241)

    Updated dependencies [68d7fd6b124f27862ba5f7a0788d87be606eb9a3]:

    @vercel/[email protected]

    Original source
  • All of your release notes in one feed

    Join Releasebot and get updates from Vercel and hundreds of other software products.

    Create account
  • Jul 7, 2026
    • Date parsed from source:
      Jul 7, 2026
    • First seen by Releasebot:
      Jun 6, 2026
    • Modified by Releasebot:
      Jul 8, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox adds drive support with a new Drive class and CLI commands.

    Minor Changes

    Add support for drives via a new Drive class and CLI commands. (#196)

    Patch Changes

    Updated dependencies [d51a1b7cd19de15018dab2140cbc08ba646c9e2f]:

    @vercel/[email protected]

    Original source
  • Jul 3, 2026
    • Date parsed from source:
      Jul 3, 2026
    • First seen by Releasebot:
      Jul 4, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox now reports live sandbox timeouts and applies timeout increases immediately for running sessions.

    Minor Changes

    Report the live timeout deadline of running sandboxes. Sandbox.list and Sandbox.get now expose expiresAt, reflecting the current session's deadline including any timeout extensions, and sandbox list renders it in the TIMEOUT column. Sandbox.update({ timeout }) (and sandbox config timeout) now also extends the currently running session so an increased timeout takes effect immediately instead of only applying to future sessions. (#239)

    Original source
  • Jul 3, 2026
    • Date parsed from source:
      Jul 3, 2026
    • First seen by Releasebot:
      Jul 4, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox reports live sandbox timeout deadlines and applies timeout updates immediately during running sessions.

    Minor Changes

    Report the live timeout deadline of running sandboxes. Sandbox.list and Sandbox.get now expose expiresAt, reflecting the current session's deadline including any timeout extensions, and sandbox list renders it in the TIMEOUT column. Sandbox.update({ timeout }) (and sandbox config timeout) now also extends the currently running session so an increased timeout takes effect immediately instead of only applying to future sessions. (#239)

    Patch Changes

    Updated dependencies [144b3d9a6142de990326a932f3b7fcdb5593210c]:

    @vercel/[email protected]

    Original source
  • Similar to Vercel Sandbox with recent updates:

  • Jun 30, 2026
    • Date parsed from source:
      Jun 30, 2026
    • First seen by Releasebot:
      Jun 30, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox adds custom image sandbox creation and a single API call to run, wait and fetch command logs.

    Minor Changes

    Support creating a sandbox from a custom image via the new image option on Sandbox.create and the --image flag on sandbox create / sandbox run. (#232)

    Patch Changes

    Single API call to run, wait and get logs of command (#223)

    Original source
  • Jun 30, 2026
    • Date parsed from source:
      Jun 30, 2026
    • First seen by Releasebot:
      Jun 30, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox fixes the interactive shell prompt so it renders correctly across POSIX-compatible shells.

    Patch Changes

    Fix the interactive shell prompt so that it is built from POSIX-portable primitives — it renders correctly regardless of which POSIX compatible shell (bash, dash, busybox ash) a custom image ships as /bin/sh. (#236)

    Original source
  • Jun 30, 2026
    • Date parsed from source:
      Jun 30, 2026
    • First seen by Releasebot:
      Jun 30, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox adds custom image support for creating sandboxes from Sandbox.create and the sandbox CLI.

    Minor Changes

    Support creating a sandbox from a custom image via the new image option on Sandbox.create and the --image flag on sandbox create / sandbox run. (#232)

    Patch Changes

    Updated dependencies [4e1c5d868e66b9069a294ded3b2e20e08e0db10b, 387675a3b46819e46362c359aed4b397065a180f]:

    @vercel/[email protected]

    Original source
  • Jun 16, 2026
    • Date parsed from source:
      Jun 16, 2026
    • First seen by Releasebot:
      Jun 16, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox ships a ws patch update to fix a high-severity memory exhaustion DoS issue.

    Patch Changes

    Bump ws from ^8.18.3 to ^8.21.0 to address CVE-2026-48779, a high-severity memory exhaustion DoS triggered by a high volume of tiny fragments and data chunks. (#228)

    Original source
  • Jun 12, 2026
    • Date parsed from source:
      Jun 12, 2026
    • First seen by Releasebot:
      Jun 16, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox patches scope inference and OAuth parsing errors with friendlier validation handling and safer team syncing.

    Patch Changes

    Fix scope inference failing with a raw Zod validation error. Teams missing updatedAt are now kept and malformed team entries are skipped. The CLI also no longer leaks raw validation details when scope can't be determined, showing a friendly hint instead. OAuth response parse failures are masked the same way. (#225)

    Original source
  • Jun 12, 2026
    • Date parsed from source:
      Jun 12, 2026
    • First seen by Releasebot:
      Jun 16, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox fixes scope inference and error handling, with friendlier CLI hints and cleaner validation output.

    Patch Changes

    Fix scope inference failing with a raw Zod validation error. Teams missing updatedAt are now kept and malformed team entries are skipped. The CLI also no longer leaks raw validation details when scope can't be determined, showing a friendly hint instead. OAuth response parse failures are masked the same way. (#225)

    Prettify timeout and API errors. Unknown errors print a single line; set DEBUG=sandbox:errors to see the full stack. (#226)

    Updated dependencies [d57891c7552f872a0ce659b4b55aaa8d85415a2f]:

    @vercel/[email protected]

    Original source
  • Jun 10, 2026
    • Date parsed from source:
      Jun 10, 2026
    • First seen by Releasebot:
      Jun 10, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox moves interactive shell hosting to sandbox-controller and updates Zod for v4 compatibility.

    Minor Changes

    Move the interactive shell server out of the sandbox and into the sandbox-controller. sandbox connect/ssh (CLI) and the new Sandbox.openInteractive() (SDK) now request a WebSocket URL and token from the API and connect to the controller-hosted PTY, instead of installing and bootstrapping the vc-interactive-server binary inside the sandbox at connect time. This removes the bundled server binary along with the @vercel/pty-tunnel and @vercel/pty-tunnel-server packages. (#222)

    Patch Changes

    Upgrade Zod to v4 and update validators for Zod 4 compatibility. (#219)

    Original source
  • Jun 10, 2026
    • Date parsed from source:
      Jun 10, 2026
    • First seen by Releasebot:
      Jun 10, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox improves interactive shell connections by moving the shell server into sandbox-controller. sandbox connect/ssh and Sandbox.openInteractive() now use a WebSocket URL and token from the API, removing the bundled server binary and related PTY tunnel packages.

    Minor Changes

    Move the interactive shell server out of the sandbox and into the sandbox-controller. sandbox connect/ssh (CLI) and the new Sandbox.openInteractive() (SDK) now request a WebSocket URL and token from the API and connect to the controller-hosted PTY, instead of installing and bootstrapping the vc-interactive-server binary inside the sandbox at connect time. This removes the bundled server binary along with the @vercel/pty-tunnel and @vercel/pty-tunnel-server packages. (#222)

    Patch Changes

    Updated dependencies [4b8970d53239f50384063ddd8690ff0091f5eaa0, b37dcabfa323a1a8a13c5479dce8c28dcdbce7f4]:

    Original source
  • Jun 5, 2026
    • Date parsed from source:
      Jun 5, 2026
    • First seen by Releasebot:
      Jun 6, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox adds drive support with a new Drive class and CLI commands.

    Minor Changes

    Add support for drives via a new Drive class and CLI commands. (#196)

    Original source
  • Jun 4, 2026
    • Date parsed from source:
      Jun 4, 2026
    • First seen by Releasebot:
      Jun 5, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox updates Undici to fix Node.js 26 incompatibility.

    Patch Changes

    Update Undici version to fix incompatibility with Node.js 26 (#220)

    Original source
Releasebot

Curated by the Releasebot team

Releasebot is an aggregator of official product update announcements from hundreds of software vendors and thousands of sources.

Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.