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 EVENT ORDERING FIXED, SANDBOX PINNING NODE VERSIONS, EVE GAINS SANDBOX STOPS

By RepoJournal · Filed · About Vercel

Vercel shipped fixes across three major systems overnight: workflow's event consumer now respects delivery timing, sandbox images pin exact Node versions, and Eve lets authored code stop sandboxes mid-execution.

The workflow team closed a critical async bug where the events consumer would sit on unclaimed steps while the VM was mid-flight toward claiming them, creating phantom unconsumed-event warnings and replay divergence [1]. A companion fix ensures step results stay ordered even when waits park on unread hook payloads, preventing correlation ID swaps that would make replay permanently diverge [2]. Separately, sandbox Docker images now pin exact Node versions (22.23.2, 24.19.0, 26.7.0) instead of just major releases, both to guarantee reproducibility and to document the precise runtime each image tag uses [3]. Over in Eve, the sandbox backend now exposes `ctx.getSandbox().stop()` to allow authored hooks and tools to release compute at application-defined boundaries while preserving the durable session [5], and the Slack integration restructured approval messages to keep large tool inputs from bloating callback payloads, fixing a responsiveness regression [6]. Eve also fixed `eve build` to serialize Zod 3 input schemas by handling the missing JSON Schema converter [4]. Next.js kept the dev validation worker alive across HMR updates so stack frames now resolve correctly to source positions [7] and fixed the Nav Inspector hanging in an infinite prefetch loop on repeat captures [8].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] [core] Gate the unconsumed-event check on delivery idleness ↗ vercel/workflow
  2. [2] [core] Keep step results ordered behind waits parked on unread hook payloads ↗ vercel/workflow
  3. [3] fix(images): pin exact Node versions ↗ vercel/sandbox
  4. [4] fix(eve): build tools with Zod 3 input schemas ↗ vercel/eve
  5. [5] feat(eve): allow authored sandbox stops ↗ vercel/eve
  6. [6] fix(eve): slack - keep large approvals responsive ↗ vercel/eve
  7. [7] Keep the dev validation worker alive across HMR updates ↗ vercel/next.js
  8. [8] Fix Nav Inspector request loop on repeat captures ↗ vercel/next.js

Quick answers

What shipped in Vercel on August 11, 2026?
Vercel shipped fixes across three major systems overnight: workflow's event consumer now respects delivery timing, sandbox images pin exact Node versions, and Eve lets authored code stop sandboxes mid-execution. In total, 61 commits, 60 pull requests, and 5 releases landed.
Who contributed to Vercel on August 11, 2026?
16 developers shipped this update, including VaguelySerious, lucamaraschi, ar-tama, molebox, LukeSheard, github-actions[bot], vercel-gh-bot-3, and benpankow, and 8 more.
What were the notable Vercel updates?
[core] Gate the unconsumed-event check on delivery idleness, [core] Keep step results ordered behind waits parked on unread hook payloads, and fix(images): pin exact Node versions.

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?