RepoJournal
Vercel

@vercel

Next.js + the Vercel platform - frontend infrastructure for the web

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

SDK KEYS LOCKED DOWN, PYTHON ERRORS SHARPER, NITRO ROUTES FIXED

By RepoJournal · Filed · About Vercel

Vercel tightened SDK key security at the type layer while Python builders now surface granular entrypoint errors that actually tell you what went wrong.

The CLI can no longer accidentally leak plaintext SDK secrets in list responses [1] — the type system now enforces a split between creation (where you see the secret once) and listing (where you never do). Meanwhile, Python function deployments got the debugging upgrade they needed: entrypoint failures now surface specific, actionable errors instead of generic failures [2], giving your team actual clues about what broke. On the framework side, Nitro services in experimentalServices were generating phantom index.html routes that shadowed the real builder output [3], now fixed. React Router single-fetch routing in Remix got its .data function entries restored [4], keeping route splitting intact. The Python build system now caches dependencies by default [5], cutting rebuild times. Across Next.js, the turbo-tasks backend squashed snapshot coordination races that could corrupt concurrent operations [6], and cache handlers now include deployment IDs to avoid collisions across environments [7]. Vercel/AI locked down timeout abort reasons with proper TimeoutError semantics [9], and Mistral's cached token counts now map correctly instead of lumping everything into noCacheTokens [10]. Workflow serialization now preserves full error objects through the pipeline [11], and request timeouts on workflow-server calls prevent idle hangs during replays [12]. Cohere image support landed [8], letting vision models actually receive images instead of treating them as RAG documents.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(cli): tighten SdkKey type to keep plaintext off list responses ↗ vercel/vercel
  2. [2] [python] More granular errors for entrypoint failures. ↗ vercel/vercel
  3. [3] [services] fix nitro index.html fallback route bug ↗ vercel/vercel
  4. [4] [codex] Preserve React Router single-fetch .data route config ↗ vercel/vercel
  5. [5] Version Packages ↗ vercel/vercel
  6. [6] turbo-tasks-backend: fix snapshot coordination races + extract SnapshotCoordinator ↗ vercel/next.js
  7. [7] Include deployment id in `cacheHandlers` keys ↗ vercel/next.js
  8. [8] feat(provider/cohere): add support for passing images to Cohere models ↗ vercel/ai
  9. [9] fix(ai): tag step/chunk timeout aborts with TimeoutError reason ↗ vercel/ai
  10. [10] fix(mistral): map cached token counts from Mistral usage response ↗ vercel/ai
  11. [11] Serialize `run_failed`/`step_failed` errors through serialization pipeline (#1851) vercel/workflow
  12. [12] fix(world-vercel): add default request timeout to workflow-server HTTP calls (#1807) vercel/workflow

Quick answers

What shipped in Vercel on May 5, 2026?
Vercel tightened SDK key security at the type layer while Python builders now surface granular entrypoint errors that actually tell you what went wrong. In total, 44 commits, 51 pull requests, and 17 releases landed.
Who contributed to Vercel on May 5, 2026?
10 developers shipped this update, including vincent-derks, gscho, ricardo-agz, Strernd, github-actions[bot], lukesandberg, mischnic, and felixarntz, and 2 more.
What were the notable Vercel updates?
fix(cli): tighten SdkKey type to keep plaintext off list responses, [python] More granular errors for entrypoint failures, and [services] fix nitro index.html fallback route bug.

More from @vercel

Daily updates, in your inbox

Follow Vercel

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?