RepoJournal
Node.js

@nodejs

The Node.js runtime - every backend team's CVE source of truth

Keep up with Node.js 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

NODE CUTS STREAM OVERHEAD, DTLS GAINS STABILITY

By RepoJournal · Filed · About Node.js

Stream performance just got faster with ring buffer optimization in WHATWG tee operations, while DTLS and QUIC improvements shore up critical network paths.

Matteo Collina landed a major optimization that replaces array-backed queues with ring buffers in WHATWG stream operations [1], eliminating per-chunk `Array.prototype.shift` overhead on BYOB reads. This continues a performance series that systematically removes hot-path allocations from the streams stack. Meanwhile, James Snell shipped multiple DTLS improvements to the net module [2], strengthening Node's datagram transport layer as QUIC support matures. Tim Perry fixed a critical segfault in QUIC's fragmented client hello handling [3], addressing a crash path that could destabilize long-lived connections. On the testing side, Aviv Keller removed a flaky REPL test from the blocklist [4] after a V8 fix, and added `--test-coverage-include-all` support to the test runner [5] to improve coverage reporting on untested files. Over in doc-kit, the search navigation now keeps the URL hash synchronized with jumped-to anchors [6], fixing a UX gap where same-page hits left the address bar stale.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] stream: reduce per-chunk work in WHATWG tee and BYOB reads ↗ nodejs/node
  2. [2] net: multiple dtls improvements ↗ nodejs/node
  3. [3] quic: fix segfault after fragmented client hello nodejs/node
  4. [4] test: remove test-repl-user-error-handler from flaky nodejs/node
  5. [5] test_runner: add support for --test-coverage-include-all nodejs/node
  6. [6] fix: sync URL hash when following same-page search hits (#963) nodejs/doc-kit

Quick answers

What shipped in Node.js on August 1, 2026?
Stream performance just got faster with ring buffer optimization in WHATWG tee operations, while DTLS and QUIC improvements shore up critical network paths. In total, 11 commits and 8 pull requests landed.
Who contributed to Node.js on August 1, 2026?
5 developers shipped this update, including jasnell, mcollina, avivkeller, Tim Perry, and btea.
What were the notable Node.js updates?
stream: reduce per-chunk work in WHATWG tee and BYOB reads, net: multiple dtls improvements, and quic: fix segfault after fragmented client hello.

More from @nodejs

Daily updates, in your inbox

Follow Node.js

Keep up with Node.js 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?