Vercel Release Notes
Last updated: Mar 7, 2026
Vercel Products
All Vercel Release Notes (644)
- Mar 7, 2026
- Date parsed from source:Mar 7, 2026
- First seen by Releasebot:Mar 7, 2026
Turborepo v2.8.15-canary.5
Vercel highlights a perf-focused changelog update for canary builds, reducing unconditional HTTP client warmup from v2.8.15-canary.4 to .5.
What's Changed
Changelog
perf: Avoid Unconditional HTTP Client Warmup by @anthonyshew in #12189
Full Changelog: v2.8.15-canary.4...v2.8.15-canary.5
Original source Report a problem - Mar 7, 2026
- Date parsed from source:Mar 7, 2026
- First seen by Releasebot:Mar 7, 2026
Turborepo v2.8.15-canary.4
Vercel reports turbo changes removing pnpm-eslint .vscode transform, adds oxfmt pre-push check, fixes pnpm catalog specifiers, and bumps to v2.8.15-canary.4.
What's Changed
create-turbo
- chore: Remove pnpm-eslint .vscode transform from create-turbo by @anthonyshew in #12186
Changelog
- chore: Add oxfmt check to pre-push hook by @anthonyshew in #12187
- fix: Resolve pnpm catalog: specifiers to workspace dependencies in task graph by @anthonyshew in #12185
Full Changelog: v2.8.15-canary.3...v2.8.15-canary.4
Original source Report a problem All of your release notes in one feed
Join Releasebot and get updates from Vercel and hundreds of other software products.
- Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 7, 2026
v2.8.15-canary.3
Vercel publishes 2.8.15-canary.3 to registry as a new canary release.
- Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 7, 2026
Chat SDK adds table rendering and streaming markdown
Vercel releases a Chat SDK update featuring a new Table() card for cross‑platform tables and native rendering across adapters. Markdown is streamed and converted to each platform’s format in real time, with Slack markup rendered live and improved defaults across all adapters.
Release notes
Chat SDK now renders tables natively across all platform adapters and converts markdown to each platform's native format during streaming.
The Table() component is a new card element in Chat SDK that gives you a clean, composable API for rendering tables across every platform adapter. Pass in headers and rows, and Chat SDK handles the rest.
The adapter layer converts the table to the best format each platform supports.
Slack renders Block Kit table blocks, Teams and Discord use GFM markdown tables, Google Chat uses monospace text widgets, and Telegram converts tables to code blocks. GitHub and Linear already supported tables through their markdown pipelines and continue to work as before. Plain markdown tables (without Table()) are also converted through the same pipeline.
Streaming markdown has also improved across the board. Slack's native streaming path now renders bold, italic, lists, and other formatting in real time as the response arrives, rather than resolving when the message is complete. All other platforms use the fallback streaming path, so streamed text now passes through each adapter's markdown-to-native conversion pipeline at each intermediate edit. Previously, these adapters received raw markdown strings, so users saw literal bold syntax until the final message.
Adapters without platform-specific rendering now include improved defaults, so new formatting capabilities work across all platforms without requiring adapter-by-adapter updates.
Update to the latest Chat SDK to get started, and view the documentation.
Original source Report a problem - Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 7, 2026
v0 API now supports custom MCP servers
Vercel announces the v0 API now supports custom MCP servers with programmatic config and chat session server selection.
The v0 API now supports connecting to any custom MCP server. Teams can configure new servers programmatically by providing the necessary endpoint and authentication details.
Once configured, you can make these custom servers available directly during a v0 chat session by referencing the server ID:
Visit the
Original source Report a problem
v0 API docs
v0
API docs
. - Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 7, 2026
Skip unaffected builds for projects in Bun monorepos
Vercel enables skipping unaffected builds in monorepos with Bun lockfile detection, reducing needless builds by checking lockfile changes.
Skipping affected builds in monorepos
Now detects Bun lockfiles, extending the same compatibility already available for other package managers.
When Vercel evaluates which projects to build, it reads lockfile changes to determine whether dependencies have changed. Teams using Bun can now rely on this detection to skip builds for projects that haven't changed, reducing unnecessary build time across monorepos.
See the monorepo documentation to learn how skipping unaffected projects works.
Original source Report a problem - Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 7, 2026
Deployment step now 15% faster
Vercel speeds up builds with 1.2s faster average and up to 3.7s on complex projects by optimizing credential provisioning.
Builds on Vercel now deploy 1.2 seconds faster on average
The improvement comes from optimizing how credentials are provisioned during the build process, eliminating a blocking step that previously added latency at the end of every build.
Learn more in the builds documentation.
Original source Report a problem - Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 6, 2026
Workflow Development Kit by Vercel
Vercel releases updates across workflow packages adding immediate re-enqueue support with timeoutSeconds: 0.
@workflow/[email protected]
#1290 8b5a388 @pranaygp - Support timeoutSeconds: 0 for immediate re-enqueue without arbitrary delay
#1283 dff00c9 @VaguelySerious - Avoid port inference in Vercel environment
@workflow/[email protected]
- #1290 8b5a388 @pranaygp - Support timeoutSeconds: 0 for immediate re-enqueue without arbitrary delay
@workflow/[email protected]
- #1290 8b5a388 @pranaygp - Support timeoutSeconds: 0 for immediate re-enqueue without arbitrary delay
- Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 6, 2026
@ai-sdk/[email protected]
Vercel updates dependencies including ai-sdk/openai-compatible to 3.0.0-beta.2, signaling ongoing patch work and beta integration.
Patch Changes
- Updated dependencies [45b3d76]
- Updated dependencies [f7295cb]
- @ai-sdk/[email protected]
- Mar 6, 2026
- Date parsed from source:Mar 6, 2026
- First seen by Releasebot:Mar 6, 2026
@ai-sdk/[email protected]
Vercel updates dependencies in a patch release bringing ai to 7.0.0-beta.7.