Vercel Release Notes
1957 release notes curated from 51 sources by the Releasebot Team. Last updated: Jul 21, 2026
Vercel Products
- Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
- Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@ai-sdk/[email protected]
Vercel AI SDK fixes provider/xai to preserve images in Responses API tool results.
Patch Changes
05ce9c0: fix(provider/xai): preserve images in Responses API tool results
Original source All of your release notes in one feed
Join Releasebot and get updates from Vercel and hundreds of other software products.
- Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@ai-sdk/[email protected]
Vercel AI SDK fixes provider/xai to preserve images in Responses API tool results.
Patch Changes
64a6152: fix(provider/xai): preserve images in Responses API tool results
Original source - Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@ai-sdk/[email protected]
Vercel AI SDK ships a patch update with refreshed dependencies for the harness package.
Patch Changes
Updated dependencies [b460541]
Updated dependencies [079591e]
@ai-sdk/[email protected]
Original source - Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@ai-sdk/[email protected]
Vercel AI SDK fixes workflow messages to preserve assistant text in tool-call conversations.
Patch Changes
a50b88a: fix(workflow): preserve assistant text in tool-call conversation messages
Updated dependencies [6cd7c74]
Updated dependencies [e35bcae]
Updated dependencies [a4eb3f3]
Original source Similar to Vercel with recent updates:
- Anthropic release notes722 release notes · Latest Jul 20, 2026
- Perplexity release notes27 release notes · Latest Jul 13, 2026
- Cursor release notes114 release notes · Latest Jul 17, 2026
- Supabase release notes79 release notes · Latest Jul 17, 2026
- n8n release notes60 release notes · Latest Jul 14, 2026
- Obsidian release notes92 release notes · Latest Jul 14, 2026
- Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@ai-sdk/[email protected]
Vercel AI SDK patches dependencies in a release update.
Patch Changes
- Updated dependencies [6cd7c74]
- Updated dependencies [e35bcae]
- Updated dependencies [a4eb3f3]
- [email protected]
- Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@ai-sdk/[email protected]
Vercel AI SDK ships patch updates with refreshed dependencies and maintenance fixes.
Patch Changes
Updated dependencies [926f5a0]
Updated dependencies [4c5a22f]
Updated dependencies [842a383]
Original source - Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@ai-sdk/[email protected]
Vercel AI SDK ships a patch update with refreshed dependencies.
Patch Changes
- Updated dependencies [dcbdf32]
- Updated dependencies [d7d22d3]
- Updated dependencies [01edf75]
- Updated dependencies [473d770]
- [email protected]
- Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@ai-sdk/[email protected]
Vercel AI SDK ships a patch update with refreshed dependencies, including @ai-sdk/openai-compatible 3.0.13.
- Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@ai-sdk/[email protected]
Vercel AI SDK ships patch updates with refreshed dependencies including ai 7.0.32.
Patch Changes
Updated dependencies [6cd7c74]
Updated dependencies [e35bcae]
Updated dependencies [a4eb3f3]
Original source - Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
@vercel/[email protected]
Vercel Sandbox adds @vercel/sandbox-mock, a drop-in mock backed by just-bash that exercises the real SDK against an in-memory /v2/sandboxes API for commands, filesystem, users, snapshots, and forking. It also fixes Snapshot.get to use injected fetch clients.
Patch Changes
Add @vercel/sandbox-mock, a drop-in mock for @vercel/sandbox backed by just-bash. Rather than reimplementing the SDK surface, it runs the real @vercel/sandbox classes against an in-memory implementation of the /v2/sandboxes HTTP API injected through the SDK's fetch seam — so command execution, filesystem, multi-user/group management, snapshots, and forking all exercise the real SDK code. Commands run locally via just-bash against an in-memory filesystem, and command()/setupSandbox() let tests stub the output of commands just-bash can't run. (#245)
As part of this, Snapshot.get now forwards a custom fetch (via WithFetchOptions), matching Snapshot.list and Snapshot.tree. Previously it always used the global fetch, so an injected client — such as the mock — could not intercept the request.
Original source - Jul 20, 2026
- Date parsed from source:Jul 20, 2026
- First seen by Releasebot:Jul 21, 2026
Vercel Sandbox updates dependencies in a patch release.
Patch Changes
Updated dependencies [96aa20fa031fff84c732c045ab68976034ae3d35]:
@vercel/[email protected]
Original source - Jul 18, 2026
- Date parsed from source:Jul 18, 2026
- First seen by Releasebot:Jul 19, 2026
- Jul 18, 2026
- Date parsed from source:Jul 18, 2026
- First seen by Releasebot:Jul 19, 2026
Vercel Sandbox ships a patch update with refreshed dependencies, including @vercel/sandbox 2.7.1.
Patch Changes
Updated dependencies [79a9c8ae183131e6f80719c719957b3d6f4a15d9]:
- @vercel/[email protected]
- Jul 18, 2026
- Date parsed from source:Jul 18, 2026
- First seen by Releasebot:Jul 19, 2026
Turborepo v2.10.6-canary.4
Turborepo ships a canary update with improved Rust and release workflows, plus broader CI and verification coverage. It adds crate-scoped Cargo verification tasks, folds docs checks into quality, and refactors release publishing and orchestration for a cleaner build pipeline.
What's Changed
Changelog
- release(turborepo): 2.10.6-canary.3 by @github-actions[bot] in #13392
- docs: Add Experimental Rust Guide by @anthonyshew in #13375
- ci: Use affected filtering for JS tests by @anthonyshew in #13386
- ci: Fold docs checks into quality by @anthonyshew in #13385
- ci: Verify schemas through Turborepo by @anthonyshew in #13387
- chore: Avoid duplicate N-API Cargo build by @anthonyshew in #13388
- chore: Hash embedded frameworks data in Rust builds by @anthonyshew in #13389
- ci: Include VS Code extension type checks by @anthonyshew in #13390
- refactor: Run releaser bundle directly by @anthonyshew in #13393
- refactor: Move release publishing into releaser by @anthonyshew in #13394
- refactor: Consolidate release orchestration by @anthonyshew in #13395
- feat: Add crate-scoped Cargo verification tasks by @anthonyshew in #13398
- ci: Fetch release commit parent by @anthonyshew in #13400
Full Changelog: v2.10.6-canary.3...v2.10.6-canary.4
Original source
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.