- Updated timezone data to 2022f, fixing DST changes for Fiji and Mexico.
- Added a new Buffer File class and upgraded V8 to version 10.8.168.20.
- Deprecated the use of invalid ports in url.parse and made extensive documentation updates.
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`).