- Upgrade OpenSSL to 1.1.1q and add OpenSSL config appname, a major breaking change;
- Harden HTTP handling with stricter Transfer‑Encoding and header separator parsing;
- Fix IPv4 validation bug in inspector socket.
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`).