Node.js 26.x now available on Vercel SandboxesYou can now create a sandbox from the Vercel Node 26 runtime, providing the latest node.js features in the current major versionAndy WallerSoftware Engineer
Automate progressive rollouts with Vercel FlagsYou can now automate time-based traffic movement for Vercel Flags using progressive rollouts. Unlike weighted splits which maintain stable traffic distribution for experiments, progressive rollouts automatically advance through a predefined...Dominik Ferber, Chris Widmaier
Vercel Sandbox firewall now supports request proxying and filteringThe Vercel Sandbox firewall now supports forwarding specific requests to a proxy. This can be useful to log, debug, or transform HTTP requests or responses initiated from a sandbox.Tom Lienard, Valerian Roche, and 1 other
Chat SDK adds Messenger adapter supportChat SDK now supports Messenger, extending its single-codebase approach to Slack, Discord, GitHub, Teams, and Telegram with the new Messenger adapter.Ben Sabic, Vishal Yathish
Chat SDK adds web adapter supportChat SDK now supports browser chat UIs. Bring your bot to a React app via useChat, with the same handlers that fire on Slack, Discord, and Teams.Ben Sabic, Josh Singh
Chat SDK now supports conversation historyPersist per-user message history that follows the same person across every Chat SDK adapter, with the new transcripts and identity options.Ben Sabic, Josh Singh
Next.js May 2026 security releaseNext.js 15.5.18 and 16.2.6 patch 13 security advisories covering middleware bypass, denial of service, SSRF, cache poisoning, and cross-site scripting.Jimmy LaiHead of Next.js
Vercel Flags now supports JSON valuesVercel Flags now supports JSON types alongside boolean, string, and number values. Store structured configuration data directly in feature flags without additional database lookups.Dominik Ferber, Chris Widmaier