Traceary

Catalog / Infrastructure

Vercel changelog

Platform changes across builds, edge network, storage and the dashboard.

Latest
26 Aug 2026
Shipped
26 Aug 2026today
Collected
60 releasesback to 12 Aug 2026
Source
vercel.com
Project
vercel.com
Feed
RSS

Read today, the first day on record. Collection status

Version history

202660 releases
Qwen 3.8 Flash now available on AI Gateway

Qwen 3.8 Flash from Alibaba is now available on AI Gateway. It takes text and images as input, serves a context window of 1 million tokens, and can return up to 65k tokens in a response. Alibaba recommends it for coding, tool use, and multi

GLM 5.3 Flash now available on AI Gateway

GLM 5.3 Flash from Z.ai is now available on AI Gateway.GLM-5.3 Flash is a multimodal model that supports text and vision input, with a 1M token context window. It supports function calling, structured output, and streaming. To use GLM-5.3 F

Vercel Security Dashboard is now generally available

The Vercel Security Dashboard is now generally available on all plans, giving you one place to see your security posture across every account and project.You can access the Security Dashboard in the UI or run vercel security check in the Ve

securityaddedfixed
Python projects now support routing rules

Python projects can now use routing rules to set response headers or rewrite requests to internal paths, including apps built with FastAPI, Django, and Flask.The Vercel CDN evaluates rules before requests reach your application, so changes

added
Speed Insights now has a free tier

Speed Insights now has a free tier that gives you a high-level performance overview from your real users. The new free tier: Is available on every plan, for any number of projectsIncludes 10,000 events per team, every 30 daysInstall Speed I

addedchanged
Introducing Run SDK: secure eval for your agents

Agents increasingly write TypeScript programs to coordinate tools and process their results. Once those programs touch real applications, some steps require authentication, while others need human approval.Executing that code with eval give

added
The end of credential sprawl for agents

Every useful agent reaches beyond your codebase. It posts to Slack, opens pull requests, queries Snowflake, or calls an internal API. That reach is what makes it valuable, and it's also where the risk lives, because for years, granting it m

addedchanged
MiniMax M3 and M2.7 are free on AI Gateway

MiniMax M3 and M2.7 are free on AI Gateway via GMI Cloud through Sunday, September 6.Use minimax/minimax-m3-free or minimax/minimax-m2.7-free to route requests to GMI Cloud. These model IDs will return an error after the free period ends.To

Wan 3.0 now available on AI Gateway

Wan 3.0 from Alibaba is now available on AI Gateway as alibaba/wan-v3.0-video.Wan 3.0 combines text-to-video, image-to-video, first- and last-frame conditioning, and reference-based generation in one model. References can include images, vi

added
AI Gateway now supports asynchronous video generation

Video generation on AI Gateway can now run asynchronously. By default, generateVideo keeps one HTTP request to AI Gateway open until the result is ready. Because video generation can take seconds or minutes, that request can exceed request

changed
Vercel Connect is now generally available

Vercel Connect is now generally available on all plans and in v0. Instead of storing long-lived provider secrets, your code requests short-lived, scoped tokens at runtime. Deployments authenticate with their existing Vercel OIDC identity. E

Chat SDK now supports Slack Enterprise Grid

Chat SDK's Slack adapter now supports Slack Enterprise Grid.Bots installed org-wide work across every workspace, with correct token resolution, tenant-scoped caches, and event retry deduplication.The adapter now stores org-wide installation

added
Vercel Connect now supports Linq

Vercel Connect now includes a managed connector for Linq, so your apps and agents can send and receive messages over iMessage, RCS, and SMS.As a Vercel Managed Connector, Vercel can create a Linq account and phone number for you, or link an

added
Bring your agent to Notion with Chat SDK

Your team already works in Notion. Now your agent can too.With the new Notion adapter for Chat SDK, the same agent you run on Slack, Discord, GitHub, Teams, or WhatsApp can join comment discussions on your Notion pages, no separate codebase

added
Chat SDK now supports XChat

You can now build bots that hold end-to-end encrypted 1:1 and group conversations on XChat with the new XChat adapter for Chat SDK.The adapter handles all encryption, key management, and signature verification automatically. Bots can also m

added
Vercel Sandbox is now globally available

Vercel Sandbox now runs globally, starting with four regions: iad1 (Washington, D.C.), sfo1 (San Francisco), cle1 (Cleveland), and cdg1 (Paris). iad1 remains the default. Support for all Vercel regions is coming soon.Choose a region close t

addedchanged
Environment variables now use Config and Secret types

When you add or edit an environment variable in Vercel, you now choose Config or Secret instead of using the Sensitive toggle. Existing variables marked Sensitive are automatically treated as Secrets and continue to work without migration.C

