# Vercel Sandbox 2.2.1 - Product: Vercel Sandbox (https://whatsnew.fyi/product/vercel-sandbox) - Vendor: Vercel - Date: 2026-06-12 - Version: 2.2.1 - Original notes: https://github.com/vercel/sandbox/releases/tag/%40vercel/sandbox%402.2.1 - Permalink: https://whatsnew.fyi/product/vercel-sandbox/releases/2.2.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Fix scope inference failing with a raw Zod validation error by keeping teams missing updatedAt and skipping malformed team entries - **fixed** — Prevent CLI from leaking raw validation details when scope cannot be determined, showing a friendly hint instead - **fixed** — Mask OAuth response parse failures with friendly messaging instead of exposing raw validation details ###### 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](https://github.com/vercel/sandbox/pull/225))