129 wires and counting

$ follow Node.js

Keep up with Node.js 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-05-20
stories 30

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

UNDICI 8.3.0 LANDS IN NODE CORE AS STREAM ADAPTER FIXES ROLL OUT

By RepoJournal · Filed · About Node.js · Composed from the cited sources · methodology

Node shipped critical updates to its HTTP client and stream handling overnight, fixing half-open duplex termination bugs that could leave connections in undefined states.

Undici 8.3.0 is now in Node core [1], bringing its latest stability and performance work directly into the runtime. The more urgent change landed in stream handling: Readable.toWeb() termination now aligns with end-of-stream semantics [2], fixing a regression where adapter creation timing could leave sockets in broken states. The fix adds comprehensive test coverage for the half-open duplex case that was slipping through before. On the tooling side, the eslint group got a refresh [3] including Babel 8.0.0-rc.4, keeping Node's linting pipeline current with the ecosystem. Documentation also tightened up this cycle [4], fixing article usage in technical prose where acronyms like HTTP and SSL start with vowel sounds and need 'an' instead of 'a'. The contributor spotlight section got removed from regular docs [5], streamlining the publishing workflow.

Quick answers

What shipped in Node.js on May 20, 2026?
Node shipped critical updates to its HTTP client and stream handling overnight, fixing half-open duplex termination bugs that could leave connections in undefined states. In total, 15 commits and 15 pull requests landed.
Who contributed to Node.js on May 20, 2026?
3 developers shipped this update, including nodejs-github-bot, ikeyan, and dependabot[bot].
What were the notable Node.js updates?
deps: update undici to 8.3.0, stream: align Readable.toWeb termination with eos, and tools: bump the eslint group in /tools/eslint with 4 updates.