Vercel Release Notes

Follow

1957 release notes curated from 51 sources by the Releasebot Team. Last updated: Jul 21, 2026

Get this feed:

Vercel Products

  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK ships a patch update with @ai-sdk/openai-compatible 3.0.13.

    Patch Changes

    Updated dependencies [8b52503]

    @ai-sdk/[email protected]

    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    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.

    Create account
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    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
    Vercel logo

    Vercel AI SDK by Vercel

    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
    Vercel logo

    Vercel AI SDK by Vercel

    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]

    [email protected]

    Original source
  • Similar to Vercel with recent updates:

  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK patches dependencies in a release update.

    Patch Changes

    • Updated dependencies [6cd7c74]
    • Updated dependencies [e35bcae]
    • Updated dependencies [a4eb3f3]
    • [email protected]
    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK ships patch updates with refreshed dependencies and maintenance fixes.

    Patch Changes

    Updated dependencies [926f5a0]

    Updated dependencies [4c5a22f]

    Updated dependencies [842a383]

    [email protected]

    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    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]
    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK ships a patch update with refreshed dependencies, including @ai-sdk/openai-compatible 3.0.13.

    Patch Changes

    Updated dependencies [8b52503]

    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    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]

    [email protected]

    Original source
  • Jul 20, 2026
    • Date parsed from source:
      Jul 20, 2026
    • First seen by Releasebot:
      Jul 21, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    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 logo

    Vercel Sandbox by Vercel

    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
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox reduces default API call retries in a patch update.

    Patch Changes

    Reduce default API call retries (#254)

    Original source
  • Jul 18, 2026
    • Date parsed from source:
      Jul 18, 2026
    • First seen by Releasebot:
      Jul 19, 2026
    Vercel logo

    Vercel Sandbox by Vercel

    Vercel Sandbox ships a patch update with refreshed dependencies, including @vercel/sandbox 2.7.1.

    Patch Changes

    Updated dependencies [79a9c8ae183131e6f80719c719957b3d6f4a15d9]:

    Original source
  • Jul 18, 2026
    • Date parsed from source:
      Jul 18, 2026
    • First seen by Releasebot:
      Jul 19, 2026
    Vercel logo

    Turborepo by Vercel

    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
Releasebot

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.