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 26.8.1 HITS DOCKER IMAGES

By RepoJournal · Filed · About Node.js

Node's official Docker images just caught up to the latest releases, and a pair of core patches landed that you need on your radar.

The official Node.js Docker images are now shipping Node.js 24.20.0 and 26.8.1 [1], a manual correction that fixes the broken `node -v` output on 26.8.0. In core, two security-policy changes landed: James Snell relaxed vulnerability handling for experimental features [2], while Rafael Gonzaga clarified triage dispositions and permission boundaries [3]. More critically for anyone running HTTP/2, Tim Perry fixed a write deadlock exposed by larger window sizes [4], removing a redundant guard added as a security mechanism. A quieter but valuable fix: `rmSync` now produces correct error messages for non-ASCII paths on Linux and Windows [5]. Test coverage for `Readable.from()` sync iterator errors [6] rounds out a steady 24 hours across 24 commits and 17 PRs.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] feat: Node.js 24.20.0, 26.8.1 ↗ nodejs/docker-node
  2. [2] meta: refine the security vuln posture for experimental features nodejs/node
  3. [3] doc: clarify security triage dispositions and permission boundaries nodejs/node
  4. [4] http2: fix write deadlock exposed by larger window sizes nodejs/node
  5. [5] fs: fix rmSync error messages for non-ASCII paths nodejs/node
  6. [6] test: cover Readable.from() sync iterator errors ↗ nodejs/node

Quick answers

What shipped in Node.js on August 27, 2026?
Node's official Docker images just caught up to the latest releases, and a pair of core patches landed that you need on your radar. In total, 24 commits, 17 pull requests, and 3 releases landed.
Who contributed to Node.js on August 27, 2026?
7 developers shipped this update, including nodejs-github-bot, dependabot, James M Snell, Rafael Gonzaga, Tim Perry, Yeaseen, and jakecastelli.
What were the notable Node.js updates?
feat: Node.js 24.20.0, 26.8.1, meta: refine the security vuln posture for experimental features, and doc: clarify security triage dispositions and permission boundaries.

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?