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
Auto-add Git committers to your teamConfigure team member approval for private repository committers on Vercel. Choose automatic approval for instant access or manual approval for owner review.Michael Wenzel, Jeremy Dopkin, and 1 other
Secure Marketplace credentials with Production-only accessYou can now secure native integration resources by restricting where they can be used. Setting a resource to Production only removes non-production access and protects credentials as Sensitive environment variables+2Tony Pan, Dima Voytenko, and 2 others
Query observability metrics using the Vercel CLIYou can now query for observability data through the Vercel CLI using the vercel metrics command. This enables you to pull observability data programmatically.Julia ShiSoftware Engineer