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-21
stories 17

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

NODE 26.2 STABILIZES STREAMS, ADDS TEMPORAL SUPPORT

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

Node.js 26.2 marks stream.compose as stable and brings native Temporal.Instant support to the fs.Stats API, signaling the project's commitment to modern JavaScript primitives.

Node.js 26.2 shipped overnight with two significant stability moves [1]. The stream.compose utility, long experimental, is now stable production-ready, closing a chapter on one of the most-requested stream improvements [1]. In the same release, fs.Stats and BigIntStats now natively support Temporal.Instant objects [1], giving developers a path forward as the Temporal API matures toward Stage 3. The WebCryptoAPI test suite received a refresh to align with the latest WPT standards [2], ensuring your cryptography layer stays spec-compliant. On the Windows build front, the team continues optimizing release builds by replacing LTCG with Thin LTO [4], addressing peak memory constraints in the CI pipeline without sacrificing link-time optimization. Documentation corrections landed across stream iteration nomenclature [5] and V8 template references [3], keeping the guides accurate as the runtime evolves.

Quick answers

What shipped in Node.js on May 21, 2026?
Node.js 26.2 marks stream.compose as stable and brings native Temporal.Instant support to the fs.Stats API, signaling the project's commitment to modern JavaScript primitives. In total, 9 commits, 7 pull requests, and 1 releases landed.
Who contributed to Node.js on May 21, 2026?
3 developers shipped this update, including nodejs-github-bot, StefanStojanovic, and aduh95.
What were the notable Node.js updates?
2026-05-20, Version 26.2.0 (Current), @aduh95, test: update WPT for WebCryptoAPI to 97bbc7247a, and doc: remove unsupported template type from v8.md.