- Add OpenSSL shared configuration option across source, docs, and tests (SEMVER MAJOR)
- Update Corepack and other dependencies (e.g., Corepack 0.11.2 → 0.14.2, tz2022e)
- Fix intl tests on small ICU builds and extend flaky‑test tracking options
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`).