securityaddedchanged
Connect v0 apps to Slack, Google, and 100+ other services

Apps and agents built in v0 can now securely connect to more than 100 services, including Slack, Google, Notion, GitHub, and Salesforce, through Vercel Connect.Ask v0 to connect your app to a service. It opens the connector setup and guides

How Ora benchmarks every major AI agent on Vercel

Ora on VercelFront end, back end, and agent runtime on one platformEvery major agent tested side by side on live sitesHundreds of commits a day from a 16-person engineering teamOra sends agents onto live websites with instructions to sign u

added
Deployment Storage keeps your deployments rollback-ready

Every deployment produces a set of files, including the pages, functions, and assets Vercel serves. Deployment Storage keeps those files available so you can inspect previous deployments and roll back when needed.Instantly roll back to prev

GPT-5.6 Sol is now 50% off a lower price

OpenAI lowered list pricing for GPT-5.6 Sol, and the 50% AI Gateway discount now applies to the new, lower price through September 18. Input drops 20%, output drops a third. The discount applies on every OpenAI service tier:Service tierYou

added
Always-on tracing for production and preview traffic

With always-on tracing, you can now debug your real user requests without reproducing them.Always-on tracing continuously collects traces from your production and preview traffic. Unlike session tracing, which only captures requests from yo

added
Manage Vercel Toolbar comments from the CLI

You can now use the Vercel CLI to manage Vercel Toolbar comments. vercel comments covers the full triage loop:List and filter unresolved comments for the linked project, scoped to your current Git branchInspect a full thread with every mess

Custom metrics are now supported in Vercel Observability

You can now emit your own metrics directly from your Vercel Functions and analyze them alongside Vercel's built-in observability data.Use the metric() function from the @vercel/functions package to record any value you care about, like requ

added
Vercel Agent is now available in Slack code channels

Vercel Agent now works in Slack code channels, a new kind of channel launched today for working with a coding agent. Anyone in the channel can follow the work, give Agent new instructions, and review the code it writes.Choose Create a code

added
Manage Vercel Container Registry with Vercel CLI

You can now manage Vercel Container Registry with Vercel CLI. The new vercel vcr command group lets you:Connect your existing container toolingBuild and push images in one stepCreate and inspect repositories, images, and tagsAuthenticate yo

addedchanged
Bun 1.4 is now available in Vercel Functions

Vercel Functions now support the new Bun 1.4 release, a rewrite of Bun from Zig to Rust, with over 2,900 issues resolved, more than 1,500 additional Node.js compatibility tests passing, and new features and performance improvements.Bun on V

breakingaddedchanged
Algolia joins the Vercel Marketplace

You can now provision and manage Algolia directly from the Vercel Marketplace.Algolia is a hosted search platform. You send it your content, it builds an index, and your app queries that index instead of your database. Results come back in

added
Introducing Vercel for Slack

Vercel Agent now works in Slack. Mention it the way you'd pull a teammate into a thread, and it reads the discussion, answers with the context of the platform running your app, and turns the team's decisions into changes you approve. Vercel

addedfixedchanged
Vercel Python Queues SDK is now available in beta

The Python SDK for Vercel Queues is now available in beta, bringing first-class Python support for running background workloads on Vercel. You publish messages to topics, and independent consumer groups process them in parallel with automat

Compliance documents are now available in Team settings

A new Compliance section in Team settings lets you preview and download Vercel's compliance documents directly in the dashboard. These include attestations like SOC 2 Type 2, security policies, and other security documents that are availabl

securityadded
Fish Audio models now available on Vercel AI Gateway for free

Fish Audio's audio models are now available on AI Gateway. To celebrate the launch, every Fish Audio model is free on AI Gateway for the next 30 days, through September 18.CapabilityRegularThrough September 18Text-to-speech$15.00 per millio

added
Vercel for Slack now in public beta

Vercel Agent is now available in Slack. Mention @Vercel in any channel or thread, and Agent joins the conversation with relevant context from your Vercel projects, including deployments, builds, logs, metrics, configuration, and connected r

Vercel Connect now supports Microsoft

Vercel Connect now includes a managed connector for Microsoft, so your apps and agents can access all Microsoft products such as Teams, OneDrive and more.As a Vercel Managed Connector, Vercel registers the Entra application and configures f

Chat SDK adds Instagram adapter

You can now build bots for Instagram with the new Instagram adapter for Chat SDK.Bots can send and receive DMs and media, render cards as quick replies and link buttons, show typing indicators, receive reactions, and handle story replies.Th

added
Exa joins the Vercel AI Gateway and Agent Marketplace

