Skip to content

vercel-sandbox-bundle-v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 00:35
· 1 commit to main since this release
c786460

0.4.0 - 2026-08-07

Breaking Changes

  • Require synchronous credential factories when configuring vercel.sandbox.sync; use asynchronous factories only with the async Sandbox API. (#242)
  • Replace the legacy runtime selector with image when creating sandboxes. Sandbox creation now uses API v3, defaults to vercel/sandbox/universal:latest, and supports custom Vercel Container Registry images. (#252)

Internal

  • Run Sandbox examples through the package-owned workspace Poe task. (#234)