115 wires and counting

$ follow Vercel

Keep up with Vercel in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-08-31
stories 31

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Turborepo fixes multi-language cache and watch hashing

By RepoJournal · Filed · About Vercel

Three Turborepo fixes land today: cache keys no longer fragment on machine-specific paths, watch mode deduplicates hashes across Cargo and Python, and native tasks are discoverable in task listings.

Turborepo decouples contract environment projection from raw-value task hashing [1], so strict-mode execution still receives toolchain settings without machine-specific paths, like Cargo home and rustup home, fragmenting cache keys. Watch mode now registers repository-graph execution scopes with the hash watcher and reconciles them with JavaScript package discovery [2], suppressing no-op events while retaining real changes. Implicit native tasks are now discoverable anywhere package tasks are listed [3], including `turbo ls <package>`, with a new `command` field that displays resolved native commands. Chat absorbed a workspace diff view [4] with Chat and Diff tabs, rendering sandbox changes via `@pierre/diffs` and handling oversized diffs. vercel/chat added docs for the LINE community adapter [5], registered as a valid docs code-example import and passing 467 integration tests. The AI SDK shipped patch releases across providers; MiniMax 2.0.13 [6] now sends a default `16:9` ratio for MiniMax-H3 text-to-video.

Quick answers

What shipped in Vercel on August 31, 2026?
Three Turborepo fixes land today: cache keys no longer fragment on machine-specific paths, watch mode deduplicates hashes across Cargo and Python, and native tasks are discoverable in task listings. In total, 10 commits, 11 pull requests, and 10 releases landed.
Who contributed to Vercel on August 31, 2026?
6 developers shipped this update, including PunGrumpy, vercel-gh-bot-5, vercel-gh-bot-4, vercel-gh-bot-3, vercel-gh-bot-5[bot], and github-actions[bot].
What were the notable Vercel updates?
fix: Normalize multi-language cache environment inputs, fix: Deduplicate multi-language watch hashes, and fix: Show native tasks in task listings.