Exa is now available on the Vercel AI Gateway and Agent Marketplace as a native integration. Exa's neural search engine grounds models in current information.Exa search is now a built-in tool on AI Gateway, which runs the search for you wit

added
$1 million hacker challenge for Vercel Sandbox

Agents need to run untrusted code, and the microVM has become the standard way to do it: a dedicated guest kernel per workload, isolated from the host and from every other workload on the same machine. But recent security research and real-

securityfixedremoved
The Vercel Sandbox CLI is now more agent-friendly

The Sandbox CLI version 4.0.1 ships four output and error improvements:New sandboxes point users towards how to connect into them.A sandbox not found error shows where to look for existing sandboxes.Common mistakes, like typing a command af

addedchanged
Cline is now available in the AI SDK harness layer

The AI SDK harness layer lets you run established coding-agent runtimes through one unified interface, so you can switch runtimes without changing your application code. Today we are adding Cline, which runs through the same HarnessAgent in

GLM 5.3 now available on AI Gateway

GLM 5.3 from Z.ai is now available on AI Gateway.GLM 5.3 has improvements vs. GLM 5.2 at complex software engineering and at agent tasks that run across many steps, and it reaches those results while producing fewer output tokens than GLM 5

security
Sign JWTs from your Functions without managing private keys

Vercel KMS lets you sign JWTs and arbitrary messages from your Vercel Functions using managed asymmetric signing keys, so private keys never live in your code or environment variables. Your function authenticates with its Vercel OIDC token,

Deploy Cursor Origin repositories with Vercel in public beta

You can now connect Origin repositories to Vercel. Once connected, pull requests on Origin will automatically generate Preview deployments on Vercel, and merging will trigger a Production deployment.You can connect Origin through Team setti

added
GPT-5.6 Sol is 50% off on AI Gateway for the next month

GPT-5.6 Sol, the flagship of OpenAI's GPT-5.6 series, is 50% off on AI Gateway through September 18. The discount applies on the OpenAI provider to all token types, tiers, regions, and modes, and it is available only on requests running dir

Encrypted Client Hello (ECH) is now supported on Vercel CDN

Vercel CDN now supports Encrypted Client Hello (ECH) for domains managed by Vercel DNS. ECH encrypts the Server Name Indication (SNI) in the TLS handshake, the last part of an HTTPS connection that revealed which hostname a client was conne

Inside the Vercel intern experience

The best way to learn is by shipping product to users in production, and that's why we don’t treat our interns as temporary guests. Every intern at Vercel is expected to operate like a core part of our engineering team from day one.This pas

securityaddedchanged
Gemini 3.7 Flash now available on AI Gateway for 50% off

Gemini 3.7 Flash from Google is now available on AI Gateway for 50% off till December 31st, 2026.Gemini 3.7 Flash improves on prior Flash models at software engineering and agentic work. It resolves issues more reliably and spends less time

changed
One-click upgrade for deprecated Node.js versions

Team owners and members can now upgrade all projects using Node.js 20 or earlier to Node.js 24 with one click from the Vercel Dashboard.This updates the Node.js version in project settings. If your project also defines a version in package.

changeddeprecated
Grok Build is now available in the AI SDK harness layer

The AI SDK harness layer lets you run established coding-agent runtimes through one unified interface, so you can switch runtimes without changing your application code. Today we are adding Grok Build, which runs through the same HarnessAge

Use ACP-compatible harnesses with the AI SDK harness layer

The AI SDK harness layer now supports any Agent Client Protocol (ACP)-compatible harness with HarnessAgent through the new @ai-sdk/harness-acp package.Previously, every harness adapter wrapped one specific runtime (Claude Code, Codex, Pi, D

added
DeepSeek V4 Pro now runs updated weights on AI Gateway

DeepSeek V4 Pro now runs on updated weights on AI Gateway. They are used by default when you call deepseek/deepseek-v4-pro, so existing requests pick them up with no change to the model ID or your code.To use the updated DeepSeek V4 Pro, se

added
Exa web search free through August 31 on AI Gateway and eve

Exa web search is now free on AI Gateway through August 31, and it's now the default web search for eve agents.The tool works with any AI Gateway model, with no separate Exa API key. When the model calls it, AI Gateway routes the request to

Building a software factory for AI SDK

The AI SDK is one of the most popular open-source AI projects in the world. It serves over 20 million npm downloads a week and the repo has over 26,000 stars. Maintaining the codebase means tracking four moving targets at once:Model provide

securityaddedfixed
Set up coding agents in one command with AI Gateway

Using coding agents means setting up multiple accounts, provisioning API keys, and scattering observability and billing. Now, you can route them through AI Gateway to centralize all of this and add controls, with set up in one command:Any o

added