-
- Downloads
2025-04-23, Version 22.15.0 'Jod' (LTS)
Notable changes: assert: * (SEMVER-MINOR) implement partial error comparison (Ruben Bridgewater) https://github.com/nodejs/node/pull/57370 * (SEMVER-MINOR) improve partialDeepStrictEqual (Ruben Bridgewater) https://github.com/nodejs/node/pull/57370 cli: * (SEMVER-MINOR) allow --cpu-prof* in NODE_OPTIONS (Carlos Espa) https://github.com/nodejs/node/pull/57018 crypto: * update root certificates to NSS 3.108 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/57381 * (SEMVER-MINOR) support --use-system-ca on Windows (Joyee Cheung) https://github.com/nodejs/node/pull/56833 * (SEMVER-MINOR) added support for reading certificates from macOS system store (Tim Jacomb) https://github.com/nodejs/node/pull/56599 deps: * update timezone to 2025a (Node.js GitHub Bot) https://github.com/nodejs/node/pull/56876 deps,tools: * (SEMVER-MINOR) add zstd 1.5.6 (Jan Martin) https://github.com/nodejs/node/pull/52100 dns: * (SEMVER-MINOR) add TLSA record query and parsing (Rithvik Vibhu) https://github.com/nodejs/node/pull/52983 doc: * add @geeksilva97 to collaborators (Edy Silva) https://github.com/nodejs/node/pull/57241 module: * (SEMVER-MINOR) use synchronous hooks for preparsing in import(cjs) (Joyee Cheung) https://github.com/nodejs/node/pull/55698 * (SEMVER-MINOR) implement module.registerHooks() (Joyee Cheung) https://github.com/nodejs/node/pull/55698 process: * (SEMVER-MINOR) add execve (Paolo Insogna) https://github.com/nodejs/node/pull/56496 * (SEMVER-MINOR) add threadCpuUsage (Paolo Insogna) https://github.com/nodejs/node/pull/56467 sqlite: * (SEMVER-MINOR) add StatementSync.prototype.columns() (Colin Ihrig) https://github.com/nodejs/node/pull/57490 * (SEMVER-MINOR) allow returning `ArrayBufferView`s from user-defined functions (René) https://github.com/nodejs/node/pull/56790 src: * set signal inspector io thread name (RafaelGSS) https://github.com/nodejs/node/pull/56416 * set thread name for main thread and v8 worker (RafaelGSS) https://github.com/nodejs/node/pull/56416 * set worker thread name using worker.name (RafaelGSS) https://github.com/nodejs/node/pull/56416 * use a default thread name for inspector (RafaelGSS) https://github.com/nodejs/node/pull/56416 tls: * (SEMVER-MINOR) implement tls.getCACertificates() (Joyee Cheung) https://github.com/nodejs/node/pull/57107 util: * (SEMVER-MINOR) expose diff function used by the assertion errors (Giovanni Bucci) https://github.com/nodejs/node/pull/57462 v8: * (SEMVER-MINOR) add v8.getCppHeapStatistics() method (Aditi) https://github.com/nodejs/node/pull/57146 zlib: * (SEMVER-MINOR) add zstd support (Jan Martin) https://github.com/nodejs/node/pull/52100 PR-URL: https://github.com/nodejs/node/pull/57840
Showing
- CHANGELOG.md 2 additions, 1 deletionCHANGELOG.md
- doc/api/async_context.md 2 additions, 2 deletionsdoc/api/async_context.md
- doc/api/child_process.md 2 additions, 2 deletionsdoc/api/child_process.md
- doc/api/deprecations.md 1 addition, 1 deletiondoc/api/deprecations.md
- doc/api/dns.md 2 additions, 2 deletionsdoc/api/dns.md
- doc/api/fs.md 1 addition, 1 deletiondoc/api/fs.md
- doc/api/globals.md 17 additions, 17 deletionsdoc/api/globals.md
- doc/api/module.md 5 additions, 5 deletionsdoc/api/module.md
- doc/api/process.md 1 addition, 1 deletiondoc/api/process.md
- doc/api/readline.md 1 addition, 1 deletiondoc/api/readline.md
- doc/api/sqlite.md 4 additions, 4 deletionsdoc/api/sqlite.md
- doc/api/test.md 1 addition, 1 deletiondoc/api/test.md
- doc/api/tls.md 1 addition, 1 deletiondoc/api/tls.md
- doc/api/util.md 4 additions, 4 deletionsdoc/api/util.md
- doc/api/v8.md 1 addition, 1 deletiondoc/api/v8.md
- doc/api/zlib.md 10 additions, 10 deletionsdoc/api/zlib.md
- doc/changelogs/CHANGELOG_V22.md 370 additions, 0 deletionsdoc/changelogs/CHANGELOG_V22.md
- src/node_version.h 3 additions, 3 deletionssrc/node_version.h
Loading
Please register or sign in to comment