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 PATCHES COMMIT QUEUE, FIXES FFI MEMORY LEAK

By RepoJournal · Filed · About Node.js

The core commit queue gained safeguards against race conditions while the FFI layer stopped leaking 58 MiB per 20,000 function calls.

Antoine du Hamel hardened Node's merge pipeline by delaying commit-queue label removal [1], preventing PRs from dropping out of the queue if the CI job times out mid-process. That's the kind of boring infrastructure fix that saves hours of debugging when things go sideways. Meanwhile, trivikr plugged a nasty FFI memory leak where lib.functions.foo was recreated on every read, allocating a fresh trampoline and ArrayBuffer each time [2]. The fix caches callables per symbol, cutting RSS bloat to near zero on hot paths. On the protocol front, pimterry began consolidating the fragmented TLS implementations across node:tls, node:dtls, and node:quic [3], eliminating the current pattern of maintaining the same logic three times over. The test runner also got benchmark coverage for hooks and test options [4], closing gaps in the performance tracking harness. 28 commits and 19 PRs across the period.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] tools: delay removal of `commit-queue` label nodejs/node
  2. [2] ffi: reuse the callable created per symbol ↗ nodejs/node
  3. [3] tls,quic: commonize TLS cert handling between tls, dtls & quic ↗ nodejs/node
  4. [4] benchmark: add test runner hooks and options ↗ nodejs/node

Quick answers

What shipped in Node.js on August 10, 2026?
The core commit queue gained safeguards against race conditions while the FFI layer stopped leaking 58 MiB per 20,000 function calls. In total, 28 commits and 19 pull requests landed.
Who contributed to Node.js on August 10, 2026?
5 developers shipped this update, including Antoine du Hamel, trivikr, pimterry, luanmuniz, and Node.js GitHub Bot.
What were the notable Node.js updates?
tools: delay removal of `commit-queue` label, ffi: reuse the callable created per symbol, and tls,quic: commonize TLS cert handling between tls, dtls & quic.

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?