Vercel Release Notes

Follow

2251 release notes curated from 51 sources by the Releasebot Team. Last updated: Aug 11, 2026

Get this feed:

Vercel Products

  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK patches updated dependencies across OpenAI-compatible and provider packages.

    Patch Changes

    Original source
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK updates patch dependencies for ai and provider utils.

    Patch Changes

    Updated dependencies [2171d15]

    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
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK patches in updated provider dependencies for a smoother release.

    Patch Changes

    Updated dependencies [2171d15]

    @ai-sdk/[email protected]

    @ai-sdk/[email protected]

    Original source
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK ships patch updates with refreshed dependencies for OpenAI-compatible and provider packages.

    Patch Changes

    Original source
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK ships patch changes for @ai-sdk/[email protected].

    Patch Changes

    @ai-sdk/[email protected]

    Original source
  • Similar to Vercel with recent updates:

  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK ships patch updates to OpenAI-compatible and provider packages.

    Patch Changes

    Original source
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK ships a patch update with refreshed dependencies for provider and utils packages.

    Patch Changes

    Updated dependencies [2171d15]

    Original source
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK updates dependencies in a patch release for improved package consistency.

    Patch Changes

    Updated dependencies [2171d15]

    Original source
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel AI SDK by Vercel

    Vercel AI SDK ships patch updates with refreshed provider dependencies for improved stability.

    Patch Changes

    Updated dependencies [2171d15]

    Original source
  • Aug 11, 2026
    • Date parsed from source:
      Aug 11, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Turborepo by Vercel

    Turborepo v2.10.10-canary.2

    Turborepo ships a canary release with a pruning performance boost and repository walk optimization.

    What's Changed

    Changelog

    • chore: Release Turborepo 2.10.10-canary.1 by @github-actions[bot] in #13703
    • perf: Walk the repository once when pruning by @anthonyshew in #13705

    Full Changelog: v2.10.10-canary.1...v2.10.10-canary.2

    Original source
  • Aug 10, 2026
    • Date parsed from source:
      Aug 10, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Storage by Vercel

    Storage adds putImage for optimized image uploads through Vercel Image Optimization, storing only the optimized output from image content or a public image URL. It also deprecates optimizeImage on put and putFromUrl in favor of putImage while keeping both working for now.

    Minor Changes

    8b49164: Add putImage(pathname, bodyOrUrl, options): optimizes an image through Vercel Image Optimization and stores only the optimized output. The source can be the image content itself (string, File, Blob, Buffer or Stream) or a URL instance pointing at a public http(s) image, which is fetched server-side. Options mirror put (access, addRandomSuffix, allowOverwrite, cacheControlMaxAge, ifMatch) plus the required optimizeImage parameters (width, quality, format); contentType is not accepted since the stored content type always comes from the optimizer output. Deprecates the optimizeImage option on put and the putFromUrl function in favor of putImage; both keep working.

    Original source
  • Aug 10, 2026
    • Date parsed from source:
      Aug 10, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Turborepo by Vercel

    Turborepo v2.10.10-canary.1

    Turborepo ships updates for Python task graphs, Bun workspace dependency pruning, and Windows process cleanup, while adding support for nub.lock files. The changelog also includes documentation updates and a new contributor, alongside the 2.10.9 and 2.10.9-canary.1 releases.

    What's Changed

    Changelog

    • test: Cover Python quality task graph by @anthonyshew in #13675
    • chore: Release Turborepo 2.10.9-canary.1 by @github-actions[bot] in #13687
    • docs: Document dependency-driven Python tasks by @anthonyshew in #13676
    • fix: Prune Bun wildcard workspace dev dependencies by @anthonyshew in #13694
    • fix: Prevent Windows process cleanup PID reuse by @anthonyshew in #13695
    • chore: Release Turborepo 2.10.9 by @github-actions[bot] in #13696
    • docs: Update Geistdocs to 1.19.6 by @molebox in #13701
    • feat: Support nub.lock files by @akshat-OwO in #13699

    New Contributors

    • @akshat-OwO made their first contribution in #13699

    Full Changelog: v2.10.9-canary.1...v2.10.10-canary.1

    Original source
  • Aug 10, 2026
    • Date parsed from source:
      Aug 10, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel

    Vercel Sandbox now runs on Vercel Managed Images

    Vercel replaces Sandbox runtimes with versioned open-source base images preinstalled with Node.js, Python, and coding agents.

    Versioned, open-source base images with Node.js, Python, and coding agents preinstalled replace Sandbox runtimes as the default.

    Andy Waller, Tom Lienard, and 2 others

    Original source
  • Aug 10, 2026
    • Date parsed from source:
      Aug 10, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel

    Simplified onboarding for deepsec

    Vercel adds one-command DeepSec setup for first security scans, with model selection, threat model generation, and coverage checks.

    deepsec now goes from an unconfigured repo to its first completed security scan with one command, npx deepsec init, including model selection, threat model generation, and scan coverage checks.

    Malte Ubl CTO, Vercel

    Original source
  • Aug 10, 2026
    • Date parsed from source:
      Aug 10, 2026
    • First seen by Releasebot:
      Aug 11, 2026
    Vercel logo

    Vercel

    Bun runtime for Vercel Functions now accepts Bun.serve as an entrypoint

    Vercel adds Bun.serve() support for Functions with native WebSocket handlers.

    Deploy a Bun.serve() server to Vercel Functions, including native WebSocket handlers.

    Florentin Eckl Software Engineer

    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.