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

WORKFLOW SHIPS RESILIENT STEP DISPATCH, NEXT.JS FIXES PAGES RUNTIME BREAKAGE

By RepoJournal · Filed · About Vercel

Workflow@5.0.0-beta.42 lands parallel queue publishing with transient failure recovery, while Next.js patches a critical Pages API adapter bug that breaks when routes import next/head.

The workflow team shipped resilient step dispatch [1], newly created steps now publish to the queue in parallel with their step_created event, carrying serialized input so consumers can re-ensure if the direct write fails transiently. This cuts latency while hardening against transient failures that previously forced manual recovery. Next.js fixed a missing Pages runtime in adapter outputs [6], where Pages API functions produced through build adapters failed during initialization when externalized dependencies imported next/head, with the load path collapsing into a missing runtime file. The fix ensures the runtime ships in adapter bundles. Across the stack, HMR edits racing full rebuilds are now pinned to baseline [2], ordered batch event writes landed with per-event results [3], and e2e tests now retry once in CI to surface flaky races while keeping them visible in all tooling [4]. World spec version 6 is now current [5], reflecting the SDK's actual behavior after slot-numbered event ids became a contract requirement.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] workflow@5.0.0-beta.42 ↗ vercel/workflow
  2. [2] [next] Fix dev HMR dropping edits that race a full rediscovery rebuild (#3529) vercel/workflow
  3. [3] feat(world,world-vercel): createBatch — ordered batch event write with per-event results (#3025) vercel/workflow
  4. [4] [ci] Retry e2e tests once in CI, keeping retried tests visible ↗ vercel/workflow
  5. [5] [world] Make spec version 6 the current version ↗ vercel/workflow
  6. [6] Fix missing Pages runtime in adapter Pages API outputs ↗ vercel/next.js

Quick answers

What shipped in Vercel on August 15, 2026?
Workflow@5.0.0-beta.42 lands parallel queue publishing with transient failure recovery, while Next.js patches a critical Pages API adapter bug that breaks when routes import next/head. In total, 50 commits, 50 pull requests, and 16 releases landed.
Who contributed to Vercel on August 15, 2026?
12 developers shipped this update, including github-actions[bot], Alex Langenfeld, Pranay Prakash, VaguelySerious, timneutkens, styfle, DavidIlie, and Marcos Hernanz, and 4 more.
What were the notable Vercel updates?
workflow@5.0.0-beta.42, [next] Fix dev HMR dropping edits that race a full rediscovery rebuild (#3529), and feat(world,world-vercel): createBatch — ordered batch event write with per-event results (#3025).

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?