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-07-25
stories 38

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

NODE CORE TIGHTENS DNS BEHAVIOR, DOCS TOOLING SHIFTS AWAY FROM OXC

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

DNS tests now codify a breaking change in record lookup behavior, while the documentation pipeline abandons OXC for a WASM-based alternative after CI runner incompatibility.

The most significant shift in node/node landed with tests that enforce the new ENODATA error thrown when DNS queries find no matching records [1]. This behavior changed in a prior commit, and the new test suite ensures the breaking change sticks: CNAME chains that resolve to domains without the requested record type now error instead of returning empty arrays. On the docs front, the nodejs.org team is promoting the beta API documentation more aggressively, adding prominent navigation links to increase discoverability [2]. Meanwhile, doc-kit ditched OXC for @swc/wasm because OXC does not work on all node.js CI runners [3], a practical acknowledgment that perfect tooling beats broken performance. The project also bumped histogram to 0.11.10 [4] and landed a V8 backport addressing LoongArch64 build failures [5]. Documentation syntax cleanup removed unsupported generic types from stream docs [6]. Crowdin translations synced across the website [7], and reliability reporting continued its automated cadence [8].

Quick answers

What shipped in Node.js on July 25, 2026?
DNS tests now codify a breaking change in record lookup behavior, while the documentation pipeline abandons OXC for a WASM-based alternative after CI runner incompatibility. In total, 24 commits and 14 pull requests landed.
Who contributed to Node.js on July 25, 2026?
8 developers shipped this update, including David Evans, aduh95, nodejs-github-bot, Javonne-liu, nodejs-crowdin, Guilherme Araújo, bmuenzenmeyer, and avivkeller.
What were the notable Node.js updates?
dns: add tests for ENODATA states, Adds link to beta docs (#8998), and fix(ast): swcify.