- Include missing V8 headers in the distribution to enable native addon builds.
- Fix stream.promises.pipeline regression so arrays of streams are accepted again.
- Correct stream.Duplex.from handling of async generator functions.
Official Node.js changelog summary with source attribution, release tags, and community reactions.
Track this Node.js release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Node.js release note into a weekly digest for the tools you actually use.
Create digestAdded crypto STORE loader support for loading private keys and updated root certificates to NSS 3.125, including Argon2 and FIPS‑mode fixes
Added new APIs: ffi.getCurrentEventLoop, test runner context.log() with test:log event, and pattern cache for matchGlobPattern() (SEMVER MINOR).
Added new APIs such as `buffer.blob.textStream()`, experimental ESM `import text` flag, `ReadableStreamTee`, and synchronous dgram socket methods (`connectSync`, `bindSync`).