Update Node.js to v18 #211

Closed
renovate-bot wants to merge 1 commits from renovate/node-18.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
node stage major 16.19.1-bullseye-slim -> 18.15.0-bullseye-slim

Release Notes

nodejs/node

v18.15.0: 2023-03-07, Version 18.15.0 'Hydrogen' (LTS), @​BethGriggs prepared by @​juanarbol

Compare Source

Notable Changes
  • [`63563f8a7a`](https://github.com/nodejs/node/commit/63563f8a7a)] - **doc,lib,src,test**: rename --test-coverage (Colin Ihrig) [#​46017](https://github.com/nodejs/node/pull/46017)
    
  • [`28a775b32f`](https://github.com/nodejs/node/commit/28a775b32f)] - **test_runner**: add initial code coverage support (Colin Ihrig) [#​46017](https://github.com/nodejs/node/pull/46017)
    
  • [`4d50db14b3`](https://github.com/nodejs/node/commit/4d50db14b3)] - **(SEMVER-MINOR)** **test_runner**: add reporters (Moshe Atlow) [#​45712](https://github.com/nodejs/node/pull/45712)
    
  • [`643545ab79`](https://github.com/nodejs/node/commit/643545ab79)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#​46358](https://github.com/nodejs/node/pull/46358)
    
  • [`110ead9abb`](https://github.com/nodejs/node/commit/110ead9abb)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#​46320](https://github.com/nodejs/node/pull/46320)
    
  • [`02632b42cf`](https://github.com/nodejs/node/commit/02632b42cf)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#​46255](https://github.com/nodejs/node/pull/46255)
    
  • [`f09b838408`](https://github.com/nodejs/node/commit/f09b838408)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#​46218](https://github.com/nodejs/node/pull/46218)
    
  • [`cb5bb12422`](https://github.com/nodejs/node/commit/cb5bb12422)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#​46046](https://github.com/nodejs/node/pull/46046)
    
    
Commits
  • [`6f91c8e2ae`](https://github.com/nodejs/node/commit/6f91c8e2ae)] - **benchmark**: add trailing commas (Antoine du Hamel) [#​46370](https://github.com/nodejs/node/pull/46370)
    
  • [`d0b9be21eb`](https://github.com/nodejs/node/commit/d0b9be21eb)] - **benchmark**: remove buffer benchmarks redundancy (Brian White) [#​45735](https://github.com/nodejs/node/pull/45735)
    
  • [`6468f30d0d`](https://github.com/nodejs/node/commit/6468f30d0d)] - **benchmark**: introduce benchmark combination filtering (Brian White) [#​45735](https://github.com/nodejs/node/pull/45735)
    
  • [`cb5bb12422`](https://github.com/nodejs/node/commit/cb5bb12422)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#​46046](https://github.com/nodejs/node/pull/46046)
    
  • [`ec61bb04c0`](https://github.com/nodejs/node/commit/ec61bb04c0)] - **build**: export more OpenSSL symbols on Windows (Mohamed Akram) [#​45486](https://github.com/nodejs/node/pull/45486)
    
  • [`7bae4333ce`](https://github.com/nodejs/node/commit/7bae4333ce)] - **build**: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) [#​46228](https://github.com/nodejs/node/pull/46228)
    
  • [`0f5f2d4470`](https://github.com/nodejs/node/commit/0f5f2d4470)] - **crypto**: include `hmac.h` in `crypto_util.h` (Adam Langley) [#​46279](https://github.com/nodejs/node/pull/46279)
    
  • [`91ece4161b`](https://github.com/nodejs/node/commit/91ece4161b)] - **crypto**: avoid hang when no algorithm available (Richard Lau) [#​46237](https://github.com/nodejs/node/pull/46237)
    
  • [`492fc95bdf`](https://github.com/nodejs/node/commit/492fc95bdf)] - **deps**: V8: cherry-pick [`90be99f`](https://github.com/nodejs/node/commit/90be99fab31c) (Michaël Zasso) [#​46646](https://github.com/nodejs/node/pull/46646)
    
  • [`732c77e3d9`](https://github.com/nodejs/node/commit/732c77e3d9)] - **deps**: update acorn to 8.8.2 (Node.js GitHub Bot) [#​46363](https://github.com/nodejs/node/pull/46363)
    
  • [`8582f99ffb`](https://github.com/nodejs/node/commit/8582f99ffb)] - **deps**: update to uvwasi 0.0.15 (Colin Ihrig) [#​46253](https://github.com/nodejs/node/pull/46253)
    
  • [`5453cd9940`](https://github.com/nodejs/node/commit/5453cd9940)] - **deps**: V8: cherry-pick [`bf0bd48`](https://github.com/nodejs/node/commit/bf0bd4868dde) (Michaël Zasso) [#​45908](https://github.com/nodejs/node/pull/45908)
    
  • [`3ea53c5dc8`](https://github.com/nodejs/node/commit/3ea53c5dc8)] - **deps**: V8: cherry-pick [`c875e86`](https://github.com/nodejs/node/commit/c875e86df1d7) (sepehrst) [#​46501](https://github.com/nodejs/node/pull/46501)
    
  • [`c04808de4b`](https://github.com/nodejs/node/commit/c04808de4b)] - **doc**: correct the `sed` command for macOS in release process docs (Juan José) [#​46397](https://github.com/nodejs/node/pull/46397)
    
  • [`8113220690`](https://github.com/nodejs/node/commit/8113220690)] - **doc**: pass string to `textEncoder.encode` as input (Deokjin Kim) [#​46421](https://github.com/nodejs/node/pull/46421)
    
  • [`129dccf5d2`](https://github.com/nodejs/node/commit/129dccf5d2)] - **doc**: add tip for session.post function (theanarkh) [#​46354](https://github.com/nodejs/node/pull/46354)
    
  • [`919e581732`](https://github.com/nodejs/node/commit/919e581732)] - **doc**: add documentation for socket.destroySoon() (Luigi Pinca) [#​46337](https://github.com/nodejs/node/pull/46337)
    
  • [`fc15ac95a5`](https://github.com/nodejs/node/commit/fc15ac95a5)] - **doc**: fix commit message using test instead of deps (Tony Gorez) [#​46313](https://github.com/nodejs/node/pull/46313)
    
  • [`d153a93200`](https://github.com/nodejs/node/commit/d153a93200)] - **doc**: add v8 fast api contribution guidelines (Yagiz Nizipli) [#​46199](https://github.com/nodejs/node/pull/46199)
    
  • [`dbf082d082`](https://github.com/nodejs/node/commit/dbf082d082)] - **doc**: fix small typo error (0xflotus) [#​46186](https://github.com/nodejs/node/pull/46186)
    
  • [`94421b4cfe`](https://github.com/nodejs/node/commit/94421b4cfe)] - **doc**: mark some parameters as optional in webstreams (Deokjin Kim) [#​46269](https://github.com/nodejs/node/pull/46269)
    
  • [`5adb743511`](https://github.com/nodejs/node/commit/5adb743511)] - **doc**: update output of example in `events.getEventListeners` (Deokjin Kim) [#​46268](https://github.com/nodejs/node/pull/46268)
    
  • [`63563f8a7a`](https://github.com/nodejs/node/commit/63563f8a7a)] - **doc,lib,src,test**: rename --test-coverage (Colin Ihrig) [#​46017](https://github.com/nodejs/node/pull/46017)
    
  • [`4e88c7c813`](https://github.com/nodejs/node/commit/4e88c7c813)] - **esm**: delete preload mock test (Geoffrey Booth) [#​46402](https://github.com/nodejs/node/pull/46402)
    
  • [`643545ab79`](https://github.com/nodejs/node/commit/643545ab79)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#​46358](https://github.com/nodejs/node/pull/46358)
    
  • [`5019b5473f`](https://github.com/nodejs/node/commit/5019b5473f)] - **http**: res.setHeaders first implementation (Marco Ippolito) [#​46109](https://github.com/nodejs/node/pull/46109)
    
  • [`76622c4c60`](https://github.com/nodejs/node/commit/76622c4c60)] - **inspector**: allow opening inspector when `NODE_V8_COVERAGE` is set (Moshe Atlow) [#​46113](https://github.com/nodejs/node/pull/46113)
    
  • [`92f0747e03`](https://github.com/nodejs/node/commit/92f0747e03)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#​46399](https://github.com/nodejs/node/pull/46399)
    
  • [`795251bc6f`](https://github.com/nodejs/node/commit/795251bc6f)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#​46303](https://github.com/nodejs/node/pull/46303)
    
  • [`8865424c31`](https://github.com/nodejs/node/commit/8865424c31)] - **meta**: add .mailmap entry (Rich Trott) [#​46303](https://github.com/nodejs/node/pull/46303)
    
  • [`5ed679407b`](https://github.com/nodejs/node/commit/5ed679407b)] - **meta**: move evanlucas to emeritus (Evan Lucas) [#​46274](https://github.com/nodejs/node/pull/46274)
    
  • [`403df210ac`](https://github.com/nodejs/node/commit/403df210ac)] - **module**: move test reporter loading (Geoffrey Booth) [#​45923](https://github.com/nodejs/node/pull/45923)
    
  • [`2f7319e387`](https://github.com/nodejs/node/commit/2f7319e387)] - **readline**: fix detection of carriage return (Antoine du Hamel) [#​46306](https://github.com/nodejs/node/pull/46306)
    
  • [`73a8f46c4d`](https://github.com/nodejs/node/commit/73a8f46c4d)] - ***Revert*** "**src**: let http2 streams end after session close" (Santiago Gimeno) [#​46721](https://github.com/nodejs/node/pull/46721)
    
  • [`30d783f91a`](https://github.com/nodejs/node/commit/30d783f91a)] - **src**: stop tracing agent before shutting down libuv (Santiago Gimeno) [#​46380](https://github.com/nodejs/node/pull/46380)
    
  • [`1508d90fda`](https://github.com/nodejs/node/commit/1508d90fda)] - **src**: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) [#​46326](https://github.com/nodejs/node/pull/46326)
    
  • [`bdb793a082`](https://github.com/nodejs/node/commit/bdb793a082)] - **src**: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) [#​46317](https://github.com/nodejs/node/pull/46317)
    
  • [`116a33649b`](https://github.com/nodejs/node/commit/116a33649b)] - **src**: add support for ETW stack walking (José Dapena Paz) [#​46203](https://github.com/nodejs/node/pull/46203)
    
  • [`b06298c98e`](https://github.com/nodejs/node/commit/b06298c98e)] - **src**: refactor EndsInANumber in node_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) [#​46227](https://github.com/nodejs/node/pull/46227)
    
  • [`26f41b041c`](https://github.com/nodejs/node/commit/26f41b041c)] - **src**: fix c++ exception on bad command line arg (Ben Noordhuis) [#​46290](https://github.com/nodejs/node/pull/46290)
    
  • [`14da89f41a`](https://github.com/nodejs/node/commit/14da89f41a)] - **src**: remove unreachable UNREACHABLE (Tobias Nießen) [#​46281](https://github.com/nodejs/node/pull/46281)
    
  • [`18c4dd004b`](https://github.com/nodejs/node/commit/18c4dd004b)] - **src**: replace custom ASCII validation with simdutf one (Anna Henningsen) [#​46271](https://github.com/nodejs/node/pull/46271)
    
  • [`cde375510f`](https://github.com/nodejs/node/commit/cde375510f)] - **src**: replace unreachable code with static_assert (Tobias Nießen) [#​46250](https://github.com/nodejs/node/pull/46250)
    
  • [`f389b2f3fc`](https://github.com/nodejs/node/commit/f389b2f3fc)] - **src**: use explicit C++17 fallthrough (Tobias Nießen) [#​46251](https://github.com/nodejs/node/pull/46251)
    
  • [`8adaa1333c`](https://github.com/nodejs/node/commit/8adaa1333c)] - **src**: use CreateEnvironment instead of inlining its code where possible (Anna Henningsen) [#​45886](https://github.com/nodejs/node/pull/45886)
    
  • [`f09b838408`](https://github.com/nodejs/node/commit/f09b838408)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#​46218](https://github.com/nodejs/node/pull/46218)
    
  • [`63e92eae63`](https://github.com/nodejs/node/commit/63e92eae63)] - **stream**: remove brandchecks from stream duplexify (Debadree Chatterjee) [#​46315](https://github.com/nodejs/node/pull/46315)
    
  • [`3acfe9bf92`](https://github.com/nodejs/node/commit/3acfe9bf92)] - **stream**: fix readable stream as async iterator function (Erick Wendel) [#​46147](https://github.com/nodejs/node/pull/46147)
    
  • [`de64315ccb`](https://github.com/nodejs/node/commit/de64315ccb)] - **test**: fix WPT title when no META title is present (Filip Skokan) [#​46804](https://github.com/nodejs/node/pull/46804)
    
  • [`162e3400ff`](https://github.com/nodejs/node/commit/162e3400ff)] - **test**: fix default WPT titles (Filip Skokan) [#​46778](https://github.com/nodejs/node/pull/46778)
    
  • [`5f422c4d70`](https://github.com/nodejs/node/commit/5f422c4d70)] - **test**: add WPTRunner support for variants and generating WPT reports (Filip Skokan) [#​46498](https://github.com/nodejs/node/pull/46498)
    
  • [`4f5aff2557`](https://github.com/nodejs/node/commit/4f5aff2557)] - **test**: fix tap parser fails if a test logs a number (Pulkit Gupta) [#​46056](https://github.com/nodejs/node/pull/46056)
    
  • [`32b020cf84`](https://github.com/nodejs/node/commit/32b020cf84)] - **test**: fix tap escaping with and without --test (Pulkit Gupta) [#​46311](https://github.com/nodejs/node/pull/46311)
    
  • [`f2bba1bcdb`](https://github.com/nodejs/node/commit/f2bba1bcdb)] - **test**: add trailing commas in `test/node-api` (Antoine du Hamel) [#​46384](https://github.com/nodejs/node/pull/46384)
    
  • [`f2ebe66fda`](https://github.com/nodejs/node/commit/f2ebe66fda)] - **test**: add trailing commas in `test/message` (Antoine du Hamel) [#​46372](https://github.com/nodejs/node/pull/46372)
    
  • [`ed564a9985`](https://github.com/nodejs/node/commit/ed564a9985)] - **test**: add trailing commas in `test/pseudo-tty` (Antoine du Hamel) [#​46371](https://github.com/nodejs/node/pull/46371)
    
  • [`e4437dd409`](https://github.com/nodejs/node/commit/e4437dd409)] - **test**: set common.bits to 64 for loong64 (Shi Pujin) [#​45383](https://github.com/nodejs/node/pull/45383)
    
  • [`9d40aef736`](https://github.com/nodejs/node/commit/9d40aef736)] - **test**: s390x zlib test case fixes (Adam Majer) [#​46367](https://github.com/nodejs/node/pull/46367)
    
  • [`ed3fb52716`](https://github.com/nodejs/node/commit/ed3fb52716)] - **test**: fix logInTimeout is not function (theanarkh) [#​46348](https://github.com/nodejs/node/pull/46348)
    
  • [`d05b0771be`](https://github.com/nodejs/node/commit/d05b0771be)] - **test**: avoid trying to call sysctl directly (Adam Majer) [#​46366](https://github.com/nodejs/node/pull/46366)
    
  • [`041aac3bbd`](https://github.com/nodejs/node/commit/041aac3bbd)] - **test**: avoid left behind child processes (Richard Lau) [#​46276](https://github.com/nodejs/node/pull/46276)
    
  • [`837ddcb322`](https://github.com/nodejs/node/commit/837ddcb322)] - **test**: add failing test for readline with carriage return (Alec Mev) [#​46075](https://github.com/nodejs/node/pull/46075)
    
  • [`75b8db41c6`](https://github.com/nodejs/node/commit/75b8db41c6)] - **test**: reduce `fs-write-optional-params` flakiness (LiviaMedeiros) [#​46238](https://github.com/nodejs/node/pull/46238)
    
  • [`c0d3fdaf63`](https://github.com/nodejs/node/commit/c0d3fdaf63)] - **test,crypto**: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) [#​46406](https://github.com/nodejs/node/pull/46406)
    
  • [`f328f7b15e`](https://github.com/nodejs/node/commit/f328f7b15e)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#​46267](https://github.com/nodejs/node/pull/46267)
    
  • [`1ef3c53e24`](https://github.com/nodejs/node/commit/1ef3c53e24)] - **test_runner**: better handle async bootstrap errors (Colin Ihrig) [#​46720](https://github.com/nodejs/node/pull/46720)
    
  • [`0a690efb76`](https://github.com/nodejs/node/commit/0a690efb76)] - **test_runner**: add `describe.only` and `it.only` shorthands (Richie McColl) [#​46604](https://github.com/nodejs/node/pull/46604)
    
  • [`28a1317efe`](https://github.com/nodejs/node/commit/28a1317efe)] - **test_runner**: bootstrap reporters before running tests (Moshe Atlow) [#​46737](https://github.com/nodejs/node/pull/46737)
    
  • [`cd3aaa8fac`](https://github.com/nodejs/node/commit/cd3aaa8fac)] - **test_runner**: emit test-only diagnostic warning (Richie McColl) [#​46540](https://github.com/nodejs/node/pull/46540)
    
  • [`c19fa45a65`](https://github.com/nodejs/node/commit/c19fa45a65)] - **test_runner**: centralize CLI option handling (Colin Ihrig) [#​46707](https://github.com/nodejs/node/pull/46707)
    
  • [`0898145e37`](https://github.com/nodejs/node/commit/0898145e37)] - **test_runner**: display skipped tests in spec reporter output (Richie McColl) [#​46651](https://github.com/nodejs/node/pull/46651)
    
  • [`894d7117fa`](https://github.com/nodejs/node/commit/894d7117fa)] - **test_runner**: parse non-ascii character correctly (Mert Can Altın) [#​45736](https://github.com/nodejs/node/pull/45736)
    
  • [`5b3c606626`](https://github.com/nodejs/node/commit/5b3c606626)] - **test_runner**: flatten TAP output when running using `--test` (Moshe Atlow) [#​46440](https://github.com/nodejs/node/pull/46440)
    
  • [`391ff0dba4`](https://github.com/nodejs/node/commit/391ff0dba4)] - **test_runner**: allow nesting test within describe (Moshe Atlow) [#​46544](https://github.com/nodejs/node/pull/46544)
    
  • [`ba784e87b4`](https://github.com/nodejs/node/commit/ba784e87b4)] - **test_runner**: fix missing test diagnostics (Moshe Atlow) [#​46450](https://github.com/nodejs/node/pull/46450)
    
  • [`c5f16fb5fb`](https://github.com/nodejs/node/commit/c5f16fb5fb)] - **test_runner**: top-level diagnostics not ommited when running with --test (Pulkit Gupta) [#​46441](https://github.com/nodejs/node/pull/46441)
    
  • [`28a775b32f`](https://github.com/nodejs/node/commit/28a775b32f)] - **test_runner**: add initial code coverage support (Colin Ihrig) [#​46017](https://github.com/nodejs/node/pull/46017)
    
  • [`0d999e373a`](https://github.com/nodejs/node/commit/0d999e373a)] - **test_runner**: make built in reporters internal (Colin Ihrig) [#​46092](https://github.com/nodejs/node/pull/46092)
    
  • [`79f4b426fe`](https://github.com/nodejs/node/commit/79f4b426fe)] - **test_runner**: report `file` in test runner events (Moshe Atlow) [#​46030](https://github.com/nodejs/node/pull/46030)
    
  • [`4d50db14b3`](https://github.com/nodejs/node/commit/4d50db14b3)] - **(SEMVER-MINOR)** **test_runner**: add reporters (Moshe Atlow) [#​45712](https://github.com/nodejs/node/pull/45712)
    
  • [`5fdf374c74`](https://github.com/nodejs/node/commit/5fdf374c74)] - **test_runner**: avoid swallowing of asynchronously thrown errors (MURAKAMI Masahiko) [#​45264](https://github.com/nodejs/node/pull/45264)
    
  • [`23b875806c`](https://github.com/nodejs/node/commit/23b875806c)] - **test_runner**: update comment to comply with eslint no-fallthrough rule (Antoine du Hamel) [#​46258](https://github.com/nodejs/node/pull/46258)
    
  • [`00c5495aa3`](https://github.com/nodejs/node/commit/00c5495aa3)] - **tools**: update eslint to 8.33.0 (Node.js GitHub Bot) [#​46400](https://github.com/nodejs/node/pull/46400)
    
  • [`37a6ce1120`](https://github.com/nodejs/node/commit/37a6ce1120)] - **tools**: update doc to unist-util-select@4.0.3 unist-util-visit@4.1.2 (Node.js GitHub Bot) [#​46364](https://github.com/nodejs/node/pull/46364)
    
  • [`1eaafc7db4`](https://github.com/nodejs/node/commit/1eaafc7db4)] - **tools**: update lint-md-dependencies to rollup@3.12.0 (Node.js GitHub Bot) [#​46398](https://github.com/nodejs/node/pull/46398)
    
  • [`a97774603b`](https://github.com/nodejs/node/commit/a97774603b)] - **tools**: require more trailing commas (Antoine du Hamel) [#​46346](https://github.com/nodejs/node/pull/46346)
    
  • [`03e244a59b`](https://github.com/nodejs/node/commit/03e244a59b)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#​46302](https://github.com/nodejs/node/pull/46302)
    
  • [`60d714e0c3`](https://github.com/nodejs/node/commit/60d714e0c3)] - **tools**: allow icutrim.py to run on python2 (Michael Dawson) [#​46263](https://github.com/nodejs/node/pull/46263)
    
  • [`b7950f50de`](https://github.com/nodejs/node/commit/b7950f50de)] - **tools**: update eslint to 8.32.0 (Node.js GitHub Bot) [#​46258](https://github.com/nodejs/node/pull/46258)
    
  • [`08bafc84f6`](https://github.com/nodejs/node/commit/08bafc84f6)] - **url**: refactor to use more primordials (Antoine du Hamel) [#​45966](https://github.com/nodejs/node/pull/45966)
    
  • [`02632b42cf`](https://github.com/nodejs/node/commit/02632b42cf)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#​46255](https://github.com/nodejs/node/pull/46255)
    
  • [`110ead9abb`](https://github.com/nodejs/node/commit/110ead9abb)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#​46320](https://github.com/nodejs/node/pull/46320)
    
    

v18.14.2: 2023-02-21, Version 18.14.2 'Hydrogen' (LTS), @​MylesBorins

Compare Source

Notable Changes
  • [`f864bef32a`](https://github.com/nodejs/node/commit/f864bef32a)] - **deps**: upgrade npm to 9.5.0 (npm team) [#​46673](https://github.com/nodejs/node/pull/46673)
    
    
Commits
  • [`880a65d7ff`](https://github.com/nodejs/node/commit/880a65d7ff)] - **build**: delete `snapshot.blob` file from the project (Juan José Arboleda) [#​46626](https://github.com/nodejs/node/pull/46626)
    
  • [`cbea56efda`](https://github.com/nodejs/node/commit/cbea56efda)] - **deps**: update undici to 5.20.0 (Node.js GitHub Bot) [#​46711](https://github.com/nodejs/node/pull/46711)
    
  • [`f864bef32a`](https://github.com/nodejs/node/commit/f864bef32a)] - **deps**: upgrade npm to 9.5.0 (npm team) [#​46673](https://github.com/nodejs/node/pull/46673)
    
  • [`648041d568`](https://github.com/nodejs/node/commit/648041d568)] - **deps**: upgrade npm to 9.4.0 (npm team) [#​46353](https://github.com/nodejs/node/pull/46353)
    
  • [`5e1f213f3c`](https://github.com/nodejs/node/commit/5e1f213f3c)] - **deps**: patch V8 to 10.2.154.26 (Michaël Zasso) [#​46446](https://github.com/nodejs/node/pull/46446)
    
    

v18.14.1: 2023-02-16, Version 18.14.1 'Hydrogen' (LTS), @​RafaelGSS prepared by @​juanarbol

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

  • CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
  • CVE-2023-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
  • CVE-2023-23936: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium)
  • CVE-2023-24807: Regular Expression Denial of Service in Headers in Node.js fetch API (Low)
  • CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)

More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.

This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.

Commits
  • [`8393ebc72d`](https://github.com/nodejs/node/commit/8393ebc72d)] - **build**: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) [nodejs-private/node-private#​379](https://github.com/nodejs-private/node-private/pull/379)
    
  • [`004e34d046`](https://github.com/nodejs/node/commit/004e34d046)] - **crypto**: clear OpenSSL error on invalid ca cert (RafaelGSS) [#​46572](https://github.com/nodejs/node/pull/46572)
    
  • [`5e0142a852`](https://github.com/nodejs/node/commit/5e0142a852)] - **deps**: cherry-pick Windows ARM64 fix for openssl (Richard Lau) [#​46572](https://github.com/nodejs/node/pull/46572)
    
  • [`f71fe278a6`](https://github.com/nodejs/node/commit/f71fe278a6)] - **deps**: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) [#​46572](https://github.com/nodejs/node/pull/46572)
    
  • [`2c6817e42b`](https://github.com/nodejs/node/commit/2c6817e42b)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) [#​46572](https://github.com/nodejs/node/pull/46572)
    
  • [`f0afa0bfe5`](https://github.com/nodejs/node/commit/f0afa0bfe5)] - **deps**: update undici to 5.19.1 (Node.js GitHub Bot) [#​46634](https://github.com/nodejs/node/pull/46634)
    
  • [`c26a34c13e`](https://github.com/nodejs/node/commit/c26a34c13e)] - **deps**: update undici to 5.18.0 (Node.js GitHub Bot) [#​46634](https://github.com/nodejs/node/pull/46634)
    
  • [`db93ee4a15`](https://github.com/nodejs/node/commit/db93ee4a15)] - **deps**: update undici to 5.17.1 (Node.js GitHub Bot) [#​46634](https://github.com/nodejs/node/pull/46634)
    
  • [`b4e49fb02c`](https://github.com/nodejs/node/commit/b4e49fb02c)] - **deps**: update undici to 5.16.0 (Node.js GitHub Bot) [#​46634](https://github.com/nodejs/node/pull/46634)
    
  • [`90994e6a2c`](https://github.com/nodejs/node/commit/90994e6a2c)] - **deps**: update undici to 5.15.1 (Node.js GitHub Bot) [#​46634](https://github.com/nodejs/node/pull/46634)
    
  • [`00302fc7ac`](https://github.com/nodejs/node/commit/00302fc7ac)] - **deps**: update undici to 5.15.0 (Node.js GitHub Bot) [#​46634](https://github.com/nodejs/node/pull/46634)
    
  • [`0e3b796cc5`](https://github.com/nodejs/node/commit/0e3b796cc5)] - **lib**: makeRequireFunction patch when experimental policy (RafaelGSS) [nodejs-private/node-private#​371](https://github.com/nodejs-private/node-private/pull/371)
    
  • [`7cccd5565f`](https://github.com/nodejs/node/commit/7cccd5565f)] - **policy**: makeRequireFunction on mainModule.require (RafaelGSS) [nodejs-private/node-private#​371](https://github.com/nodejs-private/node-private/pull/371)
    
    

v18.14.0: 2023-02-02, Version 18.14.0 'Hydrogen' (LTS), @​BethGriggs prepared by @​juanarbol

Compare Source

Notable changes
Updated npm to 9.3.1

Based on the list of guidelines we've established on integrating npm and node,
here is a grouped list of the breaking changes with the reasoning as to why they
fit within the guidelines linked above. Note that all the breaking changes were
made in 9.0.0.
All subsequent minor and patch releases after npm@9.0.0 do not contain any
breaking changes.

Engines

Explanation: the node engines supported by npm@9 make it safe to allow npm@9 as the default in any LTS version of 14 or 16, as well as anything later than or including 18.0.0

  • npm is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0
Filesystem

Explanation: when run as root previous versions of npm attempted to manage file ownership automatically on the user's behalf. this behavior was problematic in many cases and has been removed in favor of allowing users to manage their own filesystem permissions

  • npm will no longer attempt to modify ownership of files it creates.
Auth

Explanation: any errors thrown from users having unsupported auth configurations will show npm config fix in the remediation instructions, which will allow the user to automatically have their auth config fixed.

  • The presence of auth related settings that are not scoped to a specific
    registry found in a config file is no longer supported and will throw errors.
Login

Explanation: the default auth-type has changed and users can opt back into the old behavior with npm config set auth-type=legacy. login and adduser have also been seperated making each command more closely match it's name instead of being aliases for each other.

  • Legacy auth types sso, saml & legacy have been consolidated into "legacy".
  • auth-type defaults to "web"
  • login and adduser are now separate commands that send different data to the registry.
  • auth-type config values web and legacy only try their respective methods,
    npm no longer tries them all and waits to see which one doesn't fail.
Tarball Packing

Explanation: previously using multiple ignore/allow lists when packing was an undefined behavior, and now the order of operations is strictly defined when packing a tarball making it easier to follow and should only affect users relying on the previously undefined behavior.

  • npm pack now follows a strict order of operations when applying ignore rules.
    If a files array is present in the package.json, then rules in .gitignore
    and .npmignore files from the root will be ignored.
Display/Debug/Timing Info

Explanation: these changes center around the display of information to the terminal including timing and debug log info. We do not anticipate these changes breaking any existing workflows.

  • Links generated from git urls will now use HEAD instead of master as the default ref.
  • timing has been removed as a value for --loglevel.
  • --timing will show timing information regardless of --loglevel, except when --silent.
  • When run with the --timing flag, npm now writes timing data to a file
    alongside the debug log data, respecting the logs-dir option and falling
    back to <CACHE>/_logs/ dir, instead of directly inside the cache directory.
  • The timing file data is no longer newline delimited JSON, and instead each run
    will create a uniquely named <ID>-timing.json file, with the <ID> portion
    being the same as the debug log.
  • npm now outputs some json errors on stdout. Previously npm would output
    all json formatted errors on stderr, making it difficult to parse as the
    stderr stream usually has logs already written to it.
Config/Command Deprecations or Removals

Explanation: install-links is the only config or command in the list that has an effect on package installs. We fixed a number of issues that came up during prereleases with this change. It will also only be applied to new package trees created without a package-lock.json file. Any install with an existing lock file will not be changed.

  • Deprecate boolean install flags in favor of --install-strategy.
  • npm config set will no longer accept deprecated or invalid config options.
  • install-links config defaults to "true".
  • node-version config has been removed.
  • npm-version config has been removed.
  • npm access subcommands have been renamed.
  • npm birthday has been removed.
  • npm set-script has been removed.
  • npm bin has been removed (use npx or npm exec to execute binaries).
Other notable changes
  • doc:
    • add parallelism note to os.cpus() (Colin Ihrig) #​45895
  • http:
    • join authorization headers (Marco Ippolito) #​45982
    • improved timeout defaults handling (Paolo Insogna) #​45778
  • stream:
    • implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) #​46205
Commits
  • [`1352f08778`](https://github.com/nodejs/node/commit/1352f08778)] - **assert**: remove `assert.snapshot` (Moshe Atlow) [#&#8203;46112](https://github.com/nodejs/node/pull/46112)
    
  • [`4ee3238643`](https://github.com/nodejs/node/commit/4ee3238643)] - **async_hooks**: refactor to use `validateObject` (Deokjin Kim) [#&#8203;46004](https://github.com/nodejs/node/pull/46004)
    
  • [`79e0bf9b64`](https://github.com/nodejs/node/commit/79e0bf9b64)] - **benchmark**: include webstreams benchmark (Rafael Gonzaga) [#&#8203;45876](https://github.com/nodejs/node/pull/45876)
    
  • [`ed1ac82469`](https://github.com/nodejs/node/commit/ed1ac82469)] - **benchmark,tools**: use os.availableParallelism() (Deokjin Kim) [#&#8203;46003](https://github.com/nodejs/node/pull/46003)
    
  • [`16ee02f2eb`](https://github.com/nodejs/node/commit/16ee02f2eb)] - **(SEMVER-MINOR)** **buffer**: add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) [#&#8203;45947](https://github.com/nodejs/node/pull/45947)
    
  • [`3bf2371a57`](https://github.com/nodejs/node/commit/3bf2371a57)] - **build**: add extra semi check (Jiawen Geng) [#&#8203;46194](https://github.com/nodejs/node/pull/46194)
    
  • [`560ee24157`](https://github.com/nodejs/node/commit/560ee24157)] - **build**: fix arm64 cross-compile from powershell (Stefan Stojanovic) [#&#8203;45890](https://github.com/nodejs/node/pull/45890)
    
  • [`48e3ad3aca`](https://github.com/nodejs/node/commit/48e3ad3aca)] - **build**: add option to disable shared readonly heap (Anna Henningsen) [#&#8203;45887](https://github.com/nodejs/node/pull/45887)
    
  • [`52a7887b94`](https://github.com/nodejs/node/commit/52a7887b94)] - **(SEMVER-MINOR)** **crypto**: add CryptoKey Symbol.toStringTag (Filip Skokan) [#&#8203;46042](https://github.com/nodejs/node/pull/46042)
    
  • [`a558774a40`](https://github.com/nodejs/node/commit/a558774a40)] - **crypto**: add cipher update/final methods encoding validation (vitpavlenko) [#&#8203;45990](https://github.com/nodejs/node/pull/45990)
    
  • [`599d1dc841`](https://github.com/nodejs/node/commit/599d1dc841)] - **crypto**: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) [#&#8203;46185](https://github.com/nodejs/node/pull/46185)
    
  • [`24a101698c`](https://github.com/nodejs/node/commit/24a101698c)] - **crypto**: return correct bit length in KeyObject's asymmetricKeyDetails (Filip Skokan) [#&#8203;46106](https://github.com/nodejs/node/pull/46106)
    
  • [`2de50fef84`](https://github.com/nodejs/node/commit/2de50fef84)] - **(SEMVER-MINOR)** **crypto**: add KeyObject Symbol.toStringTag (Filip Skokan) [#&#8203;46043](https://github.com/nodejs/node/pull/46043)
    
  • [`782b6f6f9f`](https://github.com/nodejs/node/commit/782b6f6f9f)] - **crypto**: ensure exported webcrypto EC keys use uncompressed point format (Ben Noordhuis) [#&#8203;46021](https://github.com/nodejs/node/pull/46021)
    
  • [`7a97f3f43b`](https://github.com/nodejs/node/commit/7a97f3f43b)] - **crypto**: fix CryptoKey prototype WPT (Filip Skokan) [#&#8203;45857](https://github.com/nodejs/node/pull/45857)
    
  • [`1a8aa50aa2`](https://github.com/nodejs/node/commit/1a8aa50aa2)] - **crypto**: fix CryptoKey WebIDL conformance (Filip Skokan) [#&#8203;45855](https://github.com/nodejs/node/pull/45855)
    
  • [`c6436450ee`](https://github.com/nodejs/node/commit/c6436450ee)] - **crypto**: fix error when getRandomValues is called without arguments (Filip Skokan) [#&#8203;45854](https://github.com/nodejs/node/pull/45854)
    
  • [`4cdf0002c5`](https://github.com/nodejs/node/commit/4cdf0002c5)] - **debugger**: refactor console in lib/internal/debugger/inspect.js (Debadree Chatterjee) [#&#8203;45847](https://github.com/nodejs/node/pull/45847)
    
  • [`b7fe8c70fa`](https://github.com/nodejs/node/commit/b7fe8c70fa)] - **deps**: update simdutf to 3.1.0 (Node.js GitHub Bot) [#&#8203;46257](https://github.com/nodejs/node/pull/46257)
    
  • [`eaeb870cd7`](https://github.com/nodejs/node/commit/eaeb870cd7)] - **deps**: upgrade npm to 9.3.1 (npm team) [#&#8203;46242](https://github.com/nodejs/node/pull/46242)
    
  • [`7c03a3d676`](https://github.com/nodejs/node/commit/7c03a3d676)] - **deps**: upgrade npm to 9.3.0 (npm team) [#&#8203;46193](https://github.com/nodejs/node/pull/46193)
    
  • [`340d76accb`](https://github.com/nodejs/node/commit/340d76accb)] - **deps**: cherrypick simdutf patch (Jiawen Geng) [#&#8203;46194](https://github.com/nodejs/node/pull/46194)
    
  • [`cce2af4306`](https://github.com/nodejs/node/commit/cce2af4306)] - **deps**: bump googletest to 2023.01.13 (Jiawen Geng) [#&#8203;46198](https://github.com/nodejs/node/pull/46198)
    
  • [`d251a66bed`](https://github.com/nodejs/node/commit/d251a66bed)] - **deps**: add /deps/\*\*/.github/ to .gitignore (Luigi Pinca) [#&#8203;46091](https://github.com/nodejs/node/pull/46091)
    
  • [`874054f469`](https://github.com/nodejs/node/commit/874054f469)] - **deps**: add simdutf version to metadata (Mike Roth) [#&#8203;46145](https://github.com/nodejs/node/pull/46145)
    
  • [`2497702b82`](https://github.com/nodejs/node/commit/2497702b82)] - **deps**: update simdutf to 2.1.0 (Node.js GitHub Bot) [#&#8203;46128](https://github.com/nodejs/node/pull/46128)
    
  • [`c8492b7f4c`](https://github.com/nodejs/node/commit/c8492b7f4c)] - **deps**: update corepack to 0.15.3 (Node.js GitHub Bot) [#&#8203;46037](https://github.com/nodejs/node/pull/46037)
    
  • [`d148f357fd`](https://github.com/nodejs/node/commit/d148f357fd)] - **deps**: update simdutf to 2.0.9 (Node.js GitHub Bot) [#&#8203;45975](https://github.com/nodejs/node/pull/45975)
    
  • [`422a98199c`](https://github.com/nodejs/node/commit/422a98199c)] - **deps**: update to uvwasi 0.0.14 (Colin Ihrig) [#&#8203;45970](https://github.com/nodejs/node/pull/45970)
    
  • [`7812752db0`](https://github.com/nodejs/node/commit/7812752db0)] - **deps**: fix updater github workflow job (Yagiz Nizipli) [#&#8203;45972](https://github.com/nodejs/node/pull/45972)
    
  • [`4063cdcef6`](https://github.com/nodejs/node/commit/4063cdcef6)] - ***Revert*** "**deps**: disable avx512 for simutf on benchmark ci" (Yagiz Nizipli) [#&#8203;45948](https://github.com/nodejs/node/pull/45948)
    
  • [`64d3e3f3ba`](https://github.com/nodejs/node/commit/64d3e3f3ba)] - **deps**: disable avx512 for simutf on benchmark ci (Yagiz Nizipli) [#&#8203;45803](https://github.com/nodejs/node/pull/45803)
    
  • [`c9845fc334`](https://github.com/nodejs/node/commit/c9845fc334)] - **deps**: add simdutf dependency (Yagiz Nizipli) [#&#8203;45803](https://github.com/nodejs/node/pull/45803)
    
  • [`6963c96547`](https://github.com/nodejs/node/commit/6963c96547)] - **deps**: update timezone to 2022g (Node.js GitHub Bot) [#&#8203;45731](https://github.com/nodejs/node/pull/45731)
    
  • [`874f6c340b`](https://github.com/nodejs/node/commit/874f6c340b)] - **deps**: update undici to 5.14.0 (Node.js GitHub Bot) [#&#8203;45812](https://github.com/nodejs/node/pull/45812)
    
  • [`7599b913d5`](https://github.com/nodejs/node/commit/7599b913d5)] - **deps**: upgrade npm to 9.2.0 (npm team) [#&#8203;45780](https://github.com/nodejs/node/pull/45780)
    
  • [`4844935ff3`](https://github.com/nodejs/node/commit/4844935ff3)] - **deps**: upgrade npm to 9.1.3 (npm team) [#&#8203;45693](https://github.com/nodejs/node/pull/45693)
    
  • [`8dce62c7fe`](https://github.com/nodejs/node/commit/8dce62c7fe)] - **deps**: V8: cherry-pick [`5fe919f`](https://github.com/nodejs/node/commit/5fe919f78321) (Richard Lau) [#&#8203;45587](https://github.com/nodejs/node/pull/45587)
    
  • [`8de642517e`](https://github.com/nodejs/node/commit/8de642517e)] - **dgram**: sync the old handle state to new handle (theanarkh) [#&#8203;46041](https://github.com/nodejs/node/pull/46041)
    
  • [`de2b7a9640`](https://github.com/nodejs/node/commit/de2b7a9640)] - **doc**: fix mismatched arguments of `NodeEventTarget` (Deokjin Kim) [#&#8203;45678](https://github.com/nodejs/node/pull/45678)
    
  • [`6317502d10`](https://github.com/nodejs/node/commit/6317502d10)] - **doc**: update events API example to have runnable code (Deokjin Kim) [#&#8203;45760](https://github.com/nodejs/node/pull/45760)
    
  • [`a9db45eee1`](https://github.com/nodejs/node/commit/a9db45eee1)] - **doc**: add note to tls docs about secureContext availability (Tim Gerk) [#&#8203;46224](https://github.com/nodejs/node/pull/46224)
    
  • [`5294371063`](https://github.com/nodejs/node/commit/5294371063)] - **doc**: add text around collaborative expectations (Michael Dawson) [#&#8203;46121](https://github.com/nodejs/node/pull/46121)
    
  • [`be85d5a6eb`](https://github.com/nodejs/node/commit/be85d5a6eb)] - **doc**: update to match changed `--dns-result-order` default (Mordy Tikotzky) [#&#8203;46148](https://github.com/nodejs/node/pull/46148)
    
  • [`4f2d9ea6da`](https://github.com/nodejs/node/commit/4f2d9ea6da)] - **doc**: add Node-API media link (Kevin Eady) [#&#8203;46189](https://github.com/nodejs/node/pull/46189)
    
  • [`9bfd40466f`](https://github.com/nodejs/node/commit/9bfd40466f)] - **doc**: update http.setMaxIdleHTTPParsers arguments (Debadree Chatterjee) [#&#8203;46168](https://github.com/nodejs/node/pull/46168)
    
  • [`d7a8c076e1`](https://github.com/nodejs/node/commit/d7a8c076e1)] - **doc**: use "file system" instead of "filesystem" (Rich Trott) [#&#8203;46178](https://github.com/nodejs/node/pull/46178)
    
  • [`e54483cd2b`](https://github.com/nodejs/node/commit/e54483cd2b)] - **doc**: https update default request timeout (Marco Ippolito) [#&#8203;46184](https://github.com/nodejs/node/pull/46184)
    
  • [`335110b0fb`](https://github.com/nodejs/node/commit/335110b0fb)] - **doc**: make options of readableStream.pipeTo as optional (Deokjin Kim) [#&#8203;46180](https://github.com/nodejs/node/pull/46180)
    
  • [`ec34cad712`](https://github.com/nodejs/node/commit/ec34cad712)] - **doc**: add PerformanceObserver.supportedEntryTypes to doc (theanarkh) [#&#8203;45962](https://github.com/nodejs/node/pull/45962)
    
  • [`d0f905bd6f`](https://github.com/nodejs/node/commit/d0f905bd6f)] - **doc**: duplex and readable from uncaught execption warning (Marco Ippolito) [#&#8203;46135](https://github.com/nodejs/node/pull/46135)
    
  • [`512feaafa4`](https://github.com/nodejs/node/commit/512feaafa4)] - **doc**: remove outdated sections from `maintaining-v8` (Antoine du Hamel) [#&#8203;46137](https://github.com/nodejs/node/pull/46137)
    
  • [`849a3e2ce7`](https://github.com/nodejs/node/commit/849a3e2ce7)] - **doc**: fix (EC)DHE remark in TLS docs (Tobias Nießen) [#&#8203;46114](https://github.com/nodejs/node/pull/46114)
    
  • [`a3c9c1b4e6`](https://github.com/nodejs/node/commit/a3c9c1b4e6)] - **doc**: fix ERR_TLS_RENEGOTIATION_DISABLED text (Tobias Nießen) [#&#8203;46122](https://github.com/nodejs/node/pull/46122)
    
  • [`1834e94ebb`](https://github.com/nodejs/node/commit/1834e94ebb)] - **doc**: fix spelling in SECURITY.md (Vaishno Chaitanya) [#&#8203;46124](https://github.com/nodejs/node/pull/46124)
    
  • [`3968698af5`](https://github.com/nodejs/node/commit/3968698af5)] - **doc**: abort controller emits error in child process (Debadree Chatterjee) [#&#8203;46072](https://github.com/nodejs/node/pull/46072)
    
  • [`1ec14c2c61`](https://github.com/nodejs/node/commit/1ec14c2c61)] - **doc**: fix `event.cancelBubble` documentation (Deokjin Kim) [#&#8203;45986](https://github.com/nodejs/node/pull/45986)
    
  • [`5539977f80`](https://github.com/nodejs/node/commit/5539977f80)] - **doc**: add personal pronouns option (Filip Skokan) [#&#8203;46118](https://github.com/nodejs/node/pull/46118)
    
  • [`1fabef3a81`](https://github.com/nodejs/node/commit/1fabef3a81)] - **doc**: mention how to run ncu-ci citgm (Rafael Gonzaga) [#&#8203;46090](https://github.com/nodejs/node/pull/46090)
    
  • [`84dc65ab87`](https://github.com/nodejs/node/commit/84dc65ab87)] - **doc**: include updating release optional step (Rafael Gonzaga) [#&#8203;46089](https://github.com/nodejs/node/pull/46089)
    
  • [`76c7ea1e74`](https://github.com/nodejs/node/commit/76c7ea1e74)] - **doc**: describe argument of `Symbol.for` (Deokjin Kim) [#&#8203;46019](https://github.com/nodejs/node/pull/46019)
    
  • [`2307a74990`](https://github.com/nodejs/node/commit/2307a74990)] - **doc**: update isUtf8 description (Yagiz Nizipli) [#&#8203;45973](https://github.com/nodejs/node/pull/45973)
    
  • [`fa5b65ea24`](https://github.com/nodejs/node/commit/fa5b65ea24)] - **doc**: use console.error for error case in timers and tls (Deokjin Kim) [#&#8203;46002](https://github.com/nodejs/node/pull/46002)
    
  • [`29d509c100`](https://github.com/nodejs/node/commit/29d509c100)] - **doc**: fix wrong output of example in `url.protocol` (Deokjin Kim) [#&#8203;45954](https://github.com/nodejs/node/pull/45954)
    
  • [`61dbca2690`](https://github.com/nodejs/node/commit/61dbca2690)] - **doc**: use `os.availableParallelism()` in async_context and cluster (Deokjin Kim) [#&#8203;45979](https://github.com/nodejs/node/pull/45979)
    
  • [`86b2c8cea2`](https://github.com/nodejs/node/commit/86b2c8cea2)] - **doc**: make EventEmitterAsyncResource's `options` as optional (Deokjin Kim) [#&#8203;45985](https://github.com/nodejs/node/pull/45985)
    
  • [`335acf7748`](https://github.com/nodejs/node/commit/335acf7748)] - **doc**: replace single executable champion in strategic initiatives doc (Darshan Sen) [#&#8203;45956](https://github.com/nodejs/node/pull/45956)
    
  • [`aab35a9388`](https://github.com/nodejs/node/commit/aab35a9388)] - **doc**: update error message of example in repl (Deokjin Kim) [#&#8203;45920](https://github.com/nodejs/node/pull/45920)
    
  • [`53a94a95ff`](https://github.com/nodejs/node/commit/53a94a95ff)] - **doc**: fix typos in packages.md (Eric Mutta) [#&#8203;45957](https://github.com/nodejs/node/pull/45957)
    
  • [`83875f46cf`](https://github.com/nodejs/node/commit/83875f46cf)] - **doc**: remove port from example in `url.hostname` (Deokjin Kim) [#&#8203;45927](https://github.com/nodejs/node/pull/45927)
    
  • [`162d3a94e3`](https://github.com/nodejs/node/commit/162d3a94e3)] - **doc**: show output of example in http (Deokjin Kim) [#&#8203;45915](https://github.com/nodejs/node/pull/45915)
    
  • [`53684e4506`](https://github.com/nodejs/node/commit/53684e4506)] - **(SEMVER-MINOR)** **doc**: add parallelism note to os.cpus() (Colin Ihrig) [#&#8203;45895](https://github.com/nodejs/node/pull/45895)
    
  • [`546e083d36`](https://github.com/nodejs/node/commit/546e083d36)] - **doc**: fix wrong output of example in `url.password` (Deokjin Kim) [#&#8203;45928](https://github.com/nodejs/node/pull/45928)
    
  • [`14c95ecd23`](https://github.com/nodejs/node/commit/14c95ecd23)] - **doc**: fix some history entries in `deprecations.md` (Antoine du Hamel) [#&#8203;45891](https://github.com/nodejs/node/pull/45891)
    
  • [`d94dba973b`](https://github.com/nodejs/node/commit/d94dba973b)] - **doc**: add tip for NODE_MODULE (theanarkh) [#&#8203;45797](https://github.com/nodejs/node/pull/45797)
    
  • [`662f574c5b`](https://github.com/nodejs/node/commit/662f574c5b)] - **doc**: reduce likelihood of mismerges during release (Richard Lau) [#&#8203;45864](https://github.com/nodejs/node/pull/45864)
    
  • [`48ea28aa30`](https://github.com/nodejs/node/commit/48ea28aa30)] - **doc**: add backticks to webcrypto rsaOaepParams (Filip Skokan) [#&#8203;45883](https://github.com/nodejs/node/pull/45883)
    
  • [`726b285163`](https://github.com/nodejs/node/commit/726b285163)] - **doc**: remove release cleanup step (Michaël Zasso) [#&#8203;45858](https://github.com/nodejs/node/pull/45858)
    
  • [`5eb93f1de9`](https://github.com/nodejs/node/commit/5eb93f1de9)] - **doc**: add stream/promises pipeline and finished to doc (Marco Ippolito) [#&#8203;45832](https://github.com/nodejs/node/pull/45832)
    
  • [`f874d0ba74`](https://github.com/nodejs/node/commit/f874d0ba74)] - **doc**: remove Juan Jose keys (Rafael Gonzaga) [#&#8203;45827](https://github.com/nodejs/node/pull/45827)
    
  • [`67efe2a55e`](https://github.com/nodejs/node/commit/67efe2a55e)] - **doc**: fix wrong output of example in util (Deokjin Kim) [#&#8203;45825](https://github.com/nodejs/node/pull/45825)
    
  • [`b709af31e0`](https://github.com/nodejs/node/commit/b709af31e0)] - **doc**: sort http.createServer() options alphabetically (Luigi Pinca) [#&#8203;45680](https://github.com/nodejs/node/pull/45680)
    
  • [`ebe292113a`](https://github.com/nodejs/node/commit/ebe292113a)] - **doc,crypto**: fix WebCryptoAPI import keyData and export return (Filip Skokan) [#&#8203;46076](https://github.com/nodejs/node/pull/46076)
    
  • [`204757719c`](https://github.com/nodejs/node/commit/204757719c)] - **errors**: refactor to use a method that formats a list string (Daeyeon Jeong) [#&#8203;45793](https://github.com/nodejs/node/pull/45793)
    
  • [`463bb9602e`](https://github.com/nodejs/node/commit/463bb9602e)] - **esm**: mark `importAssertions` as required (Antoine du Hamel) [#&#8203;46164](https://github.com/nodejs/node/pull/46164)
    
  • [`0bdf2db079`](https://github.com/nodejs/node/commit/0bdf2db079)] - **esm**: rewrite loader hooks test (Geoffrey Booth) [#&#8203;46016](https://github.com/nodejs/node/pull/46016)
    
  • [`297773c6d1`](https://github.com/nodejs/node/commit/297773c6d1)] - **events**: change status of `event.returnvalue` to legacy (Deokjin Kim) [#&#8203;46175](https://github.com/nodejs/node/pull/46175)
    
  • [`d088d6e5c3`](https://github.com/nodejs/node/commit/d088d6e5c3)] - **events**: change status of `event.cancelBubble` to legacy (Deokjin Kim) [#&#8203;46146](https://github.com/nodejs/node/pull/46146)
    
  • [`36be0c4ee2`](https://github.com/nodejs/node/commit/36be0c4ee2)] - **events**: change status of `event.srcElement` to legacy (Deokjin Kim) [#&#8203;46085](https://github.com/nodejs/node/pull/46085)
    
  • [`b239f0684a`](https://github.com/nodejs/node/commit/b239f0684a)] - **events**: fix violation of symbol naming convention (Deokjin Kim) [#&#8203;45978](https://github.com/nodejs/node/pull/45978)
    
  • [`aec340b312`](https://github.com/nodejs/node/commit/aec340b312)] - **fs**: refactor to use `validateInteger` (Deokjin Kim) [#&#8203;46008](https://github.com/nodejs/node/pull/46008)
    
  • [`e620de6444`](https://github.com/nodejs/node/commit/e620de6444)] - **http**: refactor to use `validateHeaderName` (Deokjin Kim) [#&#8203;46143](https://github.com/nodejs/node/pull/46143)
    
  • [`3e70b7d863`](https://github.com/nodejs/node/commit/3e70b7d863)] - **http**: writeHead if statusmessage is undefined dont override headers (Marco Ippolito) [#&#8203;46173](https://github.com/nodejs/node/pull/46173)
    
  • [`3d1dd96c4f`](https://github.com/nodejs/node/commit/3d1dd96c4f)] - **http**: refactor to use min of validateNumber for maxTotalSockets (Deokjin Kim) [#&#8203;46115](https://github.com/nodejs/node/pull/46115)
    
  • [`4df1fcc9db`](https://github.com/nodejs/node/commit/4df1fcc9db)] - **(SEMVER-MINOR)** **http**: join authorization headers (Marco Ippolito) [#&#8203;45982](https://github.com/nodejs/node/pull/45982)
    
  • [`8c06e2f645`](https://github.com/nodejs/node/commit/8c06e2f645)] - **http**: replace `var` with `const` on code of comment (Deokjin Kim) [#&#8203;45951](https://github.com/nodejs/node/pull/45951)
    
  • [`3c0c5e0567`](https://github.com/nodejs/node/commit/3c0c5e0567)] - **(SEMVER-MINOR)** **http**: improved timeout defaults handling (Paolo Insogna) [#&#8203;45778](https://github.com/nodejs/node/pull/45778)
    
  • [`edcd4fc576`](https://github.com/nodejs/node/commit/edcd4fc576)] - **lib**: use kEmptyObject and update JSDoc in webstreams (Deokjin Kim) [#&#8203;46183](https://github.com/nodejs/node/pull/46183)
    
  • [`d6fc855b8a`](https://github.com/nodejs/node/commit/d6fc855b8a)] - **lib**: refactor to use validate function (Deokjin Kim) [#&#8203;46101](https://github.com/nodejs/node/pull/46101)
    
  • [`bc17f37b98`](https://github.com/nodejs/node/commit/bc17f37b98)] - **lib**: reuse invalid state errors on webstreams (Rafael Gonzaga) [#&#8203;46086](https://github.com/nodejs/node/pull/46086)
    
  • [`86554bf27c`](https://github.com/nodejs/node/commit/86554bf27c)] - **lib**: fix incorrect use of console intrinsic (Colin Ihrig) [#&#8203;46044](https://github.com/nodejs/node/pull/46044)
    
  • [`7fc7b19124`](https://github.com/nodejs/node/commit/7fc7b19124)] - **lib**: update JSDoc of `getOwnPropertyValueOrDefault` (Deokjin Kim) [#&#8203;46010](https://github.com/nodejs/node/pull/46010)
    
  • [`c1cc1f9e12`](https://github.com/nodejs/node/commit/c1cc1f9e12)] - **lib**: use `kEmptyObject` as default value for options (Deokjin Kim) [#&#8203;46011](https://github.com/nodejs/node/pull/46011)
    
  • [`db617222da`](https://github.com/nodejs/node/commit/db617222da)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;46215](https://github.com/nodejs/node/pull/46215)
    
  • [`10afecd0d8`](https://github.com/nodejs/node/commit/10afecd0d8)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;46130](https://github.com/nodejs/node/pull/46130)
    
  • [`d8ce990ce6`](https://github.com/nodejs/node/commit/d8ce990ce6)] - **meta**: update comment in `CODEOWNERS` to better reflect current policy (Antoine du Hamel) [#&#8203;45944](https://github.com/nodejs/node/pull/45944)
    
  • [`e3f0194168`](https://github.com/nodejs/node/commit/e3f0194168)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;46040](https://github.com/nodejs/node/pull/46040)
    
  • [`d31c478929`](https://github.com/nodejs/node/commit/d31c478929)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45968](https://github.com/nodejs/node/pull/45968)
    
  • [`10a276a3e0`](https://github.com/nodejs/node/commit/10a276a3e0)] - **meta**: add `nodejs/loaders` to CODEOWNERS (Geoffrey Booth) [#&#8203;45940](https://github.com/nodejs/node/pull/45940)
    
  • [`56247d7c87`](https://github.com/nodejs/node/commit/56247d7c87)] - **meta**: add `nodejs/test_runner` to CODEOWNERS (Antoine du Hamel) [#&#8203;45935](https://github.com/nodejs/node/pull/45935)
    
  • [`3bef8bc743`](https://github.com/nodejs/node/commit/3bef8bc743)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45899](https://github.com/nodejs/node/pull/45899)
    
  • [`baf30ee935`](https://github.com/nodejs/node/commit/baf30ee935)] - **module**: fix unintended mutation (Antoine du Hamel) [#&#8203;46108](https://github.com/nodejs/node/pull/46108)
    
  • [`3ad584c357`](https://github.com/nodejs/node/commit/3ad584c357)] - **net**: handle socket.write(cb) edge case (Santiago Gimeno) [#&#8203;45922](https://github.com/nodejs/node/pull/45922)
    
  • [`2ab35cf0cc`](https://github.com/nodejs/node/commit/2ab35cf0cc)] - **node-api**: disambiguate napi_add_finalizer (Chengzhong Wu) [#&#8203;45401](https://github.com/nodejs/node/pull/45401)
    
  • [`6e9676e986`](https://github.com/nodejs/node/commit/6e9676e986)] - **node-api**: generalize finalizer second pass callback (Chengzhong Wu) [#&#8203;44141](https://github.com/nodejs/node/pull/44141)
    
  • [`b2faceff0a`](https://github.com/nodejs/node/commit/b2faceff0a)] - **(SEMVER-MINOR)** **os**: add availableParallelism() (Colin Ihrig) [#&#8203;45895](https://github.com/nodejs/node/pull/45895)
    
  • [`8fac4c5684`](https://github.com/nodejs/node/commit/8fac4c5684)] - **perf_hooks**: fix checking range of `options.figures` in createHistogram (Deokjin Kim) [#&#8203;45999](https://github.com/nodejs/node/pull/45999)
    
  • [`ea73702847`](https://github.com/nodejs/node/commit/ea73702847)] - **process,worker**: ensure code after exit() effectless (ywave620) [#&#8203;45620](https://github.com/nodejs/node/pull/45620)
    
  • [`784ed594ea`](https://github.com/nodejs/node/commit/784ed594ea)] - **repl**: improve robustness wrt to prototype pollution (Antoine du Hamel) [#&#8203;45604](https://github.com/nodejs/node/pull/45604)
    
  • [`fcfde3412e`](https://github.com/nodejs/node/commit/fcfde3412e)] - **src**: rename internal module declaration as internal bindings (Chengzhong Wu) [#&#8203;45551](https://github.com/nodejs/node/pull/45551)
    
  • [`646cadccd0`](https://github.com/nodejs/node/commit/646cadccd0)] - **src**: fix endianness of simdutf (Yagiz Nizipli) [#&#8203;46257](https://github.com/nodejs/node/pull/46257)
    
  • [`94605b1665`](https://github.com/nodejs/node/commit/94605b1665)] - **src**: replace unreachable code with static_assert (Tobias Nießen) [#&#8203;46209](https://github.com/nodejs/node/pull/46209)
    
  • [`3ce39bbcb7`](https://github.com/nodejs/node/commit/3ce39bbcb7)] - **src**: hide kMaxDigestMultiplier outside HKDF impl (Tobias Nießen) [#&#8203;46206](https://github.com/nodejs/node/pull/46206)
    
  • [`9648b06e09`](https://github.com/nodejs/node/commit/9648b06e09)] - **src**: distinguish env stopping flags (Chengzhong Wu) [#&#8203;45907](https://github.com/nodejs/node/pull/45907)
    
  • [`53ecd20bbd`](https://github.com/nodejs/node/commit/53ecd20bbd)] - **src**: remove return after abort (Shelley Vohr) [#&#8203;46172](https://github.com/nodejs/node/pull/46172)
    
  • [`c4c8931b9d`](https://github.com/nodejs/node/commit/c4c8931b9d)] - **src**: remove unnecessary semicolons (Shelley Vohr) [#&#8203;46171](https://github.com/nodejs/node/pull/46171)
    
  • [`fab72b1677`](https://github.com/nodejs/node/commit/fab72b1677)] - **src**: use simdutf for converting externalized builtins to UTF-16 (Anna Henningsen) [#&#8203;46119](https://github.com/nodejs/node/pull/46119)
    
  • [`67729961e7`](https://github.com/nodejs/node/commit/67729961e7)] - **src**: use constant strings for memory info names (Chengzhong Wu) [#&#8203;46087](https://github.com/nodejs/node/pull/46087)
    
  • [`0ac4e5dd34`](https://github.com/nodejs/node/commit/0ac4e5dd34)] - **src**: fix typo in node_snapshotable.cc (Vadim) [#&#8203;46103](https://github.com/nodejs/node/pull/46103)
    
  • [`b454a7665d`](https://github.com/nodejs/node/commit/b454a7665d)] - **src**: keep PipeWrap::Open function consistent with TCPWrap (theanarkh) [#&#8203;46064](https://github.com/nodejs/node/pull/46064)
    
  • [`41f5a29cca`](https://github.com/nodejs/node/commit/41f5a29cca)] - **src**: speed up process.getActiveResourcesInfo() (Darshan Sen) [#&#8203;46014](https://github.com/nodejs/node/pull/46014)
    
  • [`02a61dd6bd`](https://github.com/nodejs/node/commit/02a61dd6bd)] - **src**: fix typo in `node_file.cc` (Vadim) [#&#8203;45998](https://github.com/nodejs/node/pull/45998)
    
  • [`99c033ed98`](https://github.com/nodejs/node/commit/99c033ed98)] - **src**: fix crash on OnStreamRead on Windows (Santiago Gimeno) [#&#8203;45878](https://github.com/nodejs/node/pull/45878)
    
  • [`27d6a8b2b1`](https://github.com/nodejs/node/commit/27d6a8b2b1)] - **src**: fix creating `Isolate`s from addons (Anna Henningsen) [#&#8203;45885](https://github.com/nodejs/node/pull/45885)
    
  • [`9ca31cdba3`](https://github.com/nodejs/node/commit/9ca31cdba3)] - **src**: use string_view for FastStringKey implementation (Anna Henningsen) [#&#8203;45914](https://github.com/nodejs/node/pull/45914)
    
  • [`e4fc3abfd5`](https://github.com/nodejs/node/commit/e4fc3abfd5)] - **src**: fix UB in overflow checks (Ben Noordhuis) [#&#8203;45882](https://github.com/nodejs/node/pull/45882)
    
  • [`574afac26a`](https://github.com/nodejs/node/commit/574afac26a)] - **src**: check size of args before using for exec_path (A. Wilcox) [#&#8203;45902](https://github.com/nodejs/node/pull/45902)
    
  • [`f0692468cd`](https://github.com/nodejs/node/commit/f0692468cd)] - **src**: fix tls certificate root store data race (Ben Noordhuis) [#&#8203;45767](https://github.com/nodejs/node/pull/45767)
    
  • [`a749ceda2e`](https://github.com/nodejs/node/commit/a749ceda2e)] - **src**: add undici and acorn to `process.versions` (Debadree Chatterjee) [#&#8203;45621](https://github.com/nodejs/node/pull/45621)
    
  • [`08a6a61575`](https://github.com/nodejs/node/commit/08a6a61575)] - **src,lib**: the handle keeps loop alive in cluster rr mode (theanarkh) [#&#8203;46161](https://github.com/nodejs/node/pull/46161)
    
  • [`a87963de6b`](https://github.com/nodejs/node/commit/a87963de6b)] - **stream**: fix pipeline calling end on destination more than once (Debadree Chatterjee) [#&#8203;46226](https://github.com/nodejs/node/pull/46226)
    
  • [`cde59606cd`](https://github.com/nodejs/node/commit/cde59606cd)] - **(SEMVER-MINOR)** **stream**: implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) [#&#8203;46205](https://github.com/nodejs/node/pull/46205)
    
  • [`441d9de33e`](https://github.com/nodejs/node/commit/441d9de33e)] - **stream**: refactor to use `validateFunction` (Deokjin Kim) [#&#8203;46007](https://github.com/nodejs/node/pull/46007)
    
  • [`325fc08d48`](https://github.com/nodejs/node/commit/325fc08d48)] - **stream**: fix typo in JSDoc (Deokjin Kim) [#&#8203;45991](https://github.com/nodejs/node/pull/45991)
    
  • [`536322fa1c`](https://github.com/nodejs/node/commit/536322fa1c)] - **test**: update postject to 1.0.0-alpha.4 (Node.js GitHub Bot) [#&#8203;46212](https://github.com/nodejs/node/pull/46212)
    
  • [`a3056f4125`](https://github.com/nodejs/node/commit/a3056f4125)] - **test**: refactor to avoid mutation of global by a loader (Michaël Zasso) [#&#8203;46220](https://github.com/nodejs/node/pull/46220)
    
  • [`1790569518`](https://github.com/nodejs/node/commit/1790569518)] - **test**: improve test coverage for WHATWG `TextDecoder` (Juan José) [#&#8203;45241](https://github.com/nodejs/node/pull/45241)
    
  • [`896027c006`](https://github.com/nodejs/node/commit/896027c006)] - **test**: add fix so that test exits if port 42 is unprivileged (Suyash Nayan) [#&#8203;45904](https://github.com/nodejs/node/pull/45904)
    
  • [`257224da0e`](https://github.com/nodejs/node/commit/257224da0e)] - **test**: use `os.availableParallelism()` (Deokjin Kim) [#&#8203;46003](https://github.com/nodejs/node/pull/46003)
    
  • [`7e1462dd02`](https://github.com/nodejs/node/commit/7e1462dd02)] - **test**: update Web Events WPT (Deokjin Kim) [#&#8203;46051](https://github.com/nodejs/node/pull/46051)
    
  • [`40d52fbc5f`](https://github.com/nodejs/node/commit/40d52fbc5f)] - **test**: add test to once() in event lib (Jonathan Diaz) [#&#8203;46126](https://github.com/nodejs/node/pull/46126)
    
  • [`f3518f3337`](https://github.com/nodejs/node/commit/f3518f3337)] - **test**: use `process.hrtime.bigint` instead of `process.hrtime` (Deokjin Kim) [#&#8203;45877](https://github.com/nodejs/node/pull/45877)
    
  • [`4d6dd10464`](https://github.com/nodejs/node/commit/4d6dd10464)] - **test**: print failed JS/parallel tests (Geoffrey Booth) [#&#8203;45960](https://github.com/nodejs/node/pull/45960)
    
  • [`7cb6fef6d6`](https://github.com/nodejs/node/commit/7cb6fef6d6)] - **test**: fix test broken under --node-builtin-modules-path (Geoffrey Booth) [#&#8203;45894](https://github.com/nodejs/node/pull/45894)
    
  • [`55e4140c34`](https://github.com/nodejs/node/commit/55e4140c34)] - **test**: fix mock.method to support class instances (Erick Wendel) [#&#8203;45608](https://github.com/nodejs/node/pull/45608)
    
  • [`286acaa6fe`](https://github.com/nodejs/node/commit/286acaa6fe)] - **test**: update encoding wpt to latest (Yagiz Nizipli) [#&#8203;45850](https://github.com/nodejs/node/pull/45850)
    
  • [`22c1e918ce`](https://github.com/nodejs/node/commit/22c1e918ce)] - **test**: update url wpt to latest (Yagiz Nizipli) [#&#8203;45852](https://github.com/nodejs/node/pull/45852)
    
  • [`5fa6a70bbd`](https://github.com/nodejs/node/commit/5fa6a70bbd)] - **test**: add CryptoKey transferring tests (Filip Skokan) [#&#8203;45811](https://github.com/nodejs/node/pull/45811)
    
  • [`4aaec07266`](https://github.com/nodejs/node/commit/4aaec07266)] - **test**: add postject to fixtures (Darshan Sen) [#&#8203;45298](https://github.com/nodejs/node/pull/45298)
    
  • [`da78f9cbb8`](https://github.com/nodejs/node/commit/da78f9cbb8)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#&#8203;45860](https://github.com/nodejs/node/pull/45860)
    
  • [`3269423032`](https://github.com/nodejs/node/commit/3269423032)] - **test,esm**: validate more edge cases for dynamic imports (Antoine du Hamel) [#&#8203;46059](https://github.com/nodejs/node/pull/46059)
    
  • [`cade2fccf4`](https://github.com/nodejs/node/commit/cade2fccf4)] - **test_runner**: run t.after() if test body throws (Colin Ihrig) [#&#8203;45870](https://github.com/nodejs/node/pull/45870)
    
  • [`87a0e86604`](https://github.com/nodejs/node/commit/87a0e86604)] - **test_runner**: parse yaml (Moshe Atlow) [#&#8203;45815](https://github.com/nodejs/node/pull/45815)
    
  • [`757a022443`](https://github.com/nodejs/node/commit/757a022443)] - **tls**: don't treat fatal TLS alerts as EOF (David Benjamin) [#&#8203;44563](https://github.com/nodejs/node/pull/44563)
    
  • [`c6457cbf8d`](https://github.com/nodejs/node/commit/c6457cbf8d)] - **tls**: fix re-entrancy issue with TLS close_notify (David Benjamin) [#&#8203;44563](https://github.com/nodejs/node/pull/44563)
    
  • [`fcca2d5ea6`](https://github.com/nodejs/node/commit/fcca2d5ea6)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;46214](https://github.com/nodejs/node/pull/46214)
    
  • [`09adb86c19`](https://github.com/nodejs/node/commit/09adb86c19)] - **tools**: fix macro name in update-undici (Almeida) [#&#8203;46217](https://github.com/nodejs/node/pull/46217)
    
  • [`1b0cc79785`](https://github.com/nodejs/node/commit/1b0cc79785)] - **tools**: add automation for updating postject dependency (Darshan Sen) [#&#8203;46157](https://github.com/nodejs/node/pull/46157)
    
  • [`38df662119`](https://github.com/nodejs/node/commit/38df662119)] - **tools**: update create-or-update-pull-request-action (Michaël Zasso) [#&#8203;46169](https://github.com/nodejs/node/pull/46169)
    
  • [`3f4c0c0de1`](https://github.com/nodejs/node/commit/3f4c0c0de1)] - **tools**: update eslint to 8.31.0 (Node.js GitHub Bot) [#&#8203;46131](https://github.com/nodejs/node/pull/46131)
    
  • [`f3dc4329e6`](https://github.com/nodejs/node/commit/f3dc4329e6)] - **tools**: update lint-md-dependencies to rollup@3.9.1 (Node.js GitHub Bot) [#&#8203;46129](https://github.com/nodejs/node/pull/46129)
    
  • [`fafbd1ca72`](https://github.com/nodejs/node/commit/fafbd1ca72)] - **tools**: move update-eslint.sh to dep_updaters/ (Luigi Pinca) [#&#8203;46088](https://github.com/nodejs/node/pull/46088)
    
  • [`609df01fa9`](https://github.com/nodejs/node/commit/609df01fa9)] - **tools**: make update-eslint.sh work with npm@9 (Luigi Pinca) [#&#8203;46088](https://github.com/nodejs/node/pull/46088)
    
  • [`31b8cf1a4d`](https://github.com/nodejs/node/commit/31b8cf1a4d)] - **tools**: fix lint rule recommendation (Colin Ihrig) [#&#8203;46044](https://github.com/nodejs/node/pull/46044)
    
  • [`0a80cbdcb1`](https://github.com/nodejs/node/commit/0a80cbdcb1)] - **tools**: update lint-md-dependencies to rollup@3.9.0 (Node.js GitHub Bot) [#&#8203;46039](https://github.com/nodejs/node/pull/46039)
    
  • [`18503fa7ba`](https://github.com/nodejs/node/commit/18503fa7ba)] - **tools**: update doc to unist-util-select@4.0.2 (Node.js GitHub Bot) [#&#8203;46038](https://github.com/nodejs/node/pull/46038)
    
  • [`b48e82ec1d`](https://github.com/nodejs/node/commit/b48e82ec1d)] - **tools**: add release host var to promotion script (Ruy Adorno) [#&#8203;45913](https://github.com/nodejs/node/pull/45913)
    
  • [`3b93b0c1f5`](https://github.com/nodejs/node/commit/3b93b0c1f5)] - **tools**: add url to `AUTHORS` update automation (Antoine du Hamel) [#&#8203;45971](https://github.com/nodejs/node/pull/45971)
    
  • [`623b0eba81`](https://github.com/nodejs/node/commit/623b0eba81)] - **tools**: update lint-md-dependencies to rollup@3.8.1 (Node.js GitHub Bot) [#&#8203;45967](https://github.com/nodejs/node/pull/45967)
    
  • [`b0e88377fe`](https://github.com/nodejs/node/commit/b0e88377fe)] - **tools**: update GitHub workflow action (Mohammed Keyvanzadeh) [#&#8203;45937](https://github.com/nodejs/node/pull/45937)
    
  • [`974442e69d`](https://github.com/nodejs/node/commit/974442e69d)] - **tools**: update lint-md dependencies (Node.js GitHub Bot) [#&#8203;45813](https://github.com/nodejs/node/pull/45813)
    
  • [`5aaa8c3bbf`](https://github.com/nodejs/node/commit/5aaa8c3bbf)] - **tools**: enforce use of trailing commas in `tools/` (Antoine du Hamel) [#&#8203;45889](https://github.com/nodejs/node/pull/45889)
    
  • [`1e32520f72`](https://github.com/nodejs/node/commit/1e32520f72)] - **tools**: add `ArrayPrototypeConcat` to the list of primordials to avoid (Antoine du Hamel) [#&#8203;44445](https://github.com/nodejs/node/pull/44445)
    
  • [`e0cda56204`](https://github.com/nodejs/node/commit/e0cda56204)] - **tools**: fix incorrect version history order (Fabien Michel) [#&#8203;45728](https://github.com/nodejs/node/pull/45728)
    
  • [`7438ff175a`](https://github.com/nodejs/node/commit/7438ff175a)] - **tools**: update eslint to 8.29.0 (Node.js GitHub Bot) [#&#8203;45733](https://github.com/nodejs/node/pull/45733)
    
  • [`1e11247b91`](https://github.com/nodejs/node/commit/1e11247b91)] - ***Revert*** "**tools**: update V8 gypfiles for RISC-V" (Lu Yahan) [#&#8203;46156](https://github.com/nodejs/node/pull/46156)
    
  • [`0defe4effa`](https://github.com/nodejs/node/commit/0defe4effa)] - **trace_events**: refactor to use `validateStringArray` (Deokjin Kim) [#&#8203;46012](https://github.com/nodejs/node/pull/46012)
    
  • [`f1dcbe7652`](https://github.com/nodejs/node/commit/f1dcbe7652)] - **util**: add fast path for text-decoder fatal flag (Yagiz Nizipli) [#&#8203;45803](https://github.com/nodejs/node/pull/45803)
    
  • [`277d9da876`](https://github.com/nodejs/node/commit/277d9da876)] - **vm**: refactor to use validate function (Deokjin Kim) [#&#8203;46176](https://github.com/nodejs/node/pull/46176)
    
  • [`96f1b2e731`](https://github.com/nodejs/node/commit/96f1b2e731)] - **vm**: refactor to use `validateStringArray` (Deokjin Kim) [#&#8203;46020](https://github.com/nodejs/node/pull/46020)
    
    

v18.13.0: 2023-01-05, Version 18.13.0 'Hydrogen' (LTS), @​danielleadams

Compare Source

Notable changes
Add support for externally shared js builtins

By default Node.js is built so that all dependencies are bundled into the Node.js binary itself. Some Node.js distributions prefer to manage dependencies externally. There are existing build options that allow dependencies with native code to be externalized. This commit adds additional options so that dependencies with JavaScript code (including WASM) can also be externalized. This addition does not affect binaries shipped by the Node.js project but will allow other distributions to externalize additional dependencies when needed.

Contributed by Michael Dawson in #​44376

Introduce File

The File class is part of the FileAPI. It can be used anywhere a Blob can, for example in URL.createObjectURL and FormData. It contains two properties that Blobs do not have: lastModified, the last time the file was modified in ms, and name, the name of the file.

Contributed by Khafra in #​45139

Support function mocking on Node.js test runner

The node:test module supports mocking during testing via a top-level mock
object.

test('spies on an object method', (t) => {
  const number = {
    value: 5,
    add(a) {
      return this.value + a;
    },
  };
  t.mock.method(number, 'add');

  assert.strictEqual(number.add(3), 8);
  assert.strictEqual(number.add.mock.calls.length, 1);
});

Contributed by Colin Ihrig in #​45326

Other notable changes
  • build:
    • disable v8 snapshot compression by default (Joyee Cheung) #​45716
  • crypto:
    • update root certificates (Luigi Pinca) #​45490
  • deps:
    • update ICU to 72.1 (Michaël Zasso) #​45068
  • doc:
    • add doc-only deprecation for headers/trailers setters (Rich Trott) #​45697
    • add Rafael to the tsc (Michael Dawson) #​45691
    • deprecate use of invalid ports in url.parse (Antoine du Hamel) #​45576
    • add lukekarrys to collaborators (Luke Karrys) #​45180
    • add anonrig to collaborators (Yagiz Nizipli) #​45002
    • deprecate url.parse() (Rich Trott) #​44919
  • lib:
    • drop fetch experimental warning (Matteo Collina) #​45287
  • net:
    • (SEMVER-MINOR) add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) #​44731
  • src:
    • (SEMVER-MINOR) add uvwasi version (Jithil P Ponnan) #​45639
    • (SEMVER-MINOR) add initial shadow realm support (Chengzhong Wu) #​42869
  • test_runner:
    • (SEMVER-MINOR) add t.after() hook (Colin Ihrig) #​45792
    • (SEMVER-MINOR) don't use a symbol for runHook() (Colin Ihrig) #​45792
  • tls:
    • (SEMVER-MINOR) add "ca" property to certificate object (Ben Noordhuis) #​44935
    • remove trustcor root ca certificates (Ben Noordhuis) #​45776
  • tools:
    • update certdata.txt (Luigi Pinca) #​45490
  • util:
    • add fast path for utf8 encoding (Yagiz Nizipli) #​45412
    • improve textdecoder decode performance (Yagiz Nizipli) #​45294
    • (SEMVER-MINOR) add MIME utilities (#​21128) (Bradley Farias) #​21128
Commits
  • [`40123a6bb0`](https://github.com/nodejs/node/commit/40123a6bb0)] - **(SEMVER-MINOR)** **async_hooks**: add hook to stop propagation (Gerhard Stöbich) [#&#8203;45386](https://github.com/nodejs/node/pull/45386)
    
  • [`9925d20ed8`](https://github.com/nodejs/node/commit/9925d20ed8)] - **benchmark**: add variety of inputs to text-encoder (Yagiz Nizipli) [#&#8203;45787](https://github.com/nodejs/node/pull/45787)
    
  • [`5e167bd658`](https://github.com/nodejs/node/commit/5e167bd658)] - **benchmark**: make benchmarks runnable in older versions of Node.js (Joyee Cheung) [#&#8203;45746](https://github.com/nodejs/node/pull/45746)
    
  • [`a1421623ac`](https://github.com/nodejs/node/commit/a1421623ac)] - **benchmark**: add v8 serialize benchmark (Yagiz Nizipli) [#&#8203;45476](https://github.com/nodejs/node/pull/45476)
    
  • [`fcf61884cc`](https://github.com/nodejs/node/commit/fcf61884cc)] - **benchmark**: add text-encoder benchmark (Yagiz Nizipli) [#&#8203;45450](https://github.com/nodejs/node/pull/45450)
    
  • [`762d285c98`](https://github.com/nodejs/node/commit/762d285c98)] - **benchmark**: add parameters to text-decoder benchmark (Yagiz Nizipli) [#&#8203;45363](https://github.com/nodejs/node/pull/45363)
    
  • [`ab891ecbff`](https://github.com/nodejs/node/commit/ab891ecbff)] - **benchmark**: fix text-decoder benchmark (Yagiz Nizipli) [#&#8203;45363](https://github.com/nodejs/node/pull/45363)
    
  • [`1ed312a737`](https://github.com/nodejs/node/commit/1ed312a737)] - **benchmark**: add blob benchmark (Yagiz Nizipli) [#&#8203;44990](https://github.com/nodejs/node/pull/44990)
    
  • [`2ee3d81277`](https://github.com/nodejs/node/commit/2ee3d81277)] - **bootstrap**: merge main thread and worker thread initializations (Joyee Cheung) [#&#8203;44869](https://github.com/nodejs/node/pull/44869)
    
  • [`e638ea4f48`](https://github.com/nodejs/node/commit/e638ea4f48)] - **bootstrap**: check more metadata when loading the snapshot (Joyee Cheung) [#&#8203;44132](https://github.com/nodejs/node/pull/44132)
    
  • [`bfcf4f0046`](https://github.com/nodejs/node/commit/bfcf4f0046)] - **buffer**: make decodeUTF8 params loose (Yagiz Nizipli) [#&#8203;45610](https://github.com/nodejs/node/pull/45610)
    
  • [`3a7f3d5993`](https://github.com/nodejs/node/commit/3a7f3d5993)] - **(SEMVER-MINOR)** **buffer**: introduce File (Khafra) [#&#8203;45139](https://github.com/nodejs/node/pull/45139)
    
  • [`345b847aa6`](https://github.com/nodejs/node/commit/345b847aa6)] - **buffer**: fix validation of options in `Blob` constructor (Antoine du Hamel) [#&#8203;45156](https://github.com/nodejs/node/pull/45156)
    
  • [`1ddc438444`](https://github.com/nodejs/node/commit/1ddc438444)] - **build**: disable v8 snapshot compression by default (Joyee Cheung) [#&#8203;45716](https://github.com/nodejs/node/pull/45716)
    
  • [`bd1a2fbd91`](https://github.com/nodejs/node/commit/bd1a2fbd91)] - **build**: add python 3.11 support for android (Mohammed Keyvanzadeh) [#&#8203;45765](https://github.com/nodejs/node/pull/45765)
    
  • [`2b0ace302d`](https://github.com/nodejs/node/commit/2b0ace302d)] - **build**: rework gyp files for zlib (Richard Lau) [#&#8203;45589](https://github.com/nodejs/node/pull/45589)
    
  • [`5ab7a30a06`](https://github.com/nodejs/node/commit/5ab7a30a06)] - **build**: avoid redefined macro (Michaël Zasso) [#&#8203;45544](https://github.com/nodejs/node/pull/45544)
    
  • [`f58b32c22e`](https://github.com/nodejs/node/commit/f58b32c22e)] - **build**: fix env.h for cpp20 (Jiawen Geng) [#&#8203;45516](https://github.com/nodejs/node/pull/45516)
    
  • [`1de1f679ec`](https://github.com/nodejs/node/commit/1de1f679ec)] - ***Revert*** "**build**: remove precompiled header and debug information for host builds" (Stefan Stojanovic) [#&#8203;45432](https://github.com/nodejs/node/pull/45432)
    
  • [`89d1eb58b0`](https://github.com/nodejs/node/commit/89d1eb58b0)] - **build**: add --v8-disable-object-print flag (MURAKAMI Masahiko) [#&#8203;45458](https://github.com/nodejs/node/pull/45458)
    
  • [`f2a4def232`](https://github.com/nodejs/node/commit/f2a4def232)] - **build**: make scripts in gyp run with right python (Jiawen Geng) [#&#8203;45435](https://github.com/nodejs/node/pull/45435)
    
  • [`473a879c91`](https://github.com/nodejs/node/commit/473a879c91)] - **build**: workaround for node-core-utils (Jiawen Geng) [#&#8203;45199](https://github.com/nodejs/node/pull/45199)
    
  • [`abcc034c61`](https://github.com/nodejs/node/commit/abcc034c61)] - **build**: fix icu-small build with ICU 72.1 (Steven R. Loomis) [#&#8203;45195](https://github.com/nodejs/node/pull/45195)
    
  • [`8a99221a21`](https://github.com/nodejs/node/commit/8a99221a21)] - **build**: remove unused language files (Ben Noordhuis) [#&#8203;45138](https://github.com/nodejs/node/pull/45138)
    
  • [`3fb44f9413`](https://github.com/nodejs/node/commit/3fb44f9413)] - **build**: add GitHub token to auto-start-ci workflow (Richard Lau) [#&#8203;45185](https://github.com/nodejs/node/pull/45185)
    
  • [`2aac993bb2`](https://github.com/nodejs/node/commit/2aac993bb2)] - **build**: add version info to timezone update PR (Darshan Sen) [#&#8203;45021](https://github.com/nodejs/node/pull/45021)
    
  • [`0db19b3c60`](https://github.com/nodejs/node/commit/0db19b3c60)] - **build**: support Python 3.11 (Luigi Pinca) [#&#8203;45191](https://github.com/nodejs/node/pull/45191)
    
  • [`fb008a2e9b`](https://github.com/nodejs/node/commit/fb008a2e9b)] - **build,deps,src**: fix Intel VTune profiling support (Shi Lei) [#&#8203;45248](https://github.com/nodejs/node/pull/45248)
    
  • [`61bc27a5b4`](https://github.com/nodejs/node/commit/61bc27a5b4)] - **build,win**: pass --debug-nghttp2 to configure (Santiago Gimeno) [#&#8203;45209](https://github.com/nodejs/node/pull/45209)
    
  • [`7b68c06988`](https://github.com/nodejs/node/commit/7b68c06988)] - **child_process**: validate arguments for null bytes (Darshan Sen) [#&#8203;44782](https://github.com/nodejs/node/pull/44782)
    
  • [`bac6b7d900`](https://github.com/nodejs/node/commit/bac6b7d900)] - **crypto**: simplify lazy loading of internal modules (Antoine du Hamel) [#&#8203;45809](https://github.com/nodejs/node/pull/45809)
    
  • [`2fbf95662c`](https://github.com/nodejs/node/commit/2fbf95662c)] - **crypto**: fix CipherBase Update int32 overflow (Marco Ippolito) [#&#8203;45769](https://github.com/nodejs/node/pull/45769)
    
  • [`0100fd445b`](https://github.com/nodejs/node/commit/0100fd445b)] - **crypto**: refactor ArrayBuffer to bigint conversion utils (Antoine du Hamel) [#&#8203;45567](https://github.com/nodejs/node/pull/45567)
    
  • [`fa0a2d8e5d`](https://github.com/nodejs/node/commit/fa0a2d8e5d)] - **crypto**: refactor verify acceptable key usage functions (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569)
    
  • [`ef64b86d0d`](https://github.com/nodejs/node/commit/ef64b86d0d)] - **crypto**: fix ECDH webcrypto public CryptoKey usages (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569)
    
  • [`b92b80424a`](https://github.com/nodejs/node/commit/b92b80424a)] - **crypto**: validate CFRG webcrypto JWK import "d" and "x" are a pair (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569)
    
  • [`621e3c9cd4`](https://github.com/nodejs/node/commit/621e3c9cd4)] - **crypto**: use DataError for CFRG webcrypto raw and jwk import key checks (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569)
    
  • [`8fcfbeffe1`](https://github.com/nodejs/node/commit/8fcfbeffe1)] - **crypto**: use DataError for webcrypto keyData import failures (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569)
    
  • [`a976a63138`](https://github.com/nodejs/node/commit/a976a63138)] - **crypto**: fix X25519 and X448 webcrypto public CryptoKey usages (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569)
    
  • [`27adcc9c4b`](https://github.com/nodejs/node/commit/27adcc9c4b)] - **crypto**: ensure "x" is present when importing private CFRG webcrypto keys (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569)
    
  • [`f27ebab56c`](https://github.com/nodejs/node/commit/f27ebab56c)] - **crypto**: clear OpenSSL error queue after calling X509\_check_private_key() (Filip Skokan) [#&#8203;45495](https://github.com/nodejs/node/pull/45495)
    
  • [`319ae095fb`](https://github.com/nodejs/node/commit/319ae095fb)] - **crypto**: update root certificates (Luigi Pinca) [#&#8203;45490](https://github.com/nodejs/node/pull/45490)
    
  • [`dae92e78d6`](https://github.com/nodejs/node/commit/dae92e78d6)] - **crypto**: clear OpenSSL error queue after calling X509\_verify() (Takuro Sato) [#&#8203;45377](https://github.com/nodejs/node/pull/45377)
    
  • [`1ba1809dfd`](https://github.com/nodejs/node/commit/1ba1809dfd)] - **crypto**: handle more webcrypto errors with OperationError (Filip Skokan) [#&#8203;45320](https://github.com/nodejs/node/pull/45320)
    
  • [`b54f8761ae`](https://github.com/nodejs/node/commit/b54f8761ae)] - **crypto**: handle unsupported AES ciphers in webcrypto (Filip Skokan) [#&#8203;45321](https://github.com/nodejs/node/pull/45321)
    
  • [`57f507f1dd`](https://github.com/nodejs/node/commit/57f507f1dd)] - **crypto**: fix webcrypto HMAC "get key length" in deriveKey and generateKey (Filip Skokan) [#&#8203;44917](https://github.com/nodejs/node/pull/44917)
    
  • [`7565a75ee5`](https://github.com/nodejs/node/commit/7565a75ee5)] - **crypto**: remove webcrypto HKDF and PBKDF2 default-applied lengths (Filip Skokan) [#&#8203;44945](https://github.com/nodejs/node/pull/44945)
    
  • [`631421e8d0`](https://github.com/nodejs/node/commit/631421e8d0)] - **crypto**: simplify webcrypto ECDH deriveBits (Filip Skokan) [#&#8203;44946](https://github.com/nodejs/node/pull/44946)
    
  • [`c4f665f528`](https://github.com/nodejs/node/commit/c4f665f528)] - **deps**: V8: cherry-pick [`d1d4c64`](https://github.com/nodejs/node/commit/d1d4c648e7ff) (Danielle Adams) [#&#8203;46098](https://github.com/nodejs/node/pull/46098)
    
  • [`c04e1df396`](https://github.com/nodejs/node/commit/c04e1df396)] - ***Revert*** "**deps**: fix zlib compilation for CPUs without SIMD features" (Luigi Pinca) [#&#8203;45589](https://github.com/nodejs/node/pull/45589)
    
  • [`34e708cded`](https://github.com/nodejs/node/commit/34e708cded)] - **deps**: update undici to 5.13.0 (Node.js GitHub Bot) [#&#8203;45634](https://github.com/nodejs/node/pull/45634)
    
  • [`33b0664bbe`](https://github.com/nodejs/node/commit/33b0664bbe)] - **deps**: update corepack to 0.15.2 (Node.js GitHub Bot) [#&#8203;45635](https://github.com/nodejs/node/pull/45635)
    
  • [`7b6d2a8ec0`](https://github.com/nodejs/node/commit/7b6d2a8ec0)] - **deps**: update nghttp2 to 1.51.0 (Yagiz Nizipli) [#&#8203;45537](https://github.com/nodejs/node/pull/45537)
    
  • [`02eabaf409`](https://github.com/nodejs/node/commit/02eabaf409)] - **deps**: update base64 to 0.5.0 (Facundo Tuesca) [#&#8203;45509](https://github.com/nodejs/node/pull/45509)
    
  • [`7d26bf3c08`](https://github.com/nodejs/node/commit/7d26bf3c08)] - **deps**: V8: cherry-pick [`9df5ef7`](https://github.com/nodejs/node/commit/9df5ef70ff18) (Yagiz Nizipli) [#&#8203;45474](https://github.com/nodejs/node/pull/45474)
    
  • [`43419ad6bc`](https://github.com/nodejs/node/commit/43419ad6bc)] - **deps**: fix zlib compilation for CPUs without SIMD features (Anna Henningsen) [#&#8203;45387](https://github.com/nodejs/node/pull/45387)
    
  • [`978cfad005`](https://github.com/nodejs/node/commit/978cfad005)] - **deps**: update zlib to upstream [`8bbd6c3`](https://github.com/nodejs/node/commit/8bbd6c31) (Luigi Pinca) [#&#8203;45387](https://github.com/nodejs/node/pull/45387)
    
  • [`72362f348c`](https://github.com/nodejs/node/commit/72362f348c)] - **deps**: update acorn to 8.8.1 (Node.js GitHub Bot) [#&#8203;45441](https://github.com/nodejs/node/pull/45441)
    
  • [`17a89d1f4e`](https://github.com/nodejs/node/commit/17a89d1f4e)] - **deps**: V8: cherry-pick [`031b98b`](https://github.com/nodejs/node/commit/031b98b25cba) (Michaël Zasso) [#&#8203;45375](https://github.com/nodejs/node/pull/45375)
    
  • [`bbe67c484a`](https://github.com/nodejs/node/commit/bbe67c484a)] - **deps**: upgrade npm to 8.19.3 (npm team) [#&#8203;45322](https://github.com/nodejs/node/pull/45322)
    
  • [`a274d6bc0d`](https://github.com/nodejs/node/commit/a274d6bc0d)] - **deps**: update corepack to 0.15.1 (Node.js GitHub Bot) [#&#8203;45331](https://github.com/nodejs/node/pull/45331)
    
  • [`c9c958e188`](https://github.com/nodejs/node/commit/c9c958e188)] - **deps**: upgrade to libuv 1.44.2 (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340)
    
  • [`07b47ad58c`](https://github.com/nodejs/node/commit/07b47ad58c)] - **deps**: update corepack to 0.15.0 (Node.js GitHub Bot) [#&#8203;45235](https://github.com/nodejs/node/pull/45235)
    
  • [`bb6e8b1972`](https://github.com/nodejs/node/commit/bb6e8b1972)] - **deps**: update undici to 5.12.0 (Node.js GitHub Bot) [#&#8203;45236](https://github.com/nodejs/node/pull/45236)
    
  • [`596e3a8f2f`](https://github.com/nodejs/node/commit/596e3a8f2f)] - **deps**: V8: cherry-pick [`c2792e5`](https://github.com/nodejs/node/commit/c2792e58035f) (Jiawen Geng) [#&#8203;44961](https://github.com/nodejs/node/pull/44961)
    
  • [`2088cb4744`](https://github.com/nodejs/node/commit/2088cb4744)] - **deps**: patch V8 to 10.2.154.23 (Michaël Zasso) [#&#8203;45997](https://github.com/nodejs/node/pull/45997)
    
  • [`6ea555e8ac`](https://github.com/nodejs/node/commit/6ea555e8ac)] - **deps**: V8: cherry-pick [`2ada52c`](https://github.com/nodejs/node/commit/2ada52cffbff) (Michaël Zasso) [#&#8203;45573](https://github.com/nodejs/node/pull/45573)
    
  • [`6d8c0f0efd`](https://github.com/nodejs/node/commit/6d8c0f0efd)] - **deps**: update timezone to 2022f (Node.js GitHub Bot) [#&#8203;45289](https://github.com/nodejs/node/pull/45289)
    
  • [`3b73aa416f`](https://github.com/nodejs/node/commit/3b73aa416f)] - **deps**: update ICU to 72.1 (Michaël Zasso) [#&#8203;45068](https://github.com/nodejs/node/pull/45068)
    
  • [`555d1723b1`](https://github.com/nodejs/node/commit/555d1723b1)] - **deps**: update timezone (Node.js GitHub Bot) [#&#8203;44950](https://github.com/nodejs/node/pull/44950)
    
  • [`5c0fcc13f7`](https://github.com/nodejs/node/commit/5c0fcc13f7)] - **deps**: patch V8 to 10.2.154.19 (Michaël Zasso) [#&#8203;45229](https://github.com/nodejs/node/pull/45229)
    
  • [`1a47a7bbed`](https://github.com/nodejs/node/commit/1a47a7bbed)] - **diagnostics_channel**: fix diagnostics channel memory leak (theanarkh) [#&#8203;45633](https://github.com/nodejs/node/pull/45633)
    
  • [`40a29aabbc`](https://github.com/nodejs/node/commit/40a29aabbc)] - **diagnostics_channel**: built-in channels should remain experimental (Stephen Belanger) [#&#8203;45423](https://github.com/nodejs/node/pull/45423)
    
  • [`2752f543bc`](https://github.com/nodejs/node/commit/2752f543bc)] - **diagnostics_channel**: mark as stable (Stephen Belanger) [#&#8203;45290](https://github.com/nodejs/node/pull/45290)
    
  • [`9ceed7a1cc`](https://github.com/nodejs/node/commit/9ceed7a1cc)] - **dns**: fix port validation (Antoine du Hamel) [#&#8203;45135](https://github.com/nodejs/node/pull/45135)
    
  • [`108220cb05`](https://github.com/nodejs/node/commit/108220cb05)] - **doc**: buffer.fill empty value (Marco Ippolito) [#&#8203;45794](https://github.com/nodejs/node/pull/45794)
    
  • [`b5ad92fea2`](https://github.com/nodejs/node/commit/b5ad92fea2)] - **doc**: add args of filter option of fs.cp (MURAKAMI Masahiko) [#&#8203;45739](https://github.com/nodejs/node/pull/45739)
    
  • [`899ba3d3c2`](https://github.com/nodejs/node/commit/899ba3d3c2)] - **doc**: disambiguate `native module` to `addon` (Daeyeon Jeong) [#&#8203;45673](https://github.com/nodejs/node/pull/45673)
    
  • [`6e35803789`](https://github.com/nodejs/node/commit/6e35803789)] - **doc**: using console.error for error cases in crypto and events (emirgoren) [#&#8203;45640](https://github.com/nodejs/node/pull/45640)
    
  • [`fcd0f71979`](https://github.com/nodejs/node/commit/fcd0f71979)] - **doc**: fix actual result of example is different in events (Deokjin Kim) [#&#8203;45656](https://github.com/nodejs/node/pull/45656)
    
  • [`8203c021dc`](https://github.com/nodejs/node/commit/8203c021dc)] - **doc**: add doc-only deprecation for headers/trailers setters (Rich Trott) [#&#8203;45697](https://github.com/nodejs/node/pull/45697)
    
  • [`c1f90a5b7b`](https://github.com/nodejs/node/commit/c1f90a5b7b)] - **doc**: add detail on how api docs are published (Michael Dawson) [#&#8203;45626](https://github.com/nodejs/node/pull/45626)
    
  • [`90e9951d30`](https://github.com/nodejs/node/commit/90e9951d30)] - **doc**: use console.error for error case in child_process and dgram (Deokjin Kim) [#&#8203;45690](https://github.com/nodejs/node/pull/45690)
    
  • [`d9593ce98b`](https://github.com/nodejs/node/commit/d9593ce98b)] - **doc**: move streaming instruc to doc/contributing (Michael Dawson) [#&#8203;45582](https://github.com/nodejs/node/pull/45582)
    
  • [`a3eb2dd9b4`](https://github.com/nodejs/node/commit/a3eb2dd9b4)] - **doc**: add Rafael to the tsc (Michael Dawson) [#&#8203;45691](https://github.com/nodejs/node/pull/45691)
    
  • [`fa8caa328f`](https://github.com/nodejs/node/commit/fa8caa328f)] - **doc**: add missing line in debugger (Deokjin Kim) [#&#8203;45632](https://github.com/nodejs/node/pull/45632)
    
  • [`3fb5c6d3c5`](https://github.com/nodejs/node/commit/3fb5c6d3c5)] - **doc**: fix actual result of example is different in stream (Deokjin Kim) [#&#8203;45619](https://github.com/nodejs/node/pull/45619)
    
  • [`8a1e556899`](https://github.com/nodejs/node/commit/8a1e556899)] - **doc**: add `options` parameter to eventTarget.removeEventListener (Deokjin Kim) [#&#8203;45667](https://github.com/nodejs/node/pull/45667)
    
  • [`6881188f0f`](https://github.com/nodejs/node/commit/6881188f0f)] - **doc**: define "react-native" community condition (Alex Hunt) [#&#8203;45367](https://github.com/nodejs/node/pull/45367)
    
  • [`53e01f650f`](https://github.com/nodejs/node/commit/53e01f650f)] - **doc**: move os.machine() docs to sorted position (Colin Ihrig) [#&#8203;45647](https://github.com/nodejs/node/pull/45647)
    
  • [`0669712cbd`](https://github.com/nodejs/node/commit/0669712cbd)] - **doc**: use console.error for error case in fs, https, net and process (Deokjin Kim) [#&#8203;45606](https://github.com/nodejs/node/pull/45606)
    
  • [`ebc89f15fe`](https://github.com/nodejs/node/commit/ebc89f15fe)] - **doc**: add link to doc with social processes (Michael Dawson) [#&#8203;45584](https://github.com/nodejs/node/pull/45584)
    
  • [`b771fdb6f8`](https://github.com/nodejs/node/commit/b771fdb6f8)] - **doc**: deprecate use of invalid ports in `url.parse` (Antoine du Hamel) [#&#8203;45576](https://github.com/nodejs/node/pull/45576)
    
  • [`6a36159764`](https://github.com/nodejs/node/commit/6a36159764)] - **doc**: clarify changes in readableFlowing (Kohei Ueno) [#&#8203;45554](https://github.com/nodejs/node/pull/45554)
    
  • [`30a8604143`](https://github.com/nodejs/node/commit/30a8604143)] - **doc**: use console.error for error case in http2 (Deokjin Kim) [#&#8203;45577](https://github.com/nodejs/node/pull/45577)
    
  • [`8e94339891`](https://github.com/nodejs/node/commit/8e94339891)] - **doc**: add version description about fsPromise.constants (chlorine) [#&#8203;45556](https://github.com/nodejs/node/pull/45556)
    
  • [`203ca494a1`](https://github.com/nodejs/node/commit/203ca494a1)] - **doc**: add missing documentation for paramEncoding (Tobias Nießen) [#&#8203;45523](https://github.com/nodejs/node/pull/45523)
    
  • [`31233b2064`](https://github.com/nodejs/node/commit/31233b2064)] - **doc**: fix typo in threat model (Tobias Nießen) [#&#8203;45558](https://github.com/nodejs/node/pull/45558)
    
  • [`e851c43c54`](https://github.com/nodejs/node/commit/e851c43c54)] - **doc**: add Node.js Threat Model (Rafael Gonzaga) [#&#8203;45223](https://github.com/nodejs/node/pull/45223)
    
  • [`34c2876541`](https://github.com/nodejs/node/commit/34c2876541)] - **doc**: run license-builder (github-actions\[bot]) [#&#8203;45553](https://github.com/nodejs/node/pull/45553)
    
  • [`dde8740af3`](https://github.com/nodejs/node/commit/dde8740af3)] - **doc**: add async_hooks migration note (Geoffrey Booth) [#&#8203;45335](https://github.com/nodejs/node/pull/45335)
    
  • [`e304628fb5`](https://github.com/nodejs/node/commit/e304628fb5)] - **doc**: fix RESOLVE_ESM_MATCH in modules.md (翠 / green) [#&#8203;45280](https://github.com/nodejs/node/pull/45280)
    
  • [`8b44c6121e`](https://github.com/nodejs/node/commit/8b44c6121e)] - **doc**: add arm64 to os.machine() (Carter Snook) [#&#8203;45374](https://github.com/nodejs/node/pull/45374)
    
  • [`009adc7e21`](https://github.com/nodejs/node/commit/009adc7e21)] - **doc**: add lint rule to enforce trailing commas (Antoine du Hamel) [#&#8203;45471](https://github.com/nodejs/node/pull/45471)
    
  • [`c6b89abc5f`](https://github.com/nodejs/node/commit/c6b89abc5f)] - **doc**: adjust wording to eliminate awkward typography (Konv) [#&#8203;45398](https://github.com/nodejs/node/pull/45398)
    
  • [`785817e341`](https://github.com/nodejs/node/commit/785817e341)] - **doc**: fix typo in maintaining-dependencies.md (Tobias Nießen) [#&#8203;45428](https://github.com/nodejs/node/pull/45428)
    
  • [`00e02bda3a`](https://github.com/nodejs/node/commit/00e02bda3a)] - **doc**: allow for holidays in triage response (Michael Dawson) [#&#8203;45267](https://github.com/nodejs/node/pull/45267)
    
  • [`bef5206b84`](https://github.com/nodejs/node/commit/bef5206b84)] - **doc**: include last security release date (Juan José Arboleda) [#&#8203;45368](https://github.com/nodejs/node/pull/45368)
    
  • [`846b1aefac`](https://github.com/nodejs/node/commit/846b1aefac)] - **doc**: fix email for Ashley (Michael Dawson) [#&#8203;45364](https://github.com/nodejs/node/pull/45364)
    
  • [`913b669a2b`](https://github.com/nodejs/node/commit/913b669a2b)] - **doc**: fix test runner's only tests section header (Colin Ihrig) [#&#8203;45343](https://github.com/nodejs/node/pull/45343)
    
  • [`691da886f1`](https://github.com/nodejs/node/commit/691da886f1)] - **doc**: run license-builder (github-actions\[bot]) [#&#8203;45349](https://github.com/nodejs/node/pull/45349)
    
  • [`90a28920de`](https://github.com/nodejs/node/commit/90a28920de)] - **doc**: add more info for timer.setInterval (theanarkh) [#&#8203;45232](https://github.com/nodejs/node/pull/45232)
    
  • [`d2fc2aa666`](https://github.com/nodejs/node/commit/d2fc2aa666)] - **doc**: use module names in stability overview table (Filip Skokan) [#&#8203;45312](https://github.com/nodejs/node/pull/45312)
    
  • [`3f69d21b5c`](https://github.com/nodejs/node/commit/3f69d21b5c)] - **doc**: add `node:` prefix for examples (Daeyeon Jeong) [#&#8203;45328](https://github.com/nodejs/node/pull/45328)
    
  • [`a5c9b3c112`](https://github.com/nodejs/node/commit/a5c9b3c112)] - **doc**: update name of Node.js core Slack channel (Rich Trott) [#&#8203;45293](https://github.com/nodejs/node/pull/45293)
    
  • [`2bfd60b06f`](https://github.com/nodejs/node/commit/2bfd60b06f)] - **doc**: fix "task_processor.js" typo (andreysoktoev) [#&#8203;45257](https://github.com/nodejs/node/pull/45257)
    
  • [`248de57278`](https://github.com/nodejs/node/commit/248de57278)] - **doc**: add history section to `fetch`-related globals (Antoine du Hamel) [#&#8203;45198](https://github.com/nodejs/node/pull/45198)
    
  • [`1f5975ef50`](https://github.com/nodejs/node/commit/1f5975ef50)] - **doc**: clarify moderation in `onboarding.md` (Benjamin Gruenbaum) [#&#8203;41930](https://github.com/nodejs/node/pull/41930)
    
  • [`4e87c36570`](https://github.com/nodejs/node/commit/4e87c36570)] - **doc**: change make lint to make lint-md (RafaelGSS) [#&#8203;45197](https://github.com/nodejs/node/pull/45197)
    
  • [`3381a17d2c`](https://github.com/nodejs/node/commit/3381a17d2c)] - **doc**: add more lts update steps to release guide (Ruy Adorno) [#&#8203;45177](https://github.com/nodejs/node/pull/45177)
    
  • [`64b0495310`](https://github.com/nodejs/node/commit/64b0495310)] - **doc**: add bmuenzenmeyer to triagers (Brian Muenzenmeyer) [#&#8203;45155](https://github.com/nodejs/node/pull/45155)
    
  • [`6ebdb76727`](https://github.com/nodejs/node/commit/6ebdb76727)] - **doc**: update process.release (Filip Skokan) [#&#8203;45170](https://github.com/nodejs/node/pull/45170)
    
  • [`05d89c4722`](https://github.com/nodejs/node/commit/05d89c4722)] - **doc**: add link to triage guide (Brian Muenzenmeyer) [#&#8203;45154](https://github.com/nodejs/node/pull/45154)
    
  • [`f1aa82fd3c`](https://github.com/nodejs/node/commit/f1aa82fd3c)] - **doc**: mark Node.js 12 as End-of-Life (Rafael Gonzaga) [#&#8203;45186](https://github.com/nodejs/node/pull/45186)
    
  • [`da6f308612`](https://github.com/nodejs/node/commit/da6f308612)] - **doc**: add lukekarrys to collaborators (Luke Karrys) [#&#8203;45180](https://github.com/nodejs/node/pull/45180)
    
  • [`17380a1e6a`](https://github.com/nodejs/node/commit/17380a1e6a)] - **doc**: update mark release line lts on release guide (Ruy Adorno) [#&#8203;45101](https://github.com/nodejs/node/pull/45101)
    
  • [`3ddb6ccb2a`](https://github.com/nodejs/node/commit/3ddb6ccb2a)] - **doc**: be more definite and present tense-y (Ben Noordhuis) [#&#8203;45120](https://github.com/nodejs/node/pull/45120)
    
  • [`b09c386208`](https://github.com/nodejs/node/commit/b09c386208)] - **doc**: add major version note to release guide (Ruy Adorno) [#&#8203;45054](https://github.com/nodejs/node/pull/45054)
    
  • [`896b48b549`](https://github.com/nodejs/node/commit/896b48b549)] - **doc**: fix v14.x link maintaining openssl guide (RafaelGSS) [#&#8203;45071](https://github.com/nodejs/node/pull/45071)
    
  • [`33b3d8646b`](https://github.com/nodejs/node/commit/33b3d8646b)] - **doc**: add note about latest GitHub release (Michaël Zasso) [#&#8203;45111](https://github.com/nodejs/node/pull/45111)
    
  • [`5e76bf5cd5`](https://github.com/nodejs/node/commit/5e76bf5cd5)] - **doc**: mention v18.x openssl maintaining guide (Rafael Gonzaga) [#&#8203;45070](https://github.com/nodejs/node/pull/45070)
    
  • [`b4e3f3f095`](https://github.com/nodejs/node/commit/b4e3f3f095)] - **doc**: fix display of "problematic" ASCII characters (John Gardner) [#&#8203;44373](https://github.com/nodejs/node/pull/44373)
    
  • [`8bb23a4da3`](https://github.com/nodejs/node/commit/8bb23a4da3)] - **doc**: mark Node.js v17.x as EOL (KaKa) [#&#8203;45110](https://github.com/nodejs/node/pull/45110)
    
  • [`3f89dcabdb`](https://github.com/nodejs/node/commit/3f89dcabdb)] - **doc**: update Node.js 16 End-of-Life date (Richard Lau) [#&#8203;45103](https://github.com/nodejs/node/pull/45103)
    
  • [`7b23ec47b0`](https://github.com/nodejs/node/commit/7b23ec47b0)] - **doc**: fix typo in parseArgs default value (Tobias Nießen) [#&#8203;45083](https://github.com/nodejs/node/pull/45083)
    
  • [`7da66ef9e7`](https://github.com/nodejs/node/commit/7da66ef9e7)] - **doc**: updated security stewards (Michael Dawson) [#&#8203;45005](https://github.com/nodejs/node/pull/45005)
    
  • [`e5f9a520e2`](https://github.com/nodejs/node/commit/e5f9a520e2)] - **doc**: fix http and http2 writeEarlyHints() parameter (Fabian Meyer) [#&#8203;45000](https://github.com/nodejs/node/pull/45000)
    
  • [`e41a39c2b9`](https://github.com/nodejs/node/commit/e41a39c2b9)] - **doc**: run license-builder (github-actions\[bot]) [#&#8203;45034](https://github.com/nodejs/node/pull/45034)
    
  • [`875de23ee9`](https://github.com/nodejs/node/commit/875de23ee9)] - **doc**: improve the workflow to test release binaries (Rafael Gonzaga) [#&#8203;45004](https://github.com/nodejs/node/pull/45004)
    
  • [`d7fc12f647`](https://github.com/nodejs/node/commit/d7fc12f647)] - **doc**: fix undici version in changelog (Michael Dawson) [#&#8203;44982](https://github.com/nodejs/node/pull/44982)
    
  • [`4494cb2e82`](https://github.com/nodejs/node/commit/4494cb2e82)] - **doc**: add info on fixup to security release process (Michael Dawson) [#&#8203;44807](https://github.com/nodejs/node/pull/44807)
    
  • [`88351b9758`](https://github.com/nodejs/node/commit/88351b9758)] - **doc**: add anonrig to collaborators (Yagiz Nizipli) [#&#8203;45002](https://github.com/nodejs/node/pull/45002)
    
  • [`aebf7453d7`](https://github.com/nodejs/node/commit/aebf7453d7)] - **doc**: add notable changes to latest v18.x release changelog (Danielle Adams) [#&#8203;44996](https://github.com/nodejs/node/pull/44996)
    
  • [`b4cc30e18c`](https://github.com/nodejs/node/commit/b4cc30e18c)] - **doc**: deprecate url.parse() (Rich Trott) [#&#8203;44919](https://github.com/nodejs/node/pull/44919)
    
  • [`4fcbc92788`](https://github.com/nodejs/node/commit/4fcbc92788)] - **doc**: fix backticks in fs API docs (Livia Medeiros) [#&#8203;44962](https://github.com/nodejs/node/pull/44962)
    
  • [`cc1f41a57e`](https://github.com/nodejs/node/commit/cc1f41a57e)] - **doc, async_hooks**: improve and add migration hints (Gerhard Stöbich) [#&#8203;45369](https://github.com/nodejs/node/pull/45369)
    
  • [`6fb74a995d`](https://github.com/nodejs/node/commit/6fb74a995d)] - **doc, http**: add Uint8Array as allowed type (Gerhard Stöbich) [#&#8203;45167](https://github.com/nodejs/node/pull/45167)
    
  • [`066993a10a`](https://github.com/nodejs/node/commit/066993a10a)] - **esm**: add JSDoc property descriptions for loader (Rich Trott) [#&#8203;45370](https://github.com/nodejs/node/pull/45370)
    
  • [`fa210f91df`](https://github.com/nodejs/node/commit/fa210f91df)] - **esm**: add JSDoc property descriptions for fetch (Rich Trott) [#&#8203;45370](https://github.com/nodejs/node/pull/45370)
    
  • [`2f27d058c2`](https://github.com/nodejs/node/commit/2f27d058c2)] - **esm**: protect ESM loader from prototype pollution (Antoine du Hamel) [#&#8203;45175](https://github.com/nodejs/node/pull/45175)
    
  • [`46ded6b96e`](https://github.com/nodejs/node/commit/46ded6b96e)] - **esm**: protect ESM loader from prototype pollution (Antoine du Hamel) [#&#8203;45044](https://github.com/nodejs/node/pull/45044)
    
  • [`3bb764a58a`](https://github.com/nodejs/node/commit/3bb764a58a)] - **events**: add unique events benchmark (Yagiz Nizipli) [#&#8203;44657](https://github.com/nodejs/node/pull/44657)
    
  • [`b305ad46fd`](https://github.com/nodejs/node/commit/b305ad46fd)] - **fs**: fix fs.rm support for loop symlinks (Nathanael Ruf) [#&#8203;45439](https://github.com/nodejs/node/pull/45439)
    
  • [`c2f0377b8f`](https://github.com/nodejs/node/commit/c2f0377b8f)] - **fs**: update todo message (Yagiz Nizipli) [#&#8203;45265](https://github.com/nodejs/node/pull/45265)
    
  • [`1db20c84e1`](https://github.com/nodejs/node/commit/1db20c84e1)] - **fs**: fix opts.filter issue in cpSync (Tho) [#&#8203;45143](https://github.com/nodejs/node/pull/45143)
    
  • [`da302ce15b`](https://github.com/nodejs/node/commit/da302ce15b)] - **fs**: trace more fs api (theanarkh) [#&#8203;45095](https://github.com/nodejs/node/pull/45095)
    
  • [`9ab00f5fbd`](https://github.com/nodejs/node/commit/9ab00f5fbd)] - **gyp**: fix v8 canary build on aix (Vasili Skurydzin) [#&#8203;45496](https://github.com/nodejs/node/pull/45496)
    
  • [`cbd710bbf4`](https://github.com/nodejs/node/commit/cbd710bbf4)] - **http**: make `OutgoingMessage` more streamlike (Robert Nagy) [#&#8203;45672](https://github.com/nodejs/node/pull/45672)
    
  • [`209e7e3cff`](https://github.com/nodejs/node/commit/209e7e3cff)] - **http**: add debug log for ERR_UNESCAPED_CHARACTERS (Aidan Temple) [#&#8203;45420](https://github.com/nodejs/node/pull/45420)
    
  • [`3937118f5e`](https://github.com/nodejs/node/commit/3937118f5e)] - **http**: add JSDoc property descriptions (Rich Trott) [#&#8203;45370](https://github.com/nodejs/node/pull/45370)
    
  • [`f222c95209`](https://github.com/nodejs/node/commit/f222c95209)] - **http**: add priority to common http headers (James M Snell) [#&#8203;45045](https://github.com/nodejs/node/pull/45045)
    
  • [`2882e6042e`](https://github.com/nodejs/node/commit/2882e6042e)] - ***Revert*** "**http**: do not leak error listeners" (Luigi Pinca) [#&#8203;44921](https://github.com/nodejs/node/pull/44921)
    
  • [`b45878b2f1`](https://github.com/nodejs/node/commit/b45878b2f1)] - **http2**: improve session close/destroy procedures (Santiago Gimeno) [#&#8203;45115](https://github.com/nodejs/node/pull/45115)
    
  • [`a534175aa5`](https://github.com/nodejs/node/commit/a534175aa5)] - **http2**: fix crash on Http2Stream::diagnostic_name() (Santiago Gimeno) [#&#8203;45123](https://github.com/nodejs/node/pull/45123)
    
  • [`0b9f11bcbe`](https://github.com/nodejs/node/commit/0b9f11bcbe)] - **http2**: fix debugStream method (Santiago Gimeno) [#&#8203;45129](https://github.com/nodejs/node/pull/45129)
    
  • [`bbaca8442a`](https://github.com/nodejs/node/commit/bbaca8442a)] - **lib**: allow Writeable.toWeb() to work on http.Outgoing message (Debadree Chatterjee) [#&#8203;45642](https://github.com/nodejs/node/pull/45642)
    
  • [`1284789371`](https://github.com/nodejs/node/commit/1284789371)] - **lib**: check number of arguments in `EventTarget`'s function (Deokjin Kim) [#&#8203;45668](https://github.com/nodejs/node/pull/45668)
    
  • [`6297e77b1f`](https://github.com/nodejs/node/commit/6297e77b1f)] - **lib**: disambiguate `native module` to `binding` (Daeyeon Jeong) [#&#8203;45673](https://github.com/nodejs/node/pull/45673)
    
  • [`f7c101555a`](https://github.com/nodejs/node/commit/f7c101555a)] - **lib**: disambiguate `native module` to `builtin module` (Daeyeon Jeong) [#&#8203;45673](https://github.com/nodejs/node/pull/45673)
    
  • [`55f800b806`](https://github.com/nodejs/node/commit/55f800b806)] - **lib**: added SuiteContext class (Debadree Chatterjee) [#&#8203;45687](https://github.com/nodejs/node/pull/45687)
    
  • [`1ff8f689fa`](https://github.com/nodejs/node/commit/1ff8f689fa)] - **lib**: add missing type of removeEventListener in question (Deokjin Kim) [#&#8203;45676](https://github.com/nodejs/node/pull/45676)
    
  • [`2c595da5dc`](https://github.com/nodejs/node/commit/2c595da5dc)] - **lib**: do not throw if global property is no longer configurable (Antoine du Hamel) [#&#8203;45344](https://github.com/nodejs/node/pull/45344)
    
  • [`b9d4ac2c7e`](https://github.com/nodejs/node/commit/b9d4ac2c7e)] - **lib**: fix eslint early return (RafaelGSS) [#&#8203;45409](https://github.com/nodejs/node/pull/45409)
    
  • [`4ef86b59b5`](https://github.com/nodejs/node/commit/4ef86b59b5)] - **lib**: fix JSDoc issues (Rich Trott) [#&#8203;45243](https://github.com/nodejs/node/pull/45243)
    
  • [`9ccf8b2ccc`](https://github.com/nodejs/node/commit/9ccf8b2ccc)] - **lib**: use process.nextTick() instead of setImmediate() (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340)
    
  • [`8616e9b58b`](https://github.com/nodejs/node/commit/8616e9b58b)] - **lib**: drop fetch experimental warning (Matteo Collina) [#&#8203;45287](https://github.com/nodejs/node/pull/45287)
    
  • [`57897f80cd`](https://github.com/nodejs/node/commit/57897f80cd)] - **lib**: fix TypeError when converting a detached buffer source (Kohei Ueno) [#&#8203;44020](https://github.com/nodejs/node/pull/44020)
    
  • [`ba0e7ae3dd`](https://github.com/nodejs/node/commit/ba0e7ae3dd)] - **lib**: fix `AbortSignal.timeout` parameter validation (dnalborczyk) [#&#8203;42856](https://github.com/nodejs/node/pull/42856)
    
  • [`385d795816`](https://github.com/nodejs/node/commit/385d795816)] - **lib**: fix typo in `pre_execution.js` (Antoine du Hamel) [#&#8203;45039](https://github.com/nodejs/node/pull/45039)
    
  • [`4ab1530b9b`](https://github.com/nodejs/node/commit/4ab1530b9b)] - **lib**: promise version of streams.finished call clean up (Naor Tedgi (Abu Emma)) [#&#8203;44862](https://github.com/nodejs/node/pull/44862)
    
  • [`2a3bd11edd`](https://github.com/nodejs/node/commit/2a3bd11edd)] - **lib**: make properties on Blob and URL enumerable (Khafra) [#&#8203;44918](https://github.com/nodejs/node/pull/44918)
    
  • [`f412834151`](https://github.com/nodejs/node/commit/f412834151)] - **lib**: support more attributes for early hint link (Yagiz Nizipli) [#&#8203;44874](https://github.com/nodejs/node/pull/44874)
    
  • [`1019209306`](https://github.com/nodejs/node/commit/1019209306)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45814](https://github.com/nodejs/node/pull/45814)
    
  • [`dc862fe786`](https://github.com/nodejs/node/commit/dc862fe786)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45732](https://github.com/nodejs/node/pull/45732)
    
  • [`dc5340018f`](https://github.com/nodejs/node/commit/dc5340018f)] - **meta**: add .mailmap entry for Stefan Stojanovic (Rich Trott) [#&#8203;45703](https://github.com/nodejs/node/pull/45703)
    
  • [`775f659380`](https://github.com/nodejs/node/commit/775f659380)] - **meta**: update AUTHORS info for nstepien (Nicolas Stepien) [#&#8203;45692](https://github.com/nodejs/node/pull/45692)
    
  • [`e2da381609`](https://github.com/nodejs/node/commit/e2da381609)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45637](https://github.com/nodejs/node/pull/45637)
    
  • [`29e51e72f9`](https://github.com/nodejs/node/commit/29e51e72f9)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45531](https://github.com/nodejs/node/pull/45531)
    
  • [`6f8759bc51`](https://github.com/nodejs/node/commit/6f8759bc51)] - **meta**: update VoltrexMaster's username (Mohammed Keyvanzadeh) [#&#8203;45503](https://github.com/nodejs/node/pull/45503)
    
  • [`404172bb7c`](https://github.com/nodejs/node/commit/404172bb7c)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45443](https://github.com/nodejs/node/pull/45443)
    
  • [`221f298078`](https://github.com/nodejs/node/commit/221f298078)] - **meta**: be more proactive about removing from teams (Rich Trott) [#&#8203;45352](https://github.com/nodejs/node/pull/45352)
    
  • [`28b937ae38`](https://github.com/nodejs/node/commit/28b937ae38)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45333](https://github.com/nodejs/node/pull/45333)
    
  • [`255e89dc8c`](https://github.com/nodejs/node/commit/255e89dc8c)] - **meta**: update collaborator email address in README (Rich Trott) [#&#8203;45251](https://github.com/nodejs/node/pull/45251)
    
  • [`1a726e9dff`](https://github.com/nodejs/node/commit/1a726e9dff)] - **meta**: fix email address typo in README (Rich Trott) [#&#8203;45250](https://github.com/nodejs/node/pull/45250)
    
  • [`ffd059328b`](https://github.com/nodejs/node/commit/ffd059328b)] - **meta**: remove dont-land-on-v12 auto labeling (Moshe Atlow) [#&#8203;45233](https://github.com/nodejs/node/pull/45233)
    
  • [`d7fe2eac07`](https://github.com/nodejs/node/commit/d7fe2eac07)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45238](https://github.com/nodejs/node/pull/45238)
    
  • [`5aa4ea931a`](https://github.com/nodejs/node/commit/5aa4ea931a)] - **meta**: move a collaborator to emeritus (Rich Trott) [#&#8203;45160](https://github.com/nodejs/node/pull/45160)
    
  • [`4fe060e957`](https://github.com/nodejs/node/commit/4fe060e957)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;45036](https://github.com/nodejs/node/pull/45036)
    
  • [`9ec6117b65`](https://github.com/nodejs/node/commit/9ec6117b65)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45020](https://github.com/nodejs/node/pull/45020)
    
  • [`3197b913aa`](https://github.com/nodejs/node/commit/3197b913aa)] - **module**: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) [#&#8203;45147](https://github.com/nodejs/node/pull/45147)
    
  • [`bf8d48a881`](https://github.com/nodejs/node/commit/bf8d48a881)] - **module**: ensure relative requires work from deleted directories (Bradley Farias) [#&#8203;42384](https://github.com/nodejs/node/pull/42384)
    
  • [`2c0f7d47e4`](https://github.com/nodejs/node/commit/2c0f7d47e4)] - **module**: fix segment deprecation for imports field (Guy Bedford) [#&#8203;44883](https://github.com/nodejs/node/pull/44883)
    
  • [`a1831dacbf`](https://github.com/nodejs/node/commit/a1831dacbf)] - **net**: check `autoSelectFamilyAttemptTimeout` is positive (Deokjin Kim) [#&#8203;45740](https://github.com/nodejs/node/pull/45740)
    
  • [`048795dab0`](https://github.com/nodejs/node/commit/048795dab0)] - **(SEMVER-MINOR)** **net**: add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) [#&#8203;44731](https://github.com/nodejs/node/pull/44731)
    
  • [`e4f7bcff8b`](https://github.com/nodejs/node/commit/e4f7bcff8b)] - **net**: remove \_readableState from debug statement (Rich Trott) [#&#8203;45063](https://github.com/nodejs/node/pull/45063)
    
  • [`cd4b0626c2`](https://github.com/nodejs/node/commit/cd4b0626c2)] - **node-api**: address coverity warning (Michael Dawson) [#&#8203;45563](https://github.com/nodejs/node/pull/45563)
    
  • [`581b38af13`](https://github.com/nodejs/node/commit/581b38af13)] - **node-api**: declare type napi_cleanup_hook (Chengzhong Wu) [#&#8203;45391](https://github.com/nodejs/node/pull/45391)
    
  • [`44766c6522`](https://github.com/nodejs/node/commit/44766c6522)] - **node-api**: fix immediate napi_remove_wrap test (Chengzhong Wu) [#&#8203;45406](https://github.com/nodejs/node/pull/45406)
    
  • [`746175a272`](https://github.com/nodejs/node/commit/746175a272)] - **node-api**: handle no support for external buffers (Michael Dawson) [#&#8203;45181](https://github.com/nodejs/node/pull/45181)
    
  • [`b5811c44cb`](https://github.com/nodejs/node/commit/b5811c44cb)] - **node-api,test**: fix test_reference_double_free crash (Vladimir Morozov) [#&#8203;44927](https://github.com/nodejs/node/pull/44927)
    
  • [`bc5140383c`](https://github.com/nodejs/node/commit/bc5140383c)] - **os**: convert uid and gid to 32-bit signed integers (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340)
    
  • [`ff03ed1c22`](https://github.com/nodejs/node/commit/ff03ed1c22)] - **readline**: improve robustness against prototype mutation (Antoine du Hamel) [#&#8203;45614](https://github.com/nodejs/node/pull/45614)
    
  • [`b999983c30`](https://github.com/nodejs/node/commit/b999983c30)] - **repl**: do not define `wasi` on global with no flag (Kohei Ueno) [#&#8203;45595](https://github.com/nodejs/node/pull/45595)
    
  • [`a186a4d7ef`](https://github.com/nodejs/node/commit/a186a4d7ef)] - **report**: add more memory info (theanarkh) [#&#8203;45254](https://github.com/nodejs/node/pull/45254)
    
  • [`a880568afd`](https://github.com/nodejs/node/commit/a880568afd)] - **report**: add rss and use/kernel cpu usage fields (theanarkh) [#&#8203;45043](https://github.com/nodejs/node/pull/45043)
    
  • [`49da5cd0ee`](https://github.com/nodejs/node/commit/49da5cd0ee)] - **report,doc**: define report version semantics (Gireesh Punathil) [#&#8203;45050](https://github.com/nodejs/node/pull/45050)
    
  • [`ae61740325`](https://github.com/nodejs/node/commit/ae61740325)] - **src**: add internal isArrayBufferDetached (Yagiz Nizipli) [#&#8203;45568](https://github.com/nodejs/node/pull/45568)
    
  • [`a58bf148b3`](https://github.com/nodejs/node/commit/a58bf148b3)] - **(SEMVER-MINOR)** **src**: add uvwasi version (Jithil P Ponnan) [#&#8203;45639](https://github.com/nodejs/node/pull/45639)
    
  • [`8e1138d354`](https://github.com/nodejs/node/commit/8e1138d354)] - **src**: simplify NodeBIO::GetMethod initialization (Anna Henningsen) [#&#8203;45799](https://github.com/nodejs/node/pull/45799)
    
  • [`b88ee545f2`](https://github.com/nodejs/node/commit/b88ee545f2)] - **src**: make structuredClone work for process.env (Ben Noordhuis) [#&#8203;45698](https://github.com/nodejs/node/pull/45698)
    
  • [`94e6f08606`](https://github.com/nodejs/node/commit/94e6f08606)] - **src**: mark generated `snapshot_data` as `const` (Anna Henningsen) [#&#8203;45786](https://github.com/nodejs/node/pull/45786)
    
  • [`29f2dabca2`](https://github.com/nodejs/node/commit/29f2dabca2)] - **src**: cleanup on disambiguating native modules (Michael Dawson) [#&#8203;45665](https://github.com/nodejs/node/pull/45665)
    
  • [`ed0a867a4e`](https://github.com/nodejs/node/commit/ed0a867a4e)] - **src**: use `enum class` instead of `enum` in node_i18n (Deokjin Kim) [#&#8203;45646](https://github.com/nodejs/node/pull/45646)
    
  • [`1e48a5a5b0`](https://github.com/nodejs/node/commit/1e48a5a5b0)] - **src**: address coverity warning in node_file.cc (Michael Dawson) [#&#8203;45565](https://github.com/nodejs/node/pull/45565)
    
  • [`3f6f8f920f`](https://github.com/nodejs/node/commit/3f6f8f920f)] - **src**: use qualified `std::move` call in node_http2 (Michaël Zasso) [#&#8203;45555](https://github.com/nodejs/node/pull/45555)
    
  • [`5e63bf3726`](https://github.com/nodejs/node/commit/5e63bf3726)] - **src**: avoid unused variables and functions (Michaël Zasso) [#&#8203;45542](https://github.com/nodejs/node/pull/45542)
    
  • [`3f5a23281c`](https://github.com/nodejs/node/commit/3f5a23281c)] - **src**: add missing include for `std::all_of` (Michaël Zasso) [#&#8203;45541](https://github.com/nodejs/node/pull/45541)
    
  • [`0328208f6c`](https://github.com/nodejs/node/commit/0328208f6c)] - **src**: set an appropriate thread pool size if given `--v8-pool-size=0` (Daeyeon Jeong) [#&#8203;45513](https://github.com/nodejs/node/pull/45513)
    
  • [`fbfd26da7d`](https://github.com/nodejs/node/commit/fbfd26da7d)] - **src**: move FsStatsOffset and kFsStatsBufferLength to node_file.h (Joyee Cheung) [#&#8203;45498](https://github.com/nodejs/node/pull/45498)
    
  • [`2c6a4fd6fa`](https://github.com/nodejs/node/commit/2c6a4fd6fa)] - **src**: don't run tasks on isolate termination (Santiago Gimeno) [#&#8203;45444](https://github.com/nodejs/node/pull/45444)
    
  • [`9c39b5ec48`](https://github.com/nodejs/node/commit/9c39b5ec48)] - **src**: remove the unused PackageConfig class (Joyee Cheung) [#&#8203;45478](https://github.com/nodejs/node/pull/45478)
    
  • [`70ca26a858`](https://github.com/nodejs/node/commit/70ca26a858)] - **src**: add --max-semi-space-size to the options allowed in NODE_OPTIONS (Emanuel Hoogeveen) [#&#8203;44436](https://github.com/nodejs/node/pull/44436)
    
  • [`5544ce4bdf`](https://github.com/nodejs/node/commit/5544ce4bdf)] - **src**: condense experimental warning message (Rich Trott) [#&#8203;45424](https://github.com/nodejs/node/pull/45424)
    
  • [`9ac7df1c6a`](https://github.com/nodejs/node/commit/9ac7df1c6a)] - **src**: track contexts in the Environment instead of AsyncHooks (Joyee Cheung) [#&#8203;45282](https://github.com/nodejs/node/pull/45282)
    
  • [`89b3336120`](https://github.com/nodejs/node/commit/89b3336120)] - **src**: resolve TODO related to inspector CVEs (Tobias Nießen) [#&#8203;45341](https://github.com/nodejs/node/pull/45341)
    
  • [`e05ebe8f9b`](https://github.com/nodejs/node/commit/e05ebe8f9b)] - **src**: print nghttp2 logs when using --debug-nghttp2 (Santiago Gimeno) [#&#8203;45209](https://github.com/nodejs/node/pull/45209)
    
  • [`4634aa987d`](https://github.com/nodejs/node/commit/4634aa987d)] - **src**: trace threadpool event (theanarkh) [#&#8203;44458](https://github.com/nodejs/node/pull/44458)
    
  • [`bf028a66ef`](https://github.com/nodejs/node/commit/bf028a66ef)] - **src**: lock-free init_process_flags (Jérémy Lal) [#&#8203;45221](https://github.com/nodejs/node/pull/45221)
    
  • [`8c4ac6dcf5`](https://github.com/nodejs/node/commit/8c4ac6dcf5)] - **src**: call uv_library_shutdown before DisposePlatform (theanarkh) [#&#8203;45226](https://github.com/nodejs/node/pull/45226)
    
  • [`614d646767`](https://github.com/nodejs/node/commit/614d646767)] - **src**: fix `crypto.privateEncrypt` fails first time (liuxingbaoyu) [#&#8203;42793](https://github.com/nodejs/node/pull/42793)
    
  • [`dee882e94f`](https://github.com/nodejs/node/commit/dee882e94f)] - **src**: let http2 streams end after session close (Santiago Gimeno) [#&#8203;45153](https://github.com/nodejs/node/pull/45153)
    
  • [`325254cc2c`](https://github.com/nodejs/node/commit/325254cc2c)] - **src**: remap invalid file descriptors using `dup2` (Obiwac) [#&#8203;44461](https://github.com/nodejs/node/pull/44461)
    
  • [`f748f5df56`](https://github.com/nodejs/node/commit/f748f5df56)] - **src**: remove unused `contextify_global_private_symbol` (Daeyeon Jeong) [#&#8203;45128](https://github.com/nodejs/node/pull/45128)
    
  • [`169b33a24c`](https://github.com/nodejs/node/commit/169b33a24c)] - **src**: forbid running watch mode in REPL (Moshe Atlow) [#&#8203;45058](https://github.com/nodejs/node/pull/45058)
    
  • [`57b7023257`](https://github.com/nodejs/node/commit/57b7023257)] - **src**: fix test runner coverage (Moshe Atlow) [#&#8203;45055](https://github.com/nodejs/node/pull/45055)
    
  • [`bf17f8dcb8`](https://github.com/nodejs/node/commit/bf17f8dcb8)] - **src**: optimize ALPN callback (Ben Noordhuis) [#&#8203;44875](https://github.com/nodejs/node/pull/44875)
    
  • [`d433d34765`](https://github.com/nodejs/node/commit/d433d34765)] - **src**: simplify ALPN code, remove indirection (Ben Noordhuis) [#&#8203;44875](https://github.com/nodejs/node/pull/44875)
    
  • [`33c78e2340`](https://github.com/nodejs/node/commit/33c78e2340)] - **src**: iwyu in cleanup_queue.cc (Shelley Vohr) [#&#8203;44983](https://github.com/nodejs/node/pull/44983)
    
  • [`23aa41394f`](https://github.com/nodejs/node/commit/23aa41394f)] - **(SEMVER-MINOR)** **src**: add support for externally shared js builtins (Michael Dawson) [#&#8203;44376](https://github.com/nodejs/node/pull/44376)
    
  • [`2d2e71c189`](https://github.com/nodejs/node/commit/2d2e71c189)] - **src**: refactor BaseObject methods (Joyee Cheung) [#&#8203;44796](https://github.com/nodejs/node/pull/44796)
    
  • [`7b992cc229`](https://github.com/nodejs/node/commit/7b992cc229)] - **src**: create BaseObject with node::Realm (Chengzhong Wu) [#&#8203;44348](https://github.com/nodejs/node/pull/44348)
    
  • [`a7f3bc0dbc`](https://github.com/nodejs/node/commit/a7f3bc0dbc)] - **src**: introduce node::Realm (Chengzhong Wu) [#&#8203;44179](https://github.com/nodejs/node/pull/44179)
    
  • [`b11616be6b`](https://github.com/nodejs/node/commit/b11616be6b)] - **src**: support WeakReference in snapshot (Joyee Cheung) [#&#8203;44193](https://github.com/nodejs/node/pull/44193)
    
  • [`1ca575501a`](https://github.com/nodejs/node/commit/1ca575501a)] - **src**: iterate over base objects to prepare for snapshot (Joyee Cheung) [#&#8203;44192](https://github.com/nodejs/node/pull/44192)
    
  • [`f071028a45`](https://github.com/nodejs/node/commit/f071028a45)] - **src**: fix cppgc incompatibility in v8 (Shelley Vohr) [#&#8203;43521](https://github.com/nodejs/node/pull/43521)
    
  • [`b8290ff7e9`](https://github.com/nodejs/node/commit/b8290ff7e9)] - **(SEMVER-MINOR)** **src**: add initial shadow realm support (Chengzhong Wu) [#&#8203;42869](https://github.com/nodejs/node/pull/42869)
    
  • [`90e8418e58`](https://github.com/nodejs/node/commit/90e8418e58)] - **src,lib**: group properties used as constants from `util` binding (Daeyeon Jeong) [#&#8203;45539](https://github.com/nodejs/node/pull/45539)
    
  • [`12779b3e02`](https://github.com/nodejs/node/commit/12779b3e02)] - **src,lib**: retrieve parsed source map url from v8 (Chengzhong Wu) [#&#8203;44798](https://github.com/nodejs/node/pull/44798)
    
  • [`c5630e2699`](https://github.com/nodejs/node/commit/c5630e2699)] - **src,node-api**: update `napi_is_detached_arraybuffer` (Daeyeon Jeong) [#&#8203;45538](https://github.com/nodejs/node/pull/45538)
    
  • [`122c51b595`](https://github.com/nodejs/node/commit/122c51b595)] - **stream**: use structuredClone instead of v8 (Yagiz Nizipli) [#&#8203;45611](https://github.com/nodejs/node/pull/45611)
    
  • [`2bde576822`](https://github.com/nodejs/node/commit/2bde576822)] - **stream**: use ArrayBufferPrototypeGetByteLength (Yagiz Nizipli) [#&#8203;45528](https://github.com/nodejs/node/pull/45528)
    
  • [`7984e066ca`](https://github.com/nodejs/node/commit/7984e066ca)] - **stream**: add primordials to adapters (Yagiz Nizipli) [#&#8203;45511](https://github.com/nodejs/node/pull/45511)
    
  • [`ac9a4aba5d`](https://github.com/nodejs/node/commit/ac9a4aba5d)] - **stream**: avoid premature close when will not emit close (Robert Nagy) [#&#8203;45301](https://github.com/nodejs/node/pull/45301)
    
  • [`6f080e2968`](https://github.com/nodejs/node/commit/6f080e2968)] - **stream**: fix typo in `adapters.js` ([#&#8203;45515](https://github.com/nodejs/node/issues/45515)) (Kohei Ueno) [#&#8203;45515](https://github.com/nodejs/node/pull/45515)
    
  • [`d2998b6166`](https://github.com/nodejs/node/commit/d2998b6166)] - **stream**: add fast path for utf8 (Yagiz Nizipli) [#&#8203;45483](https://github.com/nodejs/node/pull/45483)
    
  • [`5f7d2b5c64`](https://github.com/nodejs/node/commit/5f7d2b5c64)] - **stream**: add compose operator (Raz Luvaton) [#&#8203;44937](https://github.com/nodejs/node/pull/44937)
    
  • [`70244d0b57`](https://github.com/nodejs/node/commit/70244d0b57)] - **stream**: fix duplexify premature destroy (Robert Nagy) [#&#8203;45133](https://github.com/nodejs/node/pull/45133)
    
  • [`1fb6e82f84`](https://github.com/nodejs/node/commit/1fb6e82f84)] - **stream**: fix web streams have no Symbol.toStringTag (Jithil P Ponnan) [#&#8203;45117](https://github.com/nodejs/node/pull/45117)
    
  • [`c514751ff3`](https://github.com/nodejs/node/commit/c514751ff3)] - **stream**: don't push null from closed promise [#&#8203;42694](https://github.com/nodejs/node/issues/42694) (David Halls) [#&#8203;45026](https://github.com/nodejs/node/pull/45026)
    
  • [`8c2d0f9294`](https://github.com/nodejs/node/commit/8c2d0f9294)] - **stream**: fix `size` function returned from QueuingStrategies (Daeyeon Jeong) [#&#8203;44867](https://github.com/nodejs/node/pull/44867)
    
  • [`7e386f8cb9`](https://github.com/nodejs/node/commit/7e386f8cb9)] - **test**: remove flaky parallel/test-process-wrap test (Ben Noordhuis) [#&#8203;45806](https://github.com/nodejs/node/pull/45806)
    
  • [`38fb2c1cc8`](https://github.com/nodejs/node/commit/38fb2c1cc8)] - **test**: fix invalid output TAP if there newline in test name (Pulkit Gupta) [#&#8203;45742](https://github.com/nodejs/node/pull/45742)
    
  • [`c1162535ae`](https://github.com/nodejs/node/commit/c1162535ae)] - **test**: fix -Wunused-variable on report-fatalerror (Santiago Gimeno) [#&#8203;45747](https://github.com/nodejs/node/pull/45747)
    
  • [`13d2df3c20`](https://github.com/nodejs/node/commit/13d2df3c20)] - **test**: fix test-watch-mode (Stefan Stojanovic) [#&#8203;45585](https://github.com/nodejs/node/pull/45585)
    
  • [`3a5a2ae2ea`](https://github.com/nodejs/node/commit/3a5a2ae2ea)] - **test**: fix test-watch-mode-inspect (Stefan Stojanovic) [#&#8203;45586](https://github.com/nodejs/node/pull/45586)
    
  • [`7dbc742bca`](https://github.com/nodejs/node/commit/7dbc742bca)] - **test**: fix typos in test/parallel (Deokjin Kim) [#&#8203;45583](https://github.com/nodejs/node/pull/45583)
    
  • [`3e87834ac7`](https://github.com/nodejs/node/commit/3e87834ac7)] - **test**: add trailing commas in event tests (Rich Trott) [#&#8203;45466](https://github.com/nodejs/node/pull/45466)
    
  • [`8f7109aea3`](https://github.com/nodejs/node/commit/8f7109aea3)] - **test**: add trailing commas in async-hooks tests ([#&#8203;45549](https://github.com/nodejs/node/issues/45549)) (Antoine du Hamel) [#&#8203;45549](https://github.com/nodejs/node/pull/45549)
    
  • [`d5b0844fce`](https://github.com/nodejs/node/commit/d5b0844fce)] - **test**: add trailing commas in addons test ([#&#8203;45548](https://github.com/nodejs/node/issues/45548)) (Antoine du Hamel) [#&#8203;45548](https://github.com/nodejs/node/pull/45548)
    
  • [`b1e17b4590`](https://github.com/nodejs/node/commit/b1e17b4590)] - **test**: add trailing commas in `test/common` ([#&#8203;45550](https://github.com/nodejs/node/issues/45550)) (Antoine du Hamel) [#&#8203;45550](https://github.com/nodejs/node/pull/45550)
    
  • [`305d4de72f`](https://github.com/nodejs/node/commit/305d4de72f)] - **test**: revise pull request guide text about code (Rich Trott) [#&#8203;45519](https://github.com/nodejs/node/pull/45519)
    
  • [`9f1e5b6a89`](https://github.com/nodejs/node/commit/9f1e5b6a89)] - **test**: enable the WPT for `structuredClone` (Daeyeon Jeong) [#&#8203;45482](https://github.com/nodejs/node/pull/45482)
    
  • [`fac1f1bcd6`](https://github.com/nodejs/node/commit/fac1f1bcd6)] - **test**: add lint rule to enforce trailing commas (Antoine du Hamel) [#&#8203;45468](https://github.com/nodejs/node/pull/45468)
    
  • [`cac449f0a0`](https://github.com/nodejs/node/commit/cac449f0a0)] - **test**: update uses of \_jabber.\_tcp.google.com (Colin Ihrig) [#&#8203;45451](https://github.com/nodejs/node/pull/45451)
    
  • [`19eabd7870`](https://github.com/nodejs/node/commit/19eabd7870)] - **test**: add test to validate changelogs for releases (Richard Lau) [#&#8203;45325](https://github.com/nodejs/node/pull/45325)
    
  • [`85c634d899`](https://github.com/nodejs/node/commit/85c634d899)] - **test**: remove flaky designation for test-worker-http2-stream-terminate (Rich Trott) [#&#8203;45438](https://github.com/nodejs/node/pull/45438)
    
  • [`4283af48b0`](https://github.com/nodejs/node/commit/4283af48b0)] - **test**: fix flaky test-repl-sigint-nested-eval (Rich Trott) [#&#8203;45354](https://github.com/nodejs/node/pull/45354)
    
  • [`7e0332a46b`](https://github.com/nodejs/node/commit/7e0332a46b)] - **test**: skip test-fs-largefile if not enough disk space (Rich Trott) [#&#8203;45339](https://github.com/nodejs/node/pull/45339)
    
  • [`ad3b41c858`](https://github.com/nodejs/node/commit/ad3b41c858)] - **test**: fix catching failed assertion (Pavel Horal) [#&#8203;45222](https://github.com/nodejs/node/pull/45222)
    
  • [`12764fc725`](https://github.com/nodejs/node/commit/12764fc725)] - **test**: defer invocation checks (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340)
    
  • [`facb606084`](https://github.com/nodejs/node/commit/facb606084)] - **test**: fix test-socket-write-after-fin-error (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340)
    
  • [`ab9c2df11b`](https://github.com/nodejs/node/commit/ab9c2df11b)] - **test**: make `test-eventemitter-asyncresource.js` shorter (Juan José) [#&#8203;45146](https://github.com/nodejs/node/pull/45146)
    
  • [`03a3f30cb1`](https://github.com/nodejs/node/commit/03a3f30cb1)] - **test**: convert test-debugger-pid to async/await (Luke Karrys) [#&#8203;45179](https://github.com/nodejs/node/pull/45179)
    
  • [`d718c675d8`](https://github.com/nodejs/node/commit/d718c675d8)] - **test**: improve test coverage in `test-event-capture-rejections.js` (Juan José) [#&#8203;45148](https://github.com/nodejs/node/pull/45148)
    
  • [`fe91ac15be`](https://github.com/nodejs/node/commit/fe91ac15be)] - **test**: fix timeout of test-heap-prof.js in riscv devices (Yu Gu) [#&#8203;42674](https://github.com/nodejs/node/pull/42674)
    
  • [`a110cac4f3`](https://github.com/nodejs/node/commit/a110cac4f3)] - **test**: deflake test-http2-empty-frame-without-eof (Santiago Gimeno) [#&#8203;45212](https://github.com/nodejs/node/pull/45212)
    
  • [`c890136934`](https://github.com/nodejs/node/commit/c890136934)] - **test**: use common/tmpdir in watch-mode ipc test (Richard Lau) [#&#8203;45211](https://github.com/nodejs/node/pull/45211)
    
  • [`7b8380dd73`](https://github.com/nodejs/node/commit/7b8380dd73)] - **test**: use uv_sleep() where possible (Santiago Gimeno) [#&#8203;45124](https://github.com/nodejs/node/pull/45124)
    
  • [`7a7dab4160`](https://github.com/nodejs/node/commit/7a7dab4160)] - **test**: fix typo in `test/parallel/test-fs-rm.js` (Tim Shilov) [#&#8203;44882](https://github.com/nodejs/node/pull/44882)
    
  • [`c87770b39b`](https://github.com/nodejs/node/commit/c87770b39b)] - **test**: remove a snapshot blob from test-inspect-address-in-use.js (Daeyeon Jeong) [#&#8203;45132](https://github.com/nodejs/node/pull/45132)
    
  • [`a0f8d8b806`](https://github.com/nodejs/node/commit/a0f8d8b806)] - **test**: add test for Module.\_stat (Darshan Sen) [#&#8203;44713](https://github.com/nodejs/node/pull/44713)
    
  • [`a8030b9517`](https://github.com/nodejs/node/commit/a8030b9517)] - **test**: watch mode inspect restart repeatedly (Moshe Atlow) [#&#8203;45060](https://github.com/nodejs/node/pull/45060)
    
  • [`52808d7d71`](https://github.com/nodejs/node/commit/52808d7d71)] - **test**: remove experimental-wasm-threads flag (Michaël Zasso) [#&#8203;45074](https://github.com/nodejs/node/pull/45074)
    
  • [`b3c4265a95`](https://github.com/nodejs/node/commit/b3c4265a95)] - **test**: remove unnecessary noop function args to `mustCall()` (Antoine du Hamel) [#&#8203;45047](https://github.com/nodejs/node/pull/45047)
    
  • [`868b4a3d67`](https://github.com/nodejs/node/commit/868b4a3d67)] - **test**: mark test-watch-mode\* as flaky on all platforms (Pierrick Bouvier) [#&#8203;45049](https://github.com/nodejs/node/pull/45049)
    
  • [`0d9ccc850e`](https://github.com/nodejs/node/commit/0d9ccc850e)] - **test**: wrap missing `common.mustCall` (Moshe Atlow) [#&#8203;45064](https://github.com/nodejs/node/pull/45064)
    
  • [`8fffd05b85`](https://github.com/nodejs/node/commit/8fffd05b85)] - **test**: remove mentions of `--experimental-async-stack-tagging-api` flag (Simon) [#&#8203;45051](https://github.com/nodejs/node/pull/45051)
    
  • [`fc58b61e82`](https://github.com/nodejs/node/commit/fc58b61e82)] - **test**: improve assertions in `test-repl-unsupported-option.js` (Juan José) [#&#8203;44953](https://github.com/nodejs/node/pull/44953)
    
  • [`e5928abef7`](https://github.com/nodejs/node/commit/e5928abef7)] - **test**: remove unnecessary noop function args to mustCall() (Rich Trott) [#&#8203;45027](https://github.com/nodejs/node/pull/45027)
    
  • [`d86fcbfd6e`](https://github.com/nodejs/node/commit/d86fcbfd6e)] - **test**: update WPT resources (Khaidi Chu) [#&#8203;44948](https://github.com/nodejs/node/pull/44948)
    
  • [`d103d779d3`](https://github.com/nodejs/node/commit/d103d779d3)] - **test**: skip test depending on `overlapped-checker` when not available (Antoine du Hamel) [#&#8203;45015](https://github.com/nodejs/node/pull/45015)
    
  • [`5544c55600`](https://github.com/nodejs/node/commit/5544c55600)] - **test**: improve test coverage for `os` package (Juan José) [#&#8203;44959](https://github.com/nodejs/node/pull/44959)
    
  • [`6e3227b0fd`](https://github.com/nodejs/node/commit/6e3227b0fd)] - **test**: add test to improve coverage in http2-compat-serverresponse (Cesar Mario Diaz) [#&#8203;44970](https://github.com/nodejs/node/pull/44970)
    
  • [`dfc2419ab4`](https://github.com/nodejs/node/commit/dfc2419ab4)] - **test**: improve test coverage in `test-child-process-spawn-argv0.js` (Juan José) [#&#8203;44955](https://github.com/nodejs/node/pull/44955)
    
  • [`89a1c57436`](https://github.com/nodejs/node/commit/89a1c57436)] - **test**: use CHECK instead of EXPECT where necessary (Tobias Nießen) [#&#8203;44795](https://github.com/nodejs/node/pull/44795)
    
  • [`657756fc06`](https://github.com/nodejs/node/commit/657756fc06)] - **test**: refactor promises to async/await (Madhuri) [#&#8203;44980](https://github.com/nodejs/node/pull/44980)
    
  • [`55cf4b5042`](https://github.com/nodejs/node/commit/55cf4b5042)] - **test**: fix textdecoder test for small-icu builds (Richard Lau) [#&#8203;45225](https://github.com/nodejs/node/pull/45225)
    
  • [`e2df332ea7`](https://github.com/nodejs/node/commit/e2df332ea7)] - **test**: add a test to ensure the correctness of timezone upgrades (Darshan Sen) [#&#8203;45299](https://github.com/nodejs/node/pull/45299)
    
  • [`a2e5126227`](https://github.com/nodejs/node/commit/a2e5126227)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569)
    
  • [`69c1f2a021`](https://github.com/nodejs/node/commit/69c1f2a021)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#&#8203;45165](https://github.com/nodejs/node/pull/45165)
    
  • [`24e2a4fbd7`](https://github.com/nodejs/node/commit/24e2a4fbd7)] - **test_runner**: refactor `tap_lexer` to use more primordials (Antoine du Hamel) [#&#8203;45744](https://github.com/nodejs/node/pull/45744)
    
  • [`3cee3ca5ae`](https://github.com/nodejs/node/commit/3cee3ca5ae)] - **test_runner**: refactor `tap_parser` to use more primordials (Antoine du Hamel) [#&#8203;45745](https://github.com/nodejs/node/pull/45745)
    
  • [`449326639d`](https://github.com/nodejs/node/commit/449326639d)] - **(SEMVER-MINOR)** **test_runner**: add t.after() hook (Colin Ihrig) [#&#8203;45792](https://github.com/nodejs/node/pull/45792)
    
  • [`370ad455d6`](https://github.com/nodejs/node/commit/370ad455d6)] - **(SEMVER-MINOR)** **test_runner**: don't use a symbol for runHook() (Colin Ihrig) [#&#8203;45792](https://github.com/nodejs/node/pull/45792)
    
  • [`500024384a`](https://github.com/nodejs/node/commit/500024384a)] - **test_runner**: add resetCalls to MockFunctionContext (MURAKAMI Masahiko) [#&#8203;45710](https://github.com/nodejs/node/pull/45710)
    
  • [`ed9246f6fc`](https://github.com/nodejs/node/commit/ed9246f6fc)] - **test_runner**: don't parse TAP from stderr (Colin Ihrig) [#&#8203;45618](https://github.com/nodejs/node/pull/45618)
    
  • [`a56560f6fc`](https://github.com/nodejs/node/commit/a56560f6fc)] - **test_runner**: add getter and setter to MockTracker (MURAKAMI Masahiko) [#&#8203;45506](https://github.com/nodejs/node/pull/45506)
    
  • [`20f6fa3edd`](https://github.com/nodejs/node/commit/20f6fa3edd)] - **test_runner**: remove stdout and stderr from error (Colin Ihrig) [#&#8203;45592](https://github.com/nodejs/node/pull/45592)
    
  • [`16bedbabce`](https://github.com/nodejs/node/commit/16bedbabce)] - **test_runner**: add initial TAP parser (Wassim Chegham) [#&#8203;43525](https://github.com/nodejs/node/pull/43525)
    
  • [`55b64e0b14`](https://github.com/nodejs/node/commit/55b64e0b14)] - **test_runner**: support watch mode (Moshe Atlow) [#&#8203;45214](https://github.com/nodejs/node/pull/45214)
    
  • [`92909f6855`](https://github.com/nodejs/node/commit/92909f6855)] - **test_runner**: support function mocking (Colin Ihrig) [#&#8203;45326](https://github.com/nodejs/node/pull/45326)
    
  • [`0f69b6c26d`](https://github.com/nodejs/node/commit/0f69b6c26d)] - **test_runner**: fix afterEach not running on test failures (Jithil P Ponnan) [#&#8203;45204](https://github.com/nodejs/node/pull/45204)
    
  • [`a67da59313`](https://github.com/nodejs/node/commit/a67da59313)] - **test_runner**: report tap subtest in order (Moshe Atlow) [#&#8203;45220](https://github.com/nodejs/node/pull/45220)
    
  • [`a59c907e14`](https://github.com/nodejs/node/commit/a59c907e14)] - **test_runner**: call {before,after}Each() on suites (Colin Ihrig) [#&#8203;45161](https://github.com/nodejs/node/pull/45161)
    
  • [`64860dd01f`](https://github.com/nodejs/node/commit/64860dd01f)] - **test_runner**: add extra fields in AssertionError YAML (Bryan English) [#&#8203;44952](https://github.com/nodejs/node/pull/44952)
    
  • [`979d8376bd`](https://github.com/nodejs/node/commit/979d8376bd)] - **tls**: remove trustcor root ca certificates (Ben Noordhuis) [#&#8203;45776](https://github.com/nodejs/node/pull/45776)
    
  • [`10cc827ebf`](https://github.com/nodejs/node/commit/10cc827ebf)] - **(SEMVER-MINOR)** **tls**: add "ca" property to certificate object (Ben Noordhuis) [#&#8203;44935](https://github.com/nodejs/node/pull/44935)
    
  • [`8336e32713`](https://github.com/nodejs/node/commit/8336e32713)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;45730](https://github.com/nodejs/node/pull/45730)
    
  • [`aa57f6c362`](https://github.com/nodejs/node/commit/aa57f6c362)] - **tools**: add GitHub token permissions to label flaky-test issues (Gabriela Gutierrez) [#&#8203;45308](https://github.com/nodejs/node/pull/45308)
    
  • [`79b3ee14a5`](https://github.com/nodejs/node/commit/79b3ee14a5)] - **tools**: remove dependency vulnerability checker (Facundo Tuesca) [#&#8203;45675](https://github.com/nodejs/node/pull/45675)
    
  • [`496a528149`](https://github.com/nodejs/node/commit/496a528149)] - **tools**: update lint-md-dependencies to rollup@3.4.0 (Node.js GitHub Bot) [#&#8203;45638](https://github.com/nodejs/node/pull/45638)
    
  • [`346132926d`](https://github.com/nodejs/node/commit/346132926d)] - **tools**: update doc to highlight.js@11.7.0 (Node.js GitHub Bot) [#&#8203;45636](https://github.com/nodejs/node/pull/45636)
    
  • [`610341f241`](https://github.com/nodejs/node/commit/610341f241)] - **tools**: update eslint to 8.28.0 (Node.js GitHub Bot) [#&#8203;45532](https://github.com/nodejs/node/pull/45532)
    
  • [`682a730131`](https://github.com/nodejs/node/commit/682a730131)] - **tools**: add automation for updating libuv dependency (Facundo Tuesca) [#&#8203;45362](https://github.com/nodejs/node/pull/45362)
    
  • [`360c7be315`](https://github.com/nodejs/node/commit/360c7be315)] - **tools**: add missing step in update-base64.sh script (Facundo Tuesca) [#&#8203;45509](https://github.com/nodejs/node/pull/45509)
    
  • [`e52f0472bb`](https://github.com/nodejs/node/commit/e52f0472bb)] - **tools**: update certdata.txt (Luigi Pinca) [#&#8203;45490](https://github.com/nodejs/node/pull/45490)
    
  • [`ad8c6c91b5`](https://github.com/nodejs/node/commit/ad8c6c91b5)] - **tools**: include current release in the list of released versions (Antoine du Hamel) [#&#8203;45463](https://github.com/nodejs/node/pull/45463)
    
  • [`7641044eff`](https://github.com/nodejs/node/commit/7641044eff)] - **tools**: update lint-md-dependencies to rollup@3.3.0 (Node.js GitHub Bot) [#&#8203;45442](https://github.com/nodejs/node/pull/45442)
    
  • [`f5a4c52278`](https://github.com/nodejs/node/commit/f5a4c52278)] - **tools**: do not run CQ on non-fast-tracked PRs open for less than 2 days (Moshe Atlow) [#&#8203;45407](https://github.com/nodejs/node/pull/45407)
    
  • [`0f45c90533`](https://github.com/nodejs/node/commit/0f45c90533)] - **tools**: simplify .eslintrc.js (Rich Trott) [#&#8203;45397](https://github.com/nodejs/node/pull/45397)
    
  • [`172cbfefa8`](https://github.com/nodejs/node/commit/172cbfefa8)] - **tools**: simplify regex in ESLint config (Rich Trott) [#&#8203;45399](https://github.com/nodejs/node/pull/45399)
    
  • [`456f048e0e`](https://github.com/nodejs/node/commit/456f048e0e)] - **tools**: enable jsdoc/require-property-description rule (Rich Trott) [#&#8203;45370](https://github.com/nodejs/node/pull/45370)
    
  • [`6fafec351a`](https://github.com/nodejs/node/commit/6fafec351a)] - **tools**: dynamically determine parallelism on GitHub Actions macOS (Rich Trott) [#&#8203;45350](https://github.com/nodejs/node/pull/45350)
    
  • [`2ca30cacee`](https://github.com/nodejs/node/commit/2ca30cacee)] - **tools**: add automation for updating acorn dependency (Facundo Tuesca) [#&#8203;45357](https://github.com/nodejs/node/pull/45357)
    
  • [`04f213b44c`](https://github.com/nodejs/node/commit/04f213b44c)] - **tools**: add documentation regarding our api tooling (Claudio Wunder) [#&#8203;45270](https://github.com/nodejs/node/pull/45270)
    
  • [`c63d825681`](https://github.com/nodejs/node/commit/c63d825681)] - **tools**: allow scripts to run from anywhere (Luigi Pinca) [#&#8203;45361](https://github.com/nodejs/node/pull/45361)
    
  • [`1b0b68037a`](https://github.com/nodejs/node/commit/1b0b68037a)] - **tools**: update eslint to 8.27.0 (Node.js GitHub Bot) [#&#8203;45358](https://github.com/nodejs/node/pull/45358)
    
  • [`398ca2496b`](https://github.com/nodejs/node/commit/398ca2496b)] - **tools**: update eslint to 8.26.0 (Node.js GitHub Bot) [#&#8203;45243](https://github.com/nodejs/node/pull/45243)
    
  • [`3053c65fb1`](https://github.com/nodejs/node/commit/3053c65fb1)] - **tools**: update lint-md-dependencies to rollup@3.2.5 (Node.js GitHub Bot) [#&#8203;45332](https://github.com/nodejs/node/pull/45332)
    
  • [`510506027b`](https://github.com/nodejs/node/commit/510506027b)] - **tools**: fix stability index generation (Antoine du Hamel) [#&#8203;45346](https://github.com/nodejs/node/pull/45346)
    
  • [`e0a8effbc1`](https://github.com/nodejs/node/commit/e0a8effbc1)] - **tools**: increase macOS cores to 3 on GitHub CI (Rich Trott) [#&#8203;45340](https://github.com/nodejs/node/pull/45340)
    
  • [`75a146f436`](https://github.com/nodejs/node/commit/75a146f436)] - **tools**: add automation for updating base64 dependency (Facundo Tuesca) [#&#8203;45300](https://github.com/nodejs/node/pull/45300)
    
  • [`13390e94af`](https://github.com/nodejs/node/commit/13390e94af)] - **tools**: fix `request-ci-failed` comment (Antoine du Hamel) [#&#8203;45291](https://github.com/nodejs/node/pull/45291)
    
  • [`a93c4f7e41`](https://github.com/nodejs/node/commit/a93c4f7e41)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;45237](https://github.com/nodejs/node/pull/45237)
    
  • [`078be3ba21`](https://github.com/nodejs/node/commit/078be3ba21)] - **tools**: fix `request-ci-failed` comment (Antoine du Hamel) [#&#8203;45218](https://github.com/nodejs/node/pull/45218)
    
  • [`62c233c221`](https://github.com/nodejs/node/commit/62c233c221)] - **tools**: keep Emeriti lists case-insensitive alphabetic (Rich Trott) [#&#8203;45159](https://github.com/nodejs/node/pull/45159)
    
  • [`d07a5e25b0`](https://github.com/nodejs/node/commit/d07a5e25b0)] - **tools**: update actions/setup-python to v4 (Yagiz Nizipli) [#&#8203;45178](https://github.com/nodejs/node/pull/45178)
    
  • [`48cf8905f7`](https://github.com/nodejs/node/commit/48cf8905f7)] - **tools**: update V8 gypfiles for RISC-V (Andreas Schwab) [#&#8203;45149](https://github.com/nodejs/node/pull/45149)
    
  • [`0cbd2c6f8d`](https://github.com/nodejs/node/commit/0cbd2c6f8d)] - **tools**: fix `create-or-update-pull-request-action` hash on GHA (Antoine du Hamel) [#&#8203;45166](https://github.com/nodejs/node/pull/45166)
    
  • [`cd911d72ab`](https://github.com/nodejs/node/commit/cd911d72ab)] - **tools**: update gr2m/create-or-update-pull-request-action (Luigi Pinca) [#&#8203;45022](https://github.com/nodejs/node/pull/45022)
    
  • [`ee78e2e0ec`](https://github.com/nodejs/node/commit/ee78e2e0ec)] - **tools**: do not use the set-output command in workflows (Luigi Pinca) [#&#8203;45024](https://github.com/nodejs/node/pull/45024)
    
  • [`f98a6967e6`](https://github.com/nodejs/node/commit/f98a6967e6)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;45019](https://github.com/nodejs/node/pull/45019)
    
  • [`71433f3127`](https://github.com/nodejs/node/commit/71433f3127)] - **tools**: refactor dynamic strings creation in shell scripts (Antoine du Hamel) [#&#8203;45240](https://github.com/nodejs/node/pull/45240)
    
  • [`f08c129144`](https://github.com/nodejs/node/commit/f08c129144)] - **tools**: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) [#&#8203;45191](https://github.com/nodejs/node/pull/45191)
    
  • [`76897430ed`](https://github.com/nodejs/node/commit/76897430ed)] - **tools**: have test-asan use ubuntu-20.04 (Filip Skokan) [#&#8203;45581](https://github.com/nodejs/node/pull/45581)
    
  • [`210cbcbf89`](https://github.com/nodejs/node/commit/210cbcbf89)] - **trace_events**: add new categories (theanarkh) [#&#8203;45266](https://github.com/nodejs/node/pull/45266)
    
  • [`20a39a34e0`](https://github.com/nodejs/node/commit/20a39a34e0)] - **trace_events**: fix getCategories (theanarkh) [#&#8203;45092](https://github.com/nodejs/node/pull/45092)
    
  • [`597c7fcbab`](https://github.com/nodejs/node/commit/597c7fcbab)] - **url**: remove unnecessary object call to kFormat (Yagiz Nizipli) [#&#8203;45492](https://github.com/nodejs/node/pull/45492)
    
  • [`5d964cd4d4`](https://github.com/nodejs/node/commit/5d964cd4d4)] - **url**: remove \t \n \r in url.parse() similar to WHATWG (Rich Trott) [#&#8203;45116](https://github.com/nodejs/node/pull/45116)
    
  • [`eb81b6f0fb`](https://github.com/nodejs/node/commit/eb81b6f0fb)] - **url**: improve url.parse() compliance with WHATWG URL (Rich Trott) [#&#8203;45011](https://github.com/nodejs/node/pull/45011)
    
  • [`3f18a833ff`](https://github.com/nodejs/node/commit/3f18a833ff)] - **util**: use private symbols in JS land directly (Joyee Cheung) [#&#8203;45379](https://github.com/nodejs/node/pull/45379)
    
  • [`32a3859a90`](https://github.com/nodejs/node/commit/32a3859a90)] - **util**: add fast path for utf8 encoding (Yagiz Nizipli) [#&#8203;45412](https://github.com/nodejs/node/pull/45412)
    
  • [`cd740d0b0d`](https://github.com/nodejs/node/commit/cd740d0b0d)] - **util**: improve text decoder performance (Yagiz Nizipli) [#&#8203;45388](https://github.com/nodejs/node/pull/45388)
    
  • [`1dc91abddf`](https://github.com/nodejs/node/commit/1dc91abddf)] - **util**: improve text-decoder performance (Yagiz Nizipli) [#&#8203;45363](https://github.com/nodejs/node/pull/45363)
    
  • [`4730850972`](https://github.com/nodejs/node/commit/4730850972)] - **util**: improve textdecoder decode performance (Yagiz Nizipli) [#&#8203;45294](https://github.com/nodejs/node/pull/45294)
    
  • [`717b604da7`](https://github.com/nodejs/node/commit/717b604da7)] - **(SEMVER-MINOR)** **util**: add MIME utilities ([#&#8203;21128](https://github.com/nodejs/node/issues/21128)) (Bradley Farias) [#&#8203;21128](https://github.com/nodejs/node/pull/21128)
    
  • [`39cf8b4f16`](https://github.com/nodejs/node/commit/39cf8b4f16)] - **vm**: make ContextifyContext a BaseObject (Joyee Cheung) [#&#8203;44796](https://github.com/nodejs/node/pull/44796)
    
  • [`09ea75823c`](https://github.com/nodejs/node/commit/09ea75823c)] - **watch**: add CLI flag to preserve output (Debadree Chatterjee) [#&#8203;45717](https://github.com/nodejs/node/pull/45717)
    
  • [`24bfe543c5`](https://github.com/nodejs/node/commit/24bfe543c5)] - **watch**: watch for missing dependencies (Moshe Atlow) [#&#8203;45348](https://github.com/nodejs/node/pull/45348)
    
    

v18.12.1: 2022-11-04, Version 18.12.1 'Hydrogen' (LTS), @​juanarbol

Compare Source

This is a security release.

Notable changes

The following CVEs are fixed in this release:

  • CVE-2022-3602: X.509 Email Address 4-byte Buffer Overflow (High)
  • CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow (High)
  • CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address (Medium)

More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.

Commits
  • [`39f8a672e3`](https://github.com/nodejs/node/commit/39f8a672e3)] - **deps**: update archs files for quictls/openssl-3.0.7+quic [nodejs/node#&#8203;45286](https://github.com/nodejs/node/pull/45286)
    
  • [`80218127c8`](https://github.com/nodejs/node/commit/80218127c8)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.7+quic [nodejs/node#&#8203;45286](https://github.com/nodejs/node/pull/45286)
    
  • [`165342beac`](https://github.com/nodejs/node/commit/165342beac)] - **inspector**: harden IP address validation again (Tobias Nießen) [nodejs-private/node-private#&#8203;354](https://github.com/nodejs-private/node-private/pull/354)
    
    

v18.12.0: 2022-10-25, Version 18.12.0 'Hydrogen' (LTS), @​ruyadorno and @​RafaelGSS

Compare Source

Notable Changes

This release marks the transition of Node.js 18.x into Long Term Support (LTS)
with the codename 'Hydrogen'. The 18.x release line now moves into "Active LTS"
and will remain so until October 2023. After that time, it will move into
"Maintenance" until end of life in April 2025.

v18.11.0: 2022-10-13, Version 18.11.0 (Current), @​danielleadams

Compare Source

Notable changes
watch mode (experimental)

Running in 'watch' mode using node --watch restarts the process when an imported file is changed.

Contributed by Moshe Atlow in #​44366

Other notable changes
  • fs:
    • (SEMVER-MINOR) add FileHandle.prototype.readLines (Antoine du Hamel) #​42590
  • http:
    • (SEMVER-MINOR) add writeEarlyHints function to ServerResponse (Wing) #​44180
  • http2:
    • (SEMVER-MINOR) make early hints generic (Yagiz Nizipli) #​44820
  • lib:
    • (SEMVER-MINOR) refactor transferable AbortSignal (flakey5) #​44048
  • src:
    • (SEMVER-MINOR) add detailed embedder process initialization API (Anna Henningsen) #​44121
  • util:
    • (SEMVER-MINOR) add default value option to parsearg (Manuel Spigolon) #​44631
Commits
  • [`27b4b782ce`](https://github.com/nodejs/node/commit/27b4b782ce)] - **benchmark**: add vm context global proxy benchmark (Joyee Cheung) [#&#8203;44796](https://github.com/nodejs/node/pull/44796)
    
  • [`4e82521af1`](https://github.com/nodejs/node/commit/4e82521af1)] - **bootstrap**: update comments in bootstrap/node.js (Joyee Cheung) [#&#8203;44726](https://github.com/nodejs/node/pull/44726)
    
  • [`725be0ea50`](https://github.com/nodejs/node/commit/725be0ea50)] - **buffer**: initialize TextDecoder once on blob.text() (Yagiz Nizipli) [#&#8203;44787](https://github.com/nodejs/node/pull/44787)
    
  • [`653c3b1f62`](https://github.com/nodejs/node/commit/653c3b1f62)] - **buffer,lib**: update atob to align wpt's base64.json (Khaidi Chu) [#&#8203;43901](https://github.com/nodejs/node/pull/43901)
    
  • [`37808b3355`](https://github.com/nodejs/node/commit/37808b3355)] - **build**: convert V8 test JSON to JUnit XML (Keyhan Vakil) [#&#8203;44049](https://github.com/nodejs/node/pull/44049)
    
  • [`f92871a52b`](https://github.com/nodejs/node/commit/f92871a52b)] - **build**: update timezone-update.yml (Alex) [#&#8203;44717](https://github.com/nodejs/node/pull/44717)
    
  • [`f85d3471ee`](https://github.com/nodejs/node/commit/f85d3471ee)] - **child_process**: remove lookup of undefined property (Colin Ihrig) [#&#8203;44766](https://github.com/nodejs/node/pull/44766)
    
  • [`2f5f41c315`](https://github.com/nodejs/node/commit/2f5f41c315)] - **(SEMVER-MINOR)** **cli**: add `--watch` (Moshe Atlow) [#&#8203;44366](https://github.com/nodejs/node/pull/44366)
    
  • [`7fb9cc70f3`](https://github.com/nodejs/node/commit/7fb9cc70f3)] - **cluster**: use inspector utils (Moshe Atlow) [#&#8203;44592](https://github.com/nodejs/node/pull/44592)
    
  • [`99a2c16040`](https://github.com/nodejs/node/commit/99a2c16040)] - **crypto**: add causes to applicable webcrypto's OperationError (Filip Skokan) [#&#8203;44890](https://github.com/nodejs/node/pull/44890)
    
  • [`e0fbba0939`](https://github.com/nodejs/node/commit/e0fbba0939)] - **crypto**: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available (David Benjamin) [#&#8203;44561](https://github.com/nodejs/node/pull/44561)
    
  • [`a90386b0a1`](https://github.com/nodejs/node/commit/a90386b0a1)] - **deps**: update undici to 5.11.0 (Node.js GitHub Bot) [#&#8203;44929](https://github.com/nodejs/node/pull/44929)
    
  • [`aa68d40fbf`](https://github.com/nodejs/node/commit/aa68d40fbf)] - **deps**: update corepack to 0.14.2 (Node.js GitHub Bot) [#&#8203;44775](https://github.com/nodejs/node/pull/44775)
    
  • [`c892f35815`](https://github.com/nodejs/node/commit/c892f35815)] - **deps**: V8: fix debug build (Ben Noordhuis) [#&#8203;44392](https://github.com/nodejs/node/pull/44392)
    
  • [`91514393dc`](https://github.com/nodejs/node/commit/91514393dc)] - **dns**: support dns module in the snapshot (Joyee Cheung) [#&#8203;44633](https://github.com/nodejs/node/pull/44633)
    
  • [`ce3cb29319`](https://github.com/nodejs/node/commit/ce3cb29319)] - **doc**: add fsPromises.readFile() example (Tierney Cyren) [#&#8203;40237](https://github.com/nodejs/node/pull/40237)
    
  • [`97df9b84a2`](https://github.com/nodejs/node/commit/97df9b84a2)] - **doc**: improve building doc for Android (BuShe Pie) [#&#8203;44888](https://github.com/nodejs/node/pull/44888)
    
  • [`8c69da893b`](https://github.com/nodejs/node/commit/8c69da893b)] - **doc**: mention `corepack prepare` supports tag or range (Michael Rienstra) [#&#8203;44646](https://github.com/nodejs/node/pull/44646)
    
  • [`842bc64833`](https://github.com/nodejs/node/commit/842bc64833)] - **doc**: remove Legacy status from querystring (Rich Trott) [#&#8203;44912](https://github.com/nodejs/node/pull/44912)
    
  • [`ddb5402f5f`](https://github.com/nodejs/node/commit/ddb5402f5f)] - **doc**: fix label name in collaborator guide (Rich Trott) [#&#8203;44920](https://github.com/nodejs/node/pull/44920)
    
  • [`d08b024a3d`](https://github.com/nodejs/node/commit/d08b024a3d)] - **doc**: fix typo in Node.js 12 changelog (Lorand Horvath) [#&#8203;42880](https://github.com/nodejs/node/pull/42880)
    
  • [`b6b9c427c5`](https://github.com/nodejs/node/commit/b6b9c427c5)] - **doc**: move release keys we don't use anymore in README (Rich Trott) [#&#8203;44899](https://github.com/nodejs/node/pull/44899)
    
  • [`e92b074b32`](https://github.com/nodejs/node/commit/e92b074b32)] - **doc**: fix grammar in dns docs ([#&#8203;44850](https://github.com/nodejs/node/issues/44850)) (Colin Ihrig) [#&#8203;44850](https://github.com/nodejs/node/pull/44850)
    
  • [`780144c339`](https://github.com/nodejs/node/commit/780144c339)] - **doc**: remove unnecessary leading commas (Colin Ihrig) [#&#8203;44854](https://github.com/nodejs/node/pull/44854)
    
  • [`6ae9bc8fbc`](https://github.com/nodejs/node/commit/6ae9bc8fbc)] - **doc**: add extra step for reporter pre-approval (Rafael Gonzaga) [#&#8203;44806](https://github.com/nodejs/node/pull/44806)
    
  • [`ccf31d8bca`](https://github.com/nodejs/node/commit/ccf31d8bca)] - **doc**: add anchor link for --preserve-symlinks (Kohei Ueno) [#&#8203;44858](https://github.com/nodejs/node/pull/44858)
    
  • [`7c5c19ee54`](https://github.com/nodejs/node/commit/7c5c19ee54)] - **doc**: update node prefix require.cache example (Simone Busoli) [#&#8203;44724](https://github.com/nodejs/node/pull/44724)
    
  • [`2a5bce6318`](https://github.com/nodejs/node/commit/2a5bce6318)] - **doc**: include last security release date (Vladimir de Turckheim) [#&#8203;44794](https://github.com/nodejs/node/pull/44794)
    
  • [`4efaf4265c`](https://github.com/nodejs/node/commit/4efaf4265c)] - **doc**: remove "currently" and comma splice from child_process.md (Rich Trott) [#&#8203;44789](https://github.com/nodejs/node/pull/44789)
    
  • [`3627616b40`](https://github.com/nodejs/node/commit/3627616b40)] - **doc,crypto**: mark experimental algorithms more visually (Filip Skokan) [#&#8203;44892](https://github.com/nodejs/node/pull/44892)
    
  • [`3c653cf23a`](https://github.com/nodejs/node/commit/3c653cf23a)] - **doc,crypto**: add missing CFRG curve algorithms to supported lists (Filip Skokan) [#&#8203;44876](https://github.com/nodejs/node/pull/44876)
    
  • [`70f55020d3`](https://github.com/nodejs/node/commit/70f55020d3)] - **doc,crypto**: add null length to crypto.subtle.deriveBits (Filip Skokan) [#&#8203;44876](https://github.com/nodejs/node/pull/44876)
    
  • [`910fbd0ece`](https://github.com/nodejs/node/commit/910fbd0ece)] - **esm**: fix duplicated test (Geoffrey Booth) [#&#8203;44779](https://github.com/nodejs/node/pull/44779)
    
  • [`bc00f3bde1`](https://github.com/nodejs/node/commit/bc00f3bde1)] - **fs**: fix opts.filter issue in cp async (Tho) [#&#8203;44922](https://github.com/nodejs/node/pull/44922)
    
  • [`11d1c23fa0`](https://github.com/nodejs/node/commit/11d1c23fa0)] - **(SEMVER-MINOR)** **fs**: add `FileHandle.prototype.readLines` (Antoine du Hamel) [#&#8203;42590](https://github.com/nodejs/node/pull/42590)
    
  • [`67fb76519a`](https://github.com/nodejs/node/commit/67fb76519a)] - **fs**: improve promise based readFile performance for big files (Ruben Bridgewater) [#&#8203;44295](https://github.com/nodejs/node/pull/44295)
    
  • [`dc6379bdc2`](https://github.com/nodejs/node/commit/dc6379bdc2)] - **fs**: don't hard code name in validatePosition() (Colin Ihrig) [#&#8203;44767](https://github.com/nodejs/node/pull/44767)
    
  • [`eb19b1e97c`](https://github.com/nodejs/node/commit/eb19b1e97c)] - **http**: be more aggressive to reply 400, 408 and 431 (ywave620) [#&#8203;44818](https://github.com/nodejs/node/pull/44818)
    
  • [`4c869c8d9e`](https://github.com/nodejs/node/commit/4c869c8d9e)] - **(SEMVER-MINOR)** **http**: add writeEarlyHints function to ServerResponse (Wing) [#&#8203;44180](https://github.com/nodejs/node/pull/44180)
    
  • [`9c7e66478c`](https://github.com/nodejs/node/commit/9c7e66478c)] - **(SEMVER-MINOR)** **http2**: make early hints generic (Yagiz Nizipli) [#&#8203;44820](https://github.com/nodejs/node/pull/44820)
    
  • [`3f20e5b15c`](https://github.com/nodejs/node/commit/3f20e5b15c)] - **(SEMVER-MINOR)** **lib**: refactor transferable AbortSignal (flakey5) [#&#8203;44048](https://github.com/nodejs/node/pull/44048)
    
  • [`ada7d82b16`](https://github.com/nodejs/node/commit/ada7d82b16)] - **lib**: require JSDoc in internal validators code (Rich Trott) [#&#8203;44896](https://github.com/nodejs/node/pull/44896)
    
  • [`67eaa303af`](https://github.com/nodejs/node/commit/67eaa303af)] - **lib**: add cause to DOMException (flakey5) [#&#8203;44703](https://github.com/nodejs/node/pull/44703)
    
  • [`0db86ee98e`](https://github.com/nodejs/node/commit/0db86ee98e)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44930](https://github.com/nodejs/node/pull/44930)
    
  • [`2efe4d985b`](https://github.com/nodejs/node/commit/2efe4d985b)] - **meta**: label test.js and test.md with test_runner label (Moshe Atlow) [#&#8203;44863](https://github.com/nodejs/node/pull/44863)
    
  • [`fd9feb3a6c`](https://github.com/nodejs/node/commit/fd9feb3a6c)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44857](https://github.com/nodejs/node/pull/44857)
    
  • [`a854bb39c9`](https://github.com/nodejs/node/commit/a854bb39c9)] - **node-api**: create reference only when needed (Gerhard Stöbich) [#&#8203;44827](https://github.com/nodejs/node/pull/44827)
    
  • [`fd5c26b8db`](https://github.com/nodejs/node/commit/fd5c26b8db)] - **path**: change basename() argument from ext to suffix (Rich Trott) [#&#8203;44774](https://github.com/nodejs/node/pull/44774)
    
  • [`803fbfb168`](https://github.com/nodejs/node/commit/803fbfb168)] - **process**: fix uid/gid validation to avoid crash (Tobias Nießen) [#&#8203;44910](https://github.com/nodejs/node/pull/44910)
    
  • [`9f2dd48fc3`](https://github.com/nodejs/node/commit/9f2dd48fc3)] - **src**: remove uid_t/gid_t casts (Tobias Nießen) [#&#8203;44914](https://github.com/nodejs/node/pull/44914)
    
  • [`3abb607f3a`](https://github.com/nodejs/node/commit/3abb607f3a)] - **src**: remove UncheckedMalloc(0) workaround (Tobias Nießen) [#&#8203;44543](https://github.com/nodejs/node/pull/44543)
    
  • [`0606f9298f`](https://github.com/nodejs/node/commit/0606f9298f)] - **src**: deduplicate setting RSA OAEP label (Tobias Nießen) [#&#8203;44849](https://github.com/nodejs/node/pull/44849)
    
  • [`daf3152f7e`](https://github.com/nodejs/node/commit/daf3152f7e)] - **src**: implement GetDetachedness() in MemoryRetainerNode (Joyee Cheung) [#&#8203;44803](https://github.com/nodejs/node/pull/44803)
    
  • [`7ca77dd4ef`](https://github.com/nodejs/node/commit/7ca77dd4ef)] - **src**: avoid X509\_free in loops in crypto_x509.cc (Tobias Nießen) [#&#8203;44855](https://github.com/nodejs/node/pull/44855)
    
  • [`781ad96227`](https://github.com/nodejs/node/commit/781ad96227)] - **src**: use OnScopeLeave instead of multiple free() (Tobias Nießen) [#&#8203;44852](https://github.com/nodejs/node/pull/44852)
    
  • [`b27b336a7a`](https://github.com/nodejs/node/commit/b27b336a7a)] - **src**: remove ParseIP() in cares_wrap.cc (Tobias Nießen) [#&#8203;44771](https://github.com/nodejs/node/pull/44771)
    
  • [`f99f5d3c01`](https://github.com/nodejs/node/commit/f99f5d3c01)] - **(SEMVER-MINOR)** **src**: add detailed embedder process initialization API (Anna Henningsen) [#&#8203;44121](https://github.com/nodejs/node/pull/44121)
    
  • [`281fd7a09a`](https://github.com/nodejs/node/commit/281fd7a09a)] - **src,stream**: improve DoWrite() and Write() (ywave620) [#&#8203;44434](https://github.com/nodejs/node/pull/44434)
    
  • [`a33cc22bf7`](https://github.com/nodejs/node/commit/a33cc22bf7)] - **src,worker**: fix race of WorkerHeapSnapshotTaker (ywave620) [#&#8203;44745](https://github.com/nodejs/node/pull/44745)
    
  • [`f300f197da`](https://github.com/nodejs/node/commit/f300f197da)] - **stream**: handle enqueuing chunks when a pending BYOB pull request exists (Daeyeon Jeong) [#&#8203;44770](https://github.com/nodejs/node/pull/44770)
    
  • [`9ac029ea11`](https://github.com/nodejs/node/commit/9ac029ea11)] - **test**: bump memory limit for abort fatal error (Danielle Adams) [#&#8203;44984](https://github.com/nodejs/node/pull/44984)
    
  • [`b9b671f25f`](https://github.com/nodejs/node/commit/b9b671f25f)] - **test**: debug watch mode inspect (Moshe Atlow) [#&#8203;44861](https://github.com/nodejs/node/pull/44861)
    
  • [`2308b71d09`](https://github.com/nodejs/node/commit/2308b71d09)] - **test**: don't clobber RegExp.$\_ on startup (Ben Noordhuis) [#&#8203;44864](https://github.com/nodejs/node/pull/44864)
    
  • [`fe91bebb67`](https://github.com/nodejs/node/commit/fe91bebb67)] - **test**: loosen test for negative timestamps in `test-fs-stat-date` (Livia Medeiros) [#&#8203;44707](https://github.com/nodejs/node/pull/44707)
    
  • [`a080608552`](https://github.com/nodejs/node/commit/a080608552)] - **test**: check `--test` is disallowed in NODE_OPTIONS (Kohei Ueno) [#&#8203;44846](https://github.com/nodejs/node/pull/44846)
    
  • [`dc2af265d7`](https://github.com/nodejs/node/commit/dc2af265d7)] - **test**: improve lib/internal/source_map/source_map.js coverage (MURAKAMI Masahiko) [#&#8203;42771](https://github.com/nodejs/node/pull/42771)
    
  • [`60a05d6dea`](https://github.com/nodejs/node/commit/60a05d6dea)] - **test**: skip some binding tests on IBMi PASE (Richard Lau) [#&#8203;44810](https://github.com/nodejs/node/pull/44810)
    
  • [`8dacedaa3d`](https://github.com/nodejs/node/commit/8dacedaa3d)] - **test**: remove unused variable in addon test (Joyee Cheung) [#&#8203;44809](https://github.com/nodejs/node/pull/44809)
    
  • [`c54cee1c3f`](https://github.com/nodejs/node/commit/c54cee1c3f)] - **test**: check server status in test-tls-psk-client (Richard Lau) [#&#8203;44824](https://github.com/nodejs/node/pull/44824)
    
  • [`ee3c6a4dc5`](https://github.com/nodejs/node/commit/ee3c6a4dc5)] - **test**: use async/await in test-debugger-exceptions (pete3249) [#&#8203;44690](https://github.com/nodejs/node/pull/44690)
    
  • [`9f14625fe5`](https://github.com/nodejs/node/commit/9f14625fe5)] - **test**: use async/await in test-debugger-help (Chandana) [#&#8203;44686](https://github.com/nodejs/node/pull/44686)
    
  • [`8033ad846b`](https://github.com/nodejs/node/commit/8033ad846b)] - **test**: update test-debugger-scripts to use await/async (mmeenapriya) [#&#8203;44692](https://github.com/nodejs/node/pull/44692)
    
  • [`f4f08be384`](https://github.com/nodejs/node/commit/f4f08be384)] - **test**: use await in test-debugger-invalid-json (Anjana Krishnakumar Vellore) [#&#8203;44689](https://github.com/nodejs/node/pull/44689)
    
  • [`d2f36169f3`](https://github.com/nodejs/node/commit/d2f36169f3)] - **test**: use async/await in test-debugger-random-port-with-inspect-port (Monu-Chaudhary) [#&#8203;44695](https://github.com/nodejs/node/pull/44695)
    
  • [`ddf029725b`](https://github.com/nodejs/node/commit/ddf029725b)] - **test**: use async/await in test-debugger-heap-profiler (Brinda Ashar) [#&#8203;44693](https://github.com/nodejs/node/pull/44693)
    
  • [`117f068250`](https://github.com/nodejs/node/commit/117f068250)] - **test**: use async/await in test-debugger-auto-resume (samyuktaprabhu) [#&#8203;44675](https://github.com/nodejs/node/pull/44675)
    
  • [`143c428cae`](https://github.com/nodejs/node/commit/143c428cae)] - **test**: migrated from Promise chains to Async/Await (Rathi N Das) [#&#8203;44674](https://github.com/nodejs/node/pull/44674)
    
  • [`e609a3309c`](https://github.com/nodejs/node/commit/e609a3309c)] - **test**: change promises to async/await in test-debugger-backtrace.js (Juliet Zhang) [#&#8203;44677](https://github.com/nodejs/node/pull/44677)
    
  • [`eeabd23ca6`](https://github.com/nodejs/node/commit/eeabd23ca6)] - **test**: use async/await in test-debugger-sb-before-load (Hope Olaidé) [#&#8203;44697](https://github.com/nodejs/node/pull/44697)
    
  • [`5c63d1464e`](https://github.com/nodejs/node/commit/5c63d1464e)] - **test**: add extra tests for basename with ext option (Connor Burton) [#&#8203;44772](https://github.com/nodejs/node/pull/44772)
    
  • [`f8b2d7a059`](https://github.com/nodejs/node/commit/f8b2d7a059)] - **test**: refactor to async/await (Divya Mohan) [#&#8203;44694](https://github.com/nodejs/node/pull/44694)
    
  • [`9864bde9ab`](https://github.com/nodejs/node/commit/9864bde9ab)] - **test**: modify test-debugger-custom-port.js to use async-await (Priya Shastri) [#&#8203;44680](https://github.com/nodejs/node/pull/44680)
    
  • [`af30823881`](https://github.com/nodejs/node/commit/af30823881)] - **test**: upgrade all 1024 bit RSA keys to 2048 bits (Momtchil Momtchev) [#&#8203;44498](https://github.com/nodejs/node/pull/44498)
    
  • [`0fb669e31f`](https://github.com/nodejs/node/commit/0fb669e31f)] - **test**: update test-debugger-breakpoint-exists.js to use async/await (Archana Kamath) [#&#8203;44682](https://github.com/nodejs/node/pull/44682)
    
  • [`cca253503e`](https://github.com/nodejs/node/commit/cca253503e)] - **test**: use async/await in test-debugger-preserve-breaks (poorvitusam) [#&#8203;44696](https://github.com/nodejs/node/pull/44696)
    
  • [`0b2e8b1681`](https://github.com/nodejs/node/commit/0b2e8b1681)] - **test**: use async/await in test-debugger-profile (surbhirjain) [#&#8203;44684](https://github.com/nodejs/node/pull/44684)
    
  • [`4db72a65cf`](https://github.com/nodejs/node/commit/4db72a65cf)] - **test**: change the promises to async/await in test-debugger-exec-scope.js (Ankita Khiratkar) [#&#8203;44685](https://github.com/nodejs/node/pull/44685)
    
  • [`56c9c98963`](https://github.com/nodejs/node/commit/56c9c98963)] - **test**: fix test-runner-inspect (Moshe Atlow) [#&#8203;44620](https://github.com/nodejs/node/pull/44620)
    
  • [`36227ed862`](https://github.com/nodejs/node/commit/36227ed862)] - **test**: fix watch mode test flake (Moshe Atlow) [#&#8203;44739](https://github.com/nodejs/node/pull/44739)
    
  • [`3abd71a0ea`](https://github.com/nodejs/node/commit/3abd71a0ea)] - **test**: deflake watch mode tests (Moshe Atlow) [#&#8203;44621](https://github.com/nodejs/node/pull/44621)
    
  • [`0c9f38f2be`](https://github.com/nodejs/node/commit/0c9f38f2be)] - **test**: split watch mode inspector tests to sequential (Moshe Atlow) [#&#8203;44551](https://github.com/nodejs/node/pull/44551)
    
  • [`d762a34128`](https://github.com/nodejs/node/commit/d762a34128)] - **test_runner**: add --test-name-pattern CLI flag (Colin Ihrig)
    
  • [`c7ece464a1`](https://github.com/nodejs/node/commit/c7ece464a1)] - **test_runner**: remove runtime experimental warning (Colin Ihrig) [#&#8203;44844](https://github.com/nodejs/node/pull/44844)
    
  • [`3c1e9d41c8`](https://github.com/nodejs/node/commit/3c1e9d41c8)] - **test_runner**: support using `--inspect` with `--test` (Moshe Atlow) [#&#8203;44520](https://github.com/nodejs/node/pull/44520)
    
  • [`4bdef48732`](https://github.com/nodejs/node/commit/4bdef48732)] - **tools**: remove faulty early termination logic from update-timezone.mjs (Darshan Sen) [#&#8203;44870](https://github.com/nodejs/node/pull/44870)
    
  • [`19d8574996`](https://github.com/nodejs/node/commit/19d8574996)] - **tools**: fix timezone update tool (Darshan Sen) [#&#8203;44870](https://github.com/nodejs/node/pull/44870)
    
  • [`ad8b8ae7d3`](https://github.com/nodejs/node/commit/ad8b8ae7d3)] - **tools**: update eslint to 8.25.0 (Node.js GitHub Bot) [#&#8203;44931](https://github.com/nodejs/node/pull/44931)
    
  • [`fd99b17a4d`](https://github.com/nodejs/node/commit/fd99b17a4d)] - **tools**: make `utils.SearchFiles` deterministic (Bruno Pitrus) [#&#8203;44496](https://github.com/nodejs/node/pull/44496)
    
  • [`131adece37`](https://github.com/nodejs/node/commit/131adece37)] - **tools**: fix typo in tools/update-authors.mjs (Darshan Sen) [#&#8203;44780](https://github.com/nodejs/node/pull/44780)
    
  • [`ab22777e65`](https://github.com/nodejs/node/commit/ab22777e65)] - **tools**: refactor deprecated format in no-unescaped-regexp-dot (Madhuri) [#&#8203;44763](https://github.com/nodejs/node/pull/44763)
    
  • [`3ad0fae89d`](https://github.com/nodejs/node/commit/3ad0fae89d)] - **tools**: update eslint-check.js to object style (andiemontoyeah) [#&#8203;44706](https://github.com/nodejs/node/pull/44706)
    
  • [`e9d572a9bd`](https://github.com/nodejs/node/commit/e9d572a9bd)] - **tools**: update eslint to 8.24.0 (Node.js GitHub Bot) [#&#8203;44778](https://github.com/nodejs/node/pull/44778)
    
  • [`984b0b4a6c`](https://github.com/nodejs/node/commit/984b0b4a6c)] - **tools**: update lint-md-dependencies to rollup@2.79.1 (Node.js GitHub Bot) [#&#8203;44776](https://github.com/nodejs/node/pull/44776)
    
  • [`db5aeed702`](https://github.com/nodejs/node/commit/db5aeed702)] - **(SEMVER-MINOR)** **util**: add default value option to parsearg (Manuel Spigolon) [#&#8203;44631](https://github.com/nodejs/node/pull/44631)
    
  • [`576ccdf125`](https://github.com/nodejs/node/commit/576ccdf125)] - **util**: increase robustness with primordials (Jordan Harband) [#&#8203;41212](https://github.com/nodejs/node/pull/41212)
    
    

v18.10.0: 2022-09-28, Version 18.10.0 (Current), @​RafaelGSS

Compare Source

Notable changes
  • doc:
    • (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #​44588
    • add legendecas to TSC list (Michael Dawson) #​44662
    • move policy docs to the permissions scope (Rafael Gonzaga) #​44222
  • gyp:
    • libnode for ios app embedding (chexiongsheng) #​44210
  • http:
    • (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks) #​44588
  • stream:
    • (SEMVER-MINOR) add ReadableByteStream.tee() (Daeyeon Jeong) #​44505
Commits
  • [`f497368679`](https://github.com/nodejs/node/commit/f497368679)] - **benchmark**: fix startup benchmark (Evan Lucas) [#&#8203;44727](https://github.com/nodejs/node/pull/44727)
    
  • [`0c9a94684e`](https://github.com/nodejs/node/commit/0c9a94684e)] - **benchmark**: add stream destroy benchmark (SindreXie) [#&#8203;44533](https://github.com/nodejs/node/pull/44533)
    
  • [`9c5c1459a8`](https://github.com/nodejs/node/commit/9c5c1459a8)] - **bootstrap**: clean up inspector console methods during serialization (Joyee Cheung) [#&#8203;44279](https://github.com/nodejs/node/pull/44279)
    
  • [`19f67dba8a`](https://github.com/nodejs/node/commit/19f67dba8a)] - **bootstrap**: remove unused global parameter in per-context scripts (Joyee Cheung) [#&#8203;44472](https://github.com/nodejs/node/pull/44472)
    
  • [`9da11426f6`](https://github.com/nodejs/node/commit/9da11426f6)] - **build**: remove redundant entry in crypto (Jiawen Geng) [#&#8203;44604](https://github.com/nodejs/node/pull/44604)
    
  • [`70898b4e67`](https://github.com/nodejs/node/commit/70898b4e67)] - **build**: rewritten the Android build system (BuShe Pie) [#&#8203;44207](https://github.com/nodejs/node/pull/44207)
    
  • [`a733f7faac`](https://github.com/nodejs/node/commit/a733f7faac)] - ***Revert*** "**build**: go faster, drop -fno-omit-frame-pointer" (Ben Noordhuis) [#&#8203;44566](https://github.com/nodejs/node/pull/44566)
    
  • [`1315a83333`](https://github.com/nodejs/node/commit/1315a83333)] - **build**: fix bad upstream merge (Stephen Gallagher) [#&#8203;44642](https://github.com/nodejs/node/pull/44642)
    
  • [`993bd9b134`](https://github.com/nodejs/node/commit/993bd9b134)] - **crypto**: restrict PBKDF2 args to signed int (Tobias Nießen) [#&#8203;44575](https://github.com/nodejs/node/pull/44575)
    
  • [`ca5fb67b4e`](https://github.com/nodejs/node/commit/ca5fb67b4e)] - **deps**: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) [#&#8203;44622](https://github.com/nodejs/node/pull/44622)
    
  • [`8da1d6ebc4`](https://github.com/nodejs/node/commit/8da1d6ebc4)] - **deps**: update corepack to 0.14.1 (Node.js GitHub Bot) [#&#8203;44704](https://github.com/nodejs/node/pull/44704)
    
  • [`d36c4a3088`](https://github.com/nodejs/node/commit/d36c4a3088)] - **deps**: update ngtcp2 update instructions (Tobias Nießen) [#&#8203;44619](https://github.com/nodejs/node/pull/44619)
    
  • [`7129106aa0`](https://github.com/nodejs/node/commit/7129106aa0)] - **deps**: upgrade npm to 8.19.2 (npm team) [#&#8203;44632](https://github.com/nodejs/node/pull/44632)
    
  • [`3cc8f4bb56`](https://github.com/nodejs/node/commit/3cc8f4bb56)] - **deps**: update to uvwasi 0.0.13 (Colin Ihrig) [#&#8203;44524](https://github.com/nodejs/node/pull/44524)
    
  • [`4686579d4b`](https://github.com/nodejs/node/commit/4686579d4b)] - **dns**: remove unnecessary parameter from validateOneOf (Yagiz Nizipli) [#&#8203;44635](https://github.com/nodejs/node/pull/44635)
    
  • [`729dd95f1f`](https://github.com/nodejs/node/commit/729dd95f1f)] - **dns**: refactor default resolver (Joyee Cheung) [#&#8203;44541](https://github.com/nodejs/node/pull/44541)
    
  • [`6dc038262a`](https://github.com/nodejs/node/commit/6dc038262a)] - **doc**: mention git node backport (RafaelGSS) [#&#8203;44764](https://github.com/nodejs/node/pull/44764)
    
  • [`fd971f5176`](https://github.com/nodejs/node/commit/fd971f5176)] - **doc**: ensure to revert node_version changes (Rafael Gonzaga) [#&#8203;44760](https://github.com/nodejs/node/pull/44760)
    
  • [`f274b08f8e`](https://github.com/nodejs/node/commit/f274b08f8e)] - **doc**: fix description for `napi_get_cb_info()` in `n-api.md` (Daeyeon Jeong) [#&#8203;44761](https://github.com/nodejs/node/pull/44761)
    
  • [`2502f2353d`](https://github.com/nodejs/node/commit/2502f2353d)] - **doc**: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) [#&#8203;44714](https://github.com/nodejs/node/pull/44714)
    
  • [`064543d0ae`](https://github.com/nodejs/node/commit/064543d0ae)] - **doc**: update guidance for adding new modules (Michael Dawson) [#&#8203;44576](https://github.com/nodejs/node/pull/44576)
    
  • [`33a2f17534`](https://github.com/nodejs/node/commit/33a2f17534)] - **doc**: add registry number for Electron 22 (Keeley Hammond) [#&#8203;44748](https://github.com/nodejs/node/pull/44748)
    
  • [`10a0d75c26`](https://github.com/nodejs/node/commit/10a0d75c26)] - **doc**: include code examples for webstreams consumers (Lucas Santos) [#&#8203;44387](https://github.com/nodejs/node/pull/44387)
    
  • [`4dbe4a010c`](https://github.com/nodejs/node/commit/4dbe4a010c)] - **doc**: mention where to push security commits (RafaelGSS) [#&#8203;44691](https://github.com/nodejs/node/pull/44691)
    
  • [`82cb8151ad`](https://github.com/nodejs/node/commit/82cb8151ad)] - **doc**: remove extra space on threadpool usage (Connor Burton) [#&#8203;44734](https://github.com/nodejs/node/pull/44734)
    
  • [`6ef9af2748`](https://github.com/nodejs/node/commit/6ef9af2748)] - **doc**: make legacy banner slightly less bright (Rich Trott) [#&#8203;44665](https://github.com/nodejs/node/pull/44665)
    
  • [`b209c83e66`](https://github.com/nodejs/node/commit/b209c83e66)] - **doc**: improve building doc for Windows Powershell (Brian Muenzenmeyer) [#&#8203;44625](https://github.com/nodejs/node/pull/44625)
    
  • [`05b17e9250`](https://github.com/nodejs/node/commit/05b17e9250)] - **doc**: maintain only one list of MODP groups (Tobias Nießen) [#&#8203;44644](https://github.com/nodejs/node/pull/44644)
    
  • [`ec1cbdb69b`](https://github.com/nodejs/node/commit/ec1cbdb69b)] - **doc**: add legendecas to TSC list (Michael Dawson) [#&#8203;44662](https://github.com/nodejs/node/pull/44662)
    
  • [`9341fb4446`](https://github.com/nodejs/node/commit/9341fb4446)] - **doc**: remove comma in README.md (Taha-Chaudhry) [#&#8203;44599](https://github.com/nodejs/node/pull/44599)
    
  • [`3dabb44dda`](https://github.com/nodejs/node/commit/3dabb44dda)] - **doc**: use serial comma in report docs (Daeyeon Jeong) [#&#8203;44608](https://github.com/nodejs/node/pull/44608)
    
  • [`226d90a95a`](https://github.com/nodejs/node/commit/226d90a95a)] - **doc**: use serial comma in stream docs (Daeyeon Jeong) [#&#8203;44609](https://github.com/nodejs/node/pull/44609)
    
  • [`3f710fa636`](https://github.com/nodejs/node/commit/3f710fa636)] - **doc**: remove empty line in YAML block (Claudio Wunder) [#&#8203;44617](https://github.com/nodejs/node/pull/44617)
    
  • [`4ad1b0abc3`](https://github.com/nodejs/node/commit/4ad1b0abc3)] - **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#&#8203;44588](https://github.com/nodejs/node/pull/44588)
    
  • [`2d92610525`](https://github.com/nodejs/node/commit/2d92610525)] - **doc**: remove old OpenSSL ENGINE constants (Tobias Nießen) [#&#8203;44589](https://github.com/nodejs/node/pull/44589)
    
  • [`03705639c4`](https://github.com/nodejs/node/commit/03705639c4)] - **doc**: fix heading levels for test runner hooks (Fabian Meyer) [#&#8203;44603](https://github.com/nodejs/node/pull/44603)
    
  • [`6c557346a7`](https://github.com/nodejs/node/commit/6c557346a7)] - **doc**: fix errors in http.md (Luigi Pinca) [#&#8203;44587](https://github.com/nodejs/node/pull/44587)
    
  • [`48d944b71c`](https://github.com/nodejs/node/commit/48d944b71c)] - **doc**: fix vm.Script createCachedData example (Chengzhong Wu) [#&#8203;44487](https://github.com/nodejs/node/pull/44487)
    
  • [`2813323120`](https://github.com/nodejs/node/commit/2813323120)] - **doc**: mention how to get commit release (Rafael Gonzaga) [#&#8203;44572](https://github.com/nodejs/node/pull/44572)
    
  • [`ea7b44d474`](https://github.com/nodejs/node/commit/ea7b44d474)] - **doc**: fix link in `process.md` (Antoine du Hamel) [#&#8203;44594](https://github.com/nodejs/node/pull/44594)
    
  • [`39b65d2fb7`](https://github.com/nodejs/node/commit/39b65d2fb7)] - **doc**: do not use weak MODP group in example (Tobias Nießen) [#&#8203;44585](https://github.com/nodejs/node/pull/44585)
    
  • [`f5549afd90`](https://github.com/nodejs/node/commit/f5549afd90)] - **doc**: remove ebpf from supported tooling list (Rafael Gonzaga) [#&#8203;44549](https://github.com/nodejs/node/pull/44549)
    
  • [`a3360b1f4f`](https://github.com/nodejs/node/commit/a3360b1f4f)] - **doc**: emphasize that createCipher is never secure (Tobias Nießen) [#&#8203;44538](https://github.com/nodejs/node/pull/44538)
    
  • [`4e6f7862ba`](https://github.com/nodejs/node/commit/4e6f7862ba)] - **doc**: document attribute Script.cachedDataRejected (Chengzhong Wu) [#&#8203;44451](https://github.com/nodejs/node/pull/44451)
    
  • [`01e584ecab`](https://github.com/nodejs/node/commit/01e584ecab)] - **doc**: move policy docs to the permissions scope (Rafael Gonzaga) [#&#8203;44222](https://github.com/nodejs/node/pull/44222)
    
  • [`57dac53c22`](https://github.com/nodejs/node/commit/57dac53c22)] - **doc,crypto**: cleanup removed pbkdf2 behaviours (Filip Skokan) [#&#8203;44733](https://github.com/nodejs/node/pull/44733)
    
  • [`c209bd6fb9`](https://github.com/nodejs/node/commit/c209bd6fb9)] - **doc,inspector**: document changes of inspector.close (Chengzhong Wu) [#&#8203;44628](https://github.com/nodejs/node/pull/44628)
    
  • [`9b3b7d6978`](https://github.com/nodejs/node/commit/9b3b7d6978)] - **esm,loader**: tidy ESMLoader internals (Jacob Smith) [#&#8203;44701](https://github.com/nodejs/node/pull/44701)
    
  • [`daf63d2fa3`](https://github.com/nodejs/node/commit/daf63d2fa3)] - **fs**: fix typo in mkdir example (SergeyTsukanov) [#&#8203;44791](https://github.com/nodejs/node/pull/44791)
    
  • [`85ab2f857f`](https://github.com/nodejs/node/commit/85ab2f857f)] - **fs**: remove unused option in `fs.fstatSync()` (Livia Medeiros) [#&#8203;44613](https://github.com/nodejs/node/pull/44613)
    
  • [`a6091f5496`](https://github.com/nodejs/node/commit/a6091f5496)] - **gyp**: libnode for ios app embedding (chexiongsheng) [#&#8203;44210](https://github.com/nodejs/node/pull/44210)
    
  • [`f158656e4c`](https://github.com/nodejs/node/commit/f158656e4c)] - **(SEMVER-MINOR)** **http**: throw error on content-length mismatch (sidwebworks) [#&#8203;44378](https://github.com/nodejs/node/pull/44378)
    
  • [`1b160517f5`](https://github.com/nodejs/node/commit/1b160517f5)] - **inspector**: expose inspector.close on workers (Chengzhong Wu) [#&#8203;44489](https://github.com/nodejs/node/pull/44489)
    
  • [`a2eb55a2c9`](https://github.com/nodejs/node/commit/a2eb55a2c9)] - **lib**: don't match `sourceMappingURL` in strings (Alan Agius) [#&#8203;44658](https://github.com/nodejs/node/pull/44658)
    
  • [`2baf532518`](https://github.com/nodejs/node/commit/2baf532518)] - **lib**: fix reference leak (falsandtru) [#&#8203;44499](https://github.com/nodejs/node/pull/44499)
    
  • [`d8d34ae6bc`](https://github.com/nodejs/node/commit/d8d34ae6bc)] - **lib**: reset `RegExp` statics before running user code (Antoine du Hamel) [#&#8203;44247](https://github.com/nodejs/node/pull/44247)
    
  • [`eb3635184b`](https://github.com/nodejs/node/commit/eb3635184b)] - **lib,test**: fix bug in InternalSocketAddress (Tobias Nießen) [#&#8203;44618](https://github.com/nodejs/node/pull/44618)
    
  • [`74dc4d198f`](https://github.com/nodejs/node/commit/74dc4d198f)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44777](https://github.com/nodejs/node/pull/44777)
    
  • [`97d2ed7296`](https://github.com/nodejs/node/commit/97d2ed7296)] - **meta**: add mailmap entry for dnlup (Rich Trott) [#&#8203;44716](https://github.com/nodejs/node/pull/44716)
    
  • [`35fbd2cc14`](https://github.com/nodejs/node/commit/35fbd2cc14)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44705](https://github.com/nodejs/node/pull/44705)
    
  • [`c5c1bc40a2`](https://github.com/nodejs/node/commit/c5c1bc40a2)] - **meta**: move dnlup to emeriti (dnlup) [#&#8203;44667](https://github.com/nodejs/node/pull/44667)
    
  • [`c62dfe0427`](https://github.com/nodejs/node/commit/c62dfe0427)] - **meta**: update test_runner in label-pr-config (Shrujal Shah) [#&#8203;44615](https://github.com/nodejs/node/pull/44615)
    
  • [`fe56efd0bc`](https://github.com/nodejs/node/commit/fe56efd0bc)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44591](https://github.com/nodejs/node/pull/44591)
    
  • [`4436ffb536`](https://github.com/nodejs/node/commit/4436ffb536)] - **module**: open stat/readPackage to mutations (Maël Nison) [#&#8203;44537](https://github.com/nodejs/node/pull/44537)
    
  • [`f8ec946c82`](https://github.com/nodejs/node/commit/f8ec946c82)] - **module**: exports & imports map invalid slash deprecation (Guy Bedford) [#&#8203;44477](https://github.com/nodejs/node/pull/44477)
    
  • [`64cb43a2b6`](https://github.com/nodejs/node/commit/64cb43a2b6)] - **node-api**: add deprecation code of uncaught exception (Chengzhong Wu) [#&#8203;44624](https://github.com/nodejs/node/pull/44624)
    
  • [`ce1704c2c7`](https://github.com/nodejs/node/commit/ce1704c2c7)] - **src**: avoid using v8 on Isolate termination (Santiago Gimeno) [#&#8203;44669](https://github.com/nodejs/node/pull/44669)
    
  • [`3036b85d71`](https://github.com/nodejs/node/commit/3036b85d71)] - **src**: remove \<unistd.h> from node_os.cc (Tobias Nießen) [#&#8203;44668](https://github.com/nodejs/node/pull/44668)
    
  • [`29f57b7899`](https://github.com/nodejs/node/commit/29f57b7899)] - **src**: avoid copy when creating Blob (Tobias Nießen) [#&#8203;44616](https://github.com/nodejs/node/pull/44616)
    
  • [`75cfb13ea6`](https://github.com/nodejs/node/commit/75cfb13ea6)] - **src**: make ReqWrap weak (Rafael Gonzaga) [#&#8203;44074](https://github.com/nodejs/node/pull/44074)
    
  • [`c12abb5ece`](https://github.com/nodejs/node/commit/c12abb5ece)] - **src**: make NearHeapLimitCallback() more robust (Joyee Cheung) [#&#8203;44581](https://github.com/nodejs/node/pull/44581)
    
  • [`81ea507e8e`](https://github.com/nodejs/node/commit/81ea507e8e)] - **src**: dump isolate stats when process exits (daomingq) [#&#8203;44534](https://github.com/nodejs/node/pull/44534)
    
  • [`687844822f`](https://github.com/nodejs/node/commit/687844822f)] - **src**: consolidate environment cleanup queue (Chengzhong Wu) [#&#8203;44379](https://github.com/nodejs/node/pull/44379)
    
  • [`3d42aaaac0`](https://github.com/nodejs/node/commit/3d42aaaac0)] - **stream**: handle a pending pull request from a released reader (Daeyeon Jeong) [#&#8203;44702](https://github.com/nodejs/node/pull/44702)
    
  • [`73ad9db6c5`](https://github.com/nodejs/node/commit/73ad9db6c5)] - **stream**: refactor use es2020 statement (SindreXie) [#&#8203;44533](https://github.com/nodejs/node/pull/44533)
    
  • [`0af6e420b3`](https://github.com/nodejs/node/commit/0af6e420b3)] - **stream**: remove `abortReason` from `WritableStreamDefaultController` (Daeyeon Jeong) [#&#8203;44540](https://github.com/nodejs/node/pull/44540)
    
  • [`2f2f8d5821`](https://github.com/nodejs/node/commit/2f2f8d5821)] - **(SEMVER-MINOR)** **stream**: add `ReadableByteStream.tee()` (Daeyeon Jeong) [#&#8203;44505](https://github.com/nodejs/node/pull/44505)
    
  • [`667e8bf3fb`](https://github.com/nodejs/node/commit/667e8bf3fb)] - **stream**: fix `writableStream.abort()` (Daeyeon Jeong) [#&#8203;44327](https://github.com/nodejs/node/pull/44327)
    
  • [`3112d5dae0`](https://github.com/nodejs/node/commit/3112d5dae0)] - **test**: verify napi_remove_wrap with napi_delete_reference (Chengzhong Wu) [#&#8203;44754](https://github.com/nodejs/node/pull/44754)
    
  • [`b512436841`](https://github.com/nodejs/node/commit/b512436841)] - **test**: change promises to async/await (Madhulika Sharma) [#&#8203;44683](https://github.com/nodejs/node/pull/44683)
    
  • [`858631f720`](https://github.com/nodejs/node/commit/858631f720)] - **test**: use async/await in test-debugger-invalid-args (Nupur Chauhan) [#&#8203;44678](https://github.com/nodejs/node/pull/44678)
    
  • [`6c9ded810c`](https://github.com/nodejs/node/commit/6c9ded810c)] - **test**: update test-debugger-low-level to use await/async (Meghana Ramesh) [#&#8203;44688](https://github.com/nodejs/node/pull/44688)
    
  • [`945aa74e57`](https://github.com/nodejs/node/commit/945aa74e57)] - **test**: check that sysconf returns a positive value (Tobias Nießen) [#&#8203;44666](https://github.com/nodejs/node/pull/44666)
    
  • [`79f0f48a6f`](https://github.com/nodejs/node/commit/79f0f48a6f)] - **test**: change promise to async/await in debugger-watcher (“Pooja) [#&#8203;44687](https://github.com/nodejs/node/pull/44687)
    
  • [`a56cb65bd6`](https://github.com/nodejs/node/commit/a56cb65bd6)] - **test**: fix addon tests compilation with OpenSSL 1.1.1 (Adam Majer) [#&#8203;44725](https://github.com/nodejs/node/pull/44725)
    
  • [`8a68a80a06`](https://github.com/nodejs/node/commit/8a68a80a06)] - **test**: fix test-performance-measure (smitley) [#&#8203;44637](https://github.com/nodejs/node/pull/44637)
    
  • [`55de0136b3`](https://github.com/nodejs/node/commit/55de0136b3)] - **test**: improve lib/readline.js coverage (MURAKAMI Masahiko) [#&#8203;42686](https://github.com/nodejs/node/pull/42686)
    
  • [`a3095d217f`](https://github.com/nodejs/node/commit/a3095d217f)] - **test**: fix `test-repl` not validating leaked globals properly (Antoine du Hamel) [#&#8203;44640](https://github.com/nodejs/node/pull/44640)
    
  • [`7db2974692`](https://github.com/nodejs/node/commit/7db2974692)] - **test**: ignore stale process cleanup failures on Windows (Joyee Cheung) [#&#8203;44480](https://github.com/nodejs/node/pull/44480)
    
  • [`6c35f338c3`](https://github.com/nodejs/node/commit/6c35f338c3)] - **test**: use python3 instead of python (Luigi Pinca) [#&#8203;44545](https://github.com/nodejs/node/pull/44545)
    
  • [`20e04c6d44`](https://github.com/nodejs/node/commit/20e04c6d44)] - **test**: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel Bevenius) [#&#8203;44341](https://github.com/nodejs/node/pull/44341)
    
  • [`eb25fe73b0`](https://github.com/nodejs/node/commit/eb25fe73b0)] - **test**: add more cases for parse-encoding (Tony Gorez) [#&#8203;44427](https://github.com/nodejs/node/pull/44427)
    
  • [`5ab3bc9419`](https://github.com/nodejs/node/commit/5ab3bc9419)] - **test_runner**: include stack of uncaught exceptions (Moshe Atlow) [#&#8203;44614](https://github.com/nodejs/node/pull/44614)
    
  • [`752e1472e1`](https://github.com/nodejs/node/commit/752e1472e1)] - **tls**: fix out-of-bounds read in ClientHelloParser (Tobias Nießen) [#&#8203;44580](https://github.com/nodejs/node/pull/44580)
    
  • [`0cddb0af99`](https://github.com/nodejs/node/commit/0cddb0af99)] - **tools**: add update-llhttp.sh (Paolo Insogna) [#&#8203;44652](https://github.com/nodejs/node/pull/44652)
    
  • [`ef0dc47df9`](https://github.com/nodejs/node/commit/ef0dc47df9)] - **tools**: fix typo in update-nghttp2.sh (Luigi Pinca) [#&#8203;44664](https://github.com/nodejs/node/pull/44664)
    
  • [`0df181a5a1`](https://github.com/nodejs/node/commit/0df181a5a1)] - **tools**: add timezone update workflow (Lenvin Gonsalves) [#&#8203;43988](https://github.com/nodejs/node/pull/43988)
    
  • [`dd4348900d`](https://github.com/nodejs/node/commit/dd4348900d)] - **tools**: update eslint to 8.23.1 (Node.js GitHub Bot) [#&#8203;44639](https://github.com/nodejs/node/pull/44639)
    
  • [`b9cfb71e12`](https://github.com/nodejs/node/commit/b9cfb71e12)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)[@&#8203;14](https://github.com/14).1.0 (Node.js GitHub Bot) [#&#8203;44638](https://github.com/nodejs/node/pull/44638)
    
  • [`5ae142d7ad`](https://github.com/nodejs/node/commit/5ae142d7ad)] - **tools**: update gyp-next to v0.13.0 (Jiawen Geng) [#&#8203;44605](https://github.com/nodejs/node/pull/44605)
    
  • [`5dd86c3faf`](https://github.com/nodejs/node/commit/5dd86c3faf)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)[@&#8203;14](https://github.com/14).0.1 (Node.js GitHub Bot) [#&#8203;44590](https://github.com/nodejs/node/pull/44590)
    
  • [`caad4748cf`](https://github.com/nodejs/node/commit/caad4748cf)] - **tools**: increase timeout of running WPT (Joyee Cheung) [#&#8203;44574](https://github.com/nodejs/node/pull/44574)
    
  • [`5db9779f14`](https://github.com/nodejs/node/commit/5db9779f14)] - **tools**: fix shebang to use python3 by default (Himself65) [#&#8203;44531](https://github.com/nodejs/node/pull/44531)
    
  • [`9aa6a560e9`](https://github.com/nodejs/node/commit/9aa6a560e9)] - **v8**: add setHeapSnapshotNearHeapLimit (theanarkh) [#&#8203;44420](https://github.com/nodejs/node/pull/44420)
    
  • [`360b74e94f`](https://github.com/nodejs/node/commit/360b74e94f)] - **win**: fix fs.realpath.native for long paths (StefanStojanovic) [#&#8203;44536](https://github.com/nodejs/node/pull/44536)
    
    

v18.9.1: 2022-09-23, Version 18.9.1 (Current), @​RafaelGSS

Compare Source

This is a security release.

Notable changes

The following CVEs are fixed in this release:

  • CVE-2022-32212: DNS rebinding in --inspect on macOS (High)
    • Insufficient fix for macOS devices on v18.5.0
  • CVE-2022-32222: Node 18 reads openssl.cnf from /home/iojs/build/ upon startup on MacOS (Medium)
  • CVE-2022-32213: HTTP Request Smuggling - Flawed Parsing of Transfer-Encoding (Medium)
    • Insufficient fix on v18.5.0
  • CVE-2022-32215: HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)
    • Insufficient fix on v18.5.0
  • CVE-2022-35256: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)
  • CVE-2022-35255: Weak randomness in WebCrypto keygen

More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.

llhttp updated to 6.0.10

llhttp is updated to 6.0.10 which includes fixes for the following vulnerabilities.

  • HTTP Request Smuggling - CVE-2022-32213 bypass via obs-fold mechanic (Medium)(CVE-2022-32213 ): The llhttp parser in the http module does not correctly parse and validate Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).
  • HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)(CVE-2022-32215): The llhttp parser in the http module does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).
  • HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)(CVE-35256): The llhttp parser in the http does not correctly handle header fields that are not terminated with CLRF. This can lead to HTTP Request Smuggling (HRS).
Commits
  • [`0c2a5723be`](https://github.com/nodejs/node/commit/0c2a5723be)] - **crypto**: fix weak randomness in WebCrypto keygen (Ben Noordhuis) [nodejs-private/node-private#](https://github.com/nodejs-private/node-private/pull/346)
    
  • [`ffb6f4d51d`](https://github.com/nodejs/node/commit/ffb6f4d51d)] - **deps**: MacOS - fix location of OpenSSL config file (Michael Dawson) [nodejs-private/node-private#&#8203;345](https://github.com/nodejs-private/node-private/pull/345)
    
  • [`01bffcdd93`](https://github.com/nodejs/node/commit/01bffcdd93)] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-private#&#8203;341](https://github.com/nodejs-private/node-private/pull/341)
    
  • [`2c379d341d`](https://github.com/nodejs/node/commit/2c379d341d)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#&#8203;337](https://github.com/nodejs-private/node-private/pull/337)
    
    

v18.9.0: 2022-09-08, Version 18.9.0 (Current), @​RafaelGSS

Compare Source

Notable changes
  • doc
    • add daeyeon to collaborators (Daeyeon Jeong) #​44355
  • lib
    • (SEMVER-MINOR) add diagnostics channel for process and worker (theanarkh) #​44045
  • os
    • (SEMVER-MINOR) add machine method (theanarkh) #​44416
  • report
    • (SEMVER-MINOR) expose report public native apis (Chengzhong Wu) #​44255
  • src
    • (SEMVER-MINOR) expose environment RequestInterrupt api (Chengzhong Wu) #​44362
  • vm
    • include vm context in the embedded snapshot (Joyee Cheung) #​44252
Commits
  • [`e27e709d3c`](https://github.com/nodejs/node/commit/e27e709d3c)] - **build**: add --libdir flag to configure (Stephen Gallagher) [#&#8203;44361](https://github.com/nodejs/node/pull/44361)
    
  • [`30da2b4d89`](https://github.com/nodejs/node/commit/30da2b4d89)] - **build**: added NINJA env to customize ninja binary (Jeff Dickey) [#&#8203;44293](https://github.com/nodejs/node/pull/44293)
    
  • [`3c5354869e`](https://github.com/nodejs/node/commit/3c5354869e)] - **cluster**: fix cluster rr distribute error (theanarkh) [#&#8203;44202](https://github.com/nodejs/node/pull/44202)
    
  • [`5cefd02618`](https://github.com/nodejs/node/commit/5cefd02618)] - **crypto**: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) [#&#8203;44475](https://github.com/nodejs/node/pull/44475)
    
  • [`c868e36385`](https://github.com/nodejs/node/commit/c868e36385)] - **crypto**: add digest name to INVALID_DIGEST errors (Tobias Nießen) [#&#8203;44468](https://github.com/nodejs/node/pull/44468)
    
  • [`35cbe1ad85`](https://github.com/nodejs/node/commit/35cbe1ad85)] - **crypto**: use actual option name in error message (Tobias Nießen) [#&#8203;44455](https://github.com/nodejs/node/pull/44455)
    
  • [`c3dbe18e4c`](https://github.com/nodejs/node/commit/c3dbe18e4c)] - **crypto**: simplify control flow in HKDF (Tobias Nießen) [#&#8203;44272](https://github.com/nodejs/node/pull/44272)
    
  • [`28781a1f7e`](https://github.com/nodejs/node/commit/28781a1f7e)] - **crypto**: improve RSA-PSS digest error messages (Tobias Nießen) [#&#8203;44307](https://github.com/nodejs/node/pull/44307)
    
  • [`b1eafe14fd`](https://github.com/nodejs/node/commit/b1eafe14fd)] - **debugger**: decrease timeout used to wait for the port to be free (Joyee Cheung) [#&#8203;44359](https://github.com/nodejs/node/pull/44359)
    
  • [`8ef5c40a83`](https://github.com/nodejs/node/commit/8ef5c40a83)] - **deps**: update corepack to 0.14.0 (Node.js GitHub Bot) [#&#8203;44509](https://github.com/nodejs/node/pull/44509)
    
  • [`cf19a79dfc`](https://github.com/nodejs/node/commit/cf19a79dfc)] - **deps**: upgrade npm to 8.19.1 (npm team) [#&#8203;44486](https://github.com/nodejs/node/pull/44486)
    
  • [`c5630ad1a7`](https://github.com/nodejs/node/commit/c5630ad1a7)] - **deps**: V8: backport [`ff8d67c`](https://github.com/nodejs/node/commit/ff8d67c88449) (Michaël Zasso) [#&#8203;44423](https://github.com/nodejs/node/pull/44423)
    
  • [`255e7fbd08`](https://github.com/nodejs/node/commit/255e7fbd08)] - **deps**: update Acorn to v8.8.0 (Michaël Zasso) [#&#8203;44437](https://github.com/nodejs/node/pull/44437)
    
  • [`754d26a53e`](https://github.com/nodejs/node/commit/754d26a53e)] - **deps**: patch V8 to 10.2.154.15 (Michaël Zasso) [#&#8203;44294](https://github.com/nodejs/node/pull/44294)
    
  • [`1b50ff2600`](https://github.com/nodejs/node/commit/1b50ff2600)] - **deps**: update icu tzdata to 2022b (Matías Zúñiga) [#&#8203;44283](https://github.com/nodejs/node/pull/44283)
    
  • [`1e451dca99`](https://github.com/nodejs/node/commit/1e451dca99)] - **deps**: upgrade llhttp to 6.0.9 (Paolo Insogna) [#&#8203;44344](https://github.com/nodejs/node/pull/44344)
    
  • [`57da3db522`](https://github.com/nodejs/node/commit/57da3db522)] - **deps**: update undici to 5.9.1 (Node.js GitHub Bot) [#&#8203;44319](https://github.com/nodejs/node/pull/44319)
    
  • [`1c87a7e8f6`](https://github.com/nodejs/node/commit/1c87a7e8f6)] - **doc**: add missing parenthesis in TLSSocket section (Tobias Nießen) [#&#8203;44512](https://github.com/nodejs/node/pull/44512)
    
  • [`05006eddb2`](https://github.com/nodejs/node/commit/05006eddb2)] - **doc**: do not use "Returns:" for crypto.constants (Tobias Nießen) [#&#8203;44481](https://github.com/nodejs/node/pull/44481)
    
  • [`54b6ed58bc`](https://github.com/nodejs/node/commit/54b6ed58bc)] - **doc**: use serial comma in addons docs (Tobias Nießen) [#&#8203;44482](https://github.com/nodejs/node/pull/44482)
    
  • [`11452a97b3`](https://github.com/nodejs/node/commit/11452a97b3)] - **doc**: add --update-assert-snapshot to node.1 (Colin Ihrig) [#&#8203;44429](https://github.com/nodejs/node/pull/44429)
    
  • [`ae028e8ac3`](https://github.com/nodejs/node/commit/ae028e8ac3)] - **doc**: improve assert.snapshot() docs (Colin Ihrig) [#&#8203;44429](https://github.com/nodejs/node/pull/44429)
    
  • [`71c869688a`](https://github.com/nodejs/node/commit/71c869688a)] - **doc**: add missing imports in events sample code (Brian Evans) [#&#8203;44337](https://github.com/nodejs/node/pull/44337)
    
  • [`92046e8027`](https://github.com/nodejs/node/commit/92046e8027)] - **doc**: apply scroll-margin-top to h2, h3 elements (metonym) [#&#8203;44414](https://github.com/nodejs/node/pull/44414)
    
  • [`3e6cde5931`](https://github.com/nodejs/node/commit/3e6cde5931)] - **doc**: fix spacing issue in `--build-snapshot` help text (Shohei YOSHIDA) [#&#8203;44435](https://github.com/nodejs/node/pull/44435)
    
  • [`8e41dbb81b`](https://github.com/nodejs/node/commit/8e41dbb81b)] - **doc**: mention cherry-pick edge-case on release (RafaelGSS) [#&#8203;44408](https://github.com/nodejs/node/pull/44408)
    
  • [`cef30f9afc`](https://github.com/nodejs/node/commit/cef30f9afc)] - **doc**: note on release guide to update `main` branch (Ruy Adorno) [#&#8203;44384](https://github.com/nodejs/node/pull/44384)
    
  • [`21437f7a7f`](https://github.com/nodejs/node/commit/21437f7a7f)] - **doc**: fix release guide example consistency (Ruy Adorno) [#&#8203;44385](https://github.com/nodejs/node/pull/44385)
    
  • [`ed52bd0a18`](https://github.com/nodejs/node/commit/ed52bd0a18)] - **doc**: fix style of n-api.md (theanarkh) [#&#8203;44377](https://github.com/nodejs/node/pull/44377)
    
  • [`65c1f4015f`](https://github.com/nodejs/node/commit/65c1f4015f)] - **doc**: add history for net.createServer() options (Luigi Pinca) [#&#8203;44326](https://github.com/nodejs/node/pull/44326)
    
  • [`4a0f750a6c`](https://github.com/nodejs/node/commit/4a0f750a6c)] - **doc**: add daeyeon to collaborators (Daeyeon Jeong) [#&#8203;44355](https://github.com/nodejs/node/pull/44355)
    
  • [`8cc5556f76`](https://github.com/nodejs/node/commit/8cc5556f76)] - **doc**: fix typo in test runner code examples (Moshe Atlow) [#&#8203;44351](https://github.com/nodejs/node/pull/44351)
    
  • [`b660b7467d`](https://github.com/nodejs/node/commit/b660b7467d)] - **doc,worker**: document resourceLimits overrides (Keyhan Vakil) [#&#8203;43992](https://github.com/nodejs/node/pull/43992)
    
  • [`2ed3b30696`](https://github.com/nodejs/node/commit/2ed3b30696)] - **inspector**: prevent integer overflow in open() (Tobias Nießen) [#&#8203;44367](https://github.com/nodejs/node/pull/44367)
    
  • [`b8f08e5e7e`](https://github.com/nodejs/node/commit/b8f08e5e7e)] - **lib**: codify findSourceMap return value when not found (Chengzhong Wu) [#&#8203;44397](https://github.com/nodejs/node/pull/44397)
    
  • [`a86ef1ba3e`](https://github.com/nodejs/node/commit/a86ef1ba3e)] - **lib**: use safe `Promise` alternatives when available (Antoine du Hamel) [#&#8203;43476](https://github.com/nodejs/node/pull/43476)
    
  • [`e519ac7842`](https://github.com/nodejs/node/commit/e519ac7842)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44511](https://github.com/nodejs/node/pull/44511)
    
  • [`c03f28b960`](https://github.com/nodejs/node/commit/c03f28b960)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44422](https://github.com/nodejs/node/pull/44422)
    
  • [`ef08cbddac`](https://github.com/nodejs/node/commit/ef08cbddac)] - **node-api**: avoid calling virtual methods in base's dtor (Chengzhong Wu) [#&#8203;44424](https://github.com/nodejs/node/pull/44424)
    
  • [`256340197c`](https://github.com/nodejs/node/commit/256340197c)] - **node-api**: cleanup redundant static modifiers (Chengzhong Wu) [#&#8203;44301](https://github.com/nodejs/node/pull/44301)
    
  • [`6714736706`](https://github.com/nodejs/node/commit/6714736706)] - **(SEMVER-MINOR)** **os**: add machine method (theanarkh) [#&#8203;44416](https://github.com/nodejs/node/pull/44416)
    
  • [`807b1e5533`](https://github.com/nodejs/node/commit/807b1e5533)] - **report**: get stack trace with cross origin contexts (Chengzhong Wu) [#&#8203;44398](https://github.com/nodejs/node/pull/44398)
    
  • [`b17cc877d0`](https://github.com/nodejs/node/commit/b17cc877d0)] - **report**: fix missing section javascriptHeap on OOMError (Chengzhong Wu) [#&#8203;44398](https://github.com/nodejs/node/pull/44398)
    
  • [`1f23c17ae0`](https://github.com/nodejs/node/commit/1f23c17ae0)] - **(SEMVER-MINOR)** **report**: expose report public native apis (Chengzhong Wu) [#&#8203;44255](https://github.com/nodejs/node/pull/44255)
    
  • [`df259005d9`](https://github.com/nodejs/node/commit/df259005d9)] - **report**: add queue info for udp (theanarkh) [#&#8203;44345](https://github.com/nodejs/node/pull/44345)
    
  • [`fc17b808c9`](https://github.com/nodejs/node/commit/fc17b808c9)] - **src**: rename misleading arg in ClientHelloParser (Tobias Nießen) [#&#8203;44500](https://github.com/nodejs/node/pull/44500)
    
  • [`125ab7da2a`](https://github.com/nodejs/node/commit/125ab7da2a)] - **src**: improve error handling in CloneSSLCerts (Tobias Nießen) [#&#8203;44410](https://github.com/nodejs/node/pull/44410)
    
  • [`aa34f7347b`](https://github.com/nodejs/node/commit/aa34f7347b)] - **src**: fix incorrect comments in crypto (Tobias Nießen) [#&#8203;44470](https://github.com/nodejs/node/pull/44470)
    
  • [`18b720805f`](https://github.com/nodejs/node/commit/18b720805f)] - **src**: avoid casting std::trunc(... / ...) to size_t (Tobias Nießen) [#&#8203;44467](https://github.com/nodejs/node/pull/44467)
    
  • [`4331bbe2af`](https://github.com/nodejs/node/commit/4331bbe2af)] - **(SEMVER-MINOR)** **src**: expose environment RequestInterrupt api (Chengzhong Wu) [#&#8203;44362](https://github.com/nodejs/node/pull/44362)
    
  • [`c5413a1146`](https://github.com/nodejs/node/commit/c5413a1146)] - **src**: simplify enable_if logic of `ToStringHelper::BaseConvert` (Feng Yu) [#&#8203;44306](https://github.com/nodejs/node/pull/44306)
    
  • [`dcc1cf4f4e`](https://github.com/nodejs/node/commit/dcc1cf4f4e)] - **src**: add error handling to `uv_uptime` call (Juan José Arboleda) [#&#8203;44386](https://github.com/nodejs/node/pull/44386)
    
  • [`fd611cc272`](https://github.com/nodejs/node/commit/fd611cc272)] - **src**: remove base64\_select_table and base64\_table (Tobias Nießen) [#&#8203;44425](https://github.com/nodejs/node/pull/44425)
    
  • [`4776b4767b`](https://github.com/nodejs/node/commit/4776b4767b)] - **src**: fix uv_err_name memory leak (theanarkh) [#&#8203;44421](https://github.com/nodejs/node/pull/44421)
    
  • [`8db2e66d3a`](https://github.com/nodejs/node/commit/8db2e66d3a)] - **src**: make Endianness an enum class (Tobias Nießen) [#&#8203;44411](https://github.com/nodejs/node/pull/44411)
    
  • [`048e440878`](https://github.com/nodejs/node/commit/048e440878)] - **src**: fix ssize_t error from nghttp2.h (Darshan Sen) [#&#8203;44393](https://github.com/nodejs/node/pull/44393)
    
  • [`dc1c95ede3`](https://github.com/nodejs/node/commit/dc1c95ede3)] - **src**: trace fs async api (theanarkh) [#&#8203;44057](https://github.com/nodejs/node/pull/44057)
    
  • [`0f4e98ba2c`](https://github.com/nodejs/node/commit/0f4e98ba2c)] - **src**: restore context default IsCodeGenerationFromStringsAllowed value (Chengzhong Wu) [#&#8203;44324](https://github.com/nodejs/node/pull/44324)
    
  • [`05fb650b54`](https://github.com/nodejs/node/commit/05fb650b54)] - **src**: simplify and optimize GetOpenSSLVersion() (Tobias Nießen) [#&#8203;44395](https://github.com/nodejs/node/pull/44395)
    
  • [`7f16177f96`](https://github.com/nodejs/node/commit/7f16177f96)] - **src**: use `if constexpr` where appropriate (Anna Henningsen) [#&#8203;44291](https://github.com/nodejs/node/pull/44291)
    
  • [`2be8acad18`](https://github.com/nodejs/node/commit/2be8acad18)] - **src**: simplify ECDH::GetCurves() (Tobias Nießen) [#&#8203;44309](https://github.com/nodejs/node/pull/44309)
    
  • [`3eb7918f8e`](https://github.com/nodejs/node/commit/3eb7918f8e)] - **src**: make minor improvements to EnabledDebugList (Tobias Nießen) [#&#8203;44350](https://github.com/nodejs/node/pull/44350)
    
  • [`88d9566593`](https://github.com/nodejs/node/commit/88d9566593)] - **src**: remove KeyObjectData::symmetric_key_len\_ (Tobias Nießen) [#&#8203;44346](https://github.com/nodejs/node/pull/44346)
    
  • [`768c9cb872`](https://github.com/nodejs/node/commit/768c9cb872)] - **src**: fix multiple format string bugs (Tobias Nießen) [#&#8203;44314](https://github.com/nodejs/node/pull/44314)
    
  • [`6857ee8299`](https://github.com/nodejs/node/commit/6857ee8299)] - **src**: make minor improvements to SecureBuffer (Tobias Nießen) [#&#8203;44302](https://github.com/nodejs/node/pull/44302)
    
  • [`2facf8b8e0`](https://github.com/nodejs/node/commit/2facf8b8e0)] - **stream**: fix setting abort reason in `ReadableStream.pipeTo()` (Daeyeon Jeong) [#&#8203;44418](https://github.com/nodejs/node/pull/44418)
    
  • [`65134d696b`](https://github.com/nodejs/node/commit/65134d696b)] - **stream**: fix `ReadableStreamReader.releaseLock()` (Daeyeon Jeong) [#&#8203;44292](https://github.com/nodejs/node/pull/44292)
    
  • [`4c33e5d4ce`](https://github.com/nodejs/node/commit/4c33e5d4ce)] - **test**: avoid race in file write stream handle tests (Joyee Cheung) [#&#8203;44380](https://github.com/nodejs/node/pull/44380)
    
  • [`0d77342a39`](https://github.com/nodejs/node/commit/0d77342a39)] - **test**: style updates for assert.snapshot() (Colin Ihrig) [#&#8203;44429](https://github.com/nodejs/node/pull/44429)
    
  • [`e36ed44b26`](https://github.com/nodejs/node/commit/e36ed44b26)] - **test**: deflake child process exec timeout tests (Joyee Cheung) [#&#8203;44390](https://github.com/nodejs/node/pull/44390)
    
  • [`0af15c71fb`](https://github.com/nodejs/node/commit/0af15c71fb)] - **test**: make the vm timeout escape tests more lenient (Joyee Cheung) [#&#8203;44433](https://github.com/nodejs/node/pull/44433)
    
  • [`0f071b800e`](https://github.com/nodejs/node/commit/0f071b800e)] - **test**: split heap prof tests (Joyee Cheung) [#&#8203;44388](https://github.com/nodejs/node/pull/44388)
    
  • [`2dd88b8425`](https://github.com/nodejs/node/commit/2dd88b8425)] - **test**: fix multiple incorrect mustNotCall() uses (Tobias Nießen) [#&#8203;44022](https://github.com/nodejs/node/pull/44022)
    
  • [`4ae1f4990c`](https://github.com/nodejs/node/commit/4ae1f4990c)] - **test**: split report OOM tests (Joyee Cheung) [#&#8203;44389](https://github.com/nodejs/node/pull/44389)
    
  • [`3a5fdacdc2`](https://github.com/nodejs/node/commit/3a5fdacdc2)] - **test**: fix WPT runner result (Daeyeon Jeong) [#&#8203;44238](https://github.com/nodejs/node/pull/44238)
    
  • [`e001aafee3`](https://github.com/nodejs/node/commit/e001aafee3)] - **test**: raise sleep times in child process tests (Joyee Cheung) [#&#8203;44375](https://github.com/nodejs/node/pull/44375)
    
  • [`8e2dcafc24`](https://github.com/nodejs/node/commit/8e2dcafc24)] - **test**: remove duplicate test (Luigi Pinca) [#&#8203;44313](https://github.com/nodejs/node/pull/44313)
    
  • [`c65d7fb1fa`](https://github.com/nodejs/node/commit/c65d7fb1fa)] - **test**: add OpenSSL 3.x providers test (Richard Lau) [#&#8203;44148](https://github.com/nodejs/node/pull/44148)
    
  • [`11e9d6e173`](https://github.com/nodejs/node/commit/11e9d6e173)] - **test**: make tmpdir.js importable from esm (Geoffrey Booth) [#&#8203;44322](https://github.com/nodejs/node/pull/44322)
    
  • [`a35c2f9ef4`](https://github.com/nodejs/node/commit/a35c2f9ef4)] - **test_runner**: fix `duration_ms` to be milliseconds (Moshe Atlow) [#&#8203;44450](https://github.com/nodejs/node/pull/44450)
    
  • [`8175c65b4d`](https://github.com/nodejs/node/commit/8175c65b4d)] - **test_runner**: support programmatically running `--test` (Moshe Atlow) [#&#8203;44241](https://github.com/nodejs/node/pull/44241)
    
  • [`1cdccbc845`](https://github.com/nodejs/node/commit/1cdccbc845)] - **tls**: remove SecureContext setFreeListLength (Tobias Nießen) [#&#8203;44300](https://github.com/nodejs/node/pull/44300)
    
  • [`70399166f3`](https://github.com/nodejs/node/commit/70399166f3)] - **tls**: use OpenSSL constant for client random size (Tobias Nießen) [#&#8203;44305](https://github.com/nodejs/node/pull/44305)
    
  • [`6fe189b62a`](https://github.com/nodejs/node/commit/6fe189b62a)] - **tools**: update lint-md-dependencies to rollup@2.79.0 (Node.js GitHub Bot) [#&#8203;44510](https://github.com/nodejs/node/pull/44510)
    
  • [`1e62bb14dd`](https://github.com/nodejs/node/commit/1e62bb14dd)] - **tools**: fix typo in `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#&#8203;44446](https://github.com/nodejs/node/pull/44446)
    
  • [`78c6827688`](https://github.com/nodejs/node/commit/78c6827688)] - **tools**: don't use f-strings in test.py (Santiago Gimeno) [#&#8203;44407](https://github.com/nodejs/node/pull/44407)
    
  • [`443730c419`](https://github.com/nodejs/node/commit/443730c419)] - **tools**: update doc to unist-util-visit@4.1.1 (Node.js GitHub Bot) [#&#8203;44370](https://github.com/nodejs/node/pull/44370)
    
  • [`96df99375e`](https://github.com/nodejs/node/commit/96df99375e)] - **tools**: update eslint to 8.23.0 (Node.js GitHub Bot) [#&#8203;44419](https://github.com/nodejs/node/pull/44419)
    
  • [`b6709544e9`](https://github.com/nodejs/node/commit/b6709544e9)] - **tools**: refactor `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#&#8203;43476](https://github.com/nodejs/node/pull/43476)
    
  • [`8b0a4afcae`](https://github.com/nodejs/node/commit/8b0a4afcae)] - **tty**: fix TypeError when stream is closed (Antoine du Hamel) [#&#8203;43803](https://github.com/nodejs/node/pull/43803)
    
  • [`c4a45a93f3`](https://github.com/nodejs/node/commit/c4a45a93f3)] - **vm**: avoid unnecessary property getter interceptor calls (Joyee Cheung) [#&#8203;44252](https://github.com/nodejs/node/pull/44252)
    
  • [`736a04aa13`](https://github.com/nodejs/node/commit/736a04aa13)] - **vm**: include vm context in the embedded snapshot (Joyee Cheung) [#&#8203;44252](https://github.com/nodejs/node/pull/44252)
    
  • [`bce827e5d1`](https://github.com/nodejs/node/commit/bce827e5d1)] - **vm**: make ContextifyContext template context-independent (Joyee Cheung) [#&#8203;44252](https://github.com/nodejs/node/pull/44252)
    
    

v18.8.0: 2022-08-24, Version 18.8.0 (Current), @​ruyadorno

Compare Source

Notable changes

bootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blob

This patch introduces --build-snapshot and --snapshot-blob options for creating and using user land snapshots.

To generate a snapshot using snapshot.js as an entry point and write the snapshot blob to snapshot.blob:

echo "globalThis.foo = 'I am from the snapshot'" > snapshot.js
node --snapshot-blob snapshot.blob --build-snapshot snapshot.js

To restore application state from snapshot.blob, with index.js as the entry point script for the deserialized application:

echo "console.log(globalThis.foo)" > index.js
node --snapshot-blob snapshot.blob index.js

### => I am from the snapshot

Users can also use the v8.startupSnapshot API to specify an entry point at snapshot building time, thus avoiding the need of an additional entry script at deserialization time:

echo "require('v8').startupSnapshot.setDeserializeMainFunction(() => console.log('I am from the snapshot'))" > snapshot.js
node --snapshot-blob snapshot.blob --build-snapshot snapshot.js
node --snapshot-blob snapshot.blob

### => I am from the snapshot

Contributed by Joyee Cheung in #​38905

Other notable changes
  • crypto:
    • (SEMVER-MINOR) allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #​44201
    • (SEMVER-MINOR) allow zero-length secret KeyObject (Filip Skokan) #​44201
  • deps:
    • upgrade npm to 8.18.0 (npm team) #​44263 - Adds a new npm query command
  • doc:
    • add Erick Wendel to collaborators (Erick Wendel) #​44088
    • add theanarkh to collaborators (theanarkh) #​44131
    • add MoLow to collaborators (Moshe Atlow) #​44214
    • add cola119 to collaborators (cola119) #​44248
    • deprecate --trace-atomics-wait (Keyhan Vakil) #​44093
  • http:
    • (SEMVER-MINOR) make idle http parser count configurable (theanarkh) #​43974
  • net:
    • (SEMVER-MINOR) add local family (theanarkh) #​43975
  • src:
    • (SEMVER-MINOR) print source map error source on demand (Chengzhong Wu) #​43875
  • tls:
    • (SEMVER-MINOR) pass a valid socket on tlsClientError (Daeyeon Jeong) #​44021
Commits
  • [`0e20072e32`](https://github.com/nodejs/node/commit/0e20072e32)] - **assert**: add `getCalls` and `reset` to callTracker (Moshe Atlow) [#&#8203;44191](https://github.com/nodejs/node/pull/44191)
    
  • [`126fbbab74`](https://github.com/nodejs/node/commit/126fbbab74)] - **assert**: add assert.Snapshot (Moshe Atlow) [#&#8203;44095](https://github.com/nodejs/node/pull/44095)
    
  • [`87d7845b4f`](https://github.com/nodejs/node/commit/87d7845b4f)] - **bootstrap**: fixup Error.stackTraceLimit for user-land snapshot (Joyee Cheung) [#&#8203;44203](https://github.com/nodejs/node/pull/44203)
    
  • [`597a5171ee`](https://github.com/nodejs/node/commit/597a5171ee)] - **(SEMVER-MINOR)** **bootstrap**: clean up warning setup during serialization (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905)
    
  • [`3561514ff5`](https://github.com/nodejs/node/commit/3561514ff5)] - **(SEMVER-MINOR)** **bootstrap**: implement --snapshot-blob and --build-snapshot (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905)
    
  • [`123b2d6795`](https://github.com/nodejs/node/commit/123b2d6795)] - **bootstrap**: turn on FunctionCodeHandling::kKeep in the snapshot builder (Joyee Cheung) [#&#8203;44104](https://github.com/nodejs/node/pull/44104)
    
  • [`e7d101fbd4`](https://github.com/nodejs/node/commit/e7d101fbd4)] - **bootstrap**: support more builtins in the embedded code cache (Joyee Cheung) [#&#8203;44018](https://github.com/nodejs/node/pull/44018)
    
  • [`2ae2828040`](https://github.com/nodejs/node/commit/2ae2828040)] - **build**: enable pointer authentication for branch protection on arm64 (Jeremiah Gowdy) [#&#8203;43200](https://github.com/nodejs/node/pull/43200)
    
  • [`fecec4d3ba`](https://github.com/nodejs/node/commit/fecec4d3ba)] - **build**: add workflow to label flaky-test platform (Rafael Gonzaga) [#&#8203;44042](https://github.com/nodejs/node/pull/44042)
    
  • [`c975c4f674`](https://github.com/nodejs/node/commit/c975c4f674)] - **build**: optimized and fixed building configuration to Android (BuShe) [#&#8203;44016](https://github.com/nodejs/node/pull/44016)
    
  • [`ec1b31e6ad`](https://github.com/nodejs/node/commit/ec1b31e6ad)] - **build**: allow test-internet on forks if not scheduled (Rich Trott) [#&#8203;44073](https://github.com/nodejs/node/pull/44073)
    
  • [`ea48c5673b`](https://github.com/nodejs/node/commit/ea48c5673b)] - **build**: skip test-internet run on forks (Rich Trott) [#&#8203;44054](https://github.com/nodejs/node/pull/44054)
    
  • [`1c0d66e927`](https://github.com/nodejs/node/commit/1c0d66e927)] - **(SEMVER-MINOR)** **crypto**: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201)
    
  • [`07d90c8a71`](https://github.com/nodejs/node/commit/07d90c8a71)] - **(SEMVER-MINOR)** **crypto**: allow zero-length secret KeyObject (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201)
    
  • [`ac2b10e0c7`](https://github.com/nodejs/node/commit/ac2b10e0c7)] - **crypto**: fix webcrypto deriveBits validations (Filip Skokan) [#&#8203;44173](https://github.com/nodejs/node/pull/44173)
    
  • [`4c902be5a5`](https://github.com/nodejs/node/commit/4c902be5a5)] - **crypto**: fix webcrypto EC key namedCurve validation errors (Filip Skokan) [#&#8203;44172](https://github.com/nodejs/node/pull/44172)
    
  • [`81e1ec4f6f`](https://github.com/nodejs/node/commit/81e1ec4f6f)] - **crypto**: fix webcrypto generateKey() AES key length validation error (Filip Skokan) [#&#8203;44170](https://github.com/nodejs/node/pull/44170)
    
  • [`ad8ef3a56c`](https://github.com/nodejs/node/commit/ad8ef3a56c)] - **crypto**: fix webcrypto operation errors to be OperationError (Filip Skokan) [#&#8203;44171](https://github.com/nodejs/node/pull/44171)
    
  • [`c270b9a0aa`](https://github.com/nodejs/node/commit/c270b9a0aa)] - **deps**: update corepack to 0.13.0 (Node.js GitHub Bot) [#&#8203;44318](https://github.com/nodejs/node/pull/44318)
    
  • [`bce8041d67`](https://github.com/nodejs/node/commit/bce8041d67)] - **deps**: upgrade npm to 8.18.0 (npm team) [#&#8203;44263](https://github.com/nodejs/node/pull/44263)
    
  • [`a26997263b`](https://github.com/nodejs/node/commit/a26997263b)] - **deps**: update corepack to 0.12.3 (Node.js GitHub Bot) [#&#8203;44229](https://github.com/nodejs/node/pull/44229)
    
  • [`b1590bbca2`](https://github.com/nodejs/node/commit/b1590bbca2)] - **deps**: upgrade npm to 8.17.0 (npm team) [#&#8203;44205](https://github.com/nodejs/node/pull/44205)
    
  • [`818271c1c3`](https://github.com/nodejs/node/commit/818271c1c3)] - **deps**: update undici to 5.8.2 (Node.js GitHub Bot) [#&#8203;44187](https://github.com/nodejs/node/pull/44187)
    
  • [`d09bc5402d`](https://github.com/nodejs/node/commit/d09bc5402d)] - **deps**: update undici to 5.8.1 (Node.js GitHub Bot) [#&#8203;44158](https://github.com/nodejs/node/pull/44158)
    
  • [`a92d90b482`](https://github.com/nodejs/node/commit/a92d90b482)] - **deps**: update corepack to 0.12.2 (Node.js GitHub Bot) [#&#8203;44159](https://github.com/nodejs/node/pull/44159)
    
  • [`52a516a281`](https://github.com/nodejs/node/commit/52a516a281)] - **deps**: V8: cherry-pick [`9861ce1`](https://github.com/nodejs/node/commit/9861ce1deae2) (Milad Fa) [#&#8203;44115](https://github.com/nodejs/node/pull/44115)
    
  • [`763b956f07`](https://github.com/nodejs/node/commit/763b956f07)] - **deps**: remove unnecessary file (Brian White) [#&#8203;44133](https://github.com/nodejs/node/pull/44133)
    
  • [`194587e767`](https://github.com/nodejs/node/commit/194587e767)] - **deps**: upgrade npm to 8.16.0 (npm team) [#&#8203;44119](https://github.com/nodejs/node/pull/44119)
    
  • [`116dcccc79`](https://github.com/nodejs/node/commit/116dcccc79)] - **deps**: upgrade base64 to [`dc6a41c`](https://github.com/nodejs/node/commit/dc6a41ce36e) (Brian White) [#&#8203;44032](https://github.com/nodejs/node/pull/44032)
    
  • [`b7aaf3d4ca`](https://github.com/nodejs/node/commit/b7aaf3d4ca)] - **deps**: upgrade npm to 8.15.1 (npm team) [#&#8203;44013](https://github.com/nodejs/node/pull/44013)
    
  • [`a0c57837c4`](https://github.com/nodejs/node/commit/a0c57837c4)] - **deps**: cherry-pick [`00704f5`](https://github.com/nodejs/node/commit/00704f5a) from V8 upstream (Keyhan Vakil) [#&#8203;43921](https://github.com/nodejs/node/pull/43921)
    
  • [`19557ad6a4`](https://github.com/nodejs/node/commit/19557ad6a4)] - **dgram**: add dgram send queue info (theanarkh) [#&#8203;44149](https://github.com/nodejs/node/pull/44149)
    
  • [`a93371205b`](https://github.com/nodejs/node/commit/a93371205b)] - **doc**: fix optionality of callback arg of checkPrime (Tobias Nießen) [#&#8203;44311](https://github.com/nodejs/node/pull/44311)
    
  • [`d3f3bf602d`](https://github.com/nodejs/node/commit/d3f3bf602d)] - **doc**: fix typo (Hana) [#&#8203;44262](https://github.com/nodejs/node/pull/44262)
    
  • [`7a567875b0`](https://github.com/nodejs/node/commit/7a567875b0)] - **doc**: add TypeScript execution requirements (Michael Dawson) [#&#8203;44030](https://github.com/nodejs/node/pull/44030)
    
  • [`e8916fa758`](https://github.com/nodejs/node/commit/e8916fa758)] - **doc**: add cola119 to collaborators (cola119) [#&#8203;44248](https://github.com/nodejs/node/pull/44248)
    
  • [`8c1fe86026`](https://github.com/nodejs/node/commit/8c1fe86026)] - **doc**: fix added version for readable.closed/destroyed (Matthew Peveler) [#&#8203;44033](https://github.com/nodejs/node/pull/44033)
    
  • [`f39a0514d3`](https://github.com/nodejs/node/commit/f39a0514d3)] - **doc**: improved building doc for Android (BuShe) [#&#8203;44166](https://github.com/nodejs/node/pull/44166)
    
  • [`4d26cb9bb2`](https://github.com/nodejs/node/commit/4d26cb9bb2)] - **doc**: add MoLow to collaborators (Moshe Atlow) [#&#8203;44214](https://github.com/nodejs/node/pull/44214)
    
  • [`6bff14b6f1`](https://github.com/nodejs/node/commit/6bff14b6f1)] - **doc**: update tags in adding-new-napi-api.md (Chengzhong Wu) [#&#8203;44190](https://github.com/nodejs/node/pull/44190)
    
  • [`721639a1d4`](https://github.com/nodejs/node/commit/721639a1d4)] - **doc**: fix typo in diagnostics_channel (Evan Lucas) [#&#8203;44199](https://github.com/nodejs/node/pull/44199)
    
  • [`0fffc24caa`](https://github.com/nodejs/node/commit/0fffc24caa)] - **doc**: add Retry CI in collaborator guide (Livia Medeiros) [#&#8203;44130](https://github.com/nodejs/node/pull/44130)
    
  • [`fb11643e31`](https://github.com/nodejs/node/commit/fb11643e31)] - **doc**: add performance note to `--enable-source-maps` docs (Saurabh Daware) [#&#8203;43817](https://github.com/nodejs/node/pull/43817)
    
  • [`cb7a9e78fd`](https://github.com/nodejs/node/commit/cb7a9e78fd)] - **doc**: remove unused code in call tracker example (Colin Ihrig) [#&#8203;44127](https://github.com/nodejs/node/pull/44127)
    
  • [`8c26daff7c`](https://github.com/nodejs/node/commit/8c26daff7c)] - **doc**: add theanarkh to collaborators (theanarkh) [#&#8203;44131](https://github.com/nodejs/node/pull/44131)
    
  • [`46f8fb8e53`](https://github.com/nodejs/node/commit/46f8fb8e53)] - **doc**: clarify tls.tlsSocket.getCipher().version (Adam Majer) [#&#8203;44086](https://github.com/nodejs/node/pull/44086)
    
  • [`02236032f0`](https://github.com/nodejs/node/commit/02236032f0)] - **doc**: update repository list in onboarding doc (Rich Trott) [#&#8203;44089](https://github.com/nodejs/node/pull/44089)
    
  • [`58f2739e32`](https://github.com/nodejs/node/commit/58f2739e32)] - **doc**: add Erick Wendel to collaborators (Erick Wendel) [#&#8203;44088](https://github.com/nodejs/node/pull/44088)
    
  • [`fe83d514b2`](https://github.com/nodejs/node/commit/fe83d514b2)] - **doc**: update collaborator email (Ruy Adorno) [#&#8203;44044](https://github.com/nodejs/node/pull/44044)
    
  • [`76011dd7f7`](https://github.com/nodejs/node/commit/76011dd7f7)] - **doc**: copyedit `test.md` (Antoine du Hamel) [#&#8203;44061](https://github.com/nodejs/node/pull/44061)
    
  • [`1d6029aa3d`](https://github.com/nodejs/node/commit/1d6029aa3d)] - **doc**: add kvakil to triagers (Keyhan Vakil) [#&#8203;43996](https://github.com/nodejs/node/pull/43996)
    
  • [`7f7a0eb2f5`](https://github.com/nodejs/node/commit/7f7a0eb2f5)] - **doc**: clarify part of onboarding guide regarding adding to teams (Darshan Sen) [#&#8203;44024](https://github.com/nodejs/node/pull/44024)
    
  • [`2ae5d853a7`](https://github.com/nodejs/node/commit/2ae5d853a7)] - **doc**: fix code examples in `crypto.md` (Antoine du Hamel) [#&#8203;44053](https://github.com/nodejs/node/pull/44053)
    
  • [`1b9537b6a5`](https://github.com/nodejs/node/commit/1b9537b6a5)] - **doc**: claim ABI version for Electron 21 (Keeley Hammond) [#&#8203;44034](https://github.com/nodejs/node/pull/44034)
    
  • [`d23dfa4dcb`](https://github.com/nodejs/node/commit/d23dfa4dcb)] - **doc**: remove old reference from crypto/README.md (Tobias Nießen) [#&#8203;44012](https://github.com/nodejs/node/pull/44012)
    
  • [`222ecd6e14`](https://github.com/nodejs/node/commit/222ecd6e14)] - **doc**: add missing env vars to man page (cola119) [#&#8203;43492](https://github.com/nodejs/node/pull/43492)
    
  • [`374b77619b`](https://github.com/nodejs/node/commit/374b77619b)] - **doc**: list supported MODP groups explicitly (Tobias Nießen) [#&#8203;43986](https://github.com/nodejs/node/pull/43986)
    
  • [`72a9ecf94f`](https://github.com/nodejs/node/commit/72a9ecf94f)] - **doc**: fix typo in packages.md (Dominic Saadi) [#&#8203;44005](https://github.com/nodejs/node/pull/44005)
    
  • [`1b328305f0`](https://github.com/nodejs/node/commit/1b328305f0)] - **doc**: fix typos in `test.md` (Antoine du Hamel) [#&#8203;43997](https://github.com/nodejs/node/pull/43997)
    
  • [`7af55dbc40`](https://github.com/nodejs/node/commit/7af55dbc40)] - **doc**: add missing test runner option (Moshe Atlow) [#&#8203;43989](https://github.com/nodejs/node/pull/43989)
    
  • [`e8441a2864`](https://github.com/nodejs/node/commit/e8441a2864)] - **doc,report**: document special filenames (Chengzhong Wu) [#&#8203;44257](https://github.com/nodejs/node/pull/44257)
    
  • [`da7bc5acdf`](https://github.com/nodejs/node/commit/da7bc5acdf)] - **doc,worker**: deprecate `--trace-atomics-wait` (Keyhan Vakil) [#&#8203;44093](https://github.com/nodejs/node/pull/44093)
    
  • [`37a9d7a754`](https://github.com/nodejs/node/commit/37a9d7a754)] - **errors**: refactor to use optional chaining (SindreXie) [#&#8203;44184](https://github.com/nodejs/node/pull/44184)
    
  • [`a6dccc969f`](https://github.com/nodejs/node/commit/a6dccc969f)] - **esm**: do not bind loader hook functions (Antoine du Hamel) [#&#8203;44122](https://github.com/nodejs/node/pull/44122)
    
  • [`5e9c197d85`](https://github.com/nodejs/node/commit/5e9c197d85)] - **esm**: fix loader hooks accepting too many arguments (Jacob Smith) [#&#8203;44109](https://github.com/nodejs/node/pull/44109)
    
  • [`e072c3aa70`](https://github.com/nodejs/node/commit/e072c3aa70)] - **esm**: move package config helpers (Geoffrey Booth) [#&#8203;43967](https://github.com/nodejs/node/pull/43967)
    
  • [`d57178cdfc`](https://github.com/nodejs/node/commit/d57178cdfc)] - **events**: use bitset to save memory (Basit Chonka) [#&#8203;43700](https://github.com/nodejs/node/pull/43700)
    
  • [`4ec3f671af`](https://github.com/nodejs/node/commit/4ec3f671af)] - **fs**: add encoding parameter to benchmarks (Yagiz Nizipli) [#&#8203;44278](https://github.com/nodejs/node/pull/44278)
    
  • [`851264ca90`](https://github.com/nodejs/node/commit/851264ca90)] - **http**: add max for http keepalive (theanarkh) [#&#8203;44217](https://github.com/nodejs/node/pull/44217)
    
  • [`340ca4d8fe`](https://github.com/nodejs/node/commit/340ca4d8fe)] - **http**: fix error message when specifying headerTimeout for createServer (Nick Sia) [#&#8203;44163](https://github.com/nodejs/node/pull/44163)
    
  • [`c340344641`](https://github.com/nodejs/node/commit/c340344641)] - **http**: trace http request / response (theanarkh) [#&#8203;44102](https://github.com/nodejs/node/pull/44102)
    
  • [`a2cd8b316c`](https://github.com/nodejs/node/commit/a2cd8b316c)] - **(SEMVER-MINOR)** **http**: make idle http parser count configurable (theanarkh) [#&#8203;43974](https://github.com/nodejs/node/pull/43974)
    
  • [`5dc39a10bd`](https://github.com/nodejs/node/commit/5dc39a10bd)] - **http**: reuse socket only when it is drained (ywave620) [#&#8203;43902](https://github.com/nodejs/node/pull/43902)
    
  • [`8c2d19b2d6`](https://github.com/nodejs/node/commit/8c2d19b2d6)] - **http**: do not leak error listeners (Paolo Insogna) [#&#8203;43587](https://github.com/nodejs/node/pull/43587)
    
  • [`1a44fbc19e`](https://github.com/nodejs/node/commit/1a44fbc19e)] - **lib**: add diagnostics channel and perf hooks detail (Danielle Adams) [#&#8203;43984](https://github.com/nodejs/node/pull/43984)
    
  • [`8cfc8b0e7b`](https://github.com/nodejs/node/commit/8cfc8b0e7b)] - **lib**: refactor to avoid prototype pollution (Antoine du Hamel) [#&#8203;43474](https://github.com/nodejs/node/pull/43474)
    
  • [`04007f2f51`](https://github.com/nodejs/node/commit/04007f2f51)] - **lib**: fix diagnostics channel (theanarkh) [#&#8203;44154](https://github.com/nodejs/node/pull/44154)
    
  • [`c02bbdd921`](https://github.com/nodejs/node/commit/c02bbdd921)] - **lib**: pass env variables to child process on z/OS (alexcfyung) [#&#8203;42255](https://github.com/nodejs/node/pull/42255)
    
  • [`617ea4af1c`](https://github.com/nodejs/node/commit/617ea4af1c)] - **lib**: add missing env vars to --help (cola119) [#&#8203;43492](https://github.com/nodejs/node/pull/43492)
    
  • [`94912bb09c`](https://github.com/nodejs/node/commit/94912bb09c)] - **lib**: add `Promise` methods to `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#&#8203;43849](https://github.com/nodejs/node/pull/43849)
    
  • [`8977a87504`](https://github.com/nodejs/node/commit/8977a87504)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44321](https://github.com/nodejs/node/pull/44321)
    
  • [`f7be92fe86`](https://github.com/nodejs/node/commit/f7be92fe86)] - **meta**: update `web streams` in label-pr-config (Daeyeon Jeong) [#&#8203;44235](https://github.com/nodejs/node/pull/44235)
    
  • [`2c72ded880`](https://github.com/nodejs/node/commit/2c72ded880)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44231](https://github.com/nodejs/node/pull/44231)
    
  • [`c59dc7a4c1`](https://github.com/nodejs/node/commit/c59dc7a4c1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44161](https://github.com/nodejs/node/pull/44161)
    
  • [`e0efd9af50`](https://github.com/nodejs/node/commit/e0efd9af50)] - **meta**: add codeowner for src/node_snapshot\* (Chengzhong Wu) [#&#8203;44113](https://github.com/nodejs/node/pull/44113)
    
  • [`a996f53c78`](https://github.com/nodejs/node/commit/a996f53c78)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44065](https://github.com/nodejs/node/pull/44065)
    
  • [`697dbfb174`](https://github.com/nodejs/node/commit/697dbfb174)] - **meta**: shorten PowerShell snippet for bug-report template (NicoNekoru) [#&#8203;44011](https://github.com/nodejs/node/pull/44011)
    
  • [`05802c2877`](https://github.com/nodejs/node/commit/05802c2877)] - **module**: protect against prototype mutation (Antoine du Hamel) [#&#8203;44007](https://github.com/nodejs/node/pull/44007)
    
  • [`1b3fcf765f`](https://github.com/nodejs/node/commit/1b3fcf765f)] - **(SEMVER-MINOR)** **net**: create diagnostics channels lazily (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905)
    
  • [`aa7c053926`](https://github.com/nodejs/node/commit/aa7c053926)] - **net**: remove unused callback (theanarkh) [#&#8203;44204](https://github.com/nodejs/node/pull/44204)
    
  • [`b6b632c09c`](https://github.com/nodejs/node/commit/b6b632c09c)] - **(SEMVER-MINOR)** **net**: add local family (theanarkh) [#&#8203;43975](https://github.com/nodejs/node/pull/43975)
    
  • [`c3d87564d4`](https://github.com/nodejs/node/commit/c3d87564d4)] - **net, dns**: socket should handle its output as input (Adam Majer) [#&#8203;44083](https://github.com/nodejs/node/pull/44083)
    
  • [`3ba75b341b`](https://github.com/nodejs/node/commit/3ba75b341b)] - **(SEMVER-MINOR)** **net,tls**: pass a valid socket on `tlsClientError` (Daeyeon Jeong) [#&#8203;44021](https://github.com/nodejs/node/pull/44021)
    
  • [`0e38fba552`](https://github.com/nodejs/node/commit/0e38fba552)] - **perf_hooks**: add resourcetiming buffer limit (Chengzhong Wu) [#&#8203;44220](https://github.com/nodejs/node/pull/44220)
    
  • [`b9fd240f63`](https://github.com/nodejs/node/commit/b9fd240f63)] - **perf_hooks**: fix gc elapsed time (theanarkh) [#&#8203;44058](https://github.com/nodejs/node/pull/44058)
    
  • [`8cf64998e2`](https://github.com/nodejs/node/commit/8cf64998e2)] - **report**: print javascript stack on fatal error (Chengzhong Wu) [#&#8203;44242](https://github.com/nodejs/node/pull/44242)
    
  • [`c842ab36b6`](https://github.com/nodejs/node/commit/c842ab36b6)] - **report**: skip report if uncaught exception is handled (Chengzhong Wu) [#&#8203;44208](https://github.com/nodejs/node/pull/44208)
    
  • [`ab73cc8706`](https://github.com/nodejs/node/commit/ab73cc8706)] - **src**: disambiguate terms used to refer to builtins and addons (Joyee Cheung) [#&#8203;44135](https://github.com/nodejs/node/pull/44135)
    
  • [`e9d19ac64c`](https://github.com/nodejs/node/commit/e9d19ac64c)] - **src**: use imported namespaces in `node_contextify.cc` (Juan José) [#&#8203;44299](https://github.com/nodejs/node/pull/44299)
    
  • [`3dadc95cd2`](https://github.com/nodejs/node/commit/3dadc95cd2)] - **src**: refactor to avoid using a moved object (Tobias Nießen) [#&#8203;44269](https://github.com/nodejs/node/pull/44269)
    
  • [`3765c6335b`](https://github.com/nodejs/node/commit/3765c6335b)] - **src**: extract common context embedder tag checks (Chengzhong Wu) [#&#8203;44258](https://github.com/nodejs/node/pull/44258)
    
  • [`d2dce59729`](https://github.com/nodejs/node/commit/d2dce59729)] - **src**: avoid copying BaseObjectPtrs in loop (Tobias Nießen) [#&#8203;44270](https://github.com/nodejs/node/pull/44270)
    
  • [`9614907104`](https://github.com/nodejs/node/commit/9614907104)] - **src**: remove usage on ScriptCompiler::CompileFunctionInContext (Chengzhong Wu) [#&#8203;44198](https://github.com/nodejs/node/pull/44198)
    
  • [`4e1ffd932e`](https://github.com/nodejs/node/commit/4e1ffd932e)] - **src**: fix --heapsnapshot-near-heap-limit error hint (Chengzhong Wu) [#&#8203;44216](https://github.com/nodejs/node/pull/44216)
    
  • [`960a20928f`](https://github.com/nodejs/node/commit/960a20928f)] - **src**: prevent copying ArrayBufferViewContents (Keyhan Vakil) [#&#8203;44091](https://github.com/nodejs/node/pull/44091)
    
  • [`4755ad5495`](https://github.com/nodejs/node/commit/4755ad5495)] - **src**: remove usages of GetBackingStore in crypto (Keyhan Vakil) [#&#8203;44079](https://github.com/nodejs/node/pull/44079)
    
  • [`a2022e5aff`](https://github.com/nodejs/node/commit/a2022e5aff)] - **src**: remove unowned usages of GetBackingStore (Keyhan Vakil) [#&#8203;44080](https://github.com/nodejs/node/pull/44080)
    
  • [`8e1b7e2b8f`](https://github.com/nodejs/node/commit/8e1b7e2b8f)] - **src**: remove usages of GetBackingStore in node-api (Keyhan Vakil) [#&#8203;44075](https://github.com/nodejs/node/pull/44075)
    
  • [`cddf3eda28`](https://github.com/nodejs/node/commit/cddf3eda28)] - **src**: remove usages of GetBackingStore in modules (Keyhan Vakil) [#&#8203;44076](https://github.com/nodejs/node/pull/44076)
    
  • [`a54e4d4170`](https://github.com/nodejs/node/commit/a54e4d4170)] - **src**: remove usages of GetBackingStore in WASI (Keyhan Vakil) [#&#8203;44077](https://github.com/nodejs/node/pull/44077)
    
  • [`38cdb1f9b6`](https://github.com/nodejs/node/commit/38cdb1f9b6)] - **src**: remove usages of GetBackingStore in startup (Keyhan Vakil) [#&#8203;44078](https://github.com/nodejs/node/pull/44078)
    
  • [`c4783e37d7`](https://github.com/nodejs/node/commit/c4783e37d7)] - **src**: nest namespace report in namespace node (Chengzhong Wu) [#&#8203;44069](https://github.com/nodejs/node/pull/44069)
    
  • [`04bcdf63a0`](https://github.com/nodejs/node/commit/04bcdf63a0)] - **src**: use a typed array internally for process.\_exiting (Darshan Sen) [#&#8203;43883](https://github.com/nodejs/node/pull/43883)
    
  • [`b90b8abdd5`](https://github.com/nodejs/node/commit/b90b8abdd5)] - **src**: fix bug in GetErrorSource() (Tobias Nießen) [#&#8203;44019](https://github.com/nodejs/node/pull/44019)
    
  • [`728e18e025`](https://github.com/nodejs/node/commit/728e18e025)] - **src**: fix to use replacement character (Kohei Ueno) [#&#8203;43999](https://github.com/nodejs/node/pull/43999)
    
  • [`cc6e0fc8ff`](https://github.com/nodejs/node/commit/cc6e0fc8ff)] - **src**: improve SPKAC::ExportChallenge() (Tobias Nießen) [#&#8203;44002](https://github.com/nodejs/node/pull/44002)
    
  • [`9763e2fba9`](https://github.com/nodejs/node/commit/9763e2fba9)] - **src**: fix typo in src/README.md (Anna Henningsen) [#&#8203;44009](https://github.com/nodejs/node/pull/44009)
    
  • [`460397709b`](https://github.com/nodejs/node/commit/460397709b)] - **src**: remove unnecessary cast in crypto_sig.cc (Tobias Nießen) [#&#8203;44001](https://github.com/nodejs/node/pull/44001)
    
  • [`68ee8e9089`](https://github.com/nodejs/node/commit/68ee8e9089)] - **src**: split property helpers from node::Environment (Chengzhong Wu) [#&#8203;44056](https://github.com/nodejs/node/pull/44056)
    
  • [`9990dc7d18`](https://github.com/nodejs/node/commit/9990dc7d18)] - **src,buffer**: remove unused chars_written parameter (Keyhan Vakil) [#&#8203;44092](https://github.com/nodejs/node/pull/44092)
    
  • [`ecf82186e0`](https://github.com/nodejs/node/commit/ecf82186e0)] - **src,fs**: refactor duplicated code in fs.readdir (Daeyeon Jeong) [#&#8203;43204](https://github.com/nodejs/node/pull/43204)
    
  • [`ee6412a992`](https://github.com/nodejs/node/commit/ee6412a992)] - **src,lib**: print prinstine source when source map source not found (Chengzhong Wu) [#&#8203;44052](https://github.com/nodejs/node/pull/44052)
    
  • [`4249276783`](https://github.com/nodejs/node/commit/4249276783)] - **(SEMVER-MINOR)** **src,lib**: print source map error source on demand (Chengzhong Wu) [#&#8203;43875](https://github.com/nodejs/node/pull/43875)
    
  • [`1dabdbf05c`](https://github.com/nodejs/node/commit/1dabdbf05c)] - **src,test**: fix typos (SADIK KUZU) [#&#8203;44110](https://github.com/nodejs/node/pull/44110)
    
  • [`a3ac445198`](https://github.com/nodejs/node/commit/a3ac445198)] - **stream**: fix `isDetachedBuffer` validations (Daeyeon Jeong) [#&#8203;44114](https://github.com/nodejs/node/pull/44114)
    
  • [`c079abe017`](https://github.com/nodejs/node/commit/c079abe017)] - **stream**: improve views validation on `BYOBRequest` (Daeyeon Jeong) [#&#8203;44155](https://github.com/nodejs/node/pull/44155)
    
  • [`2f904bc8bf`](https://github.com/nodejs/node/commit/2f904bc8bf)] - **stream**: update TextEncoderStream to align the latest spec (Kohei Ueno) [#&#8203;44101](https://github.com/nodejs/node/pull/44101)
    
  • [`40b817cfb9`](https://github.com/nodejs/node/commit/40b817cfb9)] - **(SEMVER-MINOR)** **test**: test snapshotting TypeScript compiler (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905)
    
  • [`d4189ab609`](https://github.com/nodejs/node/commit/d4189ab609)] - **(SEMVER-MINOR)** **test**: add UMD module test with marked (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905)
    
  • [`514e5162d2`](https://github.com/nodejs/node/commit/514e5162d2)] - **test**: deflake test-diagnostics-channel-net (Keyhan Vakil) [#&#8203;44144](https://github.com/nodejs/node/pull/44144)
    
  • [`a2707d0f48`](https://github.com/nodejs/node/commit/a2707d0f48)] - **test**: add coverage for invalid RSA-PSS digests (Tobias Nießen) [#&#8203;44271](https://github.com/nodejs/node/pull/44271)
    
  • [`7b6126a59a`](https://github.com/nodejs/node/commit/7b6126a59a)] - **test**: update Web Streams WPT (Daeyeon Jeong) [#&#8203;44234](https://github.com/nodejs/node/pull/44234)
    
  • [`a02492f96c`](https://github.com/nodejs/node/commit/a02492f96c)] - **test**: move "errors" test to "parallel" (Michaël Zasso) [#&#8203;44233](https://github.com/nodejs/node/pull/44233)
    
  • [`b4224dd192`](https://github.com/nodejs/node/commit/b4224dd192)] - **test**: reduce http-server-request-timeouts-mixed flakiness (Nick Sia) [#&#8203;44169](https://github.com/nodejs/node/pull/44169)
    
  • [`f5e2f6c362`](https://github.com/nodejs/node/commit/f5e2f6c362)] - **test**: remove cjs loader from stack traces (Geoffrey Booth) [#&#8203;44197](https://github.com/nodejs/node/pull/44197)
    
  • [`e37314497a`](https://github.com/nodejs/node/commit/e37314497a)] - **test**: add filesystem check to `test-fs-stat-date.mjs` (Livia Medeiros) [#&#8203;44174](https://github.com/nodejs/node/pull/44174)
    
  • [`9755b1f979`](https://github.com/nodejs/node/commit/9755b1f979)] - **test**: mark connection leak test flaky on IBM i (Richard Lau) [#&#8203;44215](https://github.com/nodejs/node/pull/44215)
    
  • [`beaf5f5776`](https://github.com/nodejs/node/commit/beaf5f5776)] - **test**: use `mustSucceed` instead of `mustCall` with `assert.ifError` (MURAKAMI Masahiko) [#&#8203;44196](https://github.com/nodejs/node/pull/44196)
    
  • [`11f74e72a7`](https://github.com/nodejs/node/commit/11f74e72a7)] - **test**: update WPT runner (Filip Skokan) [#&#8203;43455](https://github.com/nodejs/node/pull/43455)
    
  • [`b2a15b6275`](https://github.com/nodejs/node/commit/b2a15b6275)] - **test**: update wpt url status (Kohei Ueno) [#&#8203;44175](https://github.com/nodejs/node/pull/44175)
    
  • [`6b84451d70`](https://github.com/nodejs/node/commit/6b84451d70)] - **test**: update wasm/jsapi web platform tests (Yagiz Nizipli) [#&#8203;44100](https://github.com/nodejs/node/pull/44100)
    
  • [`537d52fa0f`](https://github.com/nodejs/node/commit/537d52fa0f)] - **test**: update hr-time web platform tests (Yagiz Nizipli) [#&#8203;44100](https://github.com/nodejs/node/pull/44100)
    
  • [`79445cb215`](https://github.com/nodejs/node/commit/79445cb215)] - **test**: update console web platform tests (Yagiz Nizipli) [#&#8203;44100](https://github.com/nodejs/node/pull/44100)
    
  • [`70267a0eeb`](https://github.com/nodejs/node/commit/70267a0eeb)] - **test**: move tests with many workers to sequential (Keyhan Vakil) [#&#8203;44139](https://github.com/nodejs/node/pull/44139)
    
  • [`86a7fb0c8a`](https://github.com/nodejs/node/commit/86a7fb0c8a)] - **test**: deflake gc-http-client tests by restricting number of requests (Nick Sia) [#&#8203;44146](https://github.com/nodejs/node/pull/44146)
    
  • [`e17117dfda`](https://github.com/nodejs/node/commit/e17117dfda)] - **test**: move test-vm-break-on-sigint to sequential (Keyhan Vakil) [#&#8203;44140](https://github.com/nodejs/node/pull/44140)
    
  • [`e5113fab05`](https://github.com/nodejs/node/commit/e5113fab05)] - **test**: remove test-http-client-response-timeout flaky designation (Luigi Pinca) [#&#8203;44145](https://github.com/nodejs/node/pull/44145)
    
  • [`f1b5f933d7`](https://github.com/nodejs/node/commit/f1b5f933d7)] - **test**: s390x z15 accelerated zlib fixes (Adam Majer) [#&#8203;44117](https://github.com/nodejs/node/pull/44117)
    
  • [`86bbd5e61a`](https://github.com/nodejs/node/commit/86bbd5e61a)] - **test**: tune down parallelism for some flaky tests (Keyhan Vakil) [#&#8203;44090](https://github.com/nodejs/node/pull/44090)
    
  • [`40e2ca7f66`](https://github.com/nodejs/node/commit/40e2ca7f66)] - **test**: fix `internet/test-inspector-help-page` (Daeyeon Jeong) [#&#8203;44025](https://github.com/nodejs/node/pull/44025)
    
  • [`b19564b9d2`](https://github.com/nodejs/node/commit/b19564b9d2)] - **test**: refactor ESM tests to improve performance (Jacob Smith) [#&#8203;43784](https://github.com/nodejs/node/pull/43784)
    
  • [`d964b308ae`](https://github.com/nodejs/node/commit/d964b308ae)] - **test**: remove test-gc-http-client-timeout from flaky list (Feng Yu) [#&#8203;43971](https://github.com/nodejs/node/pull/43971)
    
  • [`2cab7bb791`](https://github.com/nodejs/node/commit/2cab7bb791)] - **test**: reduce loop times for preventing test from timeout (theanarkh) [#&#8203;43981](https://github.com/nodejs/node/pull/43981)
    
  • [`9244d6d416`](https://github.com/nodejs/node/commit/9244d6d416)] - **test**: fix test-cluster-concurrent-disconnect (Daeyeon Jeong) [#&#8203;43961](https://github.com/nodejs/node/pull/43961)
    
  • [`3c8037a9fa`](https://github.com/nodejs/node/commit/3c8037a9fa)] - **test**: change misleading variable name (Tobias Nießen) [#&#8203;43990](https://github.com/nodejs/node/pull/43990)
    
  • [`82164344e2`](https://github.com/nodejs/node/commit/82164344e2)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#&#8203;44223](https://github.com/nodejs/node/pull/44223)
    
  • [`c0b160c842`](https://github.com/nodejs/node/commit/c0b160c842)] - **test_runner**: fix test runner hooks failure stack (Moshe Atlow) [#&#8203;44284](https://github.com/nodejs/node/pull/44284)
    
  • [`8ed39397d5`](https://github.com/nodejs/node/commit/8ed39397d5)] - **test_runner**: refactor to use more primordials (Antoine du Hamel) [#&#8203;44062](https://github.com/nodejs/node/pull/44062)
    
  • [`d8749c3b87`](https://github.com/nodejs/node/commit/d8749c3b87)] - **test_runner**: verbous error when entire test tree is canceled (Moshe Atlow) [#&#8203;44060](https://github.com/nodejs/node/pull/44060)
    
  • [`0d007471fa`](https://github.com/nodejs/node/commit/0d007471fa)] - **test_runner**: empty pending tests queue post running (Moshe Atlow) [#&#8203;44059](https://github.com/nodejs/node/pull/44059)
    
  • [`c3fa82f007`](https://github.com/nodejs/node/commit/c3fa82f007)] - **test_runner**: add before/after/each hooks (Moshe Atlow) [#&#8203;43730](https://github.com/nodejs/node/pull/43730)
    
  • [`50c854bbfe`](https://github.com/nodejs/node/commit/50c854bbfe)] - **test_runner**: fix top level `describe` queuing (Moshe Atlow) [#&#8203;43998](https://github.com/nodejs/node/pull/43998)
    
  • [`04fdc3e1fa`](https://github.com/nodejs/node/commit/04fdc3e1fa)] - **test_runner**: graceful termination on `--test` only (Moshe Atlow) [#&#8203;43977](https://github.com/nodejs/node/pull/43977)
    
  • [`51a0310398`](https://github.com/nodejs/node/commit/51a0310398)] - **test_runner**: validate `concurrency` option (Antoine du Hamel) [#&#8203;43976](https://github.com/nodejs/node/pull/43976)
    
  • [`ecf7b0720a`](https://github.com/nodejs/node/commit/ecf7b0720a)] - **tls**: use logical OR operator (Mohammed Keyvanzadeh) [#&#8203;44236](https://github.com/nodejs/node/pull/44236)
    
  • [`f7c1b838ba`](https://github.com/nodejs/node/commit/f7c1b838ba)] - **tools**: update lint-md-dependencies to rollup@2.78.1 (Node.js GitHub Bot) [#&#8203;44320](https://github.com/nodejs/node/pull/44320)
    
  • [`36b39db74d`](https://github.com/nodejs/node/commit/36b39db74d)] - **tools**: update ESLint to 8.22.0 (Luigi Pinca) [#&#8203;44243](https://github.com/nodejs/node/pull/44243)
    
  • [`87f75a27fb`](https://github.com/nodejs/node/commit/87f75a27fb)] - **tools**: update lint-md-dependencies to rollup@2.78.0 (Node.js GitHub Bot) [#&#8203;44244](https://github.com/nodejs/node/pull/44244)
    
  • [`a3cc8ce959`](https://github.com/nodejs/node/commit/a3cc8ce959)] - **tools**: update lint-md-dependencies to rollup@2.77.3 (Node.js GitHub Bot) [#&#8203;44230](https://github.com/nodejs/node/pull/44230)
    
  • [`873941a43e`](https://github.com/nodejs/node/commit/873941a43e)] - **tools**: update eslint to 8.21.0 (Node.js GitHub Bot) [#&#8203;44162](https://github.com/nodejs/node/pull/44162)
    
  • [`6be7e6d136`](https://github.com/nodejs/node/commit/6be7e6d136)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs)[@&#8203;22](https://github.com/22).0.2 (Node.js GitHub Bot) [#&#8203;44160](https://github.com/nodejs/node/pull/44160)
    
  • [`b252f389d7`](https://github.com/nodejs/node/commit/b252f389d7)] - **tools**: update undici CPE in vuln checking script (Facundo Tuesca) [#&#8203;44128](https://github.com/nodejs/node/pull/44128)
    
  • [`3eacf25789`](https://github.com/nodejs/node/commit/3eacf25789)] - **tools**: update lint-md-dependencies to rollup@2.77.2 (Node.js GitHub Bot) [#&#8203;44064](https://github.com/nodejs/node/pull/44064)
    
  • [`1175d9036a`](https://github.com/nodejs/node/commit/1175d9036a)] - **tools**: add verbose flag to find-inactive-collaborators (Rich Trott) [#&#8203;43964](https://github.com/nodejs/node/pull/43964)
    
  • [`2cf3ce83d8`](https://github.com/nodejs/node/commit/2cf3ce83d8)] - **trace_events**: add example (theanarkh) [#&#8203;43253](https://github.com/nodejs/node/pull/43253)
    
  • [`2efce0fe5b`](https://github.com/nodejs/node/commit/2efce0fe5b)] - **typings**: add JSDoc for `internal/validators` (Yagiz Nizipli) [#&#8203;44181](https://github.com/nodejs/node/pull/44181)
    
    

v18.7.0: 2022-07-26, Version 18.7.0 (Current), @​danielleadams

Compare Source

Notable changes
  • doc:
    • add F3n67u to collaborators (Feng Yu) #​43953
    • deprecate coercion to integer in process.exit (Daeyeon Jeong) #​43738
    • (SEMVER-MINOR) deprecate diagnostics_channel object subscribe method (Stephen Belanger) #​42714
  • events:
    • (SEMVER-MINOR) expose CustomEvent on global with CLI flag (Daeyeon Jeong) #​43885
    • (SEMVER-MINOR) add CustomEvent (Daeyeon Jeong) #​43514
  • http:
    • (SEMVER-MINOR) add drop request event for http server (theanarkh) #​43806
  • lib:
    • (SEMVER-MINOR) improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) #​42714
  • util:
    • (SEMVER-MINOR) add tokens to parseArgs (John Gee) #​43459
Commits
  • [`0aa255ab72`](https://github.com/nodejs/node/commit/0aa255ab72)] - **bootstrap**: handle snapshot errors gracefully (Joyee Cheung) [#&#8203;43531](https://github.com/nodejs/node/pull/43531)
    
  • [`0783ddf57e`](https://github.com/nodejs/node/commit/0783ddf57e)] - **buffer**: do not leak memory if buffer is too big (Keyhan Vakil) [#&#8203;43938](https://github.com/nodejs/node/pull/43938)
    
  • [`12657accdd`](https://github.com/nodejs/node/commit/12657accdd)] - **build**: add .gitattributes for npm and other shims (Hrishikesh Kadam) [#&#8203;43879](https://github.com/nodejs/node/pull/43879)
    
  • [`c2db4f4581`](https://github.com/nodejs/node/commit/c2db4f4581)] - **build**: make GitPod less noisy (Rich Trott) [#&#8203;43829](https://github.com/nodejs/node/pull/43829)
    
  • [`364deeadcd`](https://github.com/nodejs/node/commit/364deeadcd)] - **build**: add GitHub token permissions for workflows (Varun Sharma) [#&#8203;43743](https://github.com/nodejs/node/pull/43743)
    
  • [`8b83b4d5be`](https://github.com/nodejs/node/commit/8b83b4d5be)] - **child_process**: do not need to count length when maxBuffer is Infinity (theanarkh) [#&#8203;43822](https://github.com/nodejs/node/pull/43822)
    
  • [`c1893b7a7c`](https://github.com/nodejs/node/commit/c1893b7a7c)] - **child_process**: avoid repeated calls to `normalizeSpawnArguments` (木杉) [#&#8203;43345](https://github.com/nodejs/node/pull/43345)
    
  • [`7b276b89b9`](https://github.com/nodejs/node/commit/7b276b89b9)] - **cluster**: send connection to other server when worker drop it (theanarkh) [#&#8203;43747](https://github.com/nodejs/node/pull/43747)
    
  • [`e8c66f92a5`](https://github.com/nodejs/node/commit/e8c66f92a5)] - **crypto**: remove unneeded guard (Rich Trott) [#&#8203;43856](https://github.com/nodejs/node/pull/43856)
    
  • [`c95132e9ea`](https://github.com/nodejs/node/commit/c95132e9ea)] - **deps**: cherry-pick [libuv/libuv@`3a7b955`](https://github.com/libuv/libuv/commit/3a7b955) (Ben Noordhuis) [#&#8203;43950](https://github.com/nodejs/node/pull/43950)
    
  • [`cc8d5426d2`](https://github.com/nodejs/node/commit/cc8d5426d2)] - **deps**: cherry-pick [libuv/libuv@`abb109f`](https://github.com/libuv/libuv/commit/abb109f) (Ben Noordhuis) [#&#8203;43950](https://github.com/nodejs/node/pull/43950)
    
  • [`7762e463d6`](https://github.com/nodejs/node/commit/7762e463d6)] - **deps**: update corepack to 0.12.1 (Node.js GitHub Bot) [#&#8203;43965](https://github.com/nodejs/node/pull/43965)
    
  • [`1256c4dad5`](https://github.com/nodejs/node/commit/1256c4dad5)] - **deps**: update hast-util-raw (Moshe Atlow) [#&#8203;43927](https://github.com/nodejs/node/pull/43927)
    
  • [`aac97c2d2a`](https://github.com/nodejs/node/commit/aac97c2d2a)] - **deps**: update undici to 5.8.0 (Node.js GitHub Bot) [#&#8203;43886](https://github.com/nodejs/node/pull/43886)
    
  • [`cdff61917d`](https://github.com/nodejs/node/commit/cdff61917d)] - **deps**: clean archs files for OpenSSL (RafaelGSS) [#&#8203;43735](https://github.com/nodejs/node/pull/43735)
    
  • [`fc936a84e4`](https://github.com/nodejs/node/commit/fc936a84e4)] - **deps**: remove not used architectures (RafaelGSS) [#&#8203;43735](https://github.com/nodejs/node/pull/43735)
    
  • [`361a643d8b`](https://github.com/nodejs/node/commit/361a643d8b)] - **deps**: V8: backport [`f3cad8c`](https://github.com/nodejs/node/commit/f3cad8cec656) (Joyee Cheung) [#&#8203;43531](https://github.com/nodejs/node/pull/43531)
    
  • [`2e1732ebd0`](https://github.com/nodejs/node/commit/2e1732ebd0)] - **deps**: V8: backport [`22698d2`](https://github.com/nodejs/node/commit/22698d267667) (Chengzhong Wu) [#&#8203;43751](https://github.com/nodejs/node/pull/43751)
    
  • [`979f469d3a`](https://github.com/nodejs/node/commit/979f469d3a)] - **deps**: upgrade npm to 8.15.0 (npm team) [#&#8203;43917](https://github.com/nodejs/node/pull/43917)
    
  • [`4096d81988`](https://github.com/nodejs/node/commit/4096d81988)] - **deps**: upgrade npm to 8.14.0 (npm team) [#&#8203;43826](https://github.com/nodejs/node/pull/43826)
    
  • [`2ec8092e2c`](https://github.com/nodejs/node/commit/2ec8092e2c)] - **deps,src**: use SIMD for normal base64 encoding (Brian White) [#&#8203;39775](https://github.com/nodejs/node/pull/39775)
    
  • [`67b4edde37`](https://github.com/nodejs/node/commit/67b4edde37)] - **dns**: fix getServers return undefined (jiahao.si) [#&#8203;43922](https://github.com/nodejs/node/pull/43922)
    
  • [`7c75539a88`](https://github.com/nodejs/node/commit/7c75539a88)] - **dns**: fix cares memory leak (theanarkh) [#&#8203;43912](https://github.com/nodejs/node/pull/43912)
    
  • [`1f80b88da5`](https://github.com/nodejs/node/commit/1f80b88da5)] - **doc**: update email and mailmap for BethGriggs (Beth Griggs) [#&#8203;43985](https://github.com/nodejs/node/pull/43985)
    
  • [`8a2a6e16eb`](https://github.com/nodejs/node/commit/8a2a6e16eb)] - **doc**: add 15.x - 18.x to Other Versions section (shhh7612) [#&#8203;43940](https://github.com/nodejs/node/pull/43940)
    
  • [`51cb0d42ca`](https://github.com/nodejs/node/commit/51cb0d42ca)] - **doc**: inspector.close undefined in worker threads (Keyhan Vakil) [#&#8203;43867](https://github.com/nodejs/node/pull/43867)
    
  • [`c789c0f5f7`](https://github.com/nodejs/node/commit/c789c0f5f7)] - **doc**: improve documentation for safe `Promise` statics alternatives (Antoine du Hamel) [#&#8203;43759](https://github.com/nodejs/node/pull/43759)
    
  • [`cb9b0e0011`](https://github.com/nodejs/node/commit/cb9b0e0011)] - **doc**: recommend git-node-v8 (Keyhan Vakil) [#&#8203;43934](https://github.com/nodejs/node/pull/43934)
    
  • [`d7e9bd1830`](https://github.com/nodejs/node/commit/d7e9bd1830)] - **doc**: clarify subprocess.stdout/in/err property (Kohei Ueno) [#&#8203;43910](https://github.com/nodejs/node/pull/43910)
    
  • [`808793ebb5`](https://github.com/nodejs/node/commit/808793ebb5)] - **doc**: fix typo in `src/crypto/README.md` (Jianru Lin) [#&#8203;43968](https://github.com/nodejs/node/pull/43968)
    
  • [`bbc455c4f9`](https://github.com/nodejs/node/commit/bbc455c4f9)] - **doc**: remind backporter about v8\_embedder_string (Keyhan Vakil) [#&#8203;43924](https://github.com/nodejs/node/pull/43924)
    
  • [`a86b66c8b4`](https://github.com/nodejs/node/commit/a86b66c8b4)] - **doc**: fix typo in http.md (Airing) [#&#8203;43933](https://github.com/nodejs/node/pull/43933)
    
  • [`a96af37233`](https://github.com/nodejs/node/commit/a96af37233)] - **doc**: add F3n67u to collaborators (Feng Yu) [#&#8203;43953](https://github.com/nodejs/node/pull/43953)
    
  • [`aa7d4e59f7`](https://github.com/nodejs/node/commit/aa7d4e59f7)] - **doc**: improve test runner timeout docs (Tobias Nießen) [#&#8203;43836](https://github.com/nodejs/node/pull/43836)
    
  • [`80c2fa8212`](https://github.com/nodejs/node/commit/80c2fa8212)] - **doc**: mention Win 32-bit openssl build issue (RafaelGSS) [#&#8203;43853](https://github.com/nodejs/node/pull/43853)
    
  • [`8b8c55df7e`](https://github.com/nodejs/node/commit/8b8c55df7e)] - **doc**: add security release specifics to releases.md (Beth Griggs) [#&#8203;43835](https://github.com/nodejs/node/pull/43835)
    
  • [`42693aaf9f`](https://github.com/nodejs/node/commit/42693aaf9f)] - **doc**: add history info for `global.performance` (Antoine du Hamel) [#&#8203;43841](https://github.com/nodejs/node/pull/43841)
    
  • [`140d6af572`](https://github.com/nodejs/node/commit/140d6af572)] - **doc**: add platform-windows-arm to who to CC (Michael Dawson) [#&#8203;43808](https://github.com/nodejs/node/pull/43808)
    
  • [`976093efe3`](https://github.com/nodejs/node/commit/976093efe3)] - **doc**: document ES2022's Error "cause" property (James Ide) [#&#8203;43830](https://github.com/nodejs/node/pull/43830)
    
  • [`ec7e45e4a2`](https://github.com/nodejs/node/commit/ec7e45e4a2)] - **doc**: include make clean to openssl arch (RafaelGSS) [#&#8203;43735](https://github.com/nodejs/node/pull/43735)
    
  • [`d64dfd53c9`](https://github.com/nodejs/node/commit/d64dfd53c9)] - **doc**: add link to diagnostic tools (Rafael Gonzaga) [#&#8203;43736](https://github.com/nodejs/node/pull/43736)
    
  • [`2910136920`](https://github.com/nodejs/node/commit/2910136920)] - **doc**: update links to MDN page about dynamic imports (Jannis R) [#&#8203;43847](https://github.com/nodejs/node/pull/43847)
    
  • [`d88a9fae79`](https://github.com/nodejs/node/commit/d88a9fae79)] - **doc**: deprecate coercion to integer in process.exit (Daeyeon Jeong) [#&#8203;43738](https://github.com/nodejs/node/pull/43738)
    
  • [`fc843e103d`](https://github.com/nodejs/node/commit/fc843e103d)] - **doc**: add MoLow to triagers (Moshe Atlow) [#&#8203;43799](https://github.com/nodejs/node/pull/43799)
    
  • [`8c8c97da61`](https://github.com/nodejs/node/commit/8c8c97da61)] - **(SEMVER-MINOR)** **doc**: deprecate diagnostics_channel object subscribe method (Stephen Belanger) [#&#8203;42714](https://github.com/nodejs/node/pull/42714)
    
  • [`9b53a694b5`](https://github.com/nodejs/node/commit/9b53a694b5)] - **doc**: revert anachronistic 'node:' module require()s in API history notes (DeeDeeG) [#&#8203;43768](https://github.com/nodejs/node/pull/43768)
    
  • [`2815bd3002`](https://github.com/nodejs/node/commit/2815bd3002)] - **doc**: clarify release process for new releasers (Rafael Gonzaga) [#&#8203;43739](https://github.com/nodejs/node/pull/43739)
    
  • [`50b3750e67`](https://github.com/nodejs/node/commit/50b3750e67)] - **doc**: fix typo in ngtcp2 readme (Dan Castillo) [#&#8203;43767](https://github.com/nodejs/node/pull/43767)
    
  • [`6bcd40dd85`](https://github.com/nodejs/node/commit/6bcd40dd85)] - **domain**: fix vm promise tracking while keeping isolation (Stephen Belanger) [#&#8203;43556](https://github.com/nodejs/node/pull/43556)
    
  • [`e89e0b470b`](https://github.com/nodejs/node/commit/e89e0b470b)] - **esm**: remove superfluous argument (Rich Trott) [#&#8203;43884](https://github.com/nodejs/node/pull/43884)
    
  • [`0d2921f396`](https://github.com/nodejs/node/commit/0d2921f396)] - **esm**: fix erroneous re-initialization of ESMLoader (Jacob Smith) [#&#8203;43763](https://github.com/nodejs/node/pull/43763)
    
  • [`9b5b8d78c3`](https://github.com/nodejs/node/commit/9b5b8d78c3)] - **esm**: throw on any non-2xx response (LiviaMedeiros) [#&#8203;43742](https://github.com/nodejs/node/pull/43742)
    
  • [`dfc4832ef1`](https://github.com/nodejs/node/commit/dfc4832ef1)] - **(SEMVER-MINOR)** **events**: expose CustomEvent on global with CLI flag (Daeyeon Jeong) [#&#8203;43885](https://github.com/nodejs/node/pull/43885)
    
  • [`e4473952ae`](https://github.com/nodejs/node/commit/e4473952ae)] - **(SEMVER-MINOR)** **events**: add `CustomEvent` (Daeyeon Jeong) [#&#8203;43514](https://github.com/nodejs/node/pull/43514)
    
  • [`100f6deb09`](https://github.com/nodejs/node/commit/100f6deb09)] - **fs**: use signed types for stat data (LiviaMedeiros) [#&#8203;43714](https://github.com/nodejs/node/pull/43714)
    
  • [`25ec71db63`](https://github.com/nodejs/node/commit/25ec71db63)] - **http**: fix http server connection list when close (theanarkh) [#&#8203;43949](https://github.com/nodejs/node/pull/43949)
    
  • [`ca658c8afe`](https://github.com/nodejs/node/commit/ca658c8afe)] - **(SEMVER-MINOR)** **http**: add drop request event for http server (theanarkh) [#&#8203;43806](https://github.com/nodejs/node/pull/43806)
    
  • [`9c699bd8a8`](https://github.com/nodejs/node/commit/9c699bd8a8)] - **http**: wait for pending responses in closeIdleConnections (Paolo Insogna) [#&#8203;43890](https://github.com/nodejs/node/pull/43890)
    
  • [`781d5e54e3`](https://github.com/nodejs/node/commit/781d5e54e3)] - **inspector**: set sampling interval before start (Shelley Vohr) [#&#8203;43779](https://github.com/nodejs/node/pull/43779)
    
  • [`0b5dbb2a56`](https://github.com/nodejs/node/commit/0b5dbb2a56)] - **lib**: refactor PriorityQueue to use private field (Finn Yu) [#&#8203;43889](https://github.com/nodejs/node/pull/43889)
    
  • [`324473ca32`](https://github.com/nodejs/node/commit/324473ca32)] - **(SEMVER-MINOR)** **lib**: improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) [#&#8203;42714](https://github.com/nodejs/node/pull/42714)
    
  • [`5aa3b213ac`](https://github.com/nodejs/node/commit/5aa3b213ac)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43966](https://github.com/nodejs/node/pull/43966)
    
  • [`e707552357`](https://github.com/nodejs/node/commit/e707552357)] - **meta**: update `node-api` in label-pr-config (Daeyeon Jeong) [#&#8203;43794](https://github.com/nodejs/node/pull/43794)
    
  • [`8a8de94034`](https://github.com/nodejs/node/commit/8a8de94034)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43872](https://github.com/nodejs/node/pull/43872)
    
  • [`7d49fc766c`](https://github.com/nodejs/node/commit/7d49fc766c)] - **meta**: use platform dropdown on flaky template (Rafael Gonzaga) [#&#8203;43855](https://github.com/nodejs/node/pull/43855)
    
  • [`e4aa50fc3f`](https://github.com/nodejs/node/commit/e4aa50fc3f)] - **meta**: enable blank issues (Matteo Collina) [#&#8203;43775](https://github.com/nodejs/node/pull/43775)
    
  • [`ceb7c150ec`](https://github.com/nodejs/node/commit/ceb7c150ec)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;43770](https://github.com/nodejs/node/pull/43770)
    
  • [`29bcd47738`](https://github.com/nodejs/node/commit/29bcd47738)] - **net**: fix socket.\_getpeername (Daeyeon Jeong) [#&#8203;43010](https://github.com/nodejs/node/pull/43010)
    
  • [`380659daf1`](https://github.com/nodejs/node/commit/380659daf1)] - **process**: use `defineProperty` instead of assignment (Mark S. Miller) [#&#8203;43907](https://github.com/nodejs/node/pull/43907)
    
  • [`aba9c8ebea`](https://github.com/nodejs/node/commit/aba9c8ebea)] - **repl**: fix overzealous top-level await (Tobias Nießen) [#&#8203;43827](https://github.com/nodejs/node/pull/43827)
    
  • [`1deb6b73b7`](https://github.com/nodejs/node/commit/1deb6b73b7)] - **repl**: use `SafePromiseAll` and `SafePromiseRace` (Antoine du Hamel) [#&#8203;43758](https://github.com/nodejs/node/pull/43758)
    
  • [`bf8f2e23ff`](https://github.com/nodejs/node/commit/bf8f2e23ff)] - **src**: refactor DH groups to delete crypto_groups.h (Tobias Nießen) [#&#8203;43896](https://github.com/nodejs/node/pull/43896)
    
  • [`9435fbf8cd`](https://github.com/nodejs/node/commit/9435fbf8cd)] - **src**: remove dead code in base64\_encode (Tobias Nießen) [#&#8203;43979](https://github.com/nodejs/node/pull/43979)
    
  • [`2c47e58ea0`](https://github.com/nodejs/node/commit/2c47e58ea0)] - **src**: fix regression that a source marker is lost (cola119) [#&#8203;43086](https://github.com/nodejs/node/pull/43086)
    
  • [`d084150320`](https://github.com/nodejs/node/commit/d084150320)] - **src**: per-isolate eternal template properties (Chengzhong Wu) [#&#8203;43802](https://github.com/nodejs/node/pull/43802)
    
  • [`9f9d00ccbb`](https://github.com/nodejs/node/commit/9f9d00ccbb)] - **src**: merge NativeModuleEnv into NativeModuleLoader (Joyee Cheung) [#&#8203;43824](https://github.com/nodejs/node/pull/43824)
    
  • [`bb512904e9`](https://github.com/nodejs/node/commit/bb512904e9)] - **src**: use named struct instead of typedef (Tobias Nießen) [#&#8203;43881](https://github.com/nodejs/node/pull/43881)
    
  • [`bb5511e8cc`](https://github.com/nodejs/node/commit/bb5511e8cc)] - **src**: use named enum instead of typedef (Tobias Nießen) [#&#8203;43880](https://github.com/nodejs/node/pull/43880)
    
  • [`5db0c8f667`](https://github.com/nodejs/node/commit/5db0c8f667)] - **src**: pass only Isolate\* and env_vars to EnabledDebugList::Parse() (Darshan Sen) [#&#8203;43668](https://github.com/nodejs/node/pull/43668)
    
  • [`249365524e`](https://github.com/nodejs/node/commit/249365524e)] - **src**: fix node watchdog race condition (theanarkh) [#&#8203;43780](https://github.com/nodejs/node/pull/43780)
    
  • [`17cb27237d`](https://github.com/nodejs/node/commit/17cb27237d)] - **src**: deduplicate `SetALPN` implementations (Tobias Nießen) [#&#8203;43756](https://github.com/nodejs/node/pull/43756)
    
  • [`b4c75a96be`](https://github.com/nodejs/node/commit/b4c75a96be)] - **src**: fix `napi_check_object_type_tag()` (Daeyeon Jeong) [#&#8203;43788](https://github.com/nodejs/node/pull/43788)
    
  • [`8432d6596f`](https://github.com/nodejs/node/commit/8432d6596f)] - **src**: slim down env-inl.h (Ben Noordhuis) [#&#8203;43745](https://github.com/nodejs/node/pull/43745)
    
  • [`2266a4b6d6`](https://github.com/nodejs/node/commit/2266a4b6d6)] - **stream**: improve `respondWithNewView()` (Daeyeon Jeong) [#&#8203;43866](https://github.com/nodejs/node/pull/43866)
    
  • [`bf3991b406`](https://github.com/nodejs/node/commit/bf3991b406)] - **stream**: fix 0 transform hwm backpressure (Robert Nagy) [#&#8203;43685](https://github.com/nodejs/node/pull/43685)
    
  • [`a057510037`](https://github.com/nodejs/node/commit/a057510037)] - **stream**: initial approach to include strategy options on Readable.toWeb() (txxnano) [#&#8203;43515](https://github.com/nodejs/node/pull/43515)
    
  • [`198cf59d2c`](https://github.com/nodejs/node/commit/198cf59d2c)] - **test**: update WPT encoding tests (Kohei Ueno) [#&#8203;43958](https://github.com/nodejs/node/pull/43958)
    
  • [`f0ed1aed8d`](https://github.com/nodejs/node/commit/f0ed1aed8d)] - **test**: remove test-whatwg-events-add-event-listener-options-once.js (Feng Yu) [#&#8203;43877](https://github.com/nodejs/node/pull/43877)
    
  • [`88505556fe`](https://github.com/nodejs/node/commit/88505556fe)] - **test**: work scheduled in process.nextTick can keep the event loop alive (Andreu Botella) [#&#8203;43787](https://github.com/nodejs/node/pull/43787)
    
  • [`81a21946eb`](https://github.com/nodejs/node/commit/81a21946eb)] - **test**: simplify test-tls-set-secure-context (Tobias Nießen) [#&#8203;43878](https://github.com/nodejs/node/pull/43878)
    
  • [`61cd11a8a7`](https://github.com/nodejs/node/commit/61cd11a8a7)] - **test**: use `common.mustNotMutateObjectDeep()` in fs tests (LiviaMedeiros) [#&#8203;43819](https://github.com/nodejs/node/pull/43819)
    
  • [`b1081dbe12`](https://github.com/nodejs/node/commit/b1081dbe12)] - **test**: fix test http upload timeout (theanarkh) [#&#8203;43935](https://github.com/nodejs/node/pull/43935)
    
  • [`efd5e0e925`](https://github.com/nodejs/node/commit/efd5e0e925)] - **test**: simplify ReplStream.wait() (Tobias Nießen) [#&#8203;43857](https://github.com/nodejs/node/pull/43857)
    
  • [`ef21ad2996`](https://github.com/nodejs/node/commit/ef21ad2996)] - **test**: merge test-crypto-dh-hash with modp18 test (Tobias Nießen) [#&#8203;43891](https://github.com/nodejs/node/pull/43891)
    
  • [`e502c50a90`](https://github.com/nodejs/node/commit/e502c50a90)] - **test**: refactor `test/es-module/test-esm-resolve-type` (Antoine du Hamel) [#&#8203;43178](https://github.com/nodejs/node/pull/43178)
    
  • [`c782c3dc69`](https://github.com/nodejs/node/commit/c782c3dc69)] - **test**: ensure NODE_EXTRA_CA_CERTS not set before tests (KrayzeeKev) [#&#8203;43858](https://github.com/nodejs/node/pull/43858)
    
  • [`bb6787cb57`](https://github.com/nodejs/node/commit/bb6787cb57)] - **test**: add check to test-fs-readfile-tostring-fail (Richard Lau) [#&#8203;43850](https://github.com/nodejs/node/pull/43850)
    
  • [`7571704186`](https://github.com/nodejs/node/commit/7571704186)] - **test**: complete TODO in test/wpt/test-url.js (Kohei Ueno) [#&#8203;43797](https://github.com/nodejs/node/pull/43797)
    
  • [`6f1d2dfb9d`](https://github.com/nodejs/node/commit/6f1d2dfb9d)] - **test**: add test on worker process.exit in async modules (Chengzhong Wu) [#&#8203;43751](https://github.com/nodejs/node/pull/43751)
    
  • [`776cc3abbd`](https://github.com/nodejs/node/commit/776cc3abbd)] - **test**: use `common.mustNotMutateObjectDeep()` in immutability tests (LiviaMedeiros) [#&#8203;43196](https://github.com/nodejs/node/pull/43196)
    
  • [`42f2deb3a0`](https://github.com/nodejs/node/commit/42f2deb3a0)] - **test**: add `common.mustNotMutateObjectDeep()` (LiviaMedeiros) [#&#8203;43196](https://github.com/nodejs/node/pull/43196)
    
  • [`f3fc51c508`](https://github.com/nodejs/node/commit/f3fc51c508)] - **test**: fix coverity warning in test (Michael Dawson) [#&#8203;43631](https://github.com/nodejs/node/pull/43631)
    
  • [`a9ecba2fa8`](https://github.com/nodejs/node/commit/a9ecba2fa8)] - **test**: mark test-http-client-response-timeout flaky (Tobias Nießen) [#&#8203;43792](https://github.com/nodejs/node/pull/43792)
    
  • [`cd0d9ddb7c`](https://github.com/nodejs/node/commit/cd0d9ddb7c)] - **test_runner**: add support for boolean values for `concurrency` option (Lenvin Gonsalves) [#&#8203;43887](https://github.com/nodejs/node/pull/43887)
    
  • [`f98020138a`](https://github.com/nodejs/node/commit/f98020138a)] - **test_runner**: validate `timeout` option (Antoine du Hamel) [#&#8203;43843](https://github.com/nodejs/node/pull/43843)
    
  • [`58d15b3687`](https://github.com/nodejs/node/commit/58d15b3687)] - **test_runner**: pass signal on timeout (Moshe Atlow) [#&#8203;43911](https://github.com/nodejs/node/pull/43911)
    
  • [`8b0248506f`](https://github.com/nodejs/node/commit/8b0248506f)] - **test_runner**: do not report an error when tests are passing (Antoine du Hamel) [#&#8203;43919](https://github.com/nodejs/node/pull/43919)
    
  • [`aa8053e1fa`](https://github.com/nodejs/node/commit/aa8053e1fa)] - **test_runner**: recieve and pass AbortSignal (Moshe Atlow) [#&#8203;43554](https://github.com/nodejs/node/pull/43554)
    
  • [`f13e4c1be9`](https://github.com/nodejs/node/commit/f13e4c1be9)] - **test_runner**: fix `it` concurrency (Moshe Atlow) [#&#8203;43757](https://github.com/nodejs/node/pull/43757)
    
  • [`e404a3ef6d`](https://github.com/nodejs/node/commit/e404a3ef6d)] - **test_runner**: support timeout for tests (Moshe Atlow) [#&#8203;43505](https://github.com/nodejs/node/pull/43505)
    
  • [`f28198cc05`](https://github.com/nodejs/node/commit/f28198cc05)] - **test_runner**: catch errors thrown within `describe` (Moshe Atlow) [#&#8203;43729](https://github.com/nodejs/node/pull/43729)
    
  • [`bfe0ac6cd0`](https://github.com/nodejs/node/commit/bfe0ac6cd0)] - **tools**: add more options to track flaky tests (Antoine du Hamel) [#&#8203;43954](https://github.com/nodejs/node/pull/43954)
    
  • [`17a4e5e775`](https://github.com/nodejs/node/commit/17a4e5e775)] - **tools**: add verbose flag to inactive TSC finder (Rich Trott) [#&#8203;43913](https://github.com/nodejs/node/pull/43913)
    
  • [`373304b0c7`](https://github.com/nodejs/node/commit/373304b0c7)] - **tools**: add support for using API key to vuln checking script (Facundo Tuesca) [#&#8203;43909](https://github.com/nodejs/node/pull/43909)
    
  • [`ed45088c14`](https://github.com/nodejs/node/commit/ed45088c14)] - **tools**: support versioned node shared libs on z/OS (alexcfyung) [#&#8203;42256](https://github.com/nodejs/node/pull/42256)
    
  • [`c9ecd6d21f`](https://github.com/nodejs/node/commit/c9ecd6d21f)] - **tools**: update doc to highlight.js@11.6.0 (Node.js GitHub Bot) [#&#8203;43870](https://github.com/nodejs/node/pull/43870)
    
  • [`c92135aa0f`](https://github.com/nodejs/node/commit/c92135aa0f)] - **tools**: update lint-md-dependencies to rollup@2.77.0 (Node.js GitHub Bot) [#&#8203;43871](https://github.com/nodejs/node/pull/43871)
    
  • [`e12bf40fd1`](https://github.com/nodejs/node/commit/e12bf40fd1)] - **tools**: update eslint to 8.20.0 (Node.js GitHub Bot) [#&#8203;43873](https://github.com/nodejs/node/pull/43873)
    
  • [`09fe9b30a9`](https://github.com/nodejs/node/commit/09fe9b30a9)] - **tools**: add script for vulnerability checking (Facundo Tuesca) [#&#8203;43362](https://github.com/nodejs/node/pull/43362)
    
  • [`19e8876877`](https://github.com/nodejs/node/commit/19e8876877)] - **trace_events**: trace net connect event (theanarkh) [#&#8203;43903](https://github.com/nodejs/node/pull/43903)
    
  • [`1af7f24143`](https://github.com/nodejs/node/commit/1af7f24143)] - **util**: remove unicode support todo for perf implications (Rhys) [#&#8203;43762](https://github.com/nodejs/node/pull/43762)
    
  • [`acfc33ca8c`](https://github.com/nodejs/node/commit/acfc33ca8c)] - **(SEMVER-MINOR)** **util**: add tokens to parseArgs (John Gee) [#&#8203;43459](https://github.com/nodejs/node/pull/43459)
    
  • [`f32aec8a6d`](https://github.com/nodejs/node/commit/f32aec8a6d)] - **util**: refactor to use validateObject (Kohei Ueno) [#&#8203;43769](https://github.com/nodejs/node/pull/43769)
    
  • [`d7cfd0c5ba`](https://github.com/nodejs/node/commit/d7cfd0c5ba)] - **v8**: serialize BigInt64Array and BigUint64Array (Ben Noordhuis) [#&#8203;43571](https://github.com/nodejs/node/pull/43571)
    
    

v18.6.0: 2022-07-13, Version 18.6.0 (Current), @​targos

Compare Source

Notable Changes
Experimental ESM Loader Hooks API

Node.js ESM Loader hooks now support multiple custom loaders, and composition is
achieved via "chaining": foo-loader calls bar-loader calls qux-loader
(a custom loader must now signal a short circuit when intentionally not
calling the next). See the ESM docs for details.

Real-world use-cases are laid out for end-users with working examples in the
article Custom ESM loaders: Who, what, when, where, why, how.

Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - #​42623

Commits
Semver-minor commits
  • [`0bca7b722e`](https://github.com/nodejs/node/commit/0bca7b722e)] - **(SEMVER-MINOR)** **dns**: export error code constants from `dns/promises` (Feng Yu) [#&#8203;43176](https://github.com/nodejs/node/pull/43176)
    
  • [`da61e2330f`](https://github.com/nodejs/node/commit/da61e2330f)] - **(SEMVER-MINOR)** **esm**: add chaining to loaders (Jacob Smith) [#&#8203;42623](https://github.com/nodejs/node/pull/42623)
    
  • [`8c97f63401`](https://github.com/nodejs/node/commit/8c97f63401)] - **(SEMVER-MINOR)** **http**: add diagnostics channel for http client (theanarkh) [#&#8203;43580](https://github.com/nodejs/node/pull/43580)
    
  • [`b27856d3d4`](https://github.com/nodejs/node/commit/b27856d3d4)] - **(SEMVER-MINOR)** **http**: add perf_hooks detail for http request and client (theanarkh) [#&#8203;43361](https://github.com/nodejs/node/pull/43361)
    
  • [`9d918d9923`](https://github.com/nodejs/node/commit/9d918d9923)] - **(SEMVER-MINOR)** **module**: add isBuiltIn method (hemanth.hm) [#&#8203;43396](https://github.com/nodejs/node/pull/43396)
    
  • [`a0e7b9983c`](https://github.com/nodejs/node/commit/a0e7b9983c)] - **(SEMVER-MINOR)** **net**: add drop event for net server (theanarkh) [#&#8203;43582](https://github.com/nodejs/node/pull/43582)
    
  • [`4bda6e02a3`](https://github.com/nodejs/node/commit/4bda6e02a3)] - **(SEMVER-MINOR)** **test_runner**: expose `describe` and `it` (Moshe Atlow) [#&#8203;43420](https://github.com/nodejs/node/pull/43420)
    
  • [`34e83312a4`](https://github.com/nodejs/node/commit/34e83312a4)] - **(SEMVER-MINOR)** **v8**: add v8.startupSnapshot utils (Joyee Cheung) [#&#8203;43329](https://github.com/nodejs/node/pull/43329)
    
    
Semver-patch commits
  • [`ef174eac87`](https://github.com/nodejs/node/commit/ef174eac87)] - **assert**: callTracker throw a specific error message when possible (Moshe Atlow) [#&#8203;43640](https://github.com/nodejs/node/pull/43640)
    
  • [`07836637af`](https://github.com/nodejs/node/commit/07836637af)] - **bootstrap**: move global initialization to js (Alena Khineika) [#&#8203;43625](https://github.com/nodejs/node/pull/43625)
    
  • [`e9ee7e44be`](https://github.com/nodejs/node/commit/e9ee7e44be)] - **build,test**: increase stack size limit on Windows (Tobias Nießen) [#&#8203;43632](https://github.com/nodejs/node/pull/43632)
    
  • [`3ca9e653a6`](https://github.com/nodejs/node/commit/3ca9e653a6)] - **child_process**: improve ipc write performance (rubikscraft) [#&#8203;42931](https://github.com/nodejs/node/pull/42931)
    
  • [`cad6d990ec`](https://github.com/nodejs/node/commit/cad6d990ec)] - **child_process**: speed up 'advanced' ipc receiving (rubikscraft) [#&#8203;42931](https://github.com/nodejs/node/pull/42931)
    
  • [`ce3a22a9e3`](https://github.com/nodejs/node/commit/ce3a22a9e3)] - **cluster**: fix closing dgram sockets in cluster workers throws errors (Ouyang Yadong) [#&#8203;43709](https://github.com/nodejs/node/pull/43709)
    
  • [`5d8ee519db`](https://github.com/nodejs/node/commit/5d8ee519db)] - **cluster**: fix fd leak (theanarkh) [#&#8203;43650](https://github.com/nodejs/node/pull/43650)
    
  • [`fa5c4643e2`](https://github.com/nodejs/node/commit/fa5c4643e2)] - **cluster, net**: fix listen pipe with readable and writable in cluster (theanarkh) [#&#8203;43634](https://github.com/nodejs/node/pull/43634)
    
  • [`4df96b501d`](https://github.com/nodejs/node/commit/4df96b501d)] - **crypto**: don't disable TLS 1.3 without suites (Adam Majer) [#&#8203;43427](https://github.com/nodejs/node/pull/43427)
    
  • [`a43928ae78`](https://github.com/nodejs/node/commit/a43928ae78)] - **crypto**: use ByteSource::Builder in To\*Copy (Tobias Nießen) [#&#8203;43477](https://github.com/nodejs/node/pull/43477)
    
  • [`bb326f7ece`](https://github.com/nodejs/node/commit/bb326f7ece)] - **crypto**: handle webcrypto generateKey() usages edge case (Filip Skokan) [#&#8203;43454](https://github.com/nodejs/node/pull/43454)
    
  • [`9bd13bbb3a`](https://github.com/nodejs/node/commit/9bd13bbb3a)] - **crypto**: update Wrapping and unwrapping keys webcrypto example (Filip Skokan) [#&#8203;43452](https://github.com/nodejs/node/pull/43452)
    
  • [`679f19128e`](https://github.com/nodejs/node/commit/679f19128e)] - **crypto**: fix webcrypto generateKey() with empty usages (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431)
    
  • [`64a9dd7b83`](https://github.com/nodejs/node/commit/64a9dd7b83)] - **crypto**: fix webcrypto digest() invalid algorithm (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431)
    
  • [`dedb22e965`](https://github.com/nodejs/node/commit/dedb22e965)] - **crypto**: fix webcrypto RSA generateKey() use of publicExponent (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431)
    
  • [`018f61cb4f`](https://github.com/nodejs/node/commit/018f61cb4f)] - **crypto**: fix webcrypto AES-KW keys accepting encrypt/decrypt usages (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431)
    
  • [`3ee0bb8d03`](https://github.com/nodejs/node/commit/3ee0bb8d03)] - **crypto**: fix webcrypto deriveBits for non-byte lengths (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431)
    
  • [`7fc075b23a`](https://github.com/nodejs/node/commit/7fc075b23a)] - **deps**: update undici to 5.7.0 (Node.js GitHub Bot) [#&#8203;43790](https://github.com/nodejs/node/pull/43790)
    
  • [`d6a9e93426`](https://github.com/nodejs/node/commit/d6a9e93426)] - **deps**: patch V8 to 10.2.154.13 (Michaël Zasso) [#&#8203;43727](https://github.com/nodejs/node/pull/43727)
    
  • [`428d03cb94`](https://github.com/nodejs/node/commit/428d03cb94)] - **deps**: update corepack to 0.12.0 (Node.js GitHub Bot) [#&#8203;43748](https://github.com/nodejs/node/pull/43748)
    
  • [`74914698e5`](https://github.com/nodejs/node/commit/74914698e5)] - **deps**: upgrade npm to 8.13.2 (npm team) [#&#8203;43622](https://github.com/nodejs/node/pull/43622)
    
  • [`0636f86ecc`](https://github.com/nodejs/node/commit/0636f86ecc)] - **deps**: upgrade npm to 8.13.1 (npm team) [#&#8203;43552](https://github.com/nodejs/node/pull/43552)
    
  • [`2149acda60`](https://github.com/nodejs/node/commit/2149acda60)] - **dns**: make promise API fully constructed from `lib/internal/dns/promises` (Feng Yu) [#&#8203;43227](https://github.com/nodejs/node/pull/43227)
    
  • [`79ea19e5e2`](https://github.com/nodejs/node/commit/79ea19e5e2)] - **errors**: extract type detection & use in `ERR_INVALID_RETURN_VALUE` (Jacob Smith) [#&#8203;43558](https://github.com/nodejs/node/pull/43558)
    
  • [`80ced1ae31`](https://github.com/nodejs/node/commit/80ced1ae31)] - **esm**: treat `307` and `308` as redirects in HTTPS imports (Kid) [#&#8203;43689](https://github.com/nodejs/node/pull/43689)
    
  • [`953fefe77b`](https://github.com/nodejs/node/commit/953fefe77b)] - **esm**: restore `next<HookName>`'s `context` as optional arg (Jacob Smith) [#&#8203;43553](https://github.com/nodejs/node/pull/43553)
    
  • [`10bcad5c6e`](https://github.com/nodejs/node/commit/10bcad5c6e)] - **esm**: fix chain advances when loader calls next\<HookName> multiple times (Jacob Smith) [#&#8203;43303](https://github.com/nodejs/node/pull/43303)
    
  • [`50d64edd49`](https://github.com/nodejs/node/commit/50d64edd49)] - **esm**: refactor responseURL handling (Guy Bedford) [#&#8203;43164](https://github.com/nodejs/node/pull/43164)
    
  • [`254efd9e3b`](https://github.com/nodejs/node/commit/254efd9e3b)] - **esm**: fix http(s) import via custom loader (Jacob Smith) [#&#8203;43130](https://github.com/nodejs/node/pull/43130)
    
  • [`061ed0e76b`](https://github.com/nodejs/node/commit/061ed0e76b)] - **events**: improve `Event` compatibility (Daeyeon Jeong) [#&#8203;43461](https://github.com/nodejs/node/pull/43461)
    
  • [`66fb059547`](https://github.com/nodejs/node/commit/66fb059547)] - **events**: improve `EventListener` validation (Daeyeon Jeong) [#&#8203;43491](https://github.com/nodejs/node/pull/43491)
    
  • [`12a591a676`](https://github.com/nodejs/node/commit/12a591a676)] - **fs**: refactor realpath with Map and Set (LiviaMedeiros) [#&#8203;43569](https://github.com/nodejs/node/pull/43569)
    
  • [`df501316c1`](https://github.com/nodejs/node/commit/df501316c1)] - **fs**: don't end fs promises on Isolate termination (Santiago Gimeno) [#&#8203;42910](https://github.com/nodejs/node/pull/42910)
    
  • [`e6d4837fad`](https://github.com/nodejs/node/commit/e6d4837fad)] - **http**: fix failing test (Paolo Insogna) [#&#8203;43641](https://github.com/nodejs/node/pull/43641)
    
  • [`491c7619c4`](https://github.com/nodejs/node/commit/491c7619c4)] - **http**: defer reentrant execution of Parser::Execute (Paolo Insogna) [#&#8203;43369](https://github.com/nodejs/node/pull/43369)
    
  • [`d71ba322b0`](https://github.com/nodejs/node/commit/d71ba322b0)] - **http**: fix http agent keep alive (theanarkh) [#&#8203;43380](https://github.com/nodejs/node/pull/43380)
    
  • [`1f4f811de5`](https://github.com/nodejs/node/commit/1f4f811de5)] - **http2**: log debug only when in debug mode (Basit) [#&#8203;43626](https://github.com/nodejs/node/pull/43626)
    
  • [`c8cbec4cef`](https://github.com/nodejs/node/commit/c8cbec4cef)] - **lib**: make `validateObject` less affected by prototype tampering (Antoine du Hamel) [#&#8203;42929](https://github.com/nodejs/node/pull/42929)
    
  • [`dc484b6f6f`](https://github.com/nodejs/node/commit/dc484b6f6f)] - **lib**: implement safe alternatives to `Promise` static methods (Antoine du Hamel) [#&#8203;43728](https://github.com/nodejs/node/pull/43728)
    
  • [`2233567331`](https://github.com/nodejs/node/commit/2233567331)] - **lib**: use null-prototype objects for property descriptors (Antoine du Hamel) [#&#8203;43473](https://github.com/nodejs/node/pull/43473)
    
  • [`b9198d977f`](https://github.com/nodejs/node/commit/b9198d977f)] - **lib**: refactor to avoid unsafe regex primordials (Antoine du Hamel) [#&#8203;43475](https://github.com/nodejs/node/pull/43475)
    
  • [`deaf4bb5cd`](https://github.com/nodejs/node/commit/deaf4bb5cd)] - **lib**: fix TODO in `freeze_intrinsics` (Antoine du Hamel) [#&#8203;43472](https://github.com/nodejs/node/pull/43472)
    
  • [`61e6d7858a`](https://github.com/nodejs/node/commit/61e6d7858a)] - **lib,src**: add source map support for global eval (Chengzhong Wu) [#&#8203;43428](https://github.com/nodejs/node/pull/43428)
    
  • [`58646eaad6`](https://github.com/nodejs/node/commit/58646eaad6)] - **loader**: make `require.resolve` throw for unknown builtin modules (木杉) [#&#8203;43336](https://github.com/nodejs/node/pull/43336)
    
  • [`e914185c44`](https://github.com/nodejs/node/commit/e914185c44)] - **module**: cjs-module-lexer WebAssembly fallback (Guy Bedford) [#&#8203;43612](https://github.com/nodejs/node/pull/43612)
    
  • [`3ad4d37b3c`](https://github.com/nodejs/node/commit/3ad4d37b3c)] - **module**: also enable subpath imports in REPL (Ray) [#&#8203;43450](https://github.com/nodejs/node/pull/43450)
    
  • [`bf4ac4c55f`](https://github.com/nodejs/node/commit/bf4ac4c55f)] - **net**: remove redundant connecting assignment (Ouyang Yadong) [#&#8203;43710](https://github.com/nodejs/node/pull/43710)
    
  • [`ad1d0541c5`](https://github.com/nodejs/node/commit/ad1d0541c5)] - **net**: fix net keepalive and noDelay (theanarkh) [#&#8203;43561](https://github.com/nodejs/node/pull/43561)
    
  • [`f8bdc53e4f`](https://github.com/nodejs/node/commit/f8bdc53e4f)] - **net**: prevent /32 ipv4 mask from matching all ips (supriyo-biswas) [#&#8203;43381](https://github.com/nodejs/node/pull/43381)
    
  • [`47a252257b`](https://github.com/nodejs/node/commit/47a252257b)] - **net**: fix net.Server keepalive and noDelay (theanarkh) [#&#8203;43497](https://github.com/nodejs/node/pull/43497)
    
  • [`d834d216f2`](https://github.com/nodejs/node/commit/d834d216f2)] - **perf_hooks**: add initiatorType getter (Rafael Gonzaga) [#&#8203;43593](https://github.com/nodejs/node/pull/43593)
    
  • [`02009b7069`](https://github.com/nodejs/node/commit/02009b7069)] - **perf_hooks**: fix miscounted gc performance entry starttime ([#&#8203;43066](https://github.com/nodejs/node/issues/43066)) (Xuguang Mei) [#&#8203;43066](https://github.com/nodejs/node/pull/43066)
    
  • [`e9574f3009`](https://github.com/nodejs/node/commit/e9574f3009)] - **readline**: fix to not access a property on an undefined value (Kohei Ueno) [#&#8203;43543](https://github.com/nodejs/node/pull/43543)
    
  • [`fe1f740f61`](https://github.com/nodejs/node/commit/fe1f740f61)] - **src**: merge RunInThisContext() with RunInContext() (Daeyeon Jeong) [#&#8203;43225](https://github.com/nodejs/node/pull/43225)
    
  • [`0f6d19489a`](https://github.com/nodejs/node/commit/0f6d19489a)] - **src**: fix crash on FSReqPromise destructor (Santiago Gimeno) [#&#8203;43533](https://github.com/nodejs/node/pull/43533)
    
  • [`4e6a844207`](https://github.com/nodejs/node/commit/4e6a844207)] - **src**: delegate NodeArrayBufferAllocator to v8's allocator (Jeremy Rose) [#&#8203;43594](https://github.com/nodejs/node/pull/43594)
    
  • [`5ae30bf17a`](https://github.com/nodejs/node/commit/5ae30bf17a)] - **src**: remove a stale comment in `async_hooks` (Daeyeon Jeong) [#&#8203;43317](https://github.com/nodejs/node/pull/43317)
    
  • [`0b432b957e`](https://github.com/nodejs/node/commit/0b432b957e)] - **src**: fix compiler warning in src/heap_utils.cc (Darshan Sen) [#&#8203;43579](https://github.com/nodejs/node/pull/43579)
    
  • [`d3fc791c3d`](https://github.com/nodejs/node/commit/d3fc791c3d)] - **src**: improve and update ByteSource description (Tobias Nießen) [#&#8203;43478](https://github.com/nodejs/node/pull/43478)
    
  • [`4e0afa4133`](https://github.com/nodejs/node/commit/4e0afa4133)] - **src**: remove CopyBuffer (Tobias Nießen) [#&#8203;43463](https://github.com/nodejs/node/pull/43463)
    
  • [`0659d5e3b0`](https://github.com/nodejs/node/commit/0659d5e3b0)] - **src**: change FormatSize to actually accept a size_t (Tobias Nießen) [#&#8203;43464](https://github.com/nodejs/node/pull/43464)
    
  • [`66ee1f1e3c`](https://github.com/nodejs/node/commit/66ee1f1e3c)] - **src**: register StreamBase while registering LibuvStreamWrap (Darshan Sen) [#&#8203;43321](https://github.com/nodejs/node/pull/43321)
    
  • [`48ee6b9dc9`](https://github.com/nodejs/node/commit/48ee6b9dc9)] - **src,bootstrap**: remove NodeMainInstance::registry\_ (Darshan Sen) [#&#8203;43392](https://github.com/nodejs/node/pull/43392)
    
  • [`2e181f68a3`](https://github.com/nodejs/node/commit/2e181f68a3)] - **src,stream**: change return type to `Maybe` (Daeyeon Jeong) [#&#8203;43575](https://github.com/nodejs/node/pull/43575)
    
  • [`0f07abc80d`](https://github.com/nodejs/node/commit/0f07abc80d)] - **stream**: finish pipeline if dst closes before src (Robert Nagy) [#&#8203;43701](https://github.com/nodejs/node/pull/43701)
    
  • [`1617a4621e`](https://github.com/nodejs/node/commit/1617a4621e)] - **stream**: pass error on legacy destroy (Giacomo Gregoletto) [#&#8203;43519](https://github.com/nodejs/node/pull/43519)
    
  • [`40f51d8e83`](https://github.com/nodejs/node/commit/40f51d8e83)] - **test_runner**: protect internals against prototype tampering (Antoine du Hamel) [#&#8203;43578](https://github.com/nodejs/node/pull/43578)
    
  • [`ddf7518520`](https://github.com/nodejs/node/commit/ddf7518520)] - **test_runner**: cancel on termination (Moshe Atlow) [#&#8203;43549](https://github.com/nodejs/node/pull/43549)
    
  • [`e51d8c6004`](https://github.com/nodejs/node/commit/e51d8c6004)] - **test_runner**: wait for stderr and stdout to complete (Moshe Atlow) [#&#8203;43666](https://github.com/nodejs/node/pull/43666)
    
  • [`dda64ddfbd`](https://github.com/nodejs/node/commit/dda64ddfbd)] - **test_runner**: add Subtest to tap protocol output (Moshe Atlow) [#&#8203;43417](https://github.com/nodejs/node/pull/43417)
    
  • [`a1f1d3a7b3`](https://github.com/nodejs/node/commit/a1f1d3a7b3)] - **url**: update WHATWG URL parser to align with latest spec (Feng Yu) [#&#8203;43190](https://github.com/nodejs/node/pull/43190)
    
  • [`5a5c4be5a3`](https://github.com/nodejs/node/commit/5a5c4be5a3)] - **util**: add `AggregateError.prototype.errors` to inspect output (LiviaMedeiros) [#&#8203;43646](https://github.com/nodejs/node/pull/43646)
    
  • [`bdca4d3ccf`](https://github.com/nodejs/node/commit/bdca4d3ccf)] - **util**: remove unnecessary template string (Ruben Bridgewater) [#&#8203;41082](https://github.com/nodejs/node/pull/41082)
    
  • [`6b16836448`](https://github.com/nodejs/node/commit/6b16836448)] - **util**: mark cwd grey while inspecting errors (Ruben Bridgewater) [#&#8203;41082](https://github.com/nodejs/node/pull/41082)
    
  • [`baa22a7b7d`](https://github.com/nodejs/node/commit/baa22a7b7d)] - **util**: avoid inline access to Symbol.iterator (Kohei Ueno) [#&#8203;43683](https://github.com/nodejs/node/pull/43683)
    
  • [`a1f581a61e`](https://github.com/nodejs/node/commit/a1f581a61e)] - **util**: fix TypeError of symbol in template literals (cola119) [#&#8203;42790](https://github.com/nodejs/node/pull/42790)
    
  • [`ba9b2f021f`](https://github.com/nodejs/node/commit/ba9b2f021f)] - **wasi**: use WasmMemoryObject handle for perf ([#&#8203;43544](https://github.com/nodejs/node/issues/43544)) (snek) [#&#8203;43544](https://github.com/nodejs/node/pull/43544)
    
    
Documentation commits
  • [`e0769554a5`](https://github.com/nodejs/node/commit/e0769554a5)] - **doc**: remove bullet point referring to Node.js 12 (Luigi Pinca) [#&#8203;43744](https://github.com/nodejs/node/pull/43744)
    
  • [`7ffcd85ace`](https://github.com/nodejs/node/commit/7ffcd85ace)] - **doc**: include last security release date (Rafael Gonzaga) [#&#8203;43774](https://github.com/nodejs/node/pull/43774)
    
  • [`4569d6ebcb`](https://github.com/nodejs/node/commit/4569d6ebcb)] - **doc**: add details for July 2022 security releases (Beth Griggs) [#&#8203;43733](https://github.com/nodejs/node/pull/43733)
    
  • [`1bd56339c5`](https://github.com/nodejs/node/commit/1bd56339c5)] - **doc**: remove openssl 1.x reference (Rafael Gonzaga) [#&#8203;43734](https://github.com/nodejs/node/pull/43734)
    
  • [`bf62ffd848`](https://github.com/nodejs/node/commit/bf62ffd848)] - **doc**: remove node-report from support tiers (RafaelGSS) [#&#8203;43737](https://github.com/nodejs/node/pull/43737)
    
  • [`ca5af0dbf7`](https://github.com/nodejs/node/commit/ca5af0dbf7)] - **doc**: update changelog-maker to the new flags (RafaelGSS) [#&#8203;43696](https://github.com/nodejs/node/pull/43696)
    
  • [`088b9266d0`](https://github.com/nodejs/node/commit/088b9266d0)] - **doc**: remove extra 'in's (Colin Ihrig) [#&#8203;43705](https://github.com/nodejs/node/pull/43705)
    
  • [`7679c77347`](https://github.com/nodejs/node/commit/7679c77347)] - **doc**: add Geoffrey Booth to TSC (Rich Trott) [#&#8203;43706](https://github.com/nodejs/node/pull/43706)
    
  • [`d46261ceed`](https://github.com/nodejs/node/commit/d46261ceed)] - **doc**: improve readability of `dns.md` (0xSanyam) [#&#8203;43694](https://github.com/nodejs/node/pull/43694)
    
  • [`ca0fbfd87f`](https://github.com/nodejs/node/commit/ca0fbfd87f)] - **doc**: add note regarding special case of 0 stat.size (Douglas Wilson) [#&#8203;43690](https://github.com/nodejs/node/pull/43690)
    
  • [`267f66b5cc`](https://github.com/nodejs/node/commit/267f66b5cc)] - **doc**: fix default of duplex.allowHalfOpen (Vincent Weevers) [#&#8203;43665](https://github.com/nodejs/node/pull/43665)
    
  • [`46ad2061db`](https://github.com/nodejs/node/commit/46ad2061db)] - **doc**: fix typo in errors.md (Kazuma Ohashi) [#&#8203;43677](https://github.com/nodejs/node/pull/43677)
    
  • [`3a8edb363e`](https://github.com/nodejs/node/commit/3a8edb363e)] - **doc**: improve description of --input-type (cola119) [#&#8203;43507](https://github.com/nodejs/node/pull/43507)
    
  • [`b4b15b71d7`](https://github.com/nodejs/node/commit/b4b15b71d7)] - **doc**: add daeyeon to triagers (Daeyeon Jeong) [#&#8203;43637](https://github.com/nodejs/node/pull/43637)
    
  • [`cb77b3e3f7`](https://github.com/nodejs/node/commit/cb77b3e3f7)] - **doc**: remove appmetrics from tierlist (Tony Gorez) [#&#8203;43608](https://github.com/nodejs/node/pull/43608)
    
  • [`0fe825ac07`](https://github.com/nodejs/node/commit/0fe825ac07)] - **doc**: remove systemtap from tierlist (Tony Gorez) [#&#8203;43605](https://github.com/nodejs/node/pull/43605)
    
  • [`6fc5a13fe0`](https://github.com/nodejs/node/commit/6fc5a13fe0)] - **doc**: add single executable application initiative (Michael Dawson) [#&#8203;43611](https://github.com/nodejs/node/pull/43611)
    
  • [`350e6ae04c`](https://github.com/nodejs/node/commit/350e6ae04c)] - **doc**: remove windows xperf from tierlist (Tony Gorez) [#&#8203;43607](https://github.com/nodejs/node/pull/43607)
    
  • [`a6e98dfd65`](https://github.com/nodejs/node/commit/a6e98dfd65)] - **doc**: remove lttng from tierlist (Tony Gorez) [#&#8203;43604](https://github.com/nodejs/node/pull/43604)
    
  • [`22512427b3`](https://github.com/nodejs/node/commit/22512427b3)] - **doc**: remove dtrace from tierlist (Tony Gorez) [#&#8203;43606](https://github.com/nodejs/node/pull/43606)
    
  • [`a3659e3547`](https://github.com/nodejs/node/commit/a3659e3547)] - **doc**: promote 0x to tier 4 (Tony Gorez) [#&#8203;43609](https://github.com/nodejs/node/pull/43609)
    
  • [`6ede1c2162`](https://github.com/nodejs/node/commit/6ede1c2162)] - **doc**: include CVSS mention (Rafael Gonzaga) [#&#8203;43602](https://github.com/nodejs/node/pull/43602)
    
  • [`23c5de3579`](https://github.com/nodejs/node/commit/23c5de3579)] - **doc**: fix icu-small example (Michael Dawson) [#&#8203;43591](https://github.com/nodejs/node/pull/43591)
    
  • [`54a8a0c9c7`](https://github.com/nodejs/node/commit/54a8a0c9c7)] - **doc**: add `backport-open-vN.x` step to backporting guide (LiviaMedeiros) [#&#8203;43590](https://github.com/nodejs/node/pull/43590)
    
  • [`60b949d8ff`](https://github.com/nodejs/node/commit/60b949d8ff)] - **doc**: move MylesBorins to TSC Emeritus (Myles Borins) [#&#8203;43524](https://github.com/nodejs/node/pull/43524)
    
  • [`08ed28c31e`](https://github.com/nodejs/node/commit/08ed28c31e)] - **doc**: add Juan as a security steward (Michael Dawson) [#&#8203;43512](https://github.com/nodejs/node/pull/43512)
    
  • [`2e799bcd35`](https://github.com/nodejs/node/commit/2e799bcd35)] - **doc**: update link to MDN page about dynamic imports (James Scott-Brown) [#&#8203;43530](https://github.com/nodejs/node/pull/43530)
    
  • [`c8aafe2036`](https://github.com/nodejs/node/commit/c8aafe2036)] - **doc**: fix Visual Studio 2019 download link (Feng Yu) [#&#8203;43236](https://github.com/nodejs/node/pull/43236)
    
  • [`d0c78d21e0`](https://github.com/nodejs/node/commit/d0c78d21e0)] - **doc**: update link of `ICU data slicer` (Feng Yu) [#&#8203;43483](https://github.com/nodejs/node/pull/43483)
    
  • [`324728094c`](https://github.com/nodejs/node/commit/324728094c)] - **doc**: update v8 doc link to v8.dev (Feng Yu) [#&#8203;43482](https://github.com/nodejs/node/pull/43482)
    
  • [`b111331c9c`](https://github.com/nodejs/node/commit/b111331c9c)] - **doc**: add ESM version examples to events api doc (Feng Yu) [#&#8203;43226](https://github.com/nodejs/node/pull/43226)
    
  • [`038decfbc3`](https://github.com/nodejs/node/commit/038decfbc3)] - **doc**: update default branch name in `test/**` (Luigi Pinca) [#&#8203;43445](https://github.com/nodejs/node/pull/43445)
    
  • [`a23051af84`](https://github.com/nodejs/node/commit/a23051af84)] - **doc**: add new useful V8 option (JialuZhang-intel) [#&#8203;42575](https://github.com/nodejs/node/pull/42575)
    
  • [`7f406fd77b`](https://github.com/nodejs/node/commit/7f406fd77b)] - **doc**: remove branch name mention in `src/README.md` (Feng Yu) [#&#8203;43442](https://github.com/nodejs/node/pull/43442)
    
  • [`06fe60a6f9`](https://github.com/nodejs/node/commit/06fe60a6f9)] - **doc**: update default branch name in `Makefile` (Feng Yu) [#&#8203;43441](https://github.com/nodejs/node/pull/43441)
    
  • [`9d61da0aef`](https://github.com/nodejs/node/commit/9d61da0aef)] - **doc**: update main branch name in release guide (Richard Lau) [#&#8203;43437](https://github.com/nodejs/node/pull/43437)
    
  • [`739d3a35ed`](https://github.com/nodejs/node/commit/739d3a35ed)] - **doc**: update main branch name in onboarding.md (Feng Yu) [#&#8203;43443](https://github.com/nodejs/node/pull/43443)
    
  • [`e0fedcfb18`](https://github.com/nodejs/node/commit/e0fedcfb18)] - **doc**: fixup after rename of primary nodejs branch (Michael Dawson) [#&#8203;43453](https://github.com/nodejs/node/pull/43453)
    
  • [`429e0f433b`](https://github.com/nodejs/node/commit/429e0f433b)] - **doc**: update main branch name in doc/contributing/\* (Luigi Pinca) [#&#8203;43438](https://github.com/nodejs/node/pull/43438)
    
  • [`cbaf1207f4`](https://github.com/nodejs/node/commit/cbaf1207f4)] - **doc**: add code examples to node test runner (Wassim Chegham) [#&#8203;43359](https://github.com/nodejs/node/pull/43359)
    
  • [`462e526237`](https://github.com/nodejs/node/commit/462e526237)] - **doc,test**: clarify timingSafeEqual semantics (Tobias Nießen) [#&#8203;43228](https://github.com/nodejs/node/pull/43228)
    
    
Other commits
  • [`7ee0be71f9`](https://github.com/nodejs/node/commit/7ee0be71f9)] - **benchmark**: fix output regression (Brian White) [#&#8203;43635](https://github.com/nodejs/node/pull/43635)
    
  • [`d90a6f9bda`](https://github.com/nodejs/node/commit/d90a6f9bda)] - **benchmark**: fix fork detection (Paolo Insogna) [#&#8203;43601](https://github.com/nodejs/node/pull/43601)
    
  • [`f9c30abcdc`](https://github.com/nodejs/node/commit/f9c30abcdc)] - **benchmark**: forcefully close processes (Paolo Insogna) [#&#8203;43557](https://github.com/nodejs/node/pull/43557)
    
  • [`ebf962c053`](https://github.com/nodejs/node/commit/ebf962c053)] - **build**: enable GitPod prebuilds (Rich Trott) [#&#8203;43698](https://github.com/nodejs/node/pull/43698)
    
  • [`482bd53357`](https://github.com/nodejs/node/commit/482bd53357)] - **build**: clarify missing clang-format tool (Tobias Nießen) [#&#8203;42762](https://github.com/nodejs/node/pull/42762)
    
  • [`919c5ee5c2`](https://github.com/nodejs/node/commit/919c5ee5c2)] - **build**: update main branch name in GH workflow (Feng Yu) [#&#8203;43481](https://github.com/nodejs/node/pull/43481)
    
  • [`3b08dfdc5d`](https://github.com/nodejs/node/commit/3b08dfdc5d)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43750](https://github.com/nodejs/node/pull/43750)
    
  • [`508cbbcbf9`](https://github.com/nodejs/node/commit/508cbbcbf9)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43660](https://github.com/nodejs/node/pull/43660)
    
  • [`d650c9c6b0`](https://github.com/nodejs/node/commit/d650c9c6b0)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43573](https://github.com/nodejs/node/pull/43573)
    
  • [`b9204c9be8`](https://github.com/nodejs/node/commit/b9204c9be8)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43480](https://github.com/nodejs/node/pull/43480)
    
  • [`294f0ef4df`](https://github.com/nodejs/node/commit/294f0ef4df)] - **test**: mark test-net-connect-reset-until-connected flaky on freebsd (Feng Yu) [#&#8203;43613](https://github.com/nodejs/node/pull/43613)
    
  • [`f2f7d7b207`](https://github.com/nodejs/node/commit/f2f7d7b207)] - **test**: remove unnecessary .toString() calls in HTTP tests (Anna Henningsen) [#&#8203;43731](https://github.com/nodejs/node/pull/43731)
    
  • [`38e92fd88f`](https://github.com/nodejs/node/commit/38e92fd88f)] - **test**: mark test-gc-http-client-timeout as flaky on arm (Chengzhong Wu) [#&#8203;43754](https://github.com/nodejs/node/pull/43754)
    
  • [`b164848c55`](https://github.com/nodejs/node/commit/b164848c55)] - **test**: fix typo in file name (Antoine du Hamel) [#&#8203;43764](https://github.com/nodejs/node/pull/43764)
    
  • [`a0b799f645`](https://github.com/nodejs/node/commit/a0b799f645)] - **test**: add test for profile command of node inspect (Kohei Ueno) [#&#8203;43058](https://github.com/nodejs/node/pull/43058)
    
  • [`c4d88b3345`](https://github.com/nodejs/node/commit/c4d88b3345)] - **test**: use Object for `tests` variable in fs trace test (Feng Yu) [#&#8203;43585](https://github.com/nodejs/node/pull/43585)
    
  • [`c9f130e1cf`](https://github.com/nodejs/node/commit/c9f130e1cf)] - **test**: improve code coverage for performance_entry (Kohei Ueno) [#&#8203;43434](https://github.com/nodejs/node/pull/43434)
    
  • [`0b4956079a`](https://github.com/nodejs/node/commit/0b4956079a)] - **test**: add test to ensure repl doesn't support --input-type (cola119) [#&#8203;43507](https://github.com/nodejs/node/pull/43507)
    
  • [`2adf4e7727`](https://github.com/nodejs/node/commit/2adf4e7727)] - **test**: fix flaky test-perf-hooks-histogram (Santiago Gimeno) [#&#8203;43567](https://github.com/nodejs/node/pull/43567)
    
  • [`043756d540`](https://github.com/nodejs/node/commit/043756d540)] - **test**: fill DOMException names (LiviaMedeiros) [#&#8203;43615](https://github.com/nodejs/node/pull/43615)
    
  • [`e718a6e913`](https://github.com/nodejs/node/commit/e718a6e913)] - **test**: fix Buffer.from(ArrayBufferView) call (LiviaMedeiros) [#&#8203;43614](https://github.com/nodejs/node/pull/43614)
    
  • [`ac72f4e812`](https://github.com/nodejs/node/commit/ac72f4e812)] - **test**: mark test-worker-http2-stream-terminate flaky on all platforms (Finn Yu) [#&#8203;43620](https://github.com/nodejs/node/pull/43620)
    
  • [`dabccef69f`](https://github.com/nodejs/node/commit/dabccef69f)] - **test**: mark flaky tests on smartos (Feng Yu) [#&#8203;43596](https://github.com/nodejs/node/pull/43596)
    
  • [`705e85e736`](https://github.com/nodejs/node/commit/705e85e736)] - **test**: improve code coverage for SourceMap class (italo jose) [#&#8203;43285](https://github.com/nodejs/node/pull/43285)
    
  • [`7c6f548382`](https://github.com/nodejs/node/commit/7c6f548382)] - **test**: mark test-http-server-request-timeouts-mixed flaky on macOS (F3n67u) [#&#8203;43597](https://github.com/nodejs/node/pull/43597)
    
  • [`bd91337988`](https://github.com/nodejs/node/commit/bd91337988)] - **test**: refactor to top-level await (Meek Simbule) [#&#8203;43500](https://github.com/nodejs/node/pull/43500)
    
  • [`9940dc38c1`](https://github.com/nodejs/node/commit/9940dc38c1)] - **test**: skip test-v8-serialize-leak on IBM i (Richard Lau) [#&#8203;43511](https://github.com/nodejs/node/pull/43511)
    
  • [`17b92f0679`](https://github.com/nodejs/node/commit/17b92f0679)] - **test**: use unique file names in fs trace test (Ben Noordhuis) [#&#8203;43504](https://github.com/nodejs/node/pull/43504)
    
  • [`7ca58b8ee7`](https://github.com/nodejs/node/commit/7ca58b8ee7)] - **test**: allow EOVERFLOW errors in fs position tests (Richard Lau) [#&#8203;43510](https://github.com/nodejs/node/pull/43510)
    
  • [`eece34cddb`](https://github.com/nodejs/node/commit/eece34cddb)] - **test**: add WPT tests for dom/events (Daiki Nishikawa) [#&#8203;43151](https://github.com/nodejs/node/pull/43151)
    
  • [`70d297c271`](https://github.com/nodejs/node/commit/70d297c271)] - **test**: replace gc(true) with gc({ type: 'minor' }) (Tobias Nießen) [#&#8203;43493](https://github.com/nodejs/node/pull/43493)
    
  • [`1022c0d0d4`](https://github.com/nodejs/node/commit/1022c0d0d4)] - **test**: fix flaky test-https-server-close- tests (Santiago Gimeno) [#&#8203;43216](https://github.com/nodejs/node/pull/43216)
    
  • [`a9ab41cb38`](https://github.com/nodejs/node/commit/a9ab41cb38)] - **test**: refactor to top-level await (Meek Simbule) [#&#8203;43366](https://github.com/nodejs/node/pull/43366)
    
  • [`b1a7798821`](https://github.com/nodejs/node/commit/b1a7798821)] - **test**: skip test-net-connect-reset-until-connected on SmartOS (Filip Skokan) [#&#8203;43449](https://github.com/nodejs/node/pull/43449)
    
  • [`3b0703fd0d`](https://github.com/nodejs/node/commit/3b0703fd0d)] - **test**: rename `test-eventtarget-whatwg-*.js` (Daeyeon Jeong) [#&#8203;43467](https://github.com/nodejs/node/pull/43467)
    
  • [`5c0a24d5be`](https://github.com/nodejs/node/commit/5c0a24d5be)] - **test**: mark test-worker-http2-stream-terminate flaky on Windows (Darshan Sen) [#&#8203;43425](https://github.com/nodejs/node/pull/43425)
    
  • [`48ae00c0b1`](https://github.com/nodejs/node/commit/48ae00c0b1)] - **test**: improve coverage for load hooks (Antoine du Hamel) [#&#8203;43374](https://github.com/nodejs/node/pull/43374)
    
  • [`2b55b606f7`](https://github.com/nodejs/node/commit/2b55b606f7)] - ***Revert*** "**test**: mark test_buffer/test_finalizer flaky" (Matteo Collina) [#&#8203;43418](https://github.com/nodejs/node/pull/43418)
    
  • [`3948accbf4`](https://github.com/nodejs/node/commit/3948accbf4)] - **test**: make node-api/test_buffer/test_finalizer not flaky (Matteo Collina) [#&#8203;43418](https://github.com/nodejs/node/pull/43418)
    
  • [`c954bcd20b`](https://github.com/nodejs/node/commit/c954bcd20b)] - **tools**: remove rpm build scripts (Ben Noordhuis) [#&#8203;43647](https://github.com/nodejs/node/pull/43647)
    
  • [`8a06b7b9d0`](https://github.com/nodejs/node/commit/8a06b7b9d0)] - **tools**: update lint-md-dependencies to rollup@2.76.0 (Node.js GitHub Bot) [#&#8203;43749](https://github.com/nodejs/node/pull/43749)
    
  • [`aafdf1239e`](https://github.com/nodejs/node/commit/aafdf1239e)] - **tools**: refactor `tools/license2rtf` to ESM (Feng Yu) [#&#8203;43232](https://github.com/nodejs/node/pull/43232)
    
  • [`99ffabf2dd`](https://github.com/nodejs/node/commit/99ffabf2dd)] - **tools**: update eslint to 8.19.0 (Node.js GitHub Bot) [#&#8203;43662](https://github.com/nodejs/node/pull/43662)
    
  • [`c6396c179f`](https://github.com/nodejs/node/commit/c6396c179f)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;43572](https://github.com/nodejs/node/pull/43572)
    
  • [`8d14d6e215`](https://github.com/nodejs/node/commit/8d14d6e215)] - **tools**: fix CJS/ESM toggle on small screens (Antoine du Hamel) [#&#8203;43506](https://github.com/nodejs/node/pull/43506)
    
  • [`59d4da699e`](https://github.com/nodejs/node/commit/59d4da699e)] - **tools**: update eslint to 8.18.0 (Node.js GitHub Bot) [#&#8203;43479](https://github.com/nodejs/node/pull/43479)
    
  • [`752380a959`](https://github.com/nodejs/node/commit/752380a959)] - **tools**: update main branch name (Feng Yu) [#&#8203;43440](https://github.com/nodejs/node/pull/43440)
    
  • [`06c367ef8b`](https://github.com/nodejs/node/commit/06c367ef8b)] - **tools**: update lint-md-dependencies to rollup@2.75.6 (Node.js GitHub Bot) [#&#8203;43386](https://github.com/nodejs/node/pull/43386)
    
    

v18.5.0: 2022-07-07, Version 18.5.0 (Current), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • [`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#&#8203;43124](https://github.com/nodejs/node/pull/43124)
    
  • [`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#&#8203;43124](https://github.com/nodejs/node/pull/43124)
    -   Node.js now reads `nodejs_conf` section in the `openssl` config
    
  • [`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#&#8203;43693](https://github.com/nodejs/node/pull/43693)
    
  • [`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#&#8203;43693](https://github.com/nodejs/node/pull/43693)
    
    
Commits
  • [`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#&#8203;43693](https://github.com/nodejs/node/pull/43693)
    
  • [`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#&#8203;43693](https://github.com/nodejs/node/pull/43693)
    
  • [`a5fc2deb43`](https://github.com/nodejs/node/commit/a5fc2deb43)] - **deps**: update default openssl.cnf directory (Michael Dawson) [nodejs-private/node-private#&#8203;335](https://github.com/nodejs-private/node-private/pull/335)
    
  • [`f2407748e3`](https://github.com/nodejs/node/commit/f2407748e3)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [nodejs-private/node-private#&#8203;315](https://github.com/nodejs-private/node-private/pull/315)
    
  • [`e4af5eba95`](https://github.com/nodejs/node/commit/e4af5eba95)] - **src**: fix IPv4 validation in inspector_socket (Tobias Nießen) [nodejs-private/node-private#&#8203;320](https://github.com/nodejs-private/node-private/pull/320)
    
  • [`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#&#8203;43124](https://github.com/nodejs/node/pull/43124)
    
  • [`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#&#8203;43124](https://github.com/nodejs/node/pull/43124)
    
    

v18.4.0: 2022-06-16, Version 18.4.0 (Current), @​danielleadams

Compare Source

Notable Changes
  • crypto:
    • remove Node.js-specific webcrypto extensions (Filip Skokan) #​43310
    • add CFRG curves to Web Crypto API (Filip Skokan) #​42507
  • dns:
    • accept 'IPv4' and 'IPv6' for family (Antoine du Hamel) #​43054
  • report:
    • add more heap infos in process report (theanarkh) #​43116
Commits
  • [`702bfa0b7c`](https://github.com/nodejs/node/commit/702bfa0b7c)] - **async_hooks**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`f7c4015fd8`](https://github.com/nodejs/node/commit/f7c4015fd8)] - **bootstrap**: consolidate global properties definition (Chengzhong Wu) [#&#8203;43357](https://github.com/nodejs/node/pull/43357)
    
  • [`8d892f5259`](https://github.com/nodejs/node/commit/8d892f5259)] - **build**: add nonpm and nocorepack to vcbuild.bat (Darshan Sen) [#&#8203;43219](https://github.com/nodejs/node/pull/43219)
    
  • [`4109ddc005`](https://github.com/nodejs/node/commit/4109ddc005)] - **child_process**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`7b5cb14f0c`](https://github.com/nodejs/node/commit/7b5cb14f0c)] - **cluster**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`9f1de2c005`](https://github.com/nodejs/node/commit/9f1de2c005)] - **crypto**: fix webcrypto import of cfrg raw public keys (Filip Skokan) [#&#8203;43404](https://github.com/nodejs/node/pull/43404)
    
  • [`7f02e22998`](https://github.com/nodejs/node/commit/7f02e22998)] - **crypto**: test webcrypto ec raw public key import (Filip Skokan) [#&#8203;43405](https://github.com/nodejs/node/pull/43405)
    
  • [`0a075cb548`](https://github.com/nodejs/node/commit/0a075cb548)] - **crypto**: fix webcrypto JWK EC and OKP import crv check (Filip Skokan) [#&#8203;43346](https://github.com/nodejs/node/pull/43346)
    
  • [`df0903c8e8`](https://github.com/nodejs/node/commit/df0903c8e8)] - **crypto**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`6d0053345e`](https://github.com/nodejs/node/commit/6d0053345e)] - **(SEMVER-MINOR)** **crypto**: remove Node.js-specific webcrypto extensions (Filip Skokan) [#&#8203;43310](https://github.com/nodejs/node/pull/43310)
    
  • [`28c034d6b5`](https://github.com/nodejs/node/commit/28c034d6b5)] - **(SEMVER-MINOR)** **crypto**: add CFRG curves to Web Crypto API (Filip Skokan) [#&#8203;42507](https://github.com/nodejs/node/pull/42507)
    
  • [`fe7fd85109`](https://github.com/nodejs/node/commit/fe7fd85109)] - **deps**: update Corepack to 0.11.2 (Maël Nison) [#&#8203;43402](https://github.com/nodejs/node/pull/43402)
    
  • [`517f17b214`](https://github.com/nodejs/node/commit/517f17b214)] - **deps**: update undici to 5.5.1 (Node.js GitHub Bot) [#&#8203;43412](https://github.com/nodejs/node/pull/43412)
    
  • [`f4c830fbe4`](https://github.com/nodejs/node/commit/f4c830fbe4)] - **deps**: upgrade npm to 8.12.1 (npm CLI robot) [#&#8203;43301](https://github.com/nodejs/node/pull/43301)
    
  • [`0bb84b09a5`](https://github.com/nodejs/node/commit/0bb84b09a5)] - **(SEMVER-MINOR)** **dns**: accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) [#&#8203;43054](https://github.com/nodejs/node/pull/43054)
    
  • [`f91babe494`](https://github.com/nodejs/node/commit/f91babe494)] - **doc**: packages documentation updates for 12 EOL (Guy Bedford) [#&#8203;43375](https://github.com/nodejs/node/pull/43375)
    
  • [`066f963ec1`](https://github.com/nodejs/node/commit/066f963ec1)] - **doc**: add initial doc on how to update cjs-module-lexer (Michael Dawson) [#&#8203;43255](https://github.com/nodejs/node/pull/43255)
    
  • [`36e5684ae0`](https://github.com/nodejs/node/commit/36e5684ae0)] - **doc**: clarify use of deps/icu-small (Michael Dawson) [#&#8203;43287](https://github.com/nodejs/node/pull/43287)
    
  • [`b9634e7ef3`](https://github.com/nodejs/node/commit/b9634e7ef3)] - **doc**: remove llnode from diag tierlist (Tony Gorez) [#&#8203;43289](https://github.com/nodejs/node/pull/43289)
    
  • [`4caeb10e7b`](https://github.com/nodejs/node/commit/4caeb10e7b)] - **doc**: remove ETW from diag tierlist (Tony Gorez) [#&#8203;43295](https://github.com/nodejs/node/pull/43295)
    
  • [`41955e5ce5`](https://github.com/nodejs/node/commit/41955e5ce5)] - **doc**: use serial comma in report docs (Tobias Nießen) [#&#8203;43394](https://github.com/nodejs/node/pull/43394)
    
  • [`e30d4c1cb0`](https://github.com/nodejs/node/commit/e30d4c1cb0)] - **doc**: add fspromises mkdir example (Tierney Cyren) [#&#8203;40843](https://github.com/nodejs/node/pull/40843)
    
  • [`adec5fa929`](https://github.com/nodejs/node/commit/adec5fa929)] - **doc**: add F3n67u to triagers (Feng Yu) [#&#8203;43350](https://github.com/nodejs/node/pull/43350)
    
  • [`cc3505b192`](https://github.com/nodejs/node/commit/cc3505b192)] - **doc**: fix typo in globals.md (Daeyeon Jeong) [#&#8203;43365](https://github.com/nodejs/node/pull/43365)
    
  • [`052c8eaf6a`](https://github.com/nodejs/node/commit/052c8eaf6a)] - **doc**: use serial comma in webstreams docs (Tobias Nießen) [#&#8203;43353](https://github.com/nodejs/node/pull/43353)
    
  • [`b824a0b7d0`](https://github.com/nodejs/node/commit/b824a0b7d0)] - **doc**: fix specifier example in `esm.md` (hiroki osame) [#&#8203;43351](https://github.com/nodejs/node/pull/43351)
    
  • [`d558b3c028`](https://github.com/nodejs/node/commit/d558b3c028)] - **doc**: add undici to glossary (F3n67u) [#&#8203;43327](https://github.com/nodejs/node/pull/43327)
    
  • [`f9ad98f5cb`](https://github.com/nodejs/node/commit/f9ad98f5cb)] - **doc**: change glossary link in pull request guide to node's glossary doc (Feng Yu) [#&#8203;43318](https://github.com/nodejs/node/pull/43318)
    
  • [`02944a6783`](https://github.com/nodejs/node/commit/02944a6783)] - **doc**: fix typo in util.parseArgs usage example (Michael Ficarra) [#&#8203;43332](https://github.com/nodejs/node/pull/43332)
    
  • [`f2bc6a3f71`](https://github.com/nodejs/node/commit/f2bc6a3f71)] - **doc**: improve description of TZ (Tobias Nießen) [#&#8203;43334](https://github.com/nodejs/node/pull/43334)
    
  • [`9335ea6c35`](https://github.com/nodejs/node/commit/9335ea6c35)] - **doc**: use serial comma in net docs (Tobias Nießen) [#&#8203;43335](https://github.com/nodejs/node/pull/43335)
    
  • [`05f38c6c3e`](https://github.com/nodejs/node/commit/05f38c6c3e)] - **doc**: make clear the result of comparison between Symbol.for (Kohei Ueno) [#&#8203;43309](https://github.com/nodejs/node/pull/43309)
    
  • [`c9aed9de9f`](https://github.com/nodejs/node/commit/c9aed9de9f)] - **doc**: add missing require to stream api doc (Feng Yu) [#&#8203;43237](https://github.com/nodejs/node/pull/43237)
    
  • [`f3188c1c9c`](https://github.com/nodejs/node/commit/f3188c1c9c)] - **doc**: add CIGTM to `glossary.md` (Feng Yu) [#&#8203;43316](https://github.com/nodejs/node/pull/43316)
    
  • [`c572d2d115`](https://github.com/nodejs/node/commit/c572d2d115)] - **doc**: use serial comma in pull request doc (Feng Yu) [#&#8203;43319](https://github.com/nodejs/node/pull/43319)
    
  • [`8a4e1fa002`](https://github.com/nodejs/node/commit/8a4e1fa002)] - **doc**: use serial comma in ESM docs (Tobias Nießen) [#&#8203;43322](https://github.com/nodejs/node/pull/43322)
    
  • [`fff0560a66`](https://github.com/nodejs/node/commit/fff0560a66)] - **doc**: promote cdt to tier 3 (Tony Gorez) [#&#8203;43290](https://github.com/nodejs/node/pull/43290)
    
  • [`7d0f6da97f`](https://github.com/nodejs/node/commit/7d0f6da97f)] - **doc**: fix chromium document link in pull-requests.md (rikapo) [#&#8203;43265](https://github.com/nodejs/node/pull/43265)
    
  • [`4674b0d2a5`](https://github.com/nodejs/node/commit/4674b0d2a5)] - **doc**: fix 404 link of BUILDING.md (Feng Yu) [#&#8203;43234](https://github.com/nodejs/node/pull/43234)
    
  • [`ee392c5c0b`](https://github.com/nodejs/node/commit/ee392c5c0b)] - **doc**: update CHANGELOG_V18.md (Filip Skokan) [#&#8203;43298](https://github.com/nodejs/node/pull/43298)
    
  • [`5a3a2a197f`](https://github.com/nodejs/node/commit/5a3a2a197f)] - **doc**: add src/crypto to CC list for nodejs/crypto (Tobias Nießen) [#&#8203;43286](https://github.com/nodejs/node/pull/43286)
    
  • [`69ce50396c`](https://github.com/nodejs/node/commit/69ce50396c)] - **doc**: use serial comma in console docs (Tobias Nießen) [#&#8203;43257](https://github.com/nodejs/node/pull/43257)
    
  • [`0c5092c51c`](https://github.com/nodejs/node/commit/0c5092c51c)] - **events**: fix adding abort listener in `events.once` (Daeyeon Jeong) [#&#8203;43373](https://github.com/nodejs/node/pull/43373)
    
  • [`fda2105481`](https://github.com/nodejs/node/commit/fda2105481)] - **events**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`63bf49b143`](https://github.com/nodejs/node/commit/63bf49b143)] - **fs**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`9b764531b9`](https://github.com/nodejs/node/commit/9b764531b9)] - **fs**: export constants from `fs/promises` (Feng Yu) [#&#8203;43177](https://github.com/nodejs/node/pull/43177)
    
  • [`a4409f85f8`](https://github.com/nodejs/node/commit/a4409f85f8)] - **http**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`2ffd54105a`](https://github.com/nodejs/node/commit/2ffd54105a)] - **http2**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`b468b8fe51`](https://github.com/nodejs/node/commit/b468b8fe51)] - **https**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`d2a98dc6cf`](https://github.com/nodejs/node/commit/d2a98dc6cf)] - **inspector**: add missing initialization (Michael Dawson) [#&#8203;43254](https://github.com/nodejs/node/pull/43254)
    
  • [`3b2f7eed39`](https://github.com/nodejs/node/commit/3b2f7eed39)] - **lib**: use `kEmptyObject` in various places (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`4a9511d971`](https://github.com/nodejs/node/commit/4a9511d971)] - **lib**: give names to promisified methods (LiviaMedeiros) [#&#8203;43218](https://github.com/nodejs/node/pull/43218)
    
  • [`b8644606eb`](https://github.com/nodejs/node/commit/b8644606eb)] - **lib**: use null-prototype objects for property descriptors (Antoine du Hamel) [#&#8203;43270](https://github.com/nodejs/node/pull/43270)
    
  • [`64edd6cbc3`](https://github.com/nodejs/node/commit/64edd6cbc3)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;43399](https://github.com/nodejs/node/pull/43399)
    
  • [`b05cea57ba`](https://github.com/nodejs/node/commit/b05cea57ba)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43387](https://github.com/nodejs/node/pull/43387)
    
  • [`a8ecec57e3`](https://github.com/nodejs/node/commit/a8ecec57e3)] - **meta**: move one or more collaborators to emeritus ([#&#8203;43183](https://github.com/nodejs/node/issues/43183)) (Node.js GitHub Bot) [#&#8203;43183](https://github.com/nodejs/node/pull/43183)
    
  • [`60dc36244a`](https://github.com/nodejs/node/commit/60dc36244a)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43312](https://github.com/nodejs/node/pull/43312)
    
  • [`9803b82ac7`](https://github.com/nodejs/node/commit/9803b82ac7)] - **net,dns**: move hasObserver out of perf function (theanarkh) [#&#8203;43217](https://github.com/nodejs/node/pull/43217)
    
  • [`112518fb1d`](https://github.com/nodejs/node/commit/112518fb1d)] - **perf_hooks**: fix function wrapped by `timerify` to work correctly (Kohei Ueno) [#&#8203;43330](https://github.com/nodejs/node/pull/43330)
    
  • [`a3310d13bf`](https://github.com/nodejs/node/commit/a3310d13bf)] - **perf_hooks**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`7e8a00a26d`](https://github.com/nodejs/node/commit/7e8a00a26d)] - **readline**: fix question stack overflow (Eugene Chapko) [#&#8203;43320](https://github.com/nodejs/node/pull/43320)
    
  • [`5e98cacf77`](https://github.com/nodejs/node/commit/5e98cacf77)] - **readline**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`66d956ca49`](https://github.com/nodejs/node/commit/66d956ca49)] - **repl**: make autocomplete case-insensitive (Sergey Petushkov) [#&#8203;41632](https://github.com/nodejs/node/pull/41632)
    
  • [`201f3d7f56`](https://github.com/nodejs/node/commit/201f3d7f56)] - **(SEMVER-MINOR)** **report**: add more heap infos in process report (theanarkh) [#&#8203;43116](https://github.com/nodejs/node/pull/43116)
    
  • [`a0568409b6`](https://github.com/nodejs/node/commit/a0568409b6)] - **src**: fix json utils escapes for U+000B (Chengzhong Wu) [#&#8203;43206](https://github.com/nodejs/node/pull/43206)
    
  • [`931ecfa033`](https://github.com/nodejs/node/commit/931ecfa033)] - **src**: fix memory leaks and refactor `ByteSource` (Tobias Nießen) [#&#8203;43202](https://github.com/nodejs/node/pull/43202)
    
  • [`5e65c1f3da`](https://github.com/nodejs/node/commit/5e65c1f3da)] - **src**: convey potential exceptions during StreamPipe construction (Darshan Sen) [#&#8203;43240](https://github.com/nodejs/node/pull/43240)
    
  • [`b200a5ff67`](https://github.com/nodejs/node/commit/b200a5ff67)] - **stream**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`1cc1a57cdb`](https://github.com/nodejs/node/commit/1cc1a57cdb)] - **test**: remove unused argument in test-util-inspect.js (Colin Ihrig) [#&#8203;43395](https://github.com/nodejs/node/pull/43395)
    
  • [`42c2115a82`](https://github.com/nodejs/node/commit/42c2115a82)] - **test**: mark test_buffer/test_finalizer flaky (Michael Dawson) [#&#8203;43414](https://github.com/nodejs/node/pull/43414)
    
  • [`71802c32d0`](https://github.com/nodejs/node/commit/71802c32d0)] - **test**: fix address in use error (Caleb Everett) [#&#8203;43199](https://github.com/nodejs/node/pull/43199)
    
  • [`e1b8c85a7a`](https://github.com/nodejs/node/commit/e1b8c85a7a)] - **test**: add test for short-option followed by its value (Kohei Ueno) [#&#8203;43358](https://github.com/nodejs/node/pull/43358)
    
  • [`f8d26c6011`](https://github.com/nodejs/node/commit/f8d26c6011)] - **test**: fix `common.mustNotCall` error message (Antoine du Hamel) [#&#8203;42917](https://github.com/nodejs/node/pull/42917)
    
  • [`18fffe6108`](https://github.com/nodejs/node/commit/18fffe6108)] - **test**: convert then to async/await (Meek Simbule) [#&#8203;43292](https://github.com/nodejs/node/pull/43292)
    
  • [`acd96d80eb`](https://github.com/nodejs/node/commit/acd96d80eb)] - **test**: add `BigInt`s to `common.getArrayBufferViews()` (LiviaMedeiros) [#&#8203;43235](https://github.com/nodejs/node/pull/43235)
    
  • [`e576a7fa50`](https://github.com/nodejs/node/commit/e576a7fa50)] - **test_runner**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`fecad7a3a5`](https://github.com/nodejs/node/commit/fecad7a3a5)] - **timers**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`e31baca76a`](https://github.com/nodejs/node/commit/e31baca76a)] - **tls**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`7f8f61a749`](https://github.com/nodejs/node/commit/7f8f61a749)] - **tls**: fix performance regression in `convertALPNProtocols()` (LiviaMedeiros) [#&#8203;43250](https://github.com/nodejs/node/pull/43250)
    
  • [`ac9599a718`](https://github.com/nodejs/node/commit/ac9599a718)] - **tools**: report unsafe string and regex primordials as lint errors (Antoine du Hamel) [#&#8203;43393](https://github.com/nodejs/node/pull/43393)
    
  • [`b69d874592`](https://github.com/nodejs/node/commit/b69d874592)] - **tools**: fix `create-or-update-pull-request-action` hash on GHA (Antoine du Hamel) [#&#8203;43378](https://github.com/nodejs/node/pull/43378)
    
  • [`cf8a115983`](https://github.com/nodejs/node/commit/cf8a115983)] - **tools**: add `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#&#8203;43308](https://github.com/nodejs/node/pull/43308)
    
  • [`8c0fe1e184`](https://github.com/nodejs/node/commit/8c0fe1e184)] - **tools**: fix find-inactive actions (LiviaMedeiros) [#&#8203;43377](https://github.com/nodejs/node/pull/43377)
    
  • [`7f45d69f83`](https://github.com/nodejs/node/commit/7f45d69f83)] - **tools**: update lint-md-dependencies to rollup@2.75.5 (Node.js GitHub Bot) [#&#8203;43313](https://github.com/nodejs/node/pull/43313)
    
  • [`d5d0f01c5a`](https://github.com/nodejs/node/commit/d5d0f01c5a)] - **tools**: update eslint to 8.17.0 (Node.js GitHub Bot) [#&#8203;43314](https://github.com/nodejs/node/pull/43314)
    
  • [`f598fe1585`](https://github.com/nodejs/node/commit/f598fe1585)] - **tools**: use hashes instead of tags for external actions ([#&#8203;43284](https://github.com/nodejs/node/issues/43284)) (Antoine du Hamel) [#&#8203;43284](https://github.com/nodejs/node/pull/43284)
    
  • [`10f79947d9`](https://github.com/nodejs/node/commit/10f79947d9)] - **tools**: update `codecov/codecov-action` version (Antoine du Hamel) [#&#8203;43297](https://github.com/nodejs/node/pull/43297)
    
  • [`f93848fa50`](https://github.com/nodejs/node/commit/f93848fa50)] - **tools**: update lint-md-dependencies to rollup@2.75.3 (Node.js GitHub Bot) [#&#8203;43261](https://github.com/nodejs/node/pull/43261)
    
  • [`b3d7dc1de8`](https://github.com/nodejs/node/commit/b3d7dc1de8)] - **tools**: update clang-format 1.7.0 to 1.8.0 (Darshan Sen) [#&#8203;43241](https://github.com/nodejs/node/pull/43241)
    
  • [`812140c65a`](https://github.com/nodejs/node/commit/812140c65a)] - **tools,doc**: add guards against prototype pollution when creating proxies (Antoine du Hamel) [#&#8203;43391](https://github.com/nodejs/node/pull/43391)
    
  • [`56b8cc5cef`](https://github.com/nodejs/node/commit/56b8cc5cef)] - **util**: freeze `kEnumerableProperty` (LiviaMedeiros) [#&#8203;43390](https://github.com/nodejs/node/pull/43390)
    
  • [`b187d55b6d`](https://github.com/nodejs/node/commit/b187d55b6d)] - **util**: add `kEmptyObject` to internal/util (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`024b396275`](https://github.com/nodejs/node/commit/024b396275)] - **vm**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`7fc432fa35`](https://github.com/nodejs/node/commit/7fc432fa35)] - **wasi**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
  • [`44b65d0ca7`](https://github.com/nodejs/node/commit/44b65d0ca7)] - **worker**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159)
    
    

v18.3.0: 2022-06-01, Version 18.3.0 (Current), @​bengl

Compare Source

Notable Changes
  • [`dc3b91f351`](https://github.com/nodejs/node/commit/dc3b91f351)] - **deps**: update undici to 5.4.0  (Node.js GitHub Bot) [#&#8203;43262](https://github.com/nodejs/node/pull/43262)
    
  • [`d6cf409d78`](https://github.com/nodejs/node/commit/d6cf409d78)] - **(SEMVER-MINOR)** **util**: add parseArgs module (Benjamin Coe) [#&#8203;42675](https://github.com/nodejs/node/pull/42675)
    
  • [`9539cfa358`](https://github.com/nodejs/node/commit/9539cfa358)] - **(SEMVER-MINOR)** **http**: add uniqueHeaders option to request and createServer (Paolo Insogna) [#&#8203;41397](https://github.com/nodejs/node/pull/41397)
    
  • [`41fdc2617d`](https://github.com/nodejs/node/commit/41fdc2617d)] - **deps**: upgrade npm to 8.11.0 (npm team) [#&#8203;43210](https://github.com/nodejs/node/pull/43210)
    
  • [`0000654e47`](https://github.com/nodejs/node/commit/0000654e47)] - **deps**: patch V8 to 10.2.154.4 (Michaël Zasso) [#&#8203;43067](https://github.com/nodejs/node/pull/43067)
    
  • [`b3c8e609fd`](https://github.com/nodejs/node/commit/b3c8e609fd)] - **(SEMVER-MINOR)** **deps**: update V8 to 10.2.154.2 (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740)
    
  • [`3e89b7336d`](https://github.com/nodejs/node/commit/3e89b7336d)] - **(SEMVER-MINOR)** **fs**: make params in writing methods optional (LiviaMedeiros) [#&#8203;42601](https://github.com/nodejs/node/pull/42601)
    
  • [`9539cfa358`](https://github.com/nodejs/node/commit/9539cfa358)] - **(SEMVER-MINOR)** **http**: add uniqueHeaders option to request and createServer (Paolo Insogna) [#&#8203;41397](https://github.com/nodejs/node/pull/41397)
    
  • [`8f5b4570e5`](https://github.com/nodejs/node/commit/8f5b4570e5)] - **(SEMVER-MINOR)** **net**: add ability to reset a tcp socket (pupilTong) [#&#8203;43112](https://github.com/nodejs/node/pull/43112)
    
  • [`5eff7b4a6a`](https://github.com/nodejs/node/commit/5eff7b4a6a)] - **(SEMVER-MINOR)** ***Revert*** "**build**: make x86 Windows support temporarily experimental" (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740)
    -   This means 32-bit Windows binaries are back with this release.
    
    
Commits
  • [`aefc9dda9a`](https://github.com/nodejs/node/commit/aefc9dda9a)] - **benchmark**: add node-error benchmark (RafaelGSS) [#&#8203;43077](https://github.com/nodejs/node/pull/43077)
    
  • [`85d81a764f`](https://github.com/nodejs/node/commit/85d81a764f)] - **bootstrap**: include code cache in the embedded snapshot (Joyee Cheung) [#&#8203;43023](https://github.com/nodejs/node/pull/43023)
    
  • [`5eff7b4a6a`](https://github.com/nodejs/node/commit/5eff7b4a6a)] - **(SEMVER-MINOR)** ***Revert*** "**build**: make x86 Windows support temporarily experimental" (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740)
    
  • [`d6634707c5`](https://github.com/nodejs/node/commit/d6634707c5)] - **(SEMVER-MINOR)** **build**: run V8 tests with detected Python version (Richard Lau) [#&#8203;42740](https://github.com/nodejs/node/pull/42740)
    
  • [`b8b5e6df67`](https://github.com/nodejs/node/commit/b8b5e6df67)] - **(SEMVER-MINOR)** **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740)
    
  • [`285ef30877`](https://github.com/nodejs/node/commit/285ef30877)] - **console**: fix console.dir crash on a revoked proxy (Daeyeon Jeong) [#&#8203;43100](https://github.com/nodejs/node/pull/43100)
    
  • [`920d8c5300`](https://github.com/nodejs/node/commit/920d8c5300)] - **crypto**: align webcrypto RSA key import/export with other implementations (Filip Skokan) [#&#8203;42816](https://github.com/nodejs/node/pull/42816)
    
  • [`c76caadf2e`](https://github.com/nodejs/node/commit/c76caadf2e)] - **debugger**: throw a more useful error when the frame is missing (Kohei Ueno) [#&#8203;42776](https://github.com/nodejs/node/pull/42776)
    
  • [`dc3b91f351`](https://github.com/nodejs/node/commit/dc3b91f351)] - **deps**: update undici to 5.4.0  (Node.js GitHub Bot) [#&#8203;43262](https://github.com/nodejs/node/pull/43262)
    
  • [`35250bf2f6`](https://github.com/nodejs/node/commit/35250bf2f6)] - **deps**: regenerate OpenSSL archs files (Daniel Bevenius) [#&#8203;42973](https://github.com/nodejs/node/pull/42973)
    
  • [`ecacc3a727`](https://github.com/nodejs/node/commit/ecacc3a727)] - **deps**: exclude linker scripts for windows builds (Daniel Bevenius) [#&#8203;42973](https://github.com/nodejs/node/pull/42973)
    
  • [`41fdc2617d`](https://github.com/nodejs/node/commit/41fdc2617d)] - **deps**: upgrade npm to 8.11.0 (npm team) [#&#8203;43210](https://github.com/nodejs/node/pull/43210)
    
  • [`87b248e27e`](https://github.com/nodejs/node/commit/87b248e27e)] - **deps**: update undici to 5.3.0 (Node.js GitHub Bot) [#&#8203;43197](https://github.com/nodejs/node/pull/43197)
    
  • [`d42de132a7`](https://github.com/nodejs/node/commit/d42de132a7)] - **deps**: upgrade npm to 8.10.0 (npm team) [#&#8203;43061](https://github.com/nodejs/node/pull/43061)
    
  • [`0000654e47`](https://github.com/nodejs/node/commit/0000654e47)] - **deps**: patch V8 to 10.2.154.4 (Michaël Zasso) [#&#8203;43067](https://github.com/nodejs/node/pull/43067)
    
  • [`742ffefb44`](https://github.com/nodejs/node/commit/742ffefb44)] - **(SEMVER-MINOR)** **deps**: make V8 10.2 ABI-compatible with 10.1 (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740)
    
  • [`c626a533c7`](https://github.com/nodejs/node/commit/c626a533c7)] - **deps**: make V8 compilable with older glibc (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`76546b12a2`](https://github.com/nodejs/node/commit/76546b12a2)] - **deps**: V8: fix v8-cppgc.h for MSVC (Jiawen Geng) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`45e1fd4473`](https://github.com/nodejs/node/commit/45e1fd4473)] - **deps**: silence V8's warning on CompileFunction (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`2130891a9a`](https://github.com/nodejs/node/commit/2130891a9a)] - **(SEMVER-MINOR)** **deps**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488)
    
  • [`e678b6c63d`](https://github.com/nodejs/node/commit/e678b6c63d)] - **deps**: fix V8 build issue with inline methods (Jiawen Geng) [#&#8203;38807](https://github.com/nodejs/node/pull/38807)
    
  • [`f83323f304`](https://github.com/nodejs/node/commit/f83323f304)] - **deps**: V8: forward declaration of `Rtl*FunctionTable` (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116)
    
  • [`4be7584ca6`](https://github.com/nodejs/node/commit/4be7584ca6)] - **deps**: V8: un-cherry-pick [`bd019bd`](https://github.com/nodejs/node/commit/bd019bd) (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116)
    
  • [`b3c8e609fd`](https://github.com/nodejs/node/commit/b3c8e609fd)] - **(SEMVER-MINOR)** **deps**: update V8 to 10.2.154.2 (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740)
    
  • [`0afdc3e9a8`](https://github.com/nodejs/node/commit/0afdc3e9a8)] - **doc**: use serial comma in errors docs (Tobias Nießen) [#&#8203;43242](https://github.com/nodejs/node/pull/43242)
    
  • [`00989338b3`](https://github.com/nodejs/node/commit/00989338b3)] - **doc**: add note regarding `%Array.prototype.concat%` in `primordials.md` (Antoine du Hamel) [#&#8203;43166](https://github.com/nodejs/node/pull/43166)
    
  • [`badf72dd0a`](https://github.com/nodejs/node/commit/badf72dd0a)] - **doc**: use serial comma in worker_threads docs (Tobias Nießen) [#&#8203;43220](https://github.com/nodejs/node/pull/43220)
    
  • [`776e746f0a`](https://github.com/nodejs/node/commit/776e746f0a)] - **doc**: fix napi version for node_api_symbol_for (Danielle Adams) [#&#8203;42878](https://github.com/nodejs/node/pull/42878)
    
  • [`76b46801f8`](https://github.com/nodejs/node/commit/76b46801f8)] - **doc**: document `signal` option for `EventTarget#addEventListener` (Antoine du Hamel) [#&#8203;43170](https://github.com/nodejs/node/pull/43170)
    
  • [`3082c75efd`](https://github.com/nodejs/node/commit/3082c75efd)] - **doc**: make minor adjustments (LiviaMedeiros) [#&#8203;43175](https://github.com/nodejs/node/pull/43175)
    
  • [`598c1f102e`](https://github.com/nodejs/node/commit/598c1f102e)] - **doc**: use serial comma in dgram docs (Tobias Nießen) [#&#8203;43191](https://github.com/nodejs/node/pull/43191)
    
  • [`b772c13a62`](https://github.com/nodejs/node/commit/b772c13a62)] - **doc**: use serial comma in process docs (Tobias Nießen) [#&#8203;43179](https://github.com/nodejs/node/pull/43179)
    
  • [`f90a3d7a54`](https://github.com/nodejs/node/commit/f90a3d7a54)] - **doc**: improved parallel specification (mawaregetsuka) [#&#8203;42679](https://github.com/nodejs/node/pull/42679)
    
  • [`71074eedef`](https://github.com/nodejs/node/commit/71074eedef)] - **doc**: improve callback params for `fs.mkdir` (Daeyeon Jeong) [#&#8203;43016](https://github.com/nodejs/node/pull/43016)
    
  • [`2b8b224077`](https://github.com/nodejs/node/commit/2b8b224077)] - **doc**: remove outdated footnote (Python 2 --> 3 for V8 tests) (DeeDeeG) [#&#8203;43105](https://github.com/nodejs/node/pull/43105)
    
  • [`945f228cf1`](https://github.com/nodejs/node/commit/945f228cf1)] - **doc**: add release key for RafaelGSS (Rafael Gonzaga) [#&#8203;43131](https://github.com/nodejs/node/pull/43131)
    
  • [`56fc712f93`](https://github.com/nodejs/node/commit/56fc712f93)] - **doc**: use serial comma in assert docs (Tobias Nießen) [#&#8203;43154](https://github.com/nodejs/node/pull/43154)
    
  • [`093a3cf2f1`](https://github.com/nodejs/node/commit/093a3cf2f1)] - **doc**: fix errors in Performance hooks doc (OneNail) [#&#8203;43152](https://github.com/nodejs/node/pull/43152)
    
  • [`4d9f43a8a7`](https://github.com/nodejs/node/commit/4d9f43a8a7)] - **doc**: use serial comma in dns docs (Tobias Nießen) [#&#8203;43145](https://github.com/nodejs/node/pull/43145)
    
  • [`4e9393e32f`](https://github.com/nodejs/node/commit/4e9393e32f)] - **doc**: use ASCII apostrophes consistently (Tobias Nießen) [#&#8203;43114](https://github.com/nodejs/node/pull/43114)
    
  • [`b3181851d7`](https://github.com/nodejs/node/commit/b3181851d7)] - **doc**: add strategic initiative for shadow realm (Chengzhong Wu) [#&#8203;43037](https://github.com/nodejs/node/pull/43037)
    
  • [`6f48dfb499`](https://github.com/nodejs/node/commit/6f48dfb499)] - **fs**: add trailing commas (LiviaMedeiros) [#&#8203;43127](https://github.com/nodejs/node/pull/43127)
    
  • [`3e89b7336d`](https://github.com/nodejs/node/commit/3e89b7336d)] - **(SEMVER-MINOR)** **fs**: make params in writing methods optional (LiviaMedeiros) [#&#8203;42601](https://github.com/nodejs/node/pull/42601)
    
  • [`9539cfa358`](https://github.com/nodejs/node/commit/9539cfa358)] - **(SEMVER-MINOR)** **http**: add uniqueHeaders option to request and createServer (Paolo Insogna) [#&#8203;41397](https://github.com/nodejs/node/pull/41397)
    
  • [`b187060f76`](https://github.com/nodejs/node/commit/b187060f76)] - **http2**: set origin name correctly when servername is empty (ofirbarak) [#&#8203;42838](https://github.com/nodejs/node/pull/42838)
    
  • [`a07f5f28f3`](https://github.com/nodejs/node/commit/a07f5f28f3)] - **http2**: improve tests and docs (Daeyeon Jeong) [#&#8203;42858](https://github.com/nodejs/node/pull/42858)
    
  • [`701d40496d`](https://github.com/nodejs/node/commit/701d40496d)] - **lib**: refactor `validateInt32` and `validateUint32` (mawaregetsuka) [#&#8203;43071](https://github.com/nodejs/node/pull/43071)
    
  • [`09da76493a`](https://github.com/nodejs/node/commit/09da76493a)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43231](https://github.com/nodejs/node/pull/43231)
    
  • [`1da6b7c32b`](https://github.com/nodejs/node/commit/1da6b7c32b)] - **meta**: add mailmap entry for legendecas (Chengzhong Wu) [#&#8203;43156](https://github.com/nodejs/node/pull/43156)
    
  • [`1be254b24e`](https://github.com/nodejs/node/commit/1be254b24e)] - **meta**: add mailmap entry for npm team (Luigi Pinca) [#&#8203;43143](https://github.com/nodejs/node/pull/43143)
    
  • [`7d8d9d625a`](https://github.com/nodejs/node/commit/7d8d9d625a)] - **meta**: add mailmap entry for Morgan Roderick (Luigi Pinca) [#&#8203;43144](https://github.com/nodejs/node/pull/43144)
    
  • [`8f5b4570e5`](https://github.com/nodejs/node/commit/8f5b4570e5)] - **(SEMVER-MINOR)** **net**: add ability to reset a tcp socket (pupilTong) [#&#8203;43112](https://github.com/nodejs/node/pull/43112)
    
  • [`11c783fa63`](https://github.com/nodejs/node/commit/11c783fa63)] - **net**: remoteAddress always undefined called before connected (OneNail) [#&#8203;43011](https://github.com/nodejs/node/pull/43011)
    
  • [`9c4e070567`](https://github.com/nodejs/node/commit/9c4e070567)] - **(SEMVER-MINOR)** **node-api**: emit uncaught-exception on unhandled tsfn callbacks (Chengzhong Wu) [#&#8203;36510](https://github.com/nodejs/node/pull/36510)
    
  • [`54d68b1afd`](https://github.com/nodejs/node/commit/54d68b1afd)] - **perf_hooks**: fix start_time of perf_hooks (theanarkh) [#&#8203;43069](https://github.com/nodejs/node/pull/43069)
    
  • [`baa5d0005a`](https://github.com/nodejs/node/commit/baa5d0005a)] - **src**: refactor GetCipherValue and related functions (Tobias Nießen) [#&#8203;43171](https://github.com/nodejs/node/pull/43171)
    
  • [`6ee9fb14e4`](https://github.com/nodejs/node/commit/6ee9fb14e4)] - **src**: make SecureContext fields private (Tobias Nießen) [#&#8203;43173](https://github.com/nodejs/node/pull/43173)
    
  • [`1e2552ba6c`](https://github.com/nodejs/node/commit/1e2552ba6c)] - **src**: reuse GetServerName (Tobias Nießen) [#&#8203;43168](https://github.com/nodejs/node/pull/43168)
    
  • [`d8a14a2486`](https://github.com/nodejs/node/commit/d8a14a2486)] - **src**: fix static analysis warning and use smart ptr (Tobias Nießen) [#&#8203;43117](https://github.com/nodejs/node/pull/43117)
    
  • [`72a767b7ca`](https://github.com/nodejs/node/commit/72a767b7ca)] - **src**: remove SecureContext::operator\* (Tobias Nießen) [#&#8203;43121](https://github.com/nodejs/node/pull/43121)
    
  • [`82fb037388`](https://github.com/nodejs/node/commit/82fb037388)] - **src**: move context snapshot index to SnapshotData (Joyee Cheung) [#&#8203;43023](https://github.com/nodejs/node/pull/43023)
    
  • [`9577878258`](https://github.com/nodejs/node/commit/9577878258)] - **src**: replace TraceEventScope with sync events (Chengzhong Wu) [#&#8203;42977](https://github.com/nodejs/node/pull/42977)
    
  • [`41b69e3cf4`](https://github.com/nodejs/node/commit/41b69e3cf4)] - **src,lib**: migrate to console on context's extra binding (Chengzhong Wu) [#&#8203;43142](https://github.com/nodejs/node/pull/43142)
    
  • [`3e1ed1ee0c`](https://github.com/nodejs/node/commit/3e1ed1ee0c)] - **test**: improve code coverage for inspector connection errors (Kohei Ueno) [#&#8203;42310](https://github.com/nodejs/node/pull/42310)
    
  • [`d7ca2234dc`](https://github.com/nodejs/node/commit/d7ca2234dc)] - **test**: use mustSucceed instead of mustCall with assert.ifError (MURAKAMI Masahiko) [#&#8203;43188](https://github.com/nodejs/node/pull/43188)
    
  • [`9cc5ce6a24`](https://github.com/nodejs/node/commit/9cc5ce6a24)] - **test**: improve readline/emitKeypressEvents.js coverage (OneNail) [#&#8203;42908](https://github.com/nodejs/node/pull/42908)
    
  • [`447bbd0d66`](https://github.com/nodejs/node/commit/447bbd0d66)] - **tls**: fix convertALPNProtocols accepting ArrayBufferViews (LiviaMedeiros) [#&#8203;43211](https://github.com/nodejs/node/pull/43211)
    
  • [`df691464aa`](https://github.com/nodejs/node/commit/df691464aa)] - **tools**: update lint-md-dependencies to rollup@2.75.1 (Node.js GitHub Bot) [#&#8203;43230](https://github.com/nodejs/node/pull/43230)
    
  • [`d9fb25c936`](https://github.com/nodejs/node/commit/d9fb25c936)] - **tools**: refactor build-addons.js to ESM (Feng Yu) [#&#8203;43099](https://github.com/nodejs/node/pull/43099)
    
  • [`0efeceb4a6`](https://github.com/nodejs/node/commit/0efeceb4a6)] - **tools**: update lint-md-dependencies to rollup@2.74.1 (Node.js GitHub Bot) [#&#8203;43172](https://github.com/nodejs/node/pull/43172)
    
  • [`ed352a945c`](https://github.com/nodejs/node/commit/ed352a945c)] - **tools**: update eslint to 8.16.0 (Node.js GitHub Bot) [#&#8203;43174](https://github.com/nodejs/node/pull/43174)
    
  • [`1183058908`](https://github.com/nodejs/node/commit/1183058908)] - **tools**: refactor update-authors.js to ESM (Feng Yu) [#&#8203;43098](https://github.com/nodejs/node/pull/43098)
    
  • [`5228028962`](https://github.com/nodejs/node/commit/5228028962)] - **(SEMVER-MINOR)** **tools**: update V8 gypfiles for 10.2 (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740)
    
  • [`d6cf409d78`](https://github.com/nodejs/node/commit/d6cf409d78)] - **(SEMVER-MINOR)** **util**: add parseArgs module (Benjamin Coe) [#&#8203;42675](https://github.com/nodejs/node/pull/42675)
    
  • [`d91b489784`](https://github.com/nodejs/node/commit/d91b489784)] - **worker**: fix heap snapshot crash on exit (Chengzhong Wu) [#&#8203;43123](https://github.com/nodejs/node/pull/43123)
    
    

v18.2.0: 2022-05-17, Version 18.2.0 (Current), @​BethGriggs prepared by @​RafaelGSS

Compare Source

Notable Changes
OpenSSL 3.0.3

This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18.
See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines.

  • [`8e54c19a6e`](https://github.com/nodejs/node/commit/8e54c19a6e)] - **deps**: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022)
    
  • [`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022)
    
    
Other Notable Changes
  • [`13c333e533`](https://github.com/nodejs/node/commit/13c333e533)] - ***Revert*** "**deps**: add template for generated headers" (Daniel Bevenius) [#&#8203;42978](https://github.com/nodejs/node/pull/42978)
    
  • [`d128356a7f`](https://github.com/nodejs/node/commit/d128356a7f)] - **deps**: update undici to 5.2.0 (Node.js GitHub Bot) [#&#8203;43059](https://github.com/nodejs/node/pull/43059)
    
  • [`2df1624f80`](https://github.com/nodejs/node/commit/2df1624f80)] - **deps**: upgrade npm to 8.9.0 (npm team) [#&#8203;42968](https://github.com/nodejs/node/pull/42968)
    
  • [`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022)
    
  • [`4a3f678e70`](https://github.com/nodejs/node/commit/4a3f678e70)] - **doc**: add LiviaMedeiros to collaborators (LiviaMedeiros) [#&#8203;43039](https://github.com/nodejs/node/pull/43039)
    
  • [`686c4c1f6f`](https://github.com/nodejs/node/commit/686c4c1f6f)] - **doc**: add release key for Juan Arboleda (Juan José) [#&#8203;42961](https://github.com/nodejs/node/pull/42961)
    
  • [`784d84cf34`](https://github.com/nodejs/node/commit/784d84cf34)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#&#8203;42768](https://github.com/nodejs/node/pull/42768)
    
  • [`2f192c4be0`](https://github.com/nodejs/node/commit/2f192c4be0)] - **(SEMVER-MINOR)** **http**: added connection closing methods (Paolo Insogna) [#&#8203;42812](https://github.com/nodejs/node/pull/42812)
    
  • [`c92e291beb`](https://github.com/nodejs/node/commit/c92e291beb)] - **(SEMVER-MINOR)** **perf_hooks**: add PerformanceResourceTiming (RafaelGSS) [#&#8203;42725](https://github.com/nodejs/node/pull/42725)
    
    
Commits
  • [`7cac7bb806`](https://github.com/nodejs/node/commit/7cac7bb806)] - **assert**: fix CallTracker wraps the function causes the length to be lost (OneNail) [#&#8203;42909](https://github.com/nodejs/node/pull/42909)
    
  • [`e74a8da287`](https://github.com/nodejs/node/commit/e74a8da287)] - **assert**: make `assert.fail` less affected by prototype tampering (Antoine du Hamel) [#&#8203;42918](https://github.com/nodejs/node/pull/42918)
    
  • [`1146806673`](https://github.com/nodejs/node/commit/1146806673)] - **bootstrap**: stop delaying instantiation of maps in per-context scripts (Darshan Sen) [#&#8203;42934](https://github.com/nodejs/node/pull/42934)
    
  • [`a20310d171`](https://github.com/nodejs/node/commit/a20310d171)] - **bootstrap**: use a context snapshotted with primordials in workers (Joyee Cheung) [#&#8203;42867](https://github.com/nodejs/node/pull/42867)
    
  • [`9ee7d9eb15`](https://github.com/nodejs/node/commit/9ee7d9eb15)] - **bootstrap**: fix wasm_web_api external reference registration (Joyee Cheung) [#&#8203;42903](https://github.com/nodejs/node/pull/42903)
    
  • [`cec678a00e`](https://github.com/nodejs/node/commit/cec678a00e)] - **build**: set ASAN workaround (Richard Lau) [#&#8203;43085](https://github.com/nodejs/node/pull/43085)
    
  • [`7c4df42caa`](https://github.com/nodejs/node/commit/7c4df42caa)] - **build**: disable windows-2022 temporarily (Jiawen Geng) [#&#8203;43093](https://github.com/nodejs/node/pull/43093)
    
  • [`0eb32ed976`](https://github.com/nodejs/node/commit/0eb32ed976)] - **build**: fix various shared library build issues (William Marlow) [#&#8203;41850](https://github.com/nodejs/node/pull/41850)
    
  • [`48f4a714b2`](https://github.com/nodejs/node/commit/48f4a714b2)] - **build**: fix indeterminacy of icu_locales value (Sergey Nazaryev) [#&#8203;42865](https://github.com/nodejs/node/pull/42865)
    
  • [`19c060fd84`](https://github.com/nodejs/node/commit/19c060fd84)] - **crypto**: adjust minimum length in generateKey('hmac', ...) (LiviaMedeiros) [#&#8203;42944](https://github.com/nodejs/node/pull/42944)
    
  • [`183bcc0699`](https://github.com/nodejs/node/commit/183bcc0699)] - **crypto**: clean up parameter validation in HKDF (Tobias Nießen) [#&#8203;42924](https://github.com/nodejs/node/pull/42924)
    
  • [`946f57c7bc`](https://github.com/nodejs/node/commit/946f57c7bc)] - **debugger**: fix inconsistent inspector output of exec new Map() (Kohei Ueno) [#&#8203;42423](https://github.com/nodejs/node/pull/42423)
    
  • [`d128356a7f`](https://github.com/nodejs/node/commit/d128356a7f)] - **deps**: update undici to 5.2.0 (Node.js GitHub Bot) [#&#8203;43059](https://github.com/nodejs/node/pull/43059)
    
  • [`a9703a55ef`](https://github.com/nodejs/node/commit/a9703a55ef)] - **deps**: remove opensslconf template headers (Daniel Bevenius) [#&#8203;43035](https://github.com/nodejs/node/pull/43035)
    
  • [`a4a4f7134b`](https://github.com/nodejs/node/commit/a4a4f7134b)] - **deps**: fix llhttp version number (Michael Dawson) [#&#8203;43029](https://github.com/nodejs/node/pull/43029)
    
  • [`8e54c19a6e`](https://github.com/nodejs/node/commit/8e54c19a6e)] - **deps**: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022)
    
  • [`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022)
    
  • [`e8121ae7fe`](https://github.com/nodejs/node/commit/e8121ae7fe)] - **deps**: regenerate OpenSSL archs files (Daniel Bevenius) [#&#8203;42978](https://github.com/nodejs/node/pull/42978)
    
  • [`13c333e533`](https://github.com/nodejs/node/commit/13c333e533)] - ***Revert*** "**deps**: add template for generated headers" (Daniel Bevenius) [#&#8203;42978](https://github.com/nodejs/node/pull/42978)
    
  • [`2df1624f80`](https://github.com/nodejs/node/commit/2df1624f80)] - **deps**: upgrade npm to 8.9.0 (npm team) [#&#8203;42968](https://github.com/nodejs/node/pull/42968)
    
  • [`f53ed9d1bb`](https://github.com/nodejs/node/commit/f53ed9d1bb)] - **doc**: use serial comma in fs docs (Tobias Nießen) [#&#8203;43104](https://github.com/nodejs/node/pull/43104)
    
  • [`839824aca8`](https://github.com/nodejs/node/commit/839824aca8)] - **doc**: use serial comma in events docs (Tobias Nießen) [#&#8203;43113](https://github.com/nodejs/node/pull/43113)
    
  • [`9629c74080`](https://github.com/nodejs/node/commit/9629c74080)] - **doc**: use serial comma in modules docs (Tobias Nießen) [#&#8203;43103](https://github.com/nodejs/node/pull/43103)
    
  • [`76096c2d4a`](https://github.com/nodejs/node/commit/76096c2d4a)] - **doc**: use serial comma in util docs (Tobias Nießen) [#&#8203;43063](https://github.com/nodejs/node/pull/43063)
    
  • [`1e9de0dd5a`](https://github.com/nodejs/node/commit/1e9de0dd5a)] - **doc**: remove git:// protocol, adjust nits in onboarding.md (LiviaMedeiros) [#&#8203;43045](https://github.com/nodejs/node/pull/43045)
    
  • [`eb630d7ef9`](https://github.com/nodejs/node/commit/eb630d7ef9)] - **doc**: add maintaining info for shared libary option (Michael Dawson) [#&#8203;42517](https://github.com/nodejs/node/pull/42517)
    
  • [`3816a97bae`](https://github.com/nodejs/node/commit/3816a97bae)] - **doc**: add detail for how to update llhttp (Michael Dawson) [#&#8203;43028](https://github.com/nodejs/node/pull/43028)
    
  • [`330e267a57`](https://github.com/nodejs/node/commit/330e267a57)] - **doc**: use serial comma in buffer docs (Tobias Nießen) [#&#8203;43048](https://github.com/nodejs/node/pull/43048)
    
  • [`0957212390`](https://github.com/nodejs/node/commit/0957212390)] - **doc**: use consistent method symbol (Paolo Insogna) [#&#8203;42974](https://github.com/nodejs/node/pull/42974)
    
  • [`22cb7104cb`](https://github.com/nodejs/node/commit/22cb7104cb)] - **doc**: add Rafael to the security steward for NearForm (Matteo Collina) [#&#8203;42966](https://github.com/nodejs/node/pull/42966)
    
  • [`ef177da3f1`](https://github.com/nodejs/node/commit/ef177da3f1)] - **doc**: mark some node-api functions as experimental (NickNaso) [#&#8203;42987](https://github.com/nodejs/node/pull/42987)
    
  • [`4a3f678e70`](https://github.com/nodejs/node/commit/4a3f678e70)] - **doc**: add LiviaMedeiros to collaborators (LiviaMedeiros) [#&#8203;43039](https://github.com/nodejs/node/pull/43039)
    
  • [`c988a0ed26`](https://github.com/nodejs/node/commit/c988a0ed26)] - **doc**: use serial comma in http docs (Tobias Nießen) [#&#8203;43026](https://github.com/nodejs/node/pull/43026)
    
  • [`4de918b4c1`](https://github.com/nodejs/node/commit/4de918b4c1)] - **doc**: add the preferred name for [@&#8203;himself65](https://github.com/himself65) (Himself65) [#&#8203;43024](https://github.com/nodejs/node/pull/43024)
    
  • [`686c4c1f6f`](https://github.com/nodejs/node/commit/686c4c1f6f)] - **doc**: add release key for Juan Arboleda (Juan José) [#&#8203;42961](https://github.com/nodejs/node/pull/42961)
    
  • [`64e0aa116d`](https://github.com/nodejs/node/commit/64e0aa116d)] - **doc**: rename N-API to Node-API in test/README.md (Daeyeon Jeong) [#&#8203;42946](https://github.com/nodejs/node/pull/42946)
    
  • [`65d64553c0`](https://github.com/nodejs/node/commit/65d64553c0)] - **doc**: use serial comma in tls docs (Tobias Nießen) [#&#8203;43001](https://github.com/nodejs/node/pull/43001)
    
  • [`840e61e745`](https://github.com/nodejs/node/commit/840e61e745)] - **doc**: improve commit message example for releases (Juan José) [#&#8203;42954](https://github.com/nodejs/node/pull/42954)
    
  • [`ba3ad7c665`](https://github.com/nodejs/node/commit/ba3ad7c665)] - **doc**: use serial comma in cluster docs (Tobias Nießen) [#&#8203;42989](https://github.com/nodejs/node/pull/42989)
    
  • [`3ab3086008`](https://github.com/nodejs/node/commit/3ab3086008)] - **doc**: fix errors in Web Streams doc (OneNail) [#&#8203;42862](https://github.com/nodejs/node/pull/42862)
    
  • [`1fbfee2497`](https://github.com/nodejs/node/commit/1fbfee2497)] - **doc**: fix examples in cluster.md (OneNail) [#&#8203;42889](https://github.com/nodejs/node/pull/42889)
    
  • [`1237c742f4`](https://github.com/nodejs/node/commit/1237c742f4)] - **doc**: add additional step to security release process (Michael Dawson) [#&#8203;42916](https://github.com/nodejs/node/pull/42916)
    
  • [`88692d8fd6`](https://github.com/nodejs/node/commit/88692d8fd6)] - **doc**: add section regarding property definition in `primordials.md` (Antoine du Hamel) [#&#8203;42921](https://github.com/nodejs/node/pull/42921)
    
  • [`924670f3af`](https://github.com/nodejs/node/commit/924670f3af)] - **doc**: clarify some default values in `fs.md` (LiviaMedeiros) [#&#8203;42892](https://github.com/nodejs/node/pull/42892)
    
  • [`becca06f9b`](https://github.com/nodejs/node/commit/becca06f9b)] - **fs**: remove unnecessary ?? operator (Morgan Roderick) [#&#8203;43073](https://github.com/nodejs/node/pull/43073)
    
  • [`784d84cf34`](https://github.com/nodejs/node/commit/784d84cf34)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#&#8203;42768](https://github.com/nodejs/node/pull/42768)
    
  • [`2f192c4be0`](https://github.com/nodejs/node/commit/2f192c4be0)] - **(SEMVER-MINOR)** **http**: added connection closing methods (Paolo Insogna) [#&#8203;42812](https://github.com/nodejs/node/pull/42812)
    
  • [`bfbf965eb0`](https://github.com/nodejs/node/commit/bfbf965eb0)] - **http2**: compat support for array headers (OneNail) [#&#8203;42901](https://github.com/nodejs/node/pull/42901)
    
  • [`46a44b3011`](https://github.com/nodejs/node/commit/46a44b3011)] - **lib**: move WebAssembly Web API into separate file (Tobias Nießen) [#&#8203;42993](https://github.com/nodejs/node/pull/42993)
    
  • [`c64b8d3282`](https://github.com/nodejs/node/commit/c64b8d3282)] - **lib,test**: enable wasm/webapi/empty-body WPT (Tobias Nießen) [#&#8203;42960](https://github.com/nodejs/node/pull/42960)
    
  • [`ddd271ec2b`](https://github.com/nodejs/node/commit/ddd271ec2b)] - **meta**: add mailmap entry for ShogunPanda (Paolo Insogna) [#&#8203;43094](https://github.com/nodejs/node/pull/43094)
    
  • [`174ff972f0`](https://github.com/nodejs/node/commit/174ff972f0)] - **meta**: update .mailmap for recent README name change (Rich Trott) [#&#8203;43027](https://github.com/nodejs/node/pull/43027)
    
  • [`16df8ad7c3`](https://github.com/nodejs/node/commit/16df8ad7c3)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43004](https://github.com/nodejs/node/pull/43004)
    
  • [`0ec32d0715`](https://github.com/nodejs/node/commit/0ec32d0715)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;42937](https://github.com/nodejs/node/pull/42937)
    
  • [`037ff3da6d`](https://github.com/nodejs/node/commit/037ff3da6d)] - **node-api**: explicitly set \__cdecl for API functions (Vladimir Morozov) [#&#8203;42780](https://github.com/nodejs/node/pull/42780)
    
  • [`e2462a2f98`](https://github.com/nodejs/node/commit/e2462a2f98)] - **node-api**: fix napi_get_all_property_names (Vladimir Morozov) [#&#8203;42463](https://github.com/nodejs/node/pull/42463)
    
  • [`c92e291beb`](https://github.com/nodejs/node/commit/c92e291beb)] - **(SEMVER-MINOR)** **perf_hooks**: add PerformanceResourceTiming (RafaelGSS) [#&#8203;42725](https://github.com/nodejs/node/pull/42725)
    
  • [`c535db1195`](https://github.com/nodejs/node/commit/c535db1195)] - **src**: delete AllocatedBuffer (Darshan Sen) [#&#8203;43008](https://github.com/nodejs/node/pull/43008)
    
  • [`5dc79298e1`](https://github.com/nodejs/node/commit/5dc79298e1)] - **src**: remove unnecessary comment (Kohei Ueno) [#&#8203;42952](https://github.com/nodejs/node/pull/42952)
    
  • [`38e4c15534`](https://github.com/nodejs/node/commit/38e4c15534)] - **src**: always signal V8 for intercepted properties (Michaël Zasso) [#&#8203;42963](https://github.com/nodejs/node/pull/42963)
    
  • [`cacff07e75`](https://github.com/nodejs/node/commit/cacff07e75)] - **src**: fix memory leak for v8.serialize (liuxingbaoyu) [#&#8203;42695](https://github.com/nodejs/node/pull/42695)
    
  • [`8cfc18e4db`](https://github.com/nodejs/node/commit/8cfc18e4db)] - **src,crypto**: remove uses of AllocatedBuffer from crypto_rsa.cc (Darshan Sen) [#&#8203;42852](https://github.com/nodejs/node/pull/42852)
    
  • [`0670843b24`](https://github.com/nodejs/node/commit/0670843b24)] - **test**: fix dangerous .map in `test/parallel/test-http-set-trailers.js` (LiviaMedeiros) [#&#8203;43087](https://github.com/nodejs/node/pull/43087)
    
  • [`9eb8bf1d26`](https://github.com/nodejs/node/commit/9eb8bf1d26)] - **test**: reduce flakiness of `test-fs-read-position-validation.mjs` (LiviaMedeiros) [#&#8203;42999](https://github.com/nodejs/node/pull/42999)
    
  • [`41d2f6e8c5`](https://github.com/nodejs/node/commit/41d2f6e8c5)] - **test**: rename handlewrap.hasref tests (Daeyeon Jeong) [#&#8203;42754](https://github.com/nodejs/node/pull/42754)
    
  • [`e058f47277`](https://github.com/nodejs/node/commit/e058f47277)] - **test**: improve observable ICU behaviour coverage (LiviaMedeiros) [#&#8203;42683](https://github.com/nodejs/node/pull/42683)
    
  • [`d23debb4cb`](https://github.com/nodejs/node/commit/d23debb4cb)] - **test**: validate webstream encoder/decoder inspector (Yoshiki Kurihara) [#&#8203;42747](https://github.com/nodejs/node/pull/42747)
    
  • [`b1c18edaa9`](https://github.com/nodejs/node/commit/b1c18edaa9)] - **test**: use`mustSucceed` instead of `mustCall` with `assert.ifError` (MURAKAMI Masahiko) [#&#8203;42806](https://github.com/nodejs/node/pull/42806)
    
  • [`2dc795687a`](https://github.com/nodejs/node/commit/2dc795687a)] - **test**: improve `lib/internal/webstreams/readablestream.js` coverage (MURAKAMI Masahiko) [#&#8203;42823](https://github.com/nodejs/node/pull/42823)
    
  • [`d746207dc2`](https://github.com/nodejs/node/commit/d746207dc2)] - **test**: fix test-crypto-fips.js under shared OpenSSL (Vita Batrla) [#&#8203;42947](https://github.com/nodejs/node/pull/42947)
    
  • [`56c47b5101`](https://github.com/nodejs/node/commit/56c47b5101)] - **test**: use consistent timeouts (Paolo Insogna) [#&#8203;42893](https://github.com/nodejs/node/pull/42893)
    
  • [`68ed3c88d9`](https://github.com/nodejs/node/commit/68ed3c88d9)] - **test**: add test for position validation in fs.read() and fs.readSync() (LiviaMedeiros) [#&#8203;42837](https://github.com/nodejs/node/pull/42837)
    
  • [`72b90fd5f5`](https://github.com/nodejs/node/commit/72b90fd5f5)] - **test**: reduce impact of flaky HTTP server tests (Tobias Nießen) [#&#8203;42926](https://github.com/nodejs/node/pull/42926)
    
  • [`531a0a9980`](https://github.com/nodejs/node/commit/531a0a9980)] - **tools**: update lint-md-dependencies to rollup@2.73.0 (Node.js GitHub Bot) [#&#8203;43107](https://github.com/nodejs/node/pull/43107)
    
  • [`64daaca46d`](https://github.com/nodejs/node/commit/64daaca46d)] - **tools**: update eslint to 8.15.0 (Node.js GitHub Bot) [#&#8203;43005](https://github.com/nodejs/node/pull/43005)
    
  • [`79872382ef`](https://github.com/nodejs/node/commit/79872382ef)] - **tools**: refactor lint-sh.js to esm module (Feng Yu) [#&#8203;42942](https://github.com/nodejs/node/pull/42942)
    
  • [`265ecdfe07`](https://github.com/nodejs/node/commit/265ecdfe07)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;43003](https://github.com/nodejs/node/pull/43003)
    
  • [`e9e1f1e194`](https://github.com/nodejs/node/commit/e9e1f1e194)] - **typings**: fix `os.cpus` invalid return type (Himself65) [#&#8203;43006](https://github.com/nodejs/node/pull/43006)
    
  • [`55ef6e81cb`](https://github.com/nodejs/node/commit/55ef6e81cb)] - **wasm**: add missing init reported by coverity (Michael Dawson) [#&#8203;42897](https://github.com/nodejs/node/pull/42897)
    
  • [`5470578008`](https://github.com/nodejs/node/commit/5470578008)] - **worker**: fix stream racing with terminate (Keyhan Vakil) [#&#8203;42874](https://github.com/nodejs/node/pull/42874)
    
    

v18.1.0: 2022-05-03, Version 18.1.0 (Current), @​targos

Compare Source

Notable Changes
  • [`c46e7bbf69`](https://github.com/nodejs/node/commit/c46e7bbf69)] - **doc**: add [@&#8203;kuriyosh](https://github.com/kuriyosh) to collaborators (Yoshiki Kurihara) [#&#8203;42824](https://github.com/nodejs/node/pull/42824)
    
  • [`b0f7c4c8f9`](https://github.com/nodejs/node/commit/b0f7c4c8f9)] - **(SEMVER-MINOR)** **lib,src**: implement WebAssembly Web API (Tobias Nießen) [#&#8203;42701](https://github.com/nodejs/node/pull/42701)
    
  • [`78a860ae58`](https://github.com/nodejs/node/commit/78a860ae58)] - **(SEMVER-MINOR)** **test_runner**: add initial CLI runner (Colin Ihrig) [#&#8203;42658](https://github.com/nodejs/node/pull/42658)
    
  • [`bf9240ae8c`](https://github.com/nodejs/node/commit/bf9240ae8c)] - **(SEMVER-MINOR)** **worker**: add hasRef() to MessagePort (Darshan Sen) [#&#8203;42849](https://github.com/nodejs/node/pull/42849)
    
    
Commits
  • [`4694f5bb96`](https://github.com/nodejs/node/commit/4694f5bb96)] - **async_hooks**: avoid decrementing iterator after erase (Gabriel Bota) [#&#8203;42749](https://github.com/nodejs/node/pull/42749)
    
  • [`459546b4f0`](https://github.com/nodejs/node/commit/459546b4f0)] - **benchmark**: fix misc/startup failure (Antoine du Hamel) [#&#8203;42746](https://github.com/nodejs/node/pull/42746)
    
  • [`6bd24204ea`](https://github.com/nodejs/node/commit/6bd24204ea)] - **bootstrap**: use the isolate snapshot in workers (Joyee Cheung) [#&#8203;42702](https://github.com/nodejs/node/pull/42702)
    
  • [`29c8411f99`](https://github.com/nodejs/node/commit/29c8411f99)] - **bootstrap**: move embedded snapshot to SnapshotBuilder (Joyee Cheung) [#&#8203;42702](https://github.com/nodejs/node/pull/42702)
    
  • [`4050b0d64f`](https://github.com/nodejs/node/commit/4050b0d64f)] - **build**: enable V8's shared read-only heap (Michaël Zasso) [#&#8203;42809](https://github.com/nodejs/node/pull/42809)
    
  • [`f9994e2029`](https://github.com/nodejs/node/commit/f9994e2029)] - **build**: improve reliability of find_python.cmd script (Luigi Pinca) [#&#8203;42810](https://github.com/nodejs/node/pull/42810)
    
  • [`5d15eb1a14`](https://github.com/nodejs/node/commit/5d15eb1a14)] - **build**: fix format-cpp (Darshan Sen) [#&#8203;42764](https://github.com/nodejs/node/pull/42764)
    
  • [`7c973474bf`](https://github.com/nodejs/node/commit/7c973474bf)] - **build**: improve the format-cpp error message (Darshan Sen) [#&#8203;42765](https://github.com/nodejs/node/pull/42765)
    
  • [`7681e60829`](https://github.com/nodejs/node/commit/7681e60829)] - **crypto**: validate `this` in all webcrypto methods and getters (Filip Skokan) [#&#8203;42815](https://github.com/nodejs/node/pull/42815)
    
  • [`2a4c8263c3`](https://github.com/nodejs/node/commit/2a4c8263c3)] - **deps**: update undici to 5.1.1 (Michaël Zasso) [#&#8203;42939](https://github.com/nodejs/node/pull/42939)
    
  • [`1102922ef9`](https://github.com/nodejs/node/commit/1102922ef9)] - **deps**: upgrade npm to 8.8.0 (npm team) [#&#8203;42886](https://github.com/nodejs/node/pull/42886)
    
  • [`279892987b`](https://github.com/nodejs/node/commit/279892987b)] - **deps**: remove linux-ppc64 architecture (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616)
    
  • [`4abe9879ae`](https://github.com/nodejs/node/commit/4abe9879ae)] - **deps**: remove linux-ppc architecture (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616)
    
  • [`8dc71f2266`](https://github.com/nodejs/node/commit/8dc71f2266)] - **deps**: remove aix-gcc architecture (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616)
    
  • [`6dc1f82384`](https://github.com/nodejs/node/commit/6dc1f82384)] - **deps**: remove archs/aix64-gcc (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616)
    
  • [`e8734a4771`](https://github.com/nodejs/node/commit/e8734a4771)] - **deps**: add note about removing asm archs (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616)
    
  • [`7fae2c9d6e`](https://github.com/nodejs/node/commit/7fae2c9d6e)] - **deps**: add template for generated headers (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616)
    
  • [`294664e32c`](https://github.com/nodejs/node/commit/294664e32c)] - **deps**: upgrade npm to 8.7.0 (npm team) [#&#8203;42744](https://github.com/nodejs/node/pull/42744)
    
  • [`60e461c45d`](https://github.com/nodejs/node/commit/60e461c45d)] - **doc**: reword "test directory" (LiviaMedeiros) [#&#8203;42817](https://github.com/nodejs/node/pull/42817)
    
  • [`227a45ba60`](https://github.com/nodejs/node/commit/227a45ba60)] - **doc**: remove legacy `-J` test.py option from BUILDING.md (LiviaMedeiros) [#&#8203;42817](https://github.com/nodejs/node/pull/42817)
    
  • [`e313dc6ed9`](https://github.com/nodejs/node/commit/e313dc6ed9)] - **doc**: http2.createServer `options` as optional (Daeyeon Jeong) [#&#8203;42832](https://github.com/nodejs/node/pull/42832)
    
  • [`8f2b2280cd`](https://github.com/nodejs/node/commit/8f2b2280cd)] - **doc**: record March 2022 security release steward (Richard Lau) [#&#8203;42876](https://github.com/nodejs/node/pull/42876)
    
  • [`e15d22c024`](https://github.com/nodejs/node/commit/e15d22c024)] - **doc**: initial version of security-model-strategy.md (Michael Dawson) [#&#8203;42709](https://github.com/nodejs/node/pull/42709)
    
  • [`fe65996790`](https://github.com/nodejs/node/commit/fe65996790)] - **doc**: clarify guide on testing internal errors (Livia Medeiros) [#&#8203;42813](https://github.com/nodejs/node/pull/42813)
    
  • [`2f849a460f`](https://github.com/nodejs/node/commit/2f849a460f)] - **doc**: fix markdown formatting in primordials.md (Tobias Nießen) [#&#8203;42877](https://github.com/nodejs/node/pull/42877)
    
  • [`cd2f5a4fd4`](https://github.com/nodejs/node/commit/cd2f5a4fd4)] - **doc**: add primordials guidelines (Antoine du Hamel) [#&#8203;38635](https://github.com/nodejs/node/pull/38635)
    
  • [`2d76f72665`](https://github.com/nodejs/node/commit/2d76f72665)] - **doc**: elevate node-clinic diagnostic tier (RafaelGSS) [#&#8203;42802](https://github.com/nodejs/node/pull/42802)
    
  • [`9b61ac2617`](https://github.com/nodejs/node/commit/9b61ac2617)] - **doc**: update WebAssembly strategy with Wasm Web API (Tobias Nießen) [#&#8203;42836](https://github.com/nodejs/node/pull/42836)
    
  • [`c6c1dc5833`](https://github.com/nodejs/node/commit/c6c1dc5833)] - **doc**: order `vm.Module` linker arguments correctly (Simen Bekkhus) [#&#8203;42797](https://github.com/nodejs/node/pull/42797)
    
  • [`c46e7bbf69`](https://github.com/nodejs/node/commit/c46e7bbf69)] - **doc**: add [@&#8203;kuriyosh](https://github.com/kuriyosh) to collaborators (Yoshiki Kurihara) [#&#8203;42824](https://github.com/nodejs/node/pull/42824)
    
  • [`59da1339b4`](https://github.com/nodejs/node/commit/59da1339b4)] - **doc**: add maintaining-webassembly.md (Michael Dawson) [#&#8203;42660](https://github.com/nodejs/node/pull/42660)
    
  • [`d9f3f05cab`](https://github.com/nodejs/node/commit/d9f3f05cab)] - **doc**: fix outdated documentation for `family` property (Antoine du Hamel) [#&#8203;42789](https://github.com/nodejs/node/pull/42789)
    
  • [`6fa080cb48`](https://github.com/nodejs/node/commit/6fa080cb48)] - **doc**: delete heapdump from diagnostic tooling support tiers (Tony Gorez) [#&#8203;42783](https://github.com/nodejs/node/pull/42783)
    
  • [`c32f76d49e`](https://github.com/nodejs/node/commit/c32f76d49e)] - **doc**: fix example in assert.md (Livia Medeiros) [#&#8203;42786](https://github.com/nodejs/node/pull/42786)
    
  • [`6225370b2e`](https://github.com/nodejs/node/commit/6225370b2e)] - **doc**: fix version history for Loaders API (Antoine du Hamel) [#&#8203;42778](https://github.com/nodejs/node/pull/42778)
    
  • [`3d65a3b13e`](https://github.com/nodejs/node/commit/3d65a3b13e)] - **doc**: add `node:` prefix for all core modules (Antoine du Hamel) [#&#8203;42752](https://github.com/nodejs/node/pull/42752)
    
  • [`46c880b99b`](https://github.com/nodejs/node/commit/46c880b99b)] - **doc**: clarify core modules that can be loaded without a prefix (Antoine du Hamel) [#&#8203;42753](https://github.com/nodejs/node/pull/42753)
    
  • [`025b3e786a`](https://github.com/nodejs/node/commit/025b3e786a)] - **doc**: consolidate use of multiple-byte units (Antoine du Hamel) [#&#8203;42587](https://github.com/nodejs/node/pull/42587)
    
  • [`962d80b7a1`](https://github.com/nodejs/node/commit/962d80b7a1)] - **doc**: add documentation for inherited methods (Luigi Pinca) [#&#8203;42691](https://github.com/nodejs/node/pull/42691)
    
  • [`222b3e6674`](https://github.com/nodejs/node/commit/222b3e6674)] - **doc**: close tag in n-api.md (Livia Medeiros) [#&#8203;42751](https://github.com/nodejs/node/pull/42751)
    
  • [`4c30936065`](https://github.com/nodejs/node/commit/4c30936065)] - **doc**: copyedit http.OutgoingMessage documentation (Luigi Pinca) [#&#8203;42733](https://github.com/nodejs/node/pull/42733)
    
  • [`d77c59d0f2`](https://github.com/nodejs/node/commit/d77c59d0f2)] - **doc**: improve fragment (`:target`) anchors behavior on HTML version (Antoine du Hamel) [#&#8203;42739](https://github.com/nodejs/node/pull/42739)
    
  • [`c50309cb39`](https://github.com/nodejs/node/commit/c50309cb39)] - **doc**: fix `added:` info for `outgoingMessage.writable*` (Luigi Pinca) [#&#8203;42737](https://github.com/nodejs/node/pull/42737)
    
  • [`6b7c35e807`](https://github.com/nodejs/node/commit/6b7c35e807)] - **doc**: delete mdb_v8 from diagnostic tooling support tiers (Tony Gorez) [#&#8203;42626](https://github.com/nodejs/node/pull/42626)
    
  • [`2a07a9fc3a`](https://github.com/nodejs/node/commit/2a07a9fc3a)] - **doc**: document the 'close' and 'finish' events (Luigi Pinca) [#&#8203;42704](https://github.com/nodejs/node/pull/42704)
    
  • [`ef5ab8179b`](https://github.com/nodejs/node/commit/ef5ab8179b)] - **doc**: fix `added:` info for `outgoingMessage.{,un}cork()` (Luigi Pinca) [#&#8203;42711](https://github.com/nodejs/node/pull/42711)
    
  • [`a6e1e7a5d7`](https://github.com/nodejs/node/commit/a6e1e7a5d7)] - **doc,test**: add tests and docs for duplex.fromWeb and duplex.toWeb (Erick Wendel) [#&#8203;42738](https://github.com/nodejs/node/pull/42738)
    
  • [`336242a7c6`](https://github.com/nodejs/node/commit/336242a7c6)] - **errors,console**: refactor to use ES2021 syntax (小菜) [#&#8203;42872](https://github.com/nodejs/node/pull/42872)
    
  • [`0e16120d0d`](https://github.com/nodejs/node/commit/0e16120d0d)] - **errors,vm**: update error and use cause (Gus Caplan) [#&#8203;42820](https://github.com/nodejs/node/pull/42820)
    
  • [`a0638a23b0`](https://github.com/nodejs/node/commit/a0638a23b0)] - **esm**: fix imports from non-file module (Antoine du Hamel) [#&#8203;42881](https://github.com/nodejs/node/pull/42881)
    
  • [`dab15f69e3`](https://github.com/nodejs/node/commit/dab15f69e3)] - **esm**: graduate top-level-await to stable (Antoine du Hamel) [#&#8203;42875](https://github.com/nodejs/node/pull/42875)
    
  • [`48bbb73f36`](https://github.com/nodejs/node/commit/48bbb73f36)] - **fs**: fix mkdirSync so ENOSPC is correctly reported (Santiago Gimeno) [#&#8203;42811](https://github.com/nodejs/node/pull/42811)
    
  • [`d33cbabd79`](https://github.com/nodejs/node/commit/d33cbabd79)] - **lib**: remove experimental warning from FormData (Xuguang Mei) [#&#8203;42807](https://github.com/nodejs/node/pull/42807)
    
  • [`ad8269450a`](https://github.com/nodejs/node/commit/ad8269450a)] - **lib,src**: use Response URL as WebAssembly location (Tobias Nießen) [#&#8203;42842](https://github.com/nodejs/node/pull/42842)
    
  • [`b0f7c4c8f9`](https://github.com/nodejs/node/commit/b0f7c4c8f9)] - **(SEMVER-MINOR)** **lib,src**: implement WebAssembly Web API (Tobias Nießen) [#&#8203;42701](https://github.com/nodejs/node/pull/42701)
    
  • [`fdc65032a7`](https://github.com/nodejs/node/commit/fdc65032a7)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42848](https://github.com/nodejs/node/pull/42848)
    
  • [`33ac027fdf`](https://github.com/nodejs/node/commit/33ac027fdf)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;42769](https://github.com/nodejs/node/pull/42769)
    
  • [`14893c5984`](https://github.com/nodejs/node/commit/14893c5984)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42760](https://github.com/nodejs/node/pull/42760)
    
  • [`2f38b4812c`](https://github.com/nodejs/node/commit/2f38b4812c)] - **meta**: move mmarchini to emeritus (mary marchini) [#&#8203;42750](https://github.com/nodejs/node/pull/42750)
    
  • [`718d11fdb0`](https://github.com/nodejs/node/commit/718d11fdb0)] - **perf_hooks**: return different functions in timerify (Himself65) [#&#8203;42854](https://github.com/nodejs/node/pull/42854)
    
  • [`e8083664e1`](https://github.com/nodejs/node/commit/e8083664e1)] - **src**: turn SSL_CTX_new CHECK/segfault into JS exception (Anna Henningsen) [#&#8203;42799](https://github.com/nodejs/node/pull/42799)
    
  • [`37ca1102c4`](https://github.com/nodejs/node/commit/37ca1102c4)] - **src**: make --no-node-snapshot a per-process option (Joyee Cheung) [#&#8203;42864](https://github.com/nodejs/node/pull/42864)
    
  • [`1976284a92`](https://github.com/nodejs/node/commit/1976284a92)] - **src**: define fs.constants.S_IWUSR & S_IRUSR for Win (Liviu Ionescu) [#&#8203;42757](https://github.com/nodejs/node/pull/42757)
    
  • [`b7e9dd0278`](https://github.com/nodejs/node/commit/b7e9dd0278)] - **src**: use `node:` prefix in example (Antoine du Hamel) [#&#8203;42794](https://github.com/nodejs/node/pull/42794)
    
  • [`1a7af6364d`](https://github.com/nodejs/node/commit/1a7af6364d)] - **src**: large page attributing an id on Linux (David CARLIER) [#&#8203;42644](https://github.com/nodejs/node/pull/42644)
    
  • [`494650c09f`](https://github.com/nodejs/node/commit/494650c09f)] - **src,crypto**: remove uses of AllocatedBuffer from crypto_ec.cc (Darshan Sen) [#&#8203;42766](https://github.com/nodejs/node/pull/42766)
    
  • [`8e0e576669`](https://github.com/nodejs/node/commit/8e0e576669)] - **test**: add tests for extracting function name (Kohei Ueno) [#&#8203;42399](https://github.com/nodejs/node/pull/42399)
    
  • [`fbda87d966`](https://github.com/nodejs/node/commit/fbda87d966)] - **test**: simplify test-gc-{http-client,net}-\* (Luigi Pinca) [#&#8203;42782](https://github.com/nodejs/node/pull/42782)
    
  • [`3c796f8328`](https://github.com/nodejs/node/commit/3c796f8328)] - **test**: fix `parallel/test-dgram-udp6-link-local-address` (Antoine du Hamel) [#&#8203;42795](https://github.com/nodejs/node/pull/42795)
    
  • [`b85a11c28e`](https://github.com/nodejs/node/commit/b85a11c28e)] - **test**: improve lib/internal/test_runner/test.js coverage (MURAKAMI Masahiko) [#&#8203;42745](https://github.com/nodejs/node/pull/42745)
    
  • [`59c07a99fb`](https://github.com/nodejs/node/commit/59c07a99fb)] - **test**: check ecdsa psychic signature (Filip Skokan) [#&#8203;42863](https://github.com/nodejs/node/pull/42863)
    
  • [`0725064695`](https://github.com/nodejs/node/commit/0725064695)] - **test**: fix port in net-perf_hooks (Livia Medeiros) [#&#8203;42761](https://github.com/nodejs/node/pull/42761)
    
  • [`7b701442de`](https://github.com/nodejs/node/commit/7b701442de)] - **test**: skip test that cannot pass under --node-builtin-modules-path (Geoffrey Booth) [#&#8203;42834](https://github.com/nodejs/node/pull/42834)
    
  • [`37364abc58`](https://github.com/nodejs/node/commit/37364abc58)] - **test**: fix flaky HTTP server tests (Tobias Nießen) [#&#8203;42846](https://github.com/nodejs/node/pull/42846)
    
  • [`8476ffb85a`](https://github.com/nodejs/node/commit/8476ffb85a)] - **test**: use `assert.match()` instead of `assert(regex.test())` (Antoine du Hamel) [#&#8203;42803](https://github.com/nodejs/node/pull/42803)
    
  • [`d311916f37`](https://github.com/nodejs/node/commit/d311916f37)] - **test**: fix calculations in test-worker-resource-limits (Joyee Cheung) [#&#8203;42702](https://github.com/nodejs/node/pull/42702)
    
  • [`deb3cf49c7`](https://github.com/nodejs/node/commit/deb3cf49c7)] - **test**: remove the legacy url parser function (Kohei Ueno) [#&#8203;42656](https://github.com/nodejs/node/pull/42656)
    
  • [`be44b1ffcb`](https://github.com/nodejs/node/commit/be44b1ffcb)] - **test**: improve test coverage of internal/blob (Yoshiki Kurihara) [#&#8203;41513](https://github.com/nodejs/node/pull/41513)
    
  • [`78a860ae58`](https://github.com/nodejs/node/commit/78a860ae58)] - **(SEMVER-MINOR)** **test_runner**: add initial CLI runner (Colin Ihrig) [#&#8203;42658](https://github.com/nodejs/node/pull/42658)
    
  • [`1e7479d34c`](https://github.com/nodejs/node/commit/1e7479d34c)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;42932](https://github.com/nodejs/node/pull/42932)
    
  • [`c3c5fe78dc`](https://github.com/nodejs/node/commit/c3c5fe78dc)] - **tools**: bump jsdoccomment from 0.22.1 to 0.29.0 (Rich Trott) [#&#8203;42857](https://github.com/nodejs/node/pull/42857)
    
  • [`97fc00a06e`](https://github.com/nodejs/node/commit/97fc00a06e)] - **tools**: update eslint to 8.14.0 (Node.js GitHub Bot) [#&#8203;42845](https://github.com/nodejs/node/pull/42845)
    
  • [`93fd77a16f`](https://github.com/nodejs/node/commit/93fd77a16f)] - **tools**: update doc to highlight.js@11.5.1 (Node.js GitHub Bot) [#&#8203;42758](https://github.com/nodejs/node/pull/42758)
    
  • [`47c04813f7`](https://github.com/nodejs/node/commit/47c04813f7)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;42759](https://github.com/nodejs/node/pull/42759)
    
  • [`18ae2c39d5`](https://github.com/nodejs/node/commit/18ae2c39d5)] - **tools**: lint osx shell scripts (Livia Medeiros) [#&#8203;42712](https://github.com/nodejs/node/pull/42712)
    
  • [`4af0fbd41e`](https://github.com/nodejs/node/commit/4af0fbd41e)] - **v8**: export cpu_profiler_metadata_size in getHeapCodeStatistics (theanarkh) [#&#8203;42818](https://github.com/nodejs/node/pull/42818)
    
  • [`a19fb609d8`](https://github.com/nodejs/node/commit/a19fb609d8)] - **v8**: export more fields in getHeapStatistics (theanarkh) [#&#8203;42784](https://github.com/nodejs/node/pull/42784)
    
  • [`1b5856a2a9`](https://github.com/nodejs/node/commit/1b5856a2a9)] - **wasi**: remove unecessary null check (Michael Dawson) [#&#8203;42819](https://github.com/nodejs/node/pull/42819)
    
  • [`bf9240ae8c`](https://github.com/nodejs/node/commit/bf9240ae8c)] - **(SEMVER-MINOR)** **worker**: add hasRef() to MessagePort (Darshan Sen) [#&#8203;42849](https://github.com/nodejs/node/pull/42849)
    
  • [`c3922afa1c`](https://github.com/nodejs/node/commit/c3922afa1c)] - **worker**: add hasRef() to the handle object (Darshan Sen) [#&#8203;42756](https://github.com/nodejs/node/pull/42756)
    
    

v18.0.0: 2022-04-19, Version 18.0.0 (Current), @​BethGriggs

Compare Source

Node.js 18 is here! Highlights include the update of the V8 JavaScript engine to 10.1, global fetch enabled by default, and a core test runner module.

Initially, Node.js 18 will replace Node.js 17 as our ‘Current’ release line. As per the release schedule, Node.js 18 will be the ‘Current’ release for the next 6 months and then promoted to Long-term Support (LTS) in October 2022. Once promoted to long-term support the release will be designated the codename ‘Hydrogen’. Node.js 18 will be supported until April 2025.

Notable Changes
Deprecations and Removals
  • (SEMVER-MAJOR) fs: runtime deprecate string coercion in fs.write, fs.writeFileSync (Livia Medeiros) #​42607
  • (SEMVER-MAJOR) dns: remove dns.lookup and dnsPromises.lookup options type coercion (Antoine du Hamel) #​41431
  • (SEMVER-MAJOR) process: runtime deprecate multipleResolves (Benjamin Gruenbaum) #​41896
  • (SEMVER-MAJOR) stream: remove thenable support (Robert Nagy) #​40773
  • (SEMVER-MAJOR) tls: move tls.parseCertString to end-of-life (Tobias Nießen) #​41479
fetch (experimental)

An experimental fetch API is available on the global scope by default. The implementation is based upon undici, an HTTP/1.1 client written for Node.js by contributors to the project.

const res = await fetch('https://nodejs.org/api/documentation.json');
if (res.ok) {
  const data = await res.json();
  console.log(data);
}

Through this addition, the following globals are made available: fetch, FormData, Headers, Request, Response.

Disable this API with the --no-experimental-fetch command-line flag.

Contributed by Michaël Zasso in #​41811.

HTTP Timeouts

server.headersTimeout which limits the amount of time the parser will wait to receive the complete HTTP headers is now set to 60000 (60 seconds) by default.

server.requestTimeout which sets the timeout value in milliseconds for receiving the entire request from the client is now set to 300000 (5 minutes) by default.

If these timeouts expire, the server responds with status 408 without forwarding the request to the request listener and then closes the connection.

Both timeouts must be set to a non-zero value to protect against potential Denial-of-Service attacks in case the server is deployed without a reverse proxy in front.

Contributed by Paolo Insogna in #​41263.

Test Runner module (experimental)

The node:test module facilitates the creation of JavaScript tests that report results in TAP format. To access it:

import test from 'node:test';

This module is only available under the node: scheme.

The following is an example implementation of a parent test with two subtests:

test('top level test', async (t) => {
  await t.test('subtest 1', (t) => {
    assert.strictEqual(1, 1);
  });

  await t.test('subtest 2', (t) => {
    assert.strictEqual(2, 2);
  });
});

Read more in https://nodejs.org/dist/latest-v18.x/docs/api/test.html.

Contributed by Colin Ihrig in #​42325.

Toolchain and Compiler Upgrades
  • Prebuilt binaries for Linux are now built on Red Hat Enterprise Linux (RHEL) 8 and are compatible with Linux distributions based on glibc 2.28 or later, for example, Debian 10, RHEL 8, Ubuntu 20.04.
  • Prebuilt binaries for macOS now require macOS 10.15 or later.
  • For AIX the minimum supported architecture has been raised from Power 7 to Power 8.

Prebuilt binaries for 32-bit Windows will initially not be available due to issues building the V8 dependency in Node.js. We hope to restore 32-bit Windows binaries for Node.js 18 with a future V8 update.

Node.js does not support running on operating systems that are no longer supported by their vendor. For operating systems where their vendor has planned to end support earlier than April 2025, such as Windows 8.1 (January 2023) and Windows Server 2012 R2 (October 2023), support for Node.js 18 will end at the earlier date.

Full details about the supported toolchains and compilers are documented in the Node.js BUILDING.md file.

Contributed by Richard Lau in #​42292, #​42604 and #​42659,and Michaël Zasso in #​42105 and #​42666.

V8 10.1

The V8 engine is updated to version 10.1, which is part of Chromium 101. Compared to the version included in Node.js 17.9.0, the following new features are included:

The data format returned by the serialization API (v8.serialize(value)) has changed, and cannot be deserialized by earlier versions of Node.js. On the other hand, it is still possible to deserialize the previous format, as the API is backwards-compatible.

Contributed by Michaël Zasso in #​42657.

Web Streams API (experimental)

Node.js now exposes the experimental implementation of the Web Streams API on the global scope. This means the following APIs are now globally available:

  • ReadableStream, ReadableStreamDefaultReader, ReadableStreamBYOBReader, ReadableStreamBYOBRequest, ReadableByteStreamController, ReadableStreamDefaultController, TransformStream, TransformStreamDefaultController, WritableStream, WritableStreamDefaultWriter, WritableStreamDefaultController, ByteLengthQueuingStrategy, CountQueuingStrategy, TextEncoderStream, TextDecoderStream, CompressionStream, DecompressionStream.

Contributed James Snell in #​39062, and Antoine du Hamel in #​42225.

Other Notable Changes
  • (SEMVER-MAJOR) buffer: expose Blob as a global (James M Snell) #​41270
  • (SEMVER-MAJOR) child_process: improve argument validation (Rich Trott) #​41305
  • doc: add RafaelGSS to collaborators (RafaelGSS) #​42718
  • (SEMVER-MAJOR) http: make TCP noDelay enabled by default (Paolo Insogna) #​42163
  • (SEMVER-MAJOR) net: make server.address() return an integer for family (Antoine du Hamel) #​41431
  • (SEMVER-MAJOR) worker: expose BroadcastChannel as a global (James M Snell) #​41271
  • (SEMVER-MAJOR) worker: graduate BroadcastChannel to supported (James M Snell) #​41271
Semver-Major Commits
  • [`dab8ab2837`](https://github.com/nodejs/node/commit/dab8ab2837)] - **(SEMVER-MAJOR)** **assert,util**: compare RegExp.lastIndex while using deep equal checks (Ruben Bridgewater) [#&#8203;41020](https://github.com/nodejs/node/pull/41020)
    
  • [`cff14bcaef`](https://github.com/nodejs/node/commit/cff14bcaef)] - **(SEMVER-MAJOR)** **buffer**: refactor `byteLength` to remove outdated optimizations (Rongjian Zhang) [#&#8203;38545](https://github.com/nodejs/node/pull/38545)
    
  • [`cea76dbf33`](https://github.com/nodejs/node/commit/cea76dbf33)] - **(SEMVER-MAJOR)** **buffer**: expose Blob as a global (James M Snell) [#&#8203;41270](https://github.com/nodejs/node/pull/41270)
    
  • [`99c18f4786`](https://github.com/nodejs/node/commit/99c18f4786)] - **(SEMVER-MAJOR)** **buffer**: graduate Blob from experimental (James M Snell) [#&#8203;41270](https://github.com/nodejs/node/pull/41270)
    
  • [`35d72bf4ec`](https://github.com/nodejs/node/commit/35d72bf4ec)] - **(SEMVER-MAJOR)** **build**: make x86 Windows support temporarily experimental (Michaël Zasso) [#&#8203;42666](https://github.com/nodejs/node/pull/42666)
    
  • [`1134d8faf8`](https://github.com/nodejs/node/commit/1134d8faf8)] - **(SEMVER-MAJOR)** **build**: bump macOS deployment target to 10.15 (Richard Lau) [#&#8203;42292](https://github.com/nodejs/node/pull/42292)
    
  • [`27eb91d378`](https://github.com/nodejs/node/commit/27eb91d378)] - **(SEMVER-MAJOR)** **build**: downgrade Windows 8.1 and server 2012 R2 to experimental (Michaël Zasso) [#&#8203;42105](https://github.com/nodejs/node/pull/42105)
    
  • [`26c973d4b3`](https://github.com/nodejs/node/commit/26c973d4b3)] - **(SEMVER-MAJOR)** **child_process**: improve argument validation (Rich Trott) [#&#8203;41305](https://github.com/nodejs/node/pull/41305)
    
  • [`38007df999`](https://github.com/nodejs/node/commit/38007df999)] - **(SEMVER-MAJOR)** **cluster**: make `kill` to be just `process.kill` (Bar Admoni) [#&#8203;34312](https://github.com/nodejs/node/pull/34312)
    
  • [`aed18dfe59`](https://github.com/nodejs/node/commit/aed18dfe59)] - **(SEMVER-MAJOR)** **crypto**: cleanup validation (Mohammed Keyvanzadeh) [#&#8203;39841](https://github.com/nodejs/node/pull/39841)
    
  • [`e1fb6ae02f`](https://github.com/nodejs/node/commit/e1fb6ae02f)] - **(SEMVER-MAJOR)** **crypto**: prettify othername in PrintGeneralName (Tobias Nießen) [#&#8203;42123](https://github.com/nodejs/node/pull/42123)
    
  • [`36fb79030e`](https://github.com/nodejs/node/commit/36fb79030e)] - **(SEMVER-MAJOR)** **crypto**: fix X509Certificate toLegacyObject (Tobias Nießen) [#&#8203;42124](https://github.com/nodejs/node/pull/42124)
    
  • [`563b2ed000`](https://github.com/nodejs/node/commit/563b2ed000)] - **(SEMVER-MAJOR)** **crypto**: use RFC2253 format in PrintGeneralName (Tobias Nießen) [#&#8203;42002](https://github.com/nodejs/node/pull/42002)
    
  • [`18365d8ee6`](https://github.com/nodejs/node/commit/18365d8ee6)] - **(SEMVER-MAJOR)** **crypto**: change default check(Host|Email) behavior (Tobias Nießen) [#&#8203;41600](https://github.com/nodejs/node/pull/41600)
    
  • [`58f3fdcccd`](https://github.com/nodejs/node/commit/58f3fdcccd)] - **(SEMVER-MAJOR)** **deps**: V8: cherry-pick semver-major commits from 10.2 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`fd4f80ce54`](https://github.com/nodejs/node/commit/fd4f80ce54)] - **(SEMVER-MAJOR)** **deps**: update V8 to 10.1.124.6 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`974ab4060f`](https://github.com/nodejs/node/commit/974ab4060f)] - **(SEMVER-MAJOR)** **deps**: update V8 to 9.8.177.9 (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610)
    
  • [`270253c4e2`](https://github.com/nodejs/node/commit/270253c4e2)] - **(SEMVER-MAJOR)** **deps**: update V8 to 9.7.106.18 (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`08773e3c04`](https://github.com/nodejs/node/commit/08773e3c04)] - **(SEMVER-MAJOR)** **dns**: remove `dns.lookup` and `dnsPromises.lookup` options type coercion (Antoine du Hamel) [#&#8203;41431](https://github.com/nodejs/node/pull/41431)
    
  • [`3671cc0432`](https://github.com/nodejs/node/commit/3671cc0432)] - **(SEMVER-MAJOR)** **doc**: update minimum glibc requirements for Linux (Richard Lau) [#&#8203;42659](https://github.com/nodejs/node/pull/42659)
    
  • [`646e057680`](https://github.com/nodejs/node/commit/646e057680)] - **(SEMVER-MAJOR)** **doc**: update AIX minimum supported arch (Richard Lau) [#&#8203;42604](https://github.com/nodejs/node/pull/42604)
    
  • [`0bac5478eb`](https://github.com/nodejs/node/commit/0bac5478eb)] - **(SEMVER-MAJOR)** **fs**: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync` (Livia Medeiros) [#&#8203;42607](https://github.com/nodejs/node/pull/42607)
    
  • [`3caa2c1a00`](https://github.com/nodejs/node/commit/3caa2c1a00)] - **(SEMVER-MAJOR)** **http**: refactor headersTimeout and requestTimeout logic (Paolo Insogna) [#&#8203;41263](https://github.com/nodejs/node/pull/41263)
    
  • [`eacd45656a`](https://github.com/nodejs/node/commit/eacd45656a)] - **(SEMVER-MAJOR)** **http**: make TCP noDelay enabled by default (Paolo Insogna) [#&#8203;42163](https://github.com/nodejs/node/pull/42163)
    
  • [`4944ad0b9e`](https://github.com/nodejs/node/commit/4944ad0b9e)] - **(SEMVER-MAJOR)** **lib**: enable fetch by default (Michaël Zasso) [#&#8203;41811](https://github.com/nodejs/node/pull/41811)
    
  • [`8c4b8b201a`](https://github.com/nodejs/node/commit/8c4b8b201a)] - **(SEMVER-MAJOR)** **lib**: replace validator and error (Mohammed Keyvanzadeh) [#&#8203;41678](https://github.com/nodejs/node/pull/41678)
    
  • [`3c4ee5267a`](https://github.com/nodejs/node/commit/3c4ee5267a)] - **(SEMVER-MAJOR)** **module,repl**: support 'node:'-only core modules (Colin Ihrig) [#&#8203;42325](https://github.com/nodejs/node/pull/42325)
    
  • [`3a26db9697`](https://github.com/nodejs/node/commit/3a26db9697)] - **(SEMVER-MAJOR)** **net**: make `server.address()` return an integer for `family` (Antoine du Hamel) [#&#8203;41431](https://github.com/nodejs/node/pull/41431)
    
  • [`e6a7300a10`](https://github.com/nodejs/node/commit/e6a7300a10)] - **(SEMVER-MAJOR)** **process**: disallow some uses of Object.defineProperty() on process.env (Himself65) [#&#8203;28006](https://github.com/nodejs/node/pull/28006)
    
  • [`60b8e79599`](https://github.com/nodejs/node/commit/60b8e79599)] - **(SEMVER-MAJOR)** **process**: runtime deprecate multipleResolves (Benjamin Gruenbaum) [#&#8203;41896](https://github.com/nodejs/node/pull/41896)
    
  • [`d36b60e69a`](https://github.com/nodejs/node/commit/d36b60e69a)] - **(SEMVER-MAJOR)** **readline**: fix question still called after closed (Xuguang Mei) [#&#8203;42464](https://github.com/nodejs/node/pull/42464)
    
  • [`58e645de63`](https://github.com/nodejs/node/commit/58e645de63)] - **(SEMVER-MAJOR)** **stream**: remove thenable support (Robert Nagy) [#&#8203;40773](https://github.com/nodejs/node/pull/40773)
    
  • [`560cbc5849`](https://github.com/nodejs/node/commit/560cbc5849)] - **(SEMVER-MAJOR)** **stream**: expose web streams globals, remove runtime experimental warning (Antoine du Hamel) [#&#8203;42225](https://github.com/nodejs/node/pull/42225)
    
  • [`9fb7ac3bbd`](https://github.com/nodejs/node/commit/9fb7ac3bbd)] - **(SEMVER-MAJOR)** **stream**: need to cleanup event listeners if last stream is readable (Xuguang Mei) [#&#8203;41954](https://github.com/nodejs/node/pull/41954)
    
  • [`ceaa299958`](https://github.com/nodejs/node/commit/ceaa299958)] - **(SEMVER-MAJOR)** **stream**: revert revert `map` spec compliance (Benjamin Gruenbaum) [#&#8203;41933](https://github.com/nodejs/node/pull/41933)
    
  • [`fe7ca085a7`](https://github.com/nodejs/node/commit/fe7ca085a7)] - **(SEMVER-MAJOR)** **stream**: throw invalid arg type from End Of Stream (Jithil P Ponnan) [#&#8203;41766](https://github.com/nodejs/node/pull/41766)
    
  • [`48e784043d`](https://github.com/nodejs/node/commit/48e784043d)] - **(SEMVER-MAJOR)** **stream**: don't emit finish after destroy (Robert Nagy) [#&#8203;40852](https://github.com/nodejs/node/pull/40852)
    
  • [`f2170253b6`](https://github.com/nodejs/node/commit/f2170253b6)] - **(SEMVER-MAJOR)** **stream**: add errored and closed props (Robert Nagy) [#&#8203;40696](https://github.com/nodejs/node/pull/40696)
    
  • [`432d1b50e0`](https://github.com/nodejs/node/commit/432d1b50e0)] - **(SEMVER-MAJOR)** **test**: add initial test module (Colin Ihrig) [#&#8203;42325](https://github.com/nodejs/node/pull/42325)
    
  • [`92567283f4`](https://github.com/nodejs/node/commit/92567283f4)] - **(SEMVER-MAJOR)** **timers**: refactor internal classes to ES2015 syntax (Rabbit) [#&#8203;37408](https://github.com/nodejs/node/pull/37408)
    
  • [`65910c0d6c`](https://github.com/nodejs/node/commit/65910c0d6c)] - **(SEMVER-MAJOR)** **tls**: represent registeredID numerically always (Tobias Nießen) [#&#8203;41561](https://github.com/nodejs/node/pull/41561)
    
  • [`807c7e14f4`](https://github.com/nodejs/node/commit/807c7e14f4)] - **(SEMVER-MAJOR)** **tls**: move tls.parseCertString to end-of-life (Tobias Nießen) [#&#8203;41479](https://github.com/nodejs/node/pull/41479)
    
  • [`f524306077`](https://github.com/nodejs/node/commit/f524306077)] - **(SEMVER-MAJOR)** **url**: throw on NULL in IPv6 hostname (Rich Trott) [#&#8203;42313](https://github.com/nodejs/node/pull/42313)
    
  • [`0187bc5cdc`](https://github.com/nodejs/node/commit/0187bc5cdc)] - **(SEMVER-MAJOR)** **v8**: make v8.writeHeapSnapshot() error codes consistent (Darshan Sen) [#&#8203;42577](https://github.com/nodejs/node/pull/42577)
    
  • [`74b9baa426`](https://github.com/nodejs/node/commit/74b9baa426)] - **(SEMVER-MAJOR)** **v8**: make writeHeapSnapshot throw if fopen fails (Antonio Román) [#&#8203;41373](https://github.com/nodejs/node/pull/41373)
    
  • [`ce4d3adf50`](https://github.com/nodejs/node/commit/ce4d3adf50)] - **(SEMVER-MAJOR)** **worker**: expose BroadcastChannel as a global (James M Snell) [#&#8203;41271](https://github.com/nodejs/node/pull/41271)
    
  • [`6486a304d3`](https://github.com/nodejs/node/commit/6486a304d3)] - **(SEMVER-MAJOR)** **worker**: graduate BroadcastChannel to supported (James M Snell) [#&#8203;41271](https://github.com/nodejs/node/pull/41271)
    
    
Semver-Minor Commits
  • [`415726b8c4`](https://github.com/nodejs/node/commit/415726b8c4)] - **(SEMVER-MINOR)** **stream**: add writableAborted (Robert Nagy) [#&#8203;40802](https://github.com/nodejs/node/pull/40802)
    
  • [`54819f08e0`](https://github.com/nodejs/node/commit/54819f08e0)] - **(SEMVER-MINOR)** **test_runner**: support 'only' tests (Colin Ihrig) [#&#8203;42514](https://github.com/nodejs/node/pull/42514)
    
    
Semver-Patch Commits
  • [`7533d08b94`](https://github.com/nodejs/node/commit/7533d08b94)] - **buffer**: fix `atob` input validation (Austin Kelleher) [#&#8203;42662](https://github.com/nodejs/node/pull/42662)
    
  • [`96673bcb96`](https://github.com/nodejs/node/commit/96673bcb96)] - **build**: run clang-format on CI (Darshan Sen) [#&#8203;42681](https://github.com/nodejs/node/pull/42681)
    
  • [`d5462e4558`](https://github.com/nodejs/node/commit/d5462e4558)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`aa52873887`](https://github.com/nodejs/node/commit/aa52873887)] - **build**: add configure option --v8-enable-short-builtin-calls (daomingq) [#&#8203;42109](https://github.com/nodejs/node/pull/42109)
    
  • [`7ee8a7a463`](https://github.com/nodejs/node/commit/7ee8a7a463)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610)
    
  • [`a189dee52a`](https://github.com/nodejs/node/commit/a189dee52a)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`e8697cfe38`](https://github.com/nodejs/node/commit/e8697cfe38)] - **crypto**: improve prime size argument validation (Tobias Nießen) [#&#8203;42234](https://github.com/nodejs/node/pull/42234)
    
  • [`a9c0689786`](https://github.com/nodejs/node/commit/a9c0689786)] - **crypto**: fix return type prob reported by coverity (Michael Dawson) [#&#8203;42135](https://github.com/nodejs/node/pull/42135)
    
  • [`e938515b41`](https://github.com/nodejs/node/commit/e938515b41)] - **deps**: patch V8 to 10.1.124.8 (Michaël Zasso) [#&#8203;42730](https://github.com/nodejs/node/pull/42730)
    
  • [`eba7d2db7f`](https://github.com/nodejs/node/commit/eba7d2db7f)] - **deps**: V8: cherry-pick [`ad21d21`](https://github.com/nodejs/node/commit/ad21d212fc14) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`004137e269`](https://github.com/nodejs/node/commit/004137e269)] - **deps**: V8: cherry-pick [`4c29cf1`](https://github.com/nodejs/node/commit/4c29cf1b7885) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`a052c03033`](https://github.com/nodejs/node/commit/a052c03033)] - **deps**: V8: cherry-pick [`ca2a787`](https://github.com/nodejs/node/commit/ca2a787a0b49) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`01cea9a8d8`](https://github.com/nodejs/node/commit/01cea9a8d8)] - **deps**: V8: cherry-pick [`a2cae21`](https://github.com/nodejs/node/commit/a2cae2180a7a) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`d9d26b08ef`](https://github.com/nodejs/node/commit/d9d26b08ef)] - **deps**: V8: cherry-pick [`87ce4f5`](https://github.com/nodejs/node/commit/87ce4f5d98a5) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`64a6328505`](https://github.com/nodejs/node/commit/64a6328505)] - **deps**: make V8 compilable with older glibc (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`fde59217b9`](https://github.com/nodejs/node/commit/fde59217b9)] - **deps**: V8: fix v8-cppgc.h for MSVC (Jiawen Geng) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`cdcc82cced`](https://github.com/nodejs/node/commit/cdcc82cced)] - **deps**: silence V8's warning on CompileFunction (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`2f51e121da`](https://github.com/nodejs/node/commit/2f51e121da)] - **deps**: update Acorn to v8.7.0 (Michaël Zasso) [#&#8203;42667](https://github.com/nodejs/node/pull/42667)
    
  • [`6d4b01774b`](https://github.com/nodejs/node/commit/6d4b01774b)] - **deps**: update ICU to 71.1 (Michaël Zasso) [#&#8203;42655](https://github.com/nodejs/node/pull/42655)
    
  • [`2d84620f86`](https://github.com/nodejs/node/commit/2d84620f86)] - **deps**: upgrade npm to 8.6.0 (npm team) [#&#8203;42550](https://github.com/nodejs/node/pull/42550)
    
  • [`c7ac11fa25`](https://github.com/nodejs/node/commit/c7ac11fa25)] - **deps**: update undici to 5.0.0 (Node.js GitHub Bot) [#&#8203;42583](https://github.com/nodejs/node/pull/42583)
    
  • [`468fffdf66`](https://github.com/nodejs/node/commit/468fffdf66)] - **deps**: V8: cherry-pick [`50d5fb7`](https://github.com/nodejs/node/commit/50d5fb7a457c) (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610)
    
  • [`48708be57b`](https://github.com/nodejs/node/commit/48708be57b)] - **deps**: V8: cherry-pick [`79a9d2e`](https://github.com/nodejs/node/commit/79a9d2eb3477) (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610)
    
  • [`3c8782f70e`](https://github.com/nodejs/node/commit/3c8782f70e)] - **deps**: silence V8's warning on CompileFunction (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`9318408c49`](https://github.com/nodejs/node/commit/9318408c49)] - **deps**: silence V8's warning on CompileFunction (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`e23e345b6c`](https://github.com/nodejs/node/commit/e23e345b6c)] - **deps**: V8: cherry-pick [`80bbbb1`](https://github.com/nodejs/node/commit/80bbbb143c24) (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`696ce7df26`](https://github.com/nodejs/node/commit/696ce7df26)] - **deps**: V8: cherry-pick [`1cc12b2`](https://github.com/nodejs/node/commit/1cc12b278e22) (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`aa88e5e4b9`](https://github.com/nodejs/node/commit/aa88e5e4b9)] - **doc**: revise data imports and node: imports sections (Rich Trott) [#&#8203;42734](https://github.com/nodejs/node/pull/42734)
    
  • [`a058cefe29`](https://github.com/nodejs/node/commit/a058cefe29)] - **doc**: fix ESM JSON/data URL import example (Rich Trott) [#&#8203;42728](https://github.com/nodejs/node/pull/42728)
    
  • [`e61b62b9d4`](https://github.com/nodejs/node/commit/e61b62b9d4)] - **doc**: improve doc for http.ServerResponse inheritance (Luigi Pinca) [#&#8203;42693](https://github.com/nodejs/node/pull/42693)
    
  • [`6669b3857f`](https://github.com/nodejs/node/commit/6669b3857f)] - **doc**: add RafaelGSS to collaborators (RafaelGSS) [#&#8203;42718](https://github.com/nodejs/node/pull/42718)
    
  • [`f825341bab`](https://github.com/nodejs/node/commit/f825341bab)] - **doc**: add NodeEdKeyGenParams to CryptoKey.algorithm (Tobias Nießen) [#&#8203;42629](https://github.com/nodejs/node/pull/42629)
    
  • [`d4d78361f2`](https://github.com/nodejs/node/commit/d4d78361f2)] - **doc**: fix the example for embedders (Momtchil Momtchev) [#&#8203;42671](https://github.com/nodejs/node/pull/42671)
    
  • [`6706be1cdb`](https://github.com/nodejs/node/commit/6706be1cdb)] - **doc**: change AES-GCM IV recommendation in WebCrypto (Tobias Nießen) [#&#8203;42611](https://github.com/nodejs/node/pull/42611)
    
  • [`4508c8caa4`](https://github.com/nodejs/node/commit/4508c8caa4)] - **doc**: fix `added:` info for some methods (Luigi Pinca) [#&#8203;42661](https://github.com/nodejs/node/pull/42661)
    
  • [`951dbc045a`](https://github.com/nodejs/node/commit/951dbc045a)] - **doc**: remove unneeded new in Buffer example (Niklas Mischkulnig) [#&#8203;42682](https://github.com/nodejs/node/pull/42682)
    
  • [`65e838071b`](https://github.com/nodejs/node/commit/65e838071b)] - **doc**: mark worker.id as integer in cluster docs (Tobias Nießen) [#&#8203;42684](https://github.com/nodejs/node/pull/42684)
    
  • [`a82713cbb6`](https://github.com/nodejs/node/commit/a82713cbb6)] - **doc**: recommend `fh.createWriteStream` for fsPromises methods (Antoine du Hamel) [#&#8203;42653](https://github.com/nodejs/node/pull/42653)
    
  • [`13ad8d4e09`](https://github.com/nodejs/node/commit/13ad8d4e09)] - **doc**: fix outgoingMessage.removeHeader() signature (Luigi Pinca) [#&#8203;42652](https://github.com/nodejs/node/pull/42652)
    
  • [`a0461255c0`](https://github.com/nodejs/node/commit/a0461255c0)] - **doc**: mark tlsSocket.authorized as boolean property (Tobias Nießen) [#&#8203;42647](https://github.com/nodejs/node/pull/42647)
    
  • [`3ac7f86c2b`](https://github.com/nodejs/node/commit/3ac7f86c2b)] - **doc**: add missing punctuation in Web Streams doc (Tobias Nießen) [#&#8203;42672](https://github.com/nodejs/node/pull/42672)
    
  • [`b98386c977`](https://github.com/nodejs/node/commit/b98386c977)] - **doc**: add missing article in session ticket section (Tobias Nießen) [#&#8203;42632](https://github.com/nodejs/node/pull/42632)
    
  • [`a113468383`](https://github.com/nodejs/node/commit/a113468383)] - **doc**: link to dynamic import function (Tobias Nießen) [#&#8203;42634](https://github.com/nodejs/node/pull/42634)
    
  • [`dfc2dc8b65`](https://github.com/nodejs/node/commit/dfc2dc8b65)] - **doc**: add note about header values encoding (Shogun) [#&#8203;42624](https://github.com/nodejs/node/pull/42624)
    
  • [`ec5a359ffd`](https://github.com/nodejs/node/commit/ec5a359ffd)] - **doc**: add missing word in rootCertificates section (Tobias Nießen) [#&#8203;42633](https://github.com/nodejs/node/pull/42633)
    
  • [`c08a361f70`](https://github.com/nodejs/node/commit/c08a361f70)] - **doc**: add history entries for DEP0162 on `fs.md` (Antoine du Hamel) [#&#8203;42608](https://github.com/nodejs/node/pull/42608)
    
  • [`4fade6acb4`](https://github.com/nodejs/node/commit/4fade6acb4)] - **doc**: fix brackets position (Livia Medeiros) [#&#8203;42649](https://github.com/nodejs/node/pull/42649)
    
  • [`8055c7ba5d`](https://github.com/nodejs/node/commit/8055c7ba5d)] - **doc**: copyedit corepack.md (Rich Trott) [#&#8203;42620](https://github.com/nodejs/node/pull/42620)
    
  • [`85a65c3260`](https://github.com/nodejs/node/commit/85a65c3260)] - **doc**: delete chakra tt from diagnostic tooling support tiers (Tony Gorez) [#&#8203;42627](https://github.com/nodejs/node/pull/42627)
    
  • [`63bb6dcf0f`](https://github.com/nodejs/node/commit/63bb6dcf0f)] - **doc**: align links in table to top (nikoladev) [#&#8203;41396](https://github.com/nodejs/node/pull/41396)
    
  • [`28d8614add`](https://github.com/nodejs/node/commit/28d8614add)] - **http**: document that ClientRequest inherits from OutgoingMessage (K.C.Ashish Kumar) [#&#8203;42642](https://github.com/nodejs/node/pull/42642)
    
  • [`c37fdacb34`](https://github.com/nodejs/node/commit/c37fdacb34)] - **lib**: use class fields in observe.js (Joyee Cheung) [#&#8203;42361](https://github.com/nodejs/node/pull/42361)
    
  • [`ea0668a27e`](https://github.com/nodejs/node/commit/ea0668a27e)] - **lib**: use class fields in Event and EventTarget (Joyee Cheung) [#&#8203;42361](https://github.com/nodejs/node/pull/42361)
    
  • [`eb7b89c829`](https://github.com/nodejs/node/commit/eb7b89c829)] - **lib**: update class fields TODO in abort_controller.js (Joyee Cheung) [#&#8203;42361](https://github.com/nodejs/node/pull/42361)
    
  • [`d835b1f1c1`](https://github.com/nodejs/node/commit/d835b1f1c1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42677](https://github.com/nodejs/node/pull/42677)
    
  • [`29492496e8`](https://github.com/nodejs/node/commit/29492496e8)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;42599](https://github.com/nodejs/node/pull/42599)
    
  • [`93c4dc5e5a`](https://github.com/nodejs/node/commit/93c4dc5e5a)] - **module**: ensure 'node:'-only modules can access node_modules (Colin Ihrig) [#&#8203;42430](https://github.com/nodejs/node/pull/42430)
    
  • [`3a26db9697`](https://github.com/nodejs/node/commit/3a26db9697)] - **net**: make `server.address()` return an integer for `family` (Antoine du Hamel) [#&#8203;41431](https://github.com/nodejs/node/pull/41431)
    
  • [`44fdf953ba`](https://github.com/nodejs/node/commit/44fdf953ba)] - **node-api,src**: fix module registration in MSVC C++ (Vladimir Morozov) [#&#8203;42459](https://github.com/nodejs/node/pull/42459)
    
  • [`3026ca0bf2`](https://github.com/nodejs/node/commit/3026ca0bf2)] - **src**: fix coverity report (Michael Dawson) [#&#8203;42663](https://github.com/nodejs/node/pull/42663)
    
  • [`01fd048c6e`](https://github.com/nodejs/node/commit/01fd048c6e)] - **src**: update NODE_MODULE_VERSION to 108 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`75a71dc7ae`](https://github.com/nodejs/node/commit/75a71dc7ae)] - **src**: fix alphabetically sorted binding list (Tobias Nießen) [#&#8203;42687](https://github.com/nodejs/node/pull/42687)
    
  • [`457567f72c`](https://github.com/nodejs/node/commit/457567f72c)] - **src**: include crypto in the bootstrap snapshot (Joyee Cheung) [#&#8203;42203](https://github.com/nodejs/node/pull/42203)
    
  • [`aa7dc808f5`](https://github.com/nodejs/node/commit/aa7dc808f5)] - **src**: update ImportModuleDynamically (Camillo Bruni) [#&#8203;41610](https://github.com/nodejs/node/pull/41610)
    
  • [`fa0439e66c`](https://github.com/nodejs/node/commit/fa0439e66c)] - **src**: update NODE_MODULE_VERSION to 105 (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610)
    
  • [`6ec1664dc8`](https://github.com/nodejs/node/commit/6ec1664dc8)] - **src**: update NODE_MODULE_VERSION to 104 (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`a706342368`](https://github.com/nodejs/node/commit/a706342368)] - **src**: add kNoBrowserGlobals flag for Environment (Cheng Zhao) [#&#8203;40532](https://github.com/nodejs/node/pull/40532)
    
  • [`0c57a37dd0`](https://github.com/nodejs/node/commit/0c57a37dd0)] - **src,crypto**: remove uses of AllocatedBuffer from crypto_tls.cc (Darshan Sen) [#&#8203;42589](https://github.com/nodejs/node/pull/42589)
    
  • [`be01185844`](https://github.com/nodejs/node/commit/be01185844)] - **src,inspector**: fix empty MaybeLocal crash (Darshan Sen) [#&#8203;42409](https://github.com/nodejs/node/pull/42409)
    
  • [`340b770d3f`](https://github.com/nodejs/node/commit/340b770d3f)] - **stream**: unify writableErrored and readableErrored (Robert Nagy) [#&#8203;40799](https://github.com/nodejs/node/pull/40799)
    
  • [`19064bec34`](https://github.com/nodejs/node/commit/19064bec34)] - **test**: delete test/pummel/test-repl-empty-maybelocal-crash.js (Darshan Sen) [#&#8203;42720](https://github.com/nodejs/node/pull/42720)
    
  • [`9d6af7d1fe`](https://github.com/nodejs/node/commit/9d6af7d1fe)] - **test**: improve `internal/url.js` coverage (Yoshiki Kurihara) [#&#8203;42650](https://github.com/nodejs/node/pull/42650)
    
  • [`d49df5ca8d`](https://github.com/nodejs/node/commit/d49df5ca8d)] - **test**: adapt message tests for V8 10.2 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`c6b4e9604f`](https://github.com/nodejs/node/commit/c6b4e9604f)] - **test**: adapt test-worker-debug for V8 10.0 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`0854fce8bc`](https://github.com/nodejs/node/commit/0854fce8bc)] - **test**: adapt test-v8-serdes for V8 9.9 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`73d53fe9f5`](https://github.com/nodejs/node/commit/73d53fe9f5)] - **test**: only skip slow tests on Raspberry Pi devices (Richard Lau) [#&#8203;42645](https://github.com/nodejs/node/pull/42645)
    
  • [`db7fa9f4b7`](https://github.com/nodejs/node/commit/db7fa9f4b7)] - **test**: allow numeric string for lookupService test (Daeyeon Jeong) [#&#8203;42596](https://github.com/nodejs/node/pull/42596)
    
  • [`0525a147b2`](https://github.com/nodejs/node/commit/0525a147b2)] - **test**: remove an unnecessary `undefined` in wpt (Khaidi Chu) [#&#8203;41470](https://github.com/nodejs/node/pull/41470)
    
  • [`bb762c5bd0`](https://github.com/nodejs/node/commit/bb762c5bd0)] - **test**: simplify test-http-write-callbacks.js (Tobias Nießen) [#&#8203;42628](https://github.com/nodejs/node/pull/42628)
    
  • [`1600869eb7`](https://github.com/nodejs/node/commit/1600869eb7)] - **test**: fix comments in test files (Daeyeon Jeong) [#&#8203;42536](https://github.com/nodejs/node/pull/42536)
    
  • [`82181bb9b8`](https://github.com/nodejs/node/commit/82181bb9b8)] - **test**: fix failure in test/sequential/test-heapdump.js (Darshan Sen) [#&#8203;41772](https://github.com/nodejs/node/pull/41772)
    
  • [`ba5b5acaf1`](https://github.com/nodejs/node/commit/ba5b5acaf1)] - **test**: improve ` worker_threads  ` coverage (Erick Wendel) [#&#8203;41818](https://github.com/nodejs/node/pull/41818)
    
  • [`f076c36335`](https://github.com/nodejs/node/commit/f076c36335)] - **tools**: update clang-format 1.6.0 to 1.7.0 (Rich Trott) [#&#8203;42724](https://github.com/nodejs/node/pull/42724)
    
  • [`45162bf9e7`](https://github.com/nodejs/node/commit/45162bf9e7)] - **tools**: update clang-format from 1.2.3 to 1.6.0 (Rich Trott) [#&#8203;42685](https://github.com/nodejs/node/pull/42685)
    
  • [`40bc08089d`](https://github.com/nodejs/node/commit/40bc08089d)] - **tools**: update V8 gypfiles for 10.1 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`09513cd1a3`](https://github.com/nodejs/node/commit/09513cd1a3)] - **tools**: update eslint to 8.13.0 (Node.js GitHub Bot) [#&#8203;42678](https://github.com/nodejs/node/pull/42678)
    
  • [`b99bb57416`](https://github.com/nodejs/node/commit/b99bb57416)] - **tools**: update gyp-next to v0.12.1 (Michaël Zasso) [#&#8203;42625](https://github.com/nodejs/node/pull/42625)
    
  • [`2468db1f53`](https://github.com/nodejs/node/commit/2468db1f53)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs)[@&#8203;21](https://github.com/21).0.3 (Node.js GitHub Bot) [#&#8203;42584](https://github.com/nodejs/node/pull/42584)
    
  • [`8a3f28a05c`](https://github.com/nodejs/node/commit/8a3f28a05c)] - **tools**: add v8-embedder-state-scope.h to distributed headers (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610)
    
  • [`30c4e1d952`](https://github.com/nodejs/node/commit/30c4e1d952)] - **tools**: update V8 gypfiles for 9.8 (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610)
    
  • [`1ad44094a2`](https://github.com/nodejs/node/commit/1ad44094a2)] - **tools**: update V8 gypfiles for 9.7 (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907)
    
  • [`86b77f7d0f`](https://github.com/nodejs/node/commit/86b77f7d0f)] - **tools,doc**: use V8::DisposePlatform (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610)
    
  • [`62e62757b3`](https://github.com/nodejs/node/commit/62e62757b3)] - **tools,test**: fix V8 initialization order (Camillo Bruni) [#&#8203;42657](https://github.com/nodejs/node/pull/42657)
    
  • [`0187bc5cdc`](https://github.com/nodejs/node/commit/0187bc5cdc)] - **v8**: make v8.writeHeapSnapshot() error codes consistent (Darshan Sen) [#&#8203;42577](https://github.com/nodejs/node/pull/42577)
    
  • [`74b9baa426`](https://github.com/nodejs/node/commit/74b9baa426)] - **v8**: make writeHeapSnapshot throw if fopen fails (Antonio Román) [#&#8203;41373](https://github.com/nodejs/node/pull/41373)
    
    

v17.9.1: 2022-06-01, Version 17.9.1 (Current), @​ruyadorno

Compare Source

Notable Changes
  • Upgrade npm to 8.11.0
Update to OpenSSL 3.0.3

This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 17.
See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines.

Commits
  • [`17fef6e`](https://github.com/nodejs/node/commit/17fef6ed54)] - deps: upgrade npm to 8.11.0 (npm team) [#&#8203;43210](https://github.com/nodejs/node/pull/43210)
    
  • [`d0b53c0`](https://github.com/nodejs/node/commit/d0b53c0557)] - deps: upgrade npm to 8.10.0 (npm team) [#&#8203;43061](https://github.com/nodejs/node/pull/43061)
    
  • [`72630d1`](https://github.com/nodejs/node/commit/72630d176f)] - deps: upgrade npm to 8.9.0 (npm team) [#&#8203;42968](https://github.com/nodejs/node/pull/42968)
    
  • [`93d58c3`](https://github.com/nodejs/node/commit/93d58c361e)] - deps: upgrade npm to 8.8.0 (npm team) [#&#8203;42886](https://github.com/nodejs/node/pull/42886)
    
  • [`34e6edd`](https://github.com/nodejs/node/commit/34e6edd421)] - deps: upgrade npm to 8.7.0 (npm team) [#&#8203;42744](https://github.com/nodejs/node/pull/42744)
    
  • [`02f8b0c`](https://github.com/nodejs/node/commit/02f8b0cdad)] - deps: upgrade npm to 8.6.0 (npm team) [#&#8203;42550](https://github.com/nodejs/node/pull/42550)
    
  • [`871eace`](https://github.com/nodejs/node/commit/871eace946)] - deps: update archs files for quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43025](https://github.com/nodejs/node/pull/43025)
    
  • [`05fb807`](https://github.com/nodejs/node/commit/05fb807ab0)] - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43025](https://github.com/nodejs/node/pull/43025)
    
    

v17.9.0: 2022-04-07, Version 17.9.0 (Current), @​BethGriggs prepared by @​juanarbol

Compare Source

Notable Changes
  • [`7124f91cbf`](https://github.com/nodejs/node/commit/7124f91cbf)] - **(SEMVER-MINOR)** **crypto**: make authTagLength optional for CC20P1305 (Tobias Nießen) [#&#8203;42427](https://github.com/nodejs/node/pull/42427)
    
  • [`30dc6dd3fb`](https://github.com/nodejs/node/commit/30dc6dd3fb)] - **deps**: update undici to 4.16.0 (Node.js GitHub Bot) [#&#8203;42414](https://github.com/nodejs/node/pull/42414)
    
  • [`f0fc2744a5`](https://github.com/nodejs/node/commit/f0fc2744a5)] - **doc**: add [@&#8203;meixg](https://github.com/meixg) to collaborators (Xuguang Mei) [#&#8203;42576](https://github.com/nodejs/node/pull/42576)
    
    
Commits
  • [`bb71433334`](https://github.com/nodejs/node/commit/bb71433334)] - **async_hooks**: remove destroyed symbol on Promises (Gerhard Stöbich) [#&#8203;42402](https://github.com/nodejs/node/pull/42402)
    
  • [`b48a6cb3f9`](https://github.com/nodejs/node/commit/b48a6cb3f9)] - **bootstrap**: reset process.\_exit and process.exitCode in pre-execution (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466)
    
  • [`b89f038537`](https://github.com/nodejs/node/commit/b89f038537)] - **bootstrap**: run inspector and event loop in snapshot builder (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466)
    
  • [`177558600e`](https://github.com/nodejs/node/commit/177558600e)] - **bootstrap**: make I/O streams work with user-land snapshot (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466)
    
  • [`e3683cb34d`](https://github.com/nodejs/node/commit/e3683cb34d)] - **bootstrap**: refresh options in pre-execution (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466)
    
  • [`d302d2f0d2`](https://github.com/nodejs/node/commit/d302d2f0d2)] - **bootstrap**: use SnapshotData to pass snapshot data around (Joyee Cheung) [#&#8203;42360](https://github.com/nodejs/node/pull/42360)
    
  • [`eb3dfc00f0`](https://github.com/nodejs/node/commit/eb3dfc00f0)] - **buffer**: improve Blob constructor error message when passing a string (Xuguang Mei) [#&#8203;42338](https://github.com/nodejs/node/pull/42338)
    
  • [`f45d5537c1`](https://github.com/nodejs/node/commit/f45d5537c1)] - **buffer**: fix `atob` input validation (Antoine du Hamel) [#&#8203;42539](https://github.com/nodejs/node/pull/42539)
    
  • [`fb6a5ba8d7`](https://github.com/nodejs/node/commit/fb6a5ba8d7)] - **build**: remove precompiled header and debug information for host builds (Niyas Sait) [#&#8203;42538](https://github.com/nodejs/node/pull/42538)
    
  • [`1f7d2e800c`](https://github.com/nodejs/node/commit/1f7d2e800c)] - **build**: windows/arm64 native compilation support (Niyas Sait) [#&#8203;42408](https://github.com/nodejs/node/pull/42408)
    
  • [`d9a1d7866c`](https://github.com/nodejs/node/commit/d9a1d7866c)] - **build**: consolidate JS and md linting GitHub Actions (Rich Trott) [#&#8203;42572](https://github.com/nodejs/node/pull/42572)
    
  • [`ecb5be845d`](https://github.com/nodejs/node/commit/ecb5be845d)] - **build**: set stale action back to running nightly (Michael Dawson) [#&#8203;42549](https://github.com/nodejs/node/pull/42549)
    
  • [`f9fb7f6d96`](https://github.com/nodejs/node/commit/f9fb7f6d96)] - **build**: add --node-snapshot-main configure option (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466)
    
  • [`c6808f088b`](https://github.com/nodejs/node/commit/c6808f088b)] - **build**: bump actions/checkout (Eliaz Bobadilla) [#&#8203;42460](https://github.com/nodejs/node/pull/42460)
    
  • [`9a54acb7c6`](https://github.com/nodejs/node/commit/9a54acb7c6)] - **child_process**: add env contents types in JSDoc (Rich Trott) [#&#8203;42494](https://github.com/nodejs/node/pull/42494)
    
  • [`a2f07380ea`](https://github.com/nodejs/node/commit/a2f07380ea)] - **crypto**: do not add undefined hash in webcrypto normalizeAlgorithm (Filip Skokan) [#&#8203;42559](https://github.com/nodejs/node/pull/42559)
    
  • [`9b4bd7d031`](https://github.com/nodejs/node/commit/9b4bd7d031)] - **crypto**: cleanup webcrypto jwk code (Filip Skokan) [#&#8203;42562](https://github.com/nodejs/node/pull/42562)
    
  • [`541a1328b0`](https://github.com/nodejs/node/commit/541a1328b0)] - **crypto**: fix webcrypto derive key lengths (Filip Skokan) [#&#8203;42542](https://github.com/nodejs/node/pull/42542)
    
  • [`7124f91cbf`](https://github.com/nodejs/node/commit/7124f91cbf)] - **(SEMVER-MINOR)** **crypto**: make authTagLength optional for CC20P1305 (Tobias Nießen) [#&#8203;42427](https://github.com/nodejs/node/pull/42427)
    
  • [`30dc6dd3fb`](https://github.com/nodejs/node/commit/30dc6dd3fb)] - **deps**: update undici to 4.16.0 (Node.js GitHub Bot) [#&#8203;42414](https://github.com/nodejs/node/pull/42414)
    
  • [`6e56924274`](https://github.com/nodejs/node/commit/6e56924274)] - **doc**: simplify Http2Stream encoding text (Rich Trott) [#&#8203;42597](https://github.com/nodejs/node/pull/42597)
    
  • [`261672b1da`](https://github.com/nodejs/node/commit/261672b1da)] - **doc**: remove obsolete stream API selection text (Rich Trott) [#&#8203;42586](https://github.com/nodejs/node/pull/42586)
    
  • [`beffed1880`](https://github.com/nodejs/node/commit/beffed1880)] - **doc**: remove faulty justification for 128-bit AES (Tobias Nießen) [#&#8203;42578](https://github.com/nodejs/node/pull/42578)
    
  • [`71f4a39086`](https://github.com/nodejs/node/commit/71f4a39086)] - **doc**: fix documentation of `FileHandle.prototype.appendFile` (Antoine du Hamel) [#&#8203;42588](https://github.com/nodejs/node/pull/42588)
    
  • [`c83ea22f7c`](https://github.com/nodejs/node/commit/c83ea22f7c)] - **doc**: change "OCSP Request" to "OCSP request" (Tobias Nießen) [#&#8203;42582](https://github.com/nodejs/node/pull/42582)
    
  • [`71ab0dea35`](https://github.com/nodejs/node/commit/71ab0dea35)] - **doc**: aes webcrypto unwrap is not a node-specific extensions (Filip Skokan) [#&#8203;42561](https://github.com/nodejs/node/pull/42561)
    
  • [`1c614184da`](https://github.com/nodejs/node/commit/1c614184da)] - **doc**: simplify recommendations in process.md (Rich Trott) [#&#8203;42556](https://github.com/nodejs/node/pull/42556)
    
  • [`c036800ddc`](https://github.com/nodejs/node/commit/c036800ddc)] - **doc**: clarify recommendations in stream.md (Rich Trott) [#&#8203;42555](https://github.com/nodejs/node/pull/42555)
    
  • [`dcf0abf8c7`](https://github.com/nodejs/node/commit/dcf0abf8c7)] - **doc**: simplify recommendation in webcrypto.md (Rich Trott) [#&#8203;42554](https://github.com/nodejs/node/pull/42554)
    
  • [`8333fa063b`](https://github.com/nodejs/node/commit/8333fa063b)] - **doc**: update DEP0102 text (Rich Trott) [#&#8203;42553](https://github.com/nodejs/node/pull/42553)
    
  • [`8b08bff682`](https://github.com/nodejs/node/commit/8b08bff682)] - **doc**: remove util.promisify() content in readline.md (Rich Trott) [#&#8203;42552](https://github.com/nodejs/node/pull/42552)
    
  • [`94492424ba`](https://github.com/nodejs/node/commit/94492424ba)] - **doc**: add introduction sentence for CJS (Antoine du Hamel) [#&#8203;42491](https://github.com/nodejs/node/pull/42491)
    
  • [`f0fc2744a5`](https://github.com/nodejs/node/commit/f0fc2744a5)] - **doc**: add [@&#8203;meixg](https://github.com/meixg) to collaborators (Xuguang Mei) [#&#8203;42576](https://github.com/nodejs/node/pull/42576)
    
  • [`d935fef594`](https://github.com/nodejs/node/commit/d935fef594)] - **doc**: consolidate CI sections (Rich Trott) [#&#8203;42534](https://github.com/nodejs/node/pull/42534)
    
  • [`fd45df314b`](https://github.com/nodejs/node/commit/fd45df314b)] - **doc**: document breaking change in `http.IncomingMessage` `'close'` event (Paolo Insogna) [#&#8203;42521](https://github.com/nodejs/node/pull/42521)
    
  • [`53584fa750`](https://github.com/nodejs/node/commit/53584fa750)] - **doc**: remove extraneous comma (Rich Trott) [#&#8203;42548](https://github.com/nodejs/node/pull/42548)
    
  • [`b819af6509`](https://github.com/nodejs/node/commit/b819af6509)] - **doc**: guide towards x509.fingerprint256 (Tobias Nießen) [#&#8203;42516](https://github.com/nodejs/node/pull/42516)
    
  • [`f2355e41ed`](https://github.com/nodejs/node/commit/f2355e41ed)] - **doc**: fix internal link in collaborator-guide.md (Daeyeon Jeong) [#&#8203;42551](https://github.com/nodejs/node/pull/42551)
    
  • [`ffc6776996`](https://github.com/nodejs/node/commit/ffc6776996)] - **doc**: add suggestion for OpenSSL only sec releases (Michael Dawson) [#&#8203;42456](https://github.com/nodejs/node/pull/42456)
    
  • [`1454c0297d`](https://github.com/nodejs/node/commit/1454c0297d)] - **doc**: fix comment text in async_hooks example (Rich Trott) [#&#8203;42499](https://github.com/nodejs/node/pull/42499)
    
  • [`b9ab9867f4`](https://github.com/nodejs/node/commit/b9ab9867f4)] - **doc**: add `stability` class to legacy status description (Daniel Roe) [#&#8203;42525](https://github.com/nodejs/node/pull/42525)
    
  • [`6c13988d53`](https://github.com/nodejs/node/commit/6c13988d53)] - **doc**: suggest checkHost in checkServerIdentity docs (Tobias Nießen) [#&#8203;42495](https://github.com/nodejs/node/pull/42495)
    
  • [`28665a9dd6`](https://github.com/nodejs/node/commit/28665a9dd6)] - **doc**: update security release onboarding (Joe Sepi) [#&#8203;42333](https://github.com/nodejs/node/pull/42333)
    
  • [`d335addf0c`](https://github.com/nodejs/node/commit/d335addf0c)] - **doc**: fix question promise API example (Xuguang Mei) [#&#8203;42465](https://github.com/nodejs/node/pull/42465)
    
  • [`7cf9febcb4`](https://github.com/nodejs/node/commit/7cf9febcb4)] - **doc**: remove comma splice in events.md (Rich Trott) [#&#8203;42484](https://github.com/nodejs/node/pull/42484)
    
  • [`3c3684d9f1`](https://github.com/nodejs/node/commit/3c3684d9f1)] - **doc**: clarify napi_finalize behavior (Alba Mendez) [#&#8203;42461](https://github.com/nodejs/node/pull/42461)
    
  • [`334cc1936b`](https://github.com/nodejs/node/commit/334cc1936b)] - **doc**: expand history for conditional exports changes in v12 (Greg Poole) [#&#8203;42339](https://github.com/nodejs/node/pull/42339)
    
  • [`fb146f9eaf`](https://github.com/nodejs/node/commit/fb146f9eaf)] - **doc**: change comma-splice to two sentences (Rich Trott) [#&#8203;42455](https://github.com/nodejs/node/pull/42455)
    
  • [`ce4b823946`](https://github.com/nodejs/node/commit/ce4b823946)] - **doc**: add link to section (Rich Trott) [#&#8203;42428](https://github.com/nodejs/node/pull/42428)
    
  • [`5869275479`](https://github.com/nodejs/node/commit/5869275479)] - **doc**: fix typo in async_context.md (Anupama Codippily) [#&#8203;42444](https://github.com/nodejs/node/pull/42444)
    
  • [`48bd9fa2c7`](https://github.com/nodejs/node/commit/48bd9fa2c7)] - **doc**: add `trace_gc` to diagnostic tooling support document (Tony Gorez) [#&#8203;42346](https://github.com/nodejs/node/pull/42346)
    
  • [`00f693b6b1`](https://github.com/nodejs/node/commit/00f693b6b1)] - **doc**: make header smaller and dropdown click-driven when JS is on (Paolo Insogna) [#&#8203;42165](https://github.com/nodejs/node/pull/42165)
    
  • [`abbb23620a`](https://github.com/nodejs/node/commit/abbb23620a)] - **doc**: standardize typography for \_semantic versioning\_ (Rich Trott) [#&#8203;42401](https://github.com/nodejs/node/pull/42401)
    
  • [`e763e575c6`](https://github.com/nodejs/node/commit/e763e575c6)] - **doc**: unify import order in CCM example (Tobias Nießen) [#&#8203;42394](https://github.com/nodejs/node/pull/42394)
    
  • [`10d638a735`](https://github.com/nodejs/node/commit/10d638a735)] - **doc**: update property name (Rich Trott) [#&#8203;42398](https://github.com/nodejs/node/pull/42398)
    
  • [`5589a448b7`](https://github.com/nodejs/node/commit/5589a448b7)] - **doc,test**: clarify ChaCha20-Poly1305 usage (Tobias Nießen) [#&#8203;42323](https://github.com/nodejs/node/pull/42323)
    
  • [`902776e674`](https://github.com/nodejs/node/commit/902776e674)] - **esm**: emit experimental warnings in common place (Jacob Smith) [#&#8203;42314](https://github.com/nodejs/node/pull/42314)
    
  • [`8009cb0a78`](https://github.com/nodejs/node/commit/8009cb0a78)] - **fs**: fix write methods param validation and docs (Livia Medeiros) [#&#8203;42631](https://github.com/nodejs/node/pull/42631)
    
  • [`a9dc3a92d9`](https://github.com/nodejs/node/commit/a9dc3a92d9)] - **lib**: prepare files for no-var lint rule (Rich Trott) [#&#8203;42573](https://github.com/nodejs/node/pull/42573)
    
  • [`3306fee824`](https://github.com/nodejs/node/commit/3306fee824)] - **lib**: source maps filter null prefix (Fabian Cook) [#&#8203;42522](https://github.com/nodejs/node/pull/42522)
    
  • [`3bac969655`](https://github.com/nodejs/node/commit/3bac969655)] - **lib**: improve the coverage of the validator (mawaregetsuka) [#&#8203;42443](https://github.com/nodejs/node/pull/42443)
    
  • [`b74de21cc3`](https://github.com/nodejs/node/commit/b74de21cc3)] - **lib**: update JSDoc for linting (Rich Trott) [#&#8203;42489](https://github.com/nodejs/node/pull/42489)
    
  • [`7766bf954f`](https://github.com/nodejs/node/commit/7766bf954f)] - **meta**: update .mailmap and AUTHORS (Rich Trott) [#&#8203;42602](https://github.com/nodejs/node/pull/42602)
    
  • [`93ffc5535a`](https://github.com/nodejs/node/commit/93ffc5535a)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;42500](https://github.com/nodejs/node/pull/42500)
    
  • [`256509056d`](https://github.com/nodejs/node/commit/256509056d)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42585](https://github.com/nodejs/node/pull/42585)
    
  • [`41c2a32390`](https://github.com/nodejs/node/commit/41c2a32390)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42488](https://github.com/nodejs/node/pull/42488)
    
  • [`b71a8107c0`](https://github.com/nodejs/node/commit/b71a8107c0)] - **net,dns**: trace tcp connection and dns by perf_hooks (theanarkh) [#&#8203;42390](https://github.com/nodejs/node/pull/42390)
    
  • [`f9f3b6e45d`](https://github.com/nodejs/node/commit/f9f3b6e45d)] - **node-api**: format Node-API related code (Vladimir Morozov) [#&#8203;42396](https://github.com/nodejs/node/pull/42396)
    
  • [`0bd9d9e24f`](https://github.com/nodejs/node/commit/0bd9d9e24f)] - **os**: avoid unnecessary usage of var (Mohammed Keyvanzadeh) [#&#8203;42563](https://github.com/nodejs/node/pull/42563)
    
  • [`e798e26dfd`](https://github.com/nodejs/node/commit/e798e26dfd)] - **src**: add proper mutexes for accessing FIPS state (Anna Henningsen) [#&#8203;42278](https://github.com/nodejs/node/pull/42278)
    
  • [`a1fe0d2222`](https://github.com/nodejs/node/commit/a1fe0d2222)] - **src**: fix typo in InspectorIoDelegate constructor (Kohei Ueno) [#&#8203;42520](https://github.com/nodejs/node/pull/42520)
    
  • [`0c54f3637b`](https://github.com/nodejs/node/commit/0c54f3637b)] - **src**: remove unnecessary static qualifier in crypto_dh.cc (Darshan Sen) [#&#8203;42492](https://github.com/nodejs/node/pull/42492)
    
  • [`2e6a66d7d7`](https://github.com/nodejs/node/commit/2e6a66d7d7)] - **src**: address 3 useless call coverity warnings (Michael Dawson) [#&#8203;42426](https://github.com/nodejs/node/pull/42426)
    
  • [`ce9d840079`](https://github.com/nodejs/node/commit/ce9d840079)] - **src**: properly report exceptions from AddressToJS() (Darshan Sen) [#&#8203;42054](https://github.com/nodejs/node/pull/42054)
    
  • [`c6a558c61b`](https://github.com/nodejs/node/commit/c6a558c61b)] - **src**: suppress false coverity warning (Michael Dawson) [#&#8203;42284](https://github.com/nodejs/node/pull/42284)
    
  • [`878148c266`](https://github.com/nodejs/node/commit/878148c266)] - **src**: refactor IsSupportedAuthenticatedMode (Tobias Nießen) [#&#8203;42368](https://github.com/nodejs/node/pull/42368)
    
  • [`970483ffd3`](https://github.com/nodejs/node/commit/970483ffd3)] - **src,crypto**: handle empty maybe correctly in crypto_dh.cc (Darshan Sen) [#&#8203;42492](https://github.com/nodejs/node/pull/42492)
    
  • [`a348f8ac1a`](https://github.com/nodejs/node/commit/a348f8ac1a)] - **src,crypto**: remove uses of AllocatedBuffer from crypto_dh.cc (Darshan Sen) [#&#8203;42492](https://github.com/nodejs/node/pull/42492)
    
  • [`fb25ba435c`](https://github.com/nodejs/node/commit/fb25ba435c)] - **test**: improve lib/internal/readline/promises.js coverage (MURAKAMI Masahiko) [#&#8203;42420](https://github.com/nodejs/node/pull/42420)
    
  • [`4cbb1ea910`](https://github.com/nodejs/node/commit/4cbb1ea910)] - **test**: remove hack for `atob` and `btoa` WPT tests (Antoine du Hamel) [#&#8203;42540](https://github.com/nodejs/node/pull/42540)
    
  • [`f41a4780d5`](https://github.com/nodejs/node/commit/f41a4780d5)] - **test**: pass data into napi_create_external (Joyee Cheung) [#&#8203;42532](https://github.com/nodejs/node/pull/42532)
    
  • [`90554572b5`](https://github.com/nodejs/node/commit/90554572b5)] - **test**: improve `FileHandle.prototype.write` coverage (Antoine du Hamel) [#&#8203;42541](https://github.com/nodejs/node/pull/42541)
    
  • [`797994e4c0`](https://github.com/nodejs/node/commit/797994e4c0)] - **test**: add test for exception handlings in debugger (Kohei Ueno) [#&#8203;42327](https://github.com/nodejs/node/pull/42327)
    
  • [`8c9b5e9a36`](https://github.com/nodejs/node/commit/8c9b5e9a36)] - **test**: fix typo in common/wpt.js (Ikko Ashimine) [#&#8203;42567](https://github.com/nodejs/node/pull/42567)
    
  • [`2f682091cd`](https://github.com/nodejs/node/commit/2f682091cd)] - **test**: fix typos in test/parallel (Daeyeon Jeong) [#&#8203;42502](https://github.com/nodejs/node/pull/42502)
    
  • [`52d1c8d6d9`](https://github.com/nodejs/node/commit/52d1c8d6d9)] - **test**: add trace-gc flag test (Tony Gorez) [#&#8203;42471](https://github.com/nodejs/node/pull/42471)
    
  • [`19c933c79a`](https://github.com/nodejs/node/commit/19c933c79a)] - **test,fs**: add fs.rm() tests for .git directories (Darshan Sen) [#&#8203;42410](https://github.com/nodejs/node/pull/42410)
    
  • [`d64c4fb94d`](https://github.com/nodejs/node/commit/d64c4fb94d)] - **tools**: enable no-var ESLint rule for lib (Rich Trott) [#&#8203;42573](https://github.com/nodejs/node/pull/42573)
    
  • [`a9f2636d12`](https://github.com/nodejs/node/commit/a9f2636d12)] - **tools**: fixed bug causing JSON format to be broken (mawaregetsuka) [#&#8203;41565](https://github.com/nodejs/node/pull/41565)
    
  • [`bff9cae16a`](https://github.com/nodejs/node/commit/bff9cae16a)] - **tools**: update GHA actions version (Antoine du Hamel) [#&#8203;42498](https://github.com/nodejs/node/pull/42498)
    
  • [`c6bfb225cd`](https://github.com/nodejs/node/commit/c6bfb225cd)] - **tools**: update eslint to 8.12.0 (Node.js GitHub Bot) [#&#8203;42489](https://github.com/nodejs/node/pull/42489)
    
  • [`464e57ffc7`](https://github.com/nodejs/node/commit/464e57ffc7)] - **tools**: update lint-md-dependencies to vfile-reporter@7.0.4 (Node.js GitHub Bot) [#&#8203;42487](https://github.com/nodejs/node/pull/42487)
    
  • [`13dd8e73df`](https://github.com/nodejs/node/commit/13dd8e73df)] - **tools**: refloat 7 Node.js patches to cpplint.py (Rich Trott) [#&#8203;42416](https://github.com/nodejs/node/pull/42416)
    
  • [`3a1b0e5b87`](https://github.com/nodejs/node/commit/3a1b0e5b87)] - **tools**: bump cpplint to 1.6.0 (Rich Trott) [#&#8203;42416](https://github.com/nodejs/node/pull/42416)
    
  • [`9344a06d9c`](https://github.com/nodejs/node/commit/9344a06d9c)] - **tools**: fix skip PR if CI is still running (Xuguang Mei) [#&#8203;42377](https://github.com/nodejs/node/pull/42377)
    
    

v17.8.0: 2022-03-22, Version 17.8.0 (Current), @​bengl

Compare Source

Notable Changes
  • [`3bd0078457`](https://github.com/nodejs/node/commit/3bd0078457)] - **doc**: add [@&#8203;ShogunPanda](https://github.com/ShogunPanda) to collaborators (Shogun) [#&#8203;42362](https://github.com/nodejs/node/pull/42362)
    
  • [`23354673be`](https://github.com/nodejs/node/commit/23354673be)] - **doc**: deprecate string coercion in `fs.write`, `fs.writeFileSync` (Livia Medeiros) [#&#8203;42149](https://github.com/nodejs/node/pull/42149)
    
  • [`da42ffb85e`](https://github.com/nodejs/node/commit/da42ffb85e)] - **(SEMVER-MINOR)** **http**: trace http client by perf_hooks (theanarkh) [#&#8203;42345](https://github.com/nodejs/node/pull/42345)
    
  • [`84fd6e54b0`](https://github.com/nodejs/node/commit/84fd6e54b0)] - **deps**: upgrade npm to 8.5.5 (npm team) [#&#8203;42382](https://github.com/nodejs/node/pull/42382)
    
  • [`b60262ee9f`](https://github.com/nodejs/node/commit/b60262ee9f)] - **deps**: update undici to 4.15.1 (Michaël Zasso) [#&#8203;42246](https://github.com/nodejs/node/pull/42246)
    
    
Commits
  • [`1796f035c7`](https://github.com/nodejs/node/commit/1796f035c7)] - **build**: rename tools workflow and add undici to it (Michaël Zasso) [#&#8203;42246](https://github.com/nodejs/node/pull/42246)
    
  • [`f27bcec2ea`](https://github.com/nodejs/node/commit/f27bcec2ea)] - **build**: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) [#&#8203;42204](https://github.com/nodejs/node/pull/42204)
    
  • [`f48c3baf5a`](https://github.com/nodejs/node/commit/f48c3baf5a)] - **crypto**: fix auth tag length error when mode != GCM (Tobias Nießen) [#&#8203;42383](https://github.com/nodejs/node/pull/42383)
    
  • [`1d0468f749`](https://github.com/nodejs/node/commit/1d0468f749)] - **crypto**: fix fingerprint string size calculation (Tobias Nießen) [#&#8203;42175](https://github.com/nodejs/node/pull/42175)
    
  • [`a4632a3dc2`](https://github.com/nodejs/node/commit/a4632a3dc2)] - **crypto**: add CHECKs to remaining BIO_s_mem allocs (Tobias Nießen) [#&#8203;42155](https://github.com/nodejs/node/pull/42155)
    
  • [`3b55946452`](https://github.com/nodejs/node/commit/3b55946452)] - **debugger**: correct typo in inspect_repl.js (Kohei Ueno) [#&#8203;42267](https://github.com/nodejs/node/pull/42267)
    
  • [`84fd6e54b0`](https://github.com/nodejs/node/commit/84fd6e54b0)] - **deps**: upgrade npm to 8.5.5 (npm team) [#&#8203;42382](https://github.com/nodejs/node/pull/42382)
    
  • [`f2178fcc1a`](https://github.com/nodejs/node/commit/f2178fcc1a)] - **deps**: cares: cherry-pick [`b5a3d96`](https://github.com/nodejs/node/commit/b5a3d96) (bradh352) [#&#8203;42216](https://github.com/nodejs/node/pull/42216)
    
  • [`063ff08cb1`](https://github.com/nodejs/node/commit/063ff08cb1)] - **deps**: V8: cherry-pick [`c6f6626`](https://github.com/nodejs/node/commit/c6f6626deb14) (Lu Yahan) [#&#8203;42240](https://github.com/nodejs/node/pull/42240)
    
  • [`b60262ee9f`](https://github.com/nodejs/node/commit/b60262ee9f)] - **deps**: update undici to 4.15.1 (Michaël Zasso) [#&#8203;42246](https://github.com/nodejs/node/pull/42246)
    
  • [`70c0758308`](https://github.com/nodejs/node/commit/70c0758308)] - **deps**: upgrade npm to 8.5.3 (npm team) [#&#8203;42205](https://github.com/nodejs/node/pull/42205)
    
  • [`fd51e78963`](https://github.com/nodejs/node/commit/fd51e78963)] - **doc**: fix version history for `net.Socket` and `net.Server` (Antoine du Hamel) [#&#8203;42268](https://github.com/nodejs/node/pull/42268)
    
  • [`db83c4d6dc`](https://github.com/nodejs/node/commit/db83c4d6dc)] - **doc**: improve README.md usability (Rich Trott) [#&#8203;42378](https://github.com/nodejs/node/pull/42378)
    
  • [`88d3401329`](https://github.com/nodejs/node/commit/88d3401329)] - **doc**: add that chacha20-poly1305 is IETF version (Tobias Nießen) [#&#8203;42370](https://github.com/nodejs/node/pull/42370)
    
  • [`04a7c0061b`](https://github.com/nodejs/node/commit/04a7c0061b)] - **doc**: update instructions for openssl updates (Michael Dawson) [#&#8203;42353](https://github.com/nodejs/node/pull/42353)
    
  • [`78b858dd4b`](https://github.com/nodejs/node/commit/78b858dd4b)] - **doc**: document goal to have examples (Michael Dawson) [#&#8203;42274](https://github.com/nodejs/node/pull/42274)
    
  • [`a5e42f0113`](https://github.com/nodejs/node/commit/a5e42f0113)] - **doc**: fix Embedder's Guide link to V8 official docs (Aroyan) [#&#8203;42373](https://github.com/nodejs/node/pull/42373)
    
  • [`6c265e7243`](https://github.com/nodejs/node/commit/6c265e7243)] - **doc**: remove unneeded lint disable comment (Rich Trott) [#&#8203;42374](https://github.com/nodejs/node/pull/42374)
    
  • [`46d3d23e64`](https://github.com/nodejs/node/commit/46d3d23e64)] - **doc**: revise async_hooks docs (Rich Trott) [#&#8203;42337](https://github.com/nodejs/node/pull/42337)
    
  • [`3bd0078457`](https://github.com/nodejs/node/commit/3bd0078457)] - **doc**: add [@&#8203;ShogunPanda](https://github.com/ShogunPanda) to collaborators (Shogun) [#&#8203;42362](https://github.com/nodejs/node/pull/42362)
    
  • [`e7e8eb9f03`](https://github.com/nodejs/node/commit/e7e8eb9f03)] - **doc**: update base branch name for `nodejs/nodejs.org` (Danielle Adams) [#&#8203;42355](https://github.com/nodejs/node/pull/42355)
    
  • [`fd7e4ab654`](https://github.com/nodejs/node/commit/fd7e4ab654)] - **doc**: fix async iterable pipeline signal examples (Randall Leeds) [#&#8203;42258](https://github.com/nodejs/node/pull/42258)
    
  • [`96dc591b55`](https://github.com/nodejs/node/commit/96dc591b55)] - **doc**: clarify path search in `child_process.spawn` (Damjan Cvetko) [#&#8203;41418](https://github.com/nodejs/node/pull/41418)
    
  • [`72dd50016a`](https://github.com/nodejs/node/commit/72dd50016a)] - **doc**: clarify the meaning of legacy status (Darshan Sen) [#&#8203;42269](https://github.com/nodejs/node/pull/42269)
    
  • [`8b99099063`](https://github.com/nodejs/node/commit/8b99099063)] - **doc**: improve pipe description (Mikael Finstad) [#&#8203;42295](https://github.com/nodejs/node/pull/42295)
    
  • [`701dc14fdf`](https://github.com/nodejs/node/commit/701dc14fdf)] - **doc**: remove outdated timeout.unref content (Xuguang Mei) [#&#8203;42241](https://github.com/nodejs/node/pull/42241)
    
  • [`23354673be`](https://github.com/nodejs/node/commit/23354673be)] - **doc**: deprecate string coercion in `fs.write`, `fs.writeFileSync` (Livia Medeiros) [#&#8203;42149](https://github.com/nodejs/node/pull/42149)
    
  • [`f3c6c00963`](https://github.com/nodejs/node/commit/f3c6c00963)] - **doc**: remove refs to old OpenSSL list-\* commands (Tobias Nießen) [#&#8203;42235](https://github.com/nodejs/node/pull/42235)
    
  • [`19851f8d2d`](https://github.com/nodejs/node/commit/19851f8d2d)] - **doc**: readline `'line'` event emits final line (Matt Probert) [#&#8203;42214](https://github.com/nodejs/node/pull/42214)
    
  • [`e55283b978`](https://github.com/nodejs/node/commit/e55283b978)] - **esm**: make extension-less errors in type:module actionable (Bradley Farias) [#&#8203;42301](https://github.com/nodejs/node/pull/42301)
    
  • [`e17db8f0fa`](https://github.com/nodejs/node/commit/e17db8f0fa)] - **esm**: improve typings and code coverage (Bradley Farias) [#&#8203;42305](https://github.com/nodejs/node/pull/42305)
    
  • [`4829a1047f`](https://github.com/nodejs/node/commit/4829a1047f)] - **esm**: add runtime warning for specifier resolution flag (Geoffrey Booth) [#&#8203;42252](https://github.com/nodejs/node/pull/42252)
    
  • [`da42ffb85e`](https://github.com/nodejs/node/commit/da42ffb85e)] - **(SEMVER-MINOR)** **http**: trace http client by perf_hooks (theanarkh) [#&#8203;42345](https://github.com/nodejs/node/pull/42345)
    
  • [`88dee3c6b5`](https://github.com/nodejs/node/commit/88dee3c6b5)] - **http2**: fix potential integer overflow (Michael Dawson) [#&#8203;42248](https://github.com/nodejs/node/pull/42248)
    
  • [`1fe0b69c31`](https://github.com/nodejs/node/commit/1fe0b69c31)] - **lib**: refactor to use primordials in `lib/assert.js` (Akhil Marsonya) [#&#8203;41702](https://github.com/nodejs/node/pull/41702)
    
  • [`69a3792540`](https://github.com/nodejs/node/commit/69a3792540)] - **lib**: fix AsyncResource.bind not using 'this' from the caller by default (Roch Devost) [#&#8203;42177](https://github.com/nodejs/node/pull/42177)
    
  • [`1c87ce6a32`](https://github.com/nodejs/node/commit/1c87ce6a32)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42404](https://github.com/nodejs/node/pull/42404)
    
  • [`e7b8d83acd`](https://github.com/nodejs/node/commit/e7b8d83acd)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42317](https://github.com/nodejs/node/pull/42317)
    
  • [`7fc4b9f08d`](https://github.com/nodejs/node/commit/7fc4b9f08d)] - **meta**: add dependencies label to label-pr-config (Mestery) [#&#8203;42129](https://github.com/nodejs/node/pull/42129)
    
  • [`e96042442b`](https://github.com/nodejs/node/commit/e96042442b)] - **src**: convert hex2bin() into a regular function (Darshan Sen) [#&#8203;42321](https://github.com/nodejs/node/pull/42321)
    
  • [`21198c1407`](https://github.com/nodejs/node/commit/21198c1407)] - **src**: fix coverity warnings in node_file.cc (Michael Dawson) [#&#8203;42272](https://github.com/nodejs/node/pull/42272)
    
  • [`846b074075`](https://github.com/nodejs/node/commit/846b074075)] - **src**: check EC_POINT_get_affine_coordinates result (Tobias Nießen) [#&#8203;42304](https://github.com/nodejs/node/pull/42304)
    
  • [`8b84e68cbd`](https://github.com/nodejs/node/commit/8b84e68cbd)] - **src**: simplify bound check in ParseArrayIndex (Tobias Nießen) [#&#8203;42306](https://github.com/nodejs/node/pull/42306)
    
  • [`9500e5862e`](https://github.com/nodejs/node/commit/9500e5862e)] - **src**: avoid returning invalid value from hex2bin (Tobias Nießen) [#&#8203;42307](https://github.com/nodejs/node/pull/42307)
    
  • [`08e2d8ab86`](https://github.com/nodejs/node/commit/08e2d8ab86)] - **src**: check return value of HMAC_Final (Tobias Nießen) [#&#8203;42303](https://github.com/nodejs/node/pull/42303)
    
  • [`9fc4b9b04e`](https://github.com/nodejs/node/commit/9fc4b9b04e)] - **src**: include internal/options in the snapshot (Joyee Cheung) [#&#8203;42203](https://github.com/nodejs/node/pull/42203)
    
  • [`e43aa30982`](https://github.com/nodejs/node/commit/e43aa30982)] - **src**: remove redundant buffer size check (Tobias Nießen) [#&#8203;42257](https://github.com/nodejs/node/pull/42257)
    
  • [`d06e92dba0`](https://github.com/nodejs/node/commit/d06e92dba0)] - **src**: perform minor cleanups on zlib code (Anna Henningsen) [#&#8203;42247](https://github.com/nodejs/node/pull/42247)
    
  • [`9af908305d`](https://github.com/nodejs/node/commit/9af908305d)] - **src**: use `emplace_back` instead of `push_back` (Yash Ladha) [#&#8203;42159](https://github.com/nodejs/node/pull/42159)
    
  • [`62d9a7f5db`](https://github.com/nodejs/node/commit/62d9a7f5db)] - **src**: fix unchecked return warning from coverity (Michael Dawson) [#&#8203;42176](https://github.com/nodejs/node/pull/42176)
    
  • [`58763d7f9d`](https://github.com/nodejs/node/commit/58763d7f9d)] - **src,crypto**: avoid tristate Maybe\<bool> in ExportJWKEcKey() (Darshan Sen) [#&#8203;42223](https://github.com/nodejs/node/pull/42223)
    
  • [`5367002bc8`](https://github.com/nodejs/node/commit/5367002bc8)] - **stream**: do cleanup when iterator is destroyed (Khoo Hao Yit) [#&#8203;42320](https://github.com/nodejs/node/pull/42320)
    
  • [`3492a0eb1e`](https://github.com/nodejs/node/commit/3492a0eb1e)] - **string_decoder**: fix crash when calling \__proto\_\_.write() (Darshan Sen) [#&#8203;42062](https://github.com/nodejs/node/pull/42062)
    
  • [`d9a5c2b284`](https://github.com/nodejs/node/commit/d9a5c2b284)] - **test**: give slow tests more time on Rasberry PIs (Michael Dawson) [#&#8203;42380](https://github.com/nodejs/node/pull/42380)
    
  • [`b82bac09ff`](https://github.com/nodejs/node/commit/b82bac09ff)] - **test**: improve https_renew_cert.sh script (Tobias Nießen) [#&#8203;42343](https://github.com/nodejs/node/pull/42343)
    
  • [`dfdce7c182`](https://github.com/nodejs/node/commit/dfdce7c182)] - **test**: improve \_http_incoming.js coverage (Yoshiki Kurihara) [#&#8203;42211](https://github.com/nodejs/node/pull/42211)
    
  • [`4941791f29`](https://github.com/nodejs/node/commit/4941791f29)] - **test**: improve \_http_outgoing coverage (Yoshiki Kurihara) [#&#8203;42213](https://github.com/nodejs/node/pull/42213)
    
  • [`94e5eaa7e9`](https://github.com/nodejs/node/commit/94e5eaa7e9)] - **test**: add test case for reverted 17.7 regression (Rich Trott) [#&#8203;42283](https://github.com/nodejs/node/pull/42283)
    
  • [`a4aa9eb97f`](https://github.com/nodejs/node/commit/a4aa9eb97f)] - **test**: use global webcrypto for WPT tests (Antoine du Hamel) [#&#8203;42236](https://github.com/nodejs/node/pull/42236)
    
  • [`26d4a2d489`](https://github.com/nodejs/node/commit/26d4a2d489)] - **test,crypto**: add and update empty passphrase regression tests (Darshan Sen) [#&#8203;42319](https://github.com/nodejs/node/pull/42319)
    
  • [`4fd2aff42e`](https://github.com/nodejs/node/commit/4fd2aff42e)] - **tools**: make update-undici script executable (Michaël Zasso) [#&#8203;42406](https://github.com/nodejs/node/pull/42406)
    
  • [`38e7681ac7`](https://github.com/nodejs/node/commit/38e7681ac7)] - **tools**: update lint-md-dependencies to rollup@2.70.1 (Node.js GitHub Bot) [#&#8203;42403](https://github.com/nodejs/node/pull/42403)
    
  • [`b7a4b4b1fd`](https://github.com/nodejs/node/commit/b7a4b4b1fd)] - **tools**: update doc to highlight.js@11.5.0 unified@10.1.2 (Node.js GitHub Bot) [#&#8203;42315](https://github.com/nodejs/node/pull/42315)
    
  • [`30ea1889d5`](https://github.com/nodejs/node/commit/30ea1889d5)] - **tools**: update lint-md-dependencies to rollup@2.70.0 unified@10.1.2 (Node.js GitHub Bot) [#&#8203;42316](https://github.com/nodejs/node/pull/42316)
    
  • [`eb0e1a1147`](https://github.com/nodejs/node/commit/eb0e1a1147)] - **tools**: update eslint to 8.11.0 (Node.js GitHub Bot) [#&#8203;42318](https://github.com/nodejs/node/pull/42318)
    
  • [`e95426fd3a`](https://github.com/nodejs/node/commit/e95426fd3a)] - **tools**: fix web streams API links (Brian White) [#&#8203;42153](https://github.com/nodejs/node/pull/42153)
    
  • [`fe01940f35`](https://github.com/nodejs/node/commit/fe01940f35)] - **url**: preserve null char in WHATWG URL errors (Rich Trott) [#&#8203;42263](https://github.com/nodejs/node/pull/42263)
    
  • [`b89f4d5c17`](https://github.com/nodejs/node/commit/b89f4d5c17)] - **url**: trim leading and trailing C0 control chars (Rich Trott) [#&#8203;42196](https://github.com/nodejs/node/pull/42196)
    
  • [`229fb40edc`](https://github.com/nodejs/node/commit/229fb40edc)] - **worker**: do not send message if port is closing (Rich Trott) [#&#8203;42357](https://github.com/nodejs/node/pull/42357)
    
    

v17.7.2: 2022-03-17, Version 17.7.2 (Current), @​richardlau

Compare Source

This is a security release.

Notable Changes

Update to OpenSSL 3.0.2, which addresses the following vulnerability:

Commits
  • [`55e293e05f`](https://github.com/nodejs/node/commit/55e293e05f)] - **deps**: update archs files for quictls/openssl-3.0.2+quic (Hassaan Pasha) [#&#8203;42356](https://github.com/nodejs/node/pull/42356)
    
  • [`b8d090603d`](https://github.com/nodejs/node/commit/b8d090603d)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.2+quic (Hassaan Pasha) [#&#8203;42356](https://github.com/nodejs/node/pull/42356)
    
  • [`c8b6d92af0`](https://github.com/nodejs/node/commit/c8b6d92af0)] - **test**: fix tests affected by OpenSSL update (Michael Dawson) [#&#8203;42356](https://github.com/nodejs/node/pull/42356)
    
  • [`457e31ea09`](https://github.com/nodejs/node/commit/457e31ea09)] - **test**: renew certificates for specific test (Luigi Pinca) [#&#8203;42342](https://github.com/nodejs/node/pull/42342)
    
    

v17.7.1: 2022-03-10, Version 17.7.1 (Current), @​BethGriggs prepared by @​sxa

Compare Source

Notable Changes
Fixed regression in url.resolve()

This release fixes an issue introduced in Node.js v17.7.0 with some URLs
that contain @. This issue affected yarn 1. This version reverts the
change that introduced the regression.

Commits
  • [`96a9e00fb3`](https://github.com/nodejs/node/commit/96a9e00fb3)] - **url**: revert fix url.parse() for `@hostname` (Antoine du Hamel) [#&#8203;42280](https://github.com/nodejs/node/pull/42280)
    
    

v17.6.0: 2022-02-22, Version 17.6.0 (Current), @​BethGriggs prepared by @​bengl

Compare Source

Notable Changes
  • [`6b88595142`](https://github.com/nodejs/node/commit/6b88595142)] - **doc**: deprecate notice for process methods (Yash Ladha) [#&#8203;41587](https://github.com/nodejs/node/pull/41587)
    
  • [`77462b6083`](https://github.com/nodejs/node/commit/77462b6083)] - **stream**: revert `map` spec compliance (Benjamin Gruenbaum) [#&#8203;41931](https://github.com/nodejs/node/pull/41931)
    
  • [`b968d89fc9`](https://github.com/nodejs/node/commit/b968d89fc9)] - **build**: remove broken x32 arch support (Ben Noordhuis) [#&#8203;41905](https://github.com/nodejs/node/pull/41905)
    
  • [`ba639d052b`](https://github.com/nodejs/node/commit/ba639d052b)] - **(SEMVER-MINOR)** **esm**: support https remotely and http locally under flag (Bradley Farias) [#&#8203;36328](https://github.com/nodejs/node/pull/36328)
    
  • [`214d17650b`](https://github.com/nodejs/node/commit/214d17650b)] - **(SEMVER-MINOR)** **fs**: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) [#&#8203;41819](https://github.com/nodejs/node/pull/41819)
    
  • [`ec0d623bd7`](https://github.com/nodejs/node/commit/ec0d623bd7)] - **(SEMVER-MINOR)** **lib**: add FormData global when fetch is enabled (Michaël Zasso) [#&#8203;41956](https://github.com/nodejs/node/pull/41956)
    
  • [`3243701997`](https://github.com/nodejs/node/commit/3243701997)] - **(SEMVER-MINOR)** **readline**: bind keystroke `ctrl`+`6` to redo (Ray) [#&#8203;41662](https://github.com/nodejs/node/pull/41662)
    
  • [`5796c3a7ea`](https://github.com/nodejs/node/commit/5796c3a7ea)] - **process**: deprecate multipleResolves (Benjamin Gruenbaum) [#&#8203;41872](https://github.com/nodejs/node/pull/41872)
    -   Documentation-only.
    
    
Dependency Updates
  • [`d1ef43f2aa`](https://github.com/nodejs/node/commit/d1ef43f2aa)] - **deps**: upgrade npm to 8.5.1 (npm-robot) [#&#8203;42039](https://github.com/nodejs/node/pull/42039)
    
  • [`09c17481f6`](https://github.com/nodejs/node/commit/09c17481f6)] - **deps**: update undici to [`3e267ec`](https://github.com/nodejs/node/commit/3e267ece5f) (Michaël Zasso) [#&#8203;41955](https://github.com/nodejs/node/pull/41955)
    
  • [`0a6f0b416f`](https://github.com/nodejs/node/commit/0a6f0b416f)] - **deps**: upgrade npm to 8.5.0 (npm-robot) [#&#8203;41925](https://github.com/nodejs/node/pull/41925)
    
    
New Collaborators
  • [`90d90e3868`](https://github.com/nodejs/node/commit/90d90e3868)] - **doc**: add marsonya to collaborators (Akhil Marsonya) [#&#8203;41991](https://github.com/nodejs/node/pull/41991)
    
  • [`0de611f53a`](https://github.com/nodejs/node/commit/0de611f53a)] - **doc**: add joesepi to collaborators (Joe Sepi) [#&#8203;41914](https://github.com/nodejs/node/pull/41914)
    
    
Commits
  • [`c673953f6d`](https://github.com/nodejs/node/commit/c673953f6d)] - **build**: cancel running CI jobs when a PR is updated (Michaël Zasso) [#&#8203;42017](https://github.com/nodejs/node/pull/42017)
    
  • [`782506c099`](https://github.com/nodejs/node/commit/782506c099)] - **build**: increase operations and test tag (Michael Dawson) [#&#8203;42038](https://github.com/nodejs/node/pull/42038)
    
  • [`d3e6ad1ed5`](https://github.com/nodejs/node/commit/d3e6ad1ed5)] - **build**: allow manual run of feature request action (Michael Dawson) [#&#8203;42037](https://github.com/nodejs/node/pull/42037)
    
  • [`69d7736e08`](https://github.com/nodejs/node/commit/69d7736e08)] - **build**: add action to close stale feature requests (Michael Dawson) [#&#8203;41981](https://github.com/nodejs/node/pull/41981)
    
  • [`1315f1eb25`](https://github.com/nodejs/node/commit/1315f1eb25)] - **build**: prevent concurrent CI and CQ workflow runs (Michaël Zasso) [#&#8203;42016](https://github.com/nodejs/node/pull/42016)
    
  • [`1e8e8bc22b`](https://github.com/nodejs/node/commit/1e8e8bc22b)] - **build**: use zoslib_include_dir provided by node-gyp (alexcfyung) [#&#8203;41713](https://github.com/nodejs/node/pull/41713)
    
  • [`4e2e2cb821`](https://github.com/nodejs/node/commit/4e2e2cb821)] - **build**: move tool updates workflow runtime a day later (Rich Trott) [#&#8203;41982](https://github.com/nodejs/node/pull/41982)
    
  • [`cd04ed1382`](https://github.com/nodejs/node/commit/cd04ed1382)] - **build**: extend yamllint configuration (Mestery) [#&#8203;41756](https://github.com/nodejs/node/pull/41756)
    
  • [`b968d89fc9`](https://github.com/nodejs/node/commit/b968d89fc9)] - **build**: remove broken x32 arch support (Ben Noordhuis) [#&#8203;41905](https://github.com/nodejs/node/pull/41905)
    
  • [`2b1dabfb16`](https://github.com/nodejs/node/commit/2b1dabfb16)] - **build**: revert fast-track changes (Filip Skokan) [#&#8203;41892](https://github.com/nodejs/node/pull/41892)
    
  • [`182e6b9ee9`](https://github.com/nodejs/node/commit/182e6b9ee9)] - **build**: improve consistency between workflows (Mestery) [#&#8203;41791](https://github.com/nodejs/node/pull/41791)
    
  • [`f4cb72600d`](https://github.com/nodejs/node/commit/f4cb72600d)] - **build,tools**: change the quotes in YAML (Mestery) [#&#8203;41756](https://github.com/nodejs/node/pull/41756)
    
  • [`24b0a563a4`](https://github.com/nodejs/node/commit/24b0a563a4)] - **child_process**: kHideConsoleWindows for spawnSync (Raymond Zhao) [#&#8203;41412](https://github.com/nodejs/node/pull/41412)
    
  • [`c41e402c06`](https://github.com/nodejs/node/commit/c41e402c06)] - **cluster**: respect listen backlog set by workers (Elad Nava) [#&#8203;41623](https://github.com/nodejs/node/pull/41623)
    
  • [`84b1e4fba7`](https://github.com/nodejs/node/commit/84b1e4fba7)] - **crypto**: check result of BIO_new in X509ToObject (Tobias Nießen) [#&#8203;41979](https://github.com/nodejs/node/pull/41979)
    
  • [`946ac96817`](https://github.com/nodejs/node/commit/946ac96817)] - **crypto**: rename X509\_NAME_FLAGS (Tobias Nießen) [#&#8203;42001](https://github.com/nodejs/node/pull/42001)
    
  • [`60682917dd`](https://github.com/nodejs/node/commit/60682917dd)] - **(SEMVER-MINOR)** **crypto**: expose Web Crypto API on the global scope (Antoine du Hamel) [#&#8203;41938](https://github.com/nodejs/node/pull/41938)
    
  • [`0fff4d2314`](https://github.com/nodejs/node/commit/0fff4d2314)] - **crypto**: do not advertise unsupported algorithms (Brian White) [#&#8203;41864](https://github.com/nodejs/node/pull/41864)
    
  • [`67f1ebf9b4`](https://github.com/nodejs/node/commit/67f1ebf9b4)] - **debugger**: add debugger alias for exec(expr) (Xuguang Mei) [#&#8203;41907](https://github.com/nodejs/node/pull/41907)
    
  • [`1eac0a1677`](https://github.com/nodejs/node/commit/1eac0a1677)] - **debugger**: remove duplicate setPauseOnException call (Balakrishna Avulapati) [#&#8203;41838](https://github.com/nodejs/node/pull/41838)
    
  • [`d1ef43f2aa`](https://github.com/nodejs/node/commit/d1ef43f2aa)] - **deps**: upgrade npm to 8.5.1 (npm-robot) [#&#8203;42039](https://github.com/nodejs/node/pull/42039)
    
  • [`09c17481f6`](https://github.com/nodejs/node/commit/09c17481f6)] - **deps**: update undici to [`3e267ec`](https://github.com/nodejs/node/commit/3e267ece5f) (Michaël Zasso) [#&#8203;41955](https://github.com/nodejs/node/pull/41955)
    
  • [`0a6f0b416f`](https://github.com/nodejs/node/commit/0a6f0b416f)] - **deps**: upgrade npm to 8.5.0 (npm-robot) [#&#8203;41925](https://github.com/nodejs/node/pull/41925)
    
  • [`fea682ca94`](https://github.com/nodejs/node/commit/fea682ca94)] - **doc**: fix typo in http2 endAfterHeaders description (Alexandru Comanescu) [#&#8203;42060](https://github.com/nodejs/node/pull/42060)
    
  • [`9c618ad729`](https://github.com/nodejs/node/commit/9c618ad729)] - **doc**: make minor fixes to contributing guides (T-O-R-U-S) [#&#8203;41966](https://github.com/nodejs/node/pull/41966)
    
  • [`60bbacdd91`](https://github.com/nodejs/node/commit/60bbacdd91)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#&#8203;39227](https://github.com/nodejs/node/pull/39227)
    
  • [`2e252b3c95`](https://github.com/nodejs/node/commit/2e252b3c95)] - **doc**: adjust a/an word usage (Derek Wolpert) [#&#8203;41915](https://github.com/nodejs/node/pull/41915)
    
  • [`c7d590c66e`](https://github.com/nodejs/node/commit/c7d590c66e)] - **doc**: remove extra \<td> (Ray) [#&#8203;42006](https://github.com/nodejs/node/pull/42006)
    
  • [`06f225c6a6`](https://github.com/nodejs/node/commit/06f225c6a6)] - **doc**: capitalize valgrind (T•Ø•R•Ü•S) [#&#8203;41986](https://github.com/nodejs/node/pull/41986)
    
  • [`6195de506a`](https://github.com/nodejs/node/commit/6195de506a)] - **doc**: fix deprecation number (Antoine du Hamel) [#&#8203;41990](https://github.com/nodejs/node/pull/41990)
    
  • [`90d90e3868`](https://github.com/nodejs/node/commit/90d90e3868)] - **doc**: add marsonya to collaborators (Akhil Marsonya) [#&#8203;41991](https://github.com/nodejs/node/pull/41991)
    
  • [`6b88595142`](https://github.com/nodejs/node/commit/6b88595142)] - **doc**: deprecate notice for process methods (Yash Ladha) [#&#8203;41587](https://github.com/nodejs/node/pull/41587)
    
  • [`d34ee45134`](https://github.com/nodejs/node/commit/d34ee45134)] - **doc**: fix bug in `readable.unshift` code example (Xuguang Mei) [#&#8203;41944](https://github.com/nodejs/node/pull/41944)
    
  • [`8748b1e61d`](https://github.com/nodejs/node/commit/8748b1e61d)] - **doc**: add missing `buffer` in the `stream/consumers` import example (Mestery) [#&#8203;41961](https://github.com/nodejs/node/pull/41961)
    
  • [`cb9dba034a`](https://github.com/nodejs/node/commit/cb9dba034a)] - **doc**: fix typo in readableStream.locked description (Tobias Nießen) [#&#8203;41923](https://github.com/nodejs/node/pull/41923)
    
  • [`43a5161cee`](https://github.com/nodejs/node/commit/43a5161cee)] - **doc**: fix wrong indent in stream documentation (Xuguang Mei) [#&#8203;41943](https://github.com/nodejs/node/pull/41943)
    
  • [`dca2692ae3`](https://github.com/nodejs/node/commit/dca2692ae3)] - **doc**: emphasize security warning in vm module doc (Rich Trott) [#&#8203;41916](https://github.com/nodejs/node/pull/41916)
    
  • [`b0e8ccb84c`](https://github.com/nodejs/node/commit/b0e8ccb84c)] - **doc**: clarify `tls.Server` `'connection'` event documentation (Austin Cheney) [#&#8203;41917](https://github.com/nodejs/node/pull/41917)
    
  • [`6a7b0160df`](https://github.com/nodejs/node/commit/6a7b0160df)] - **doc**: improve scrollbar appearance in dark mode (Aaron Xie) [#&#8203;41890](https://github.com/nodejs/node/pull/41890)
    
  • [`aa684a78fe`](https://github.com/nodejs/node/commit/aa684a78fe)] - **doc**: replace text with paths in toggle SVGs (Brian White) [#&#8203;41885](https://github.com/nodejs/node/pull/41885)
    
  • [`fc9d4e96c1`](https://github.com/nodejs/node/commit/fc9d4e96c1)] - **doc**: edit process.config deprecation text (Rich Trott) [#&#8203;41889](https://github.com/nodejs/node/pull/41889)
    
  • [`0de611f53a`](https://github.com/nodejs/node/commit/0de611f53a)] - **doc**: add joesepi to collaborators (Joe Sepi) [#&#8203;41914](https://github.com/nodejs/node/pull/41914)
    
  • [`ba5cb89134`](https://github.com/nodejs/node/commit/ba5cb89134)] - **doc**: remove unneeded ellipsis in header (Rich Trott) [#&#8203;41888](https://github.com/nodejs/node/pull/41888)
    
  • [`291fe631dd`](https://github.com/nodejs/node/commit/291fe631dd)] - **doc**: fix webstream close reject state state doc (Benjamin Gruenbaum) [#&#8203;41860](https://github.com/nodejs/node/pull/41860)
    
  • [`c0f4289c65`](https://github.com/nodejs/node/commit/c0f4289c65)] - **esm**: improve `fetch_module` test coverage and remove hack (Antoine du Hamel) [#&#8203;41947](https://github.com/nodejs/node/pull/41947)
    
  • [`a95f7a0c25`](https://github.com/nodejs/node/commit/a95f7a0c25)] - **esm**: remove erroneous `context.parentURL` property passed to `load` hook (Jacob Smith) [#&#8203;41975](https://github.com/nodejs/node/pull/41975)
    
  • [`66c9565f99`](https://github.com/nodejs/node/commit/66c9565f99)] - **esm**: fix typo in `fetch_module` (Michael Scovetta) [#&#8203;41924](https://github.com/nodejs/node/pull/41924)
    
  • [`ba639d052b`](https://github.com/nodejs/node/commit/ba639d052b)] - **(SEMVER-MINOR)** **esm**: support https remotely and http locally under flag (Bradley Farias) [#&#8203;36328](https://github.com/nodejs/node/pull/36328)
    
  • [`0660ba3cd0`](https://github.com/nodejs/node/commit/0660ba3cd0)] - **events**: set default handler value (Benjamin Gruenbaum) [#&#8203;41970](https://github.com/nodejs/node/pull/41970)
    
  • [`5a807c5927`](https://github.com/nodejs/node/commit/5a807c5927)] - **fs**: fix default `length` parameter for `fs.read` (wbt) [#&#8203;40349](https://github.com/nodejs/node/pull/40349)
    
  • [`214d17650b`](https://github.com/nodejs/node/commit/214d17650b)] - **(SEMVER-MINOR)** **fs**: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) [#&#8203;41819](https://github.com/nodejs/node/pull/41819)
    
  • [`be5143b3f5`](https://github.com/nodejs/node/commit/be5143b3f5)] - **fs**: fix cb/sync writev empty array behavior (Benjamin Gruenbaum) [#&#8203;41932](https://github.com/nodejs/node/pull/41932)
    
  • [`b4db004855`](https://github.com/nodejs/node/commit/b4db004855)] - **fs**: fix writev empty array error behavior (Benjamin Gruenbaum) [#&#8203;41919](https://github.com/nodejs/node/pull/41919)
    
  • [`528c585b2b`](https://github.com/nodejs/node/commit/528c585b2b)] - **fs**: refactor to use ES2020 syntax (小菜) [#&#8203;41903](https://github.com/nodejs/node/pull/41903)
    
  • [`ec0d623bd7`](https://github.com/nodejs/node/commit/ec0d623bd7)] - **(SEMVER-MINOR)** **lib**: add FormData global when fetch is enabled (Michaël Zasso) [#&#8203;41956](https://github.com/nodejs/node/pull/41956)
    
  • [`c3b0e72d01`](https://github.com/nodejs/node/commit/c3b0e72d01)] - **lib**: stop installing webcrypto if `no_browser_globals` is `true` (Mestery) [#&#8203;41971](https://github.com/nodejs/node/pull/41971)
    
  • [`ae36276148`](https://github.com/nodejs/node/commit/ae36276148)] - **lib**: allow respondWithNewView on byob auto allocated streams (Sean Quinlan) [#&#8203;41887](https://github.com/nodejs/node/pull/41887)
    
  • [`68ec8d5824`](https://github.com/nodejs/node/commit/68ec8d5824)] - **lib**: stop installing fetch if no_browser_globals is true (Darshan Sen) [#&#8203;41969](https://github.com/nodejs/node/pull/41969)
    
  • [`f9bfdc3a65`](https://github.com/nodejs/node/commit/f9bfdc3a65)] - **lib**: restrict usage of fetch related globals in core internals (Antoine du Hamel) [#&#8203;41957](https://github.com/nodejs/node/pull/41957)
    
  • [`3a121345e7`](https://github.com/nodejs/node/commit/3a121345e7)] - **lib**: move kEnumerableProperty to internal/util (Mestery) [#&#8203;41877](https://github.com/nodejs/node/pull/41877)
    
  • [`fa3a9135ad`](https://github.com/nodejs/node/commit/fa3a9135ad)] - **lib**: add internal genericNodeError() function (Rich Trott) [#&#8203;41879](https://github.com/nodejs/node/pull/41879)
    
  • [`1e698e65a7`](https://github.com/nodejs/node/commit/1e698e65a7)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42058](https://github.com/nodejs/node/pull/42058)
    
  • [`f51b55dae4`](https://github.com/nodejs/node/commit/f51b55dae4)] - **meta**: use plain emojis instead of escape sequences (Mestery) [#&#8203;41989](https://github.com/nodejs/node/pull/41989)
    
  • [`3d998112be`](https://github.com/nodejs/node/commit/3d998112be)] - **meta**: update AUTHORS and .mailmap (Rich Trott) [#&#8203;41953](https://github.com/nodejs/node/pull/41953)
    
  • [`391f4e5c25`](https://github.com/nodejs/node/commit/391f4e5c25)] - **perf_hooks**: use arrays to store EntryBuffers (Xuguang Mei) [#&#8203;42032](https://github.com/nodejs/node/pull/42032)
    
  • [`5796c3a7ea`](https://github.com/nodejs/node/commit/5796c3a7ea)] - **process**: deprecate multipleResolves (Benjamin Gruenbaum) [#&#8203;41872](https://github.com/nodejs/node/pull/41872)
    
  • [`3243701997`](https://github.com/nodejs/node/commit/3243701997)] - **(SEMVER-MINOR)** **readline**: bind keystroke `ctrl`+`6` to redo (Ray) [#&#8203;41662](https://github.com/nodejs/node/pull/41662)
    
  • [`c766159e68`](https://github.com/nodejs/node/commit/c766159e68)] - **repl**: [#&#8203;41690](https://github.com/nodejs/node/issues/41690) REPL gives wrong autocomplete on literals (Xuguang Mei) [#&#8203;41883](https://github.com/nodejs/node/pull/41883)
    
  • [`f80cae8be5`](https://github.com/nodejs/node/commit/f80cae8be5)] - **src**: merge ToJsSet into ToV8Value (Anna Henningsen) [#&#8203;41757](https://github.com/nodejs/node/pull/41757)
    
  • [`e2a74d2e04`](https://github.com/nodejs/node/commit/e2a74d2e04)] - **src**: remove separate definitions for static constexpr members (Anna Henningsen) [#&#8203;41755](https://github.com/nodejs/node/pull/41755)
    
  • [`d91a956419`](https://github.com/nodejs/node/commit/d91a956419)] - **src**: use const reference instead of pointer in URL::SerializeURL (Anna Henningsen) [#&#8203;41759](https://github.com/nodejs/node/pull/41759)
    
  • [`0330e2d796`](https://github.com/nodejs/node/commit/0330e2d796)] - **src**: reserve string allocation space early in URL::SerializeURL (Anna Henningsen) [#&#8203;41759](https://github.com/nodejs/node/pull/41759)
    
  • [`364ec5ba8b`](https://github.com/nodejs/node/commit/364ec5ba8b)] - **src**: fix query/fragment serialization in URL::SerializeURL (Anna Henningsen) [#&#8203;41759](https://github.com/nodejs/node/pull/41759)
    
  • [`6076291168`](https://github.com/nodejs/node/commit/6076291168)] - **src**: don't print interface if sin6\_scope_id is 0 (Santiago Gimeno) [#&#8203;41547](https://github.com/nodejs/node/pull/41547)
    
  • [`43c12f4962`](https://github.com/nodejs/node/commit/43c12f4962)] - **src,buffer**: evaluate THROW_AND_RETURN_IF_OOB() expression only once (Darshan Sen) [#&#8203;41945](https://github.com/nodejs/node/pull/41945)
    
  • [`b8cbb83222`](https://github.com/nodejs/node/commit/b8cbb83222)] - **stream**: add more forEach tests (Benjamin Gruenbaum) [#&#8203;41937](https://github.com/nodejs/node/pull/41937)
    
  • [`f5d7339b25`](https://github.com/nodejs/node/commit/f5d7339b25)] - **stream**: add more filter tests (Benjamin Gruenbaum) [#&#8203;41936](https://github.com/nodejs/node/pull/41936)
    
  • [`77462b6083`](https://github.com/nodejs/node/commit/77462b6083)] - **stream**: revert `map` spec compliance (Benjamin Gruenbaum) [#&#8203;41931](https://github.com/nodejs/node/pull/41931)
    
  • [`3e38506d1b`](https://github.com/nodejs/node/commit/3e38506d1b)] - **stream**: avoid usage of deprecated APIs (Mohammed Keyvanzadeh) [#&#8203;41871](https://github.com/nodejs/node/pull/41871)
    
  • [`5195479919`](https://github.com/nodejs/node/commit/5195479919)] - **stream**: refactor to use more validators (Mohammed Keyvanzadeh) [#&#8203;41871](https://github.com/nodejs/node/pull/41871)
    
  • [`07463b3374`](https://github.com/nodejs/node/commit/07463b3374)] - **stream**: use standard for loop instead of for..of (Mohammed Keyvanzadeh) [#&#8203;41871](https://github.com/nodejs/node/pull/41871)
    
  • [`d9008915fe`](https://github.com/nodejs/node/commit/d9008915fe)] - **test**: remove test-stdout-close-catch flaky designation (Rich Trott) [#&#8203;42045](https://github.com/nodejs/node/pull/42045)
    
  • [`fe66d2b98c`](https://github.com/nodejs/node/commit/fe66d2b98c)] - **test**: check that fetch globals are disabled by default (Michaël Zasso) [#&#8203;42015](https://github.com/nodejs/node/pull/42015)
    
  • [`bcf53a89f7`](https://github.com/nodejs/node/commit/bcf53a89f7)] - **test**: improve vm test coverage (Yoshiki Kurihara) [#&#8203;41847](https://github.com/nodejs/node/pull/41847)
    
  • [`9825ceddeb`](https://github.com/nodejs/node/commit/9825ceddeb)] - **test**: run webmessaging/broadcastchannel WPT (Ben Noordhuis) [#&#8203;41962](https://github.com/nodejs/node/pull/41962)
    
  • [`f8e302c813`](https://github.com/nodejs/node/commit/f8e302c813)] - **test**: fix names of tests marked flaky on IBM i (Richard Lau) [#&#8203;41984](https://github.com/nodejs/node/pull/41984)
    
  • [`ab73bde8c1`](https://github.com/nodejs/node/commit/ab73bde8c1)] - **test**: fix typographical error (Rich Trott) [#&#8203;41983](https://github.com/nodejs/node/pull/41983)
    
  • [`520dcbc9f5`](https://github.com/nodejs/node/commit/520dcbc9f5)] - **test**: fix intl tests on small-icu builds (Antoine du Hamel) [#&#8203;41939](https://github.com/nodejs/node/pull/41939)
    
  • [`83b913cb90`](https://github.com/nodejs/node/commit/83b913cb90)] - **test**: improve code coverage for streams/duplexify (Erick Wendel) [#&#8203;41862](https://github.com/nodejs/node/pull/41862)
    
  • [`dc14bd85ee`](https://github.com/nodejs/node/commit/dc14bd85ee)] - **test**: remove lint rule for setTimeout() arguments (Rich Trott) [#&#8203;41901](https://github.com/nodejs/node/pull/41901)
    
  • [`76f0f1c06d`](https://github.com/nodejs/node/commit/76f0f1c06d)] - **test**: move test-crypto-engine to addon (Michael Dawson) [#&#8203;41830](https://github.com/nodejs/node/pull/41830)
    
  • [`b1505a1250`](https://github.com/nodejs/node/commit/b1505a1250)] - **tls**: avoid throw in onerror for bad TLSSocket obj (Valters Jansons) [#&#8203;41523](https://github.com/nodejs/node/pull/41523)
    
  • [`2cdbf0304b`](https://github.com/nodejs/node/commit/2cdbf0304b)] - **tools**: update lint-md-dependencies to rollup@2.67.3 (Node.js GitHub Bot) [#&#8203;42057](https://github.com/nodejs/node/pull/42057)
    
  • [`6742625126`](https://github.com/nodejs/node/commit/6742625126)] - **tools**: enable es2022 env in ESLint config (Michaël Zasso) [#&#8203;42043](https://github.com/nodejs/node/pull/42043)
    
  • [`896ccc13ce`](https://github.com/nodejs/node/commit/896ccc13ce)] - **tools**: add `console` to the list of restricted globals (Antoine du Hamel) [#&#8203;42012](https://github.com/nodejs/node/pull/42012)
    
  • [`1b4ee6cfd9`](https://github.com/nodejs/node/commit/1b4ee6cfd9)] - **tools**: lint deprecation codes (Antoine du Hamel) [#&#8203;41992](https://github.com/nodejs/node/pull/41992)
    
  • [`e895e6422f`](https://github.com/nodejs/node/commit/e895e6422f)] - **tools**: fix bugs in prefer-primordials linter rule (Antoine du Hamel) [#&#8203;42010](https://github.com/nodejs/node/pull/42010)
    
  • [`47bb7dd52c`](https://github.com/nodejs/node/commit/47bb7dd52c)] - **tools**: add timers functions to the list of restricted globals (Antoine du Hamel) [#&#8203;42013](https://github.com/nodejs/node/pull/42013)
    
  • [`afeed46578`](https://github.com/nodejs/node/commit/afeed46578)] - **tools**: reduce list of globals in ESLint config (Rich Trott) [#&#8203;41996](https://github.com/nodejs/node/pull/41996)
    
  • [`2e905a63d8`](https://github.com/nodejs/node/commit/2e905a63d8)] - **tools**: update remark-preset-lint-node to 3.3.1 (Rich Trott) [#&#8203;41999](https://github.com/nodejs/node/pull/41999)
    
  • [`35832feb6e`](https://github.com/nodejs/node/commit/35832feb6e)] - **tools**: update ESLint to 8.9.0 (Luigi Pinca) [#&#8203;41973](https://github.com/nodejs/node/pull/41973)
    
  • [`06117c084e`](https://github.com/nodejs/node/commit/06117c084e)] - **tools**: update lint-md-dependencies to rollup@2.67.2 (Node.js GitHub Bot) [#&#8203;41941](https://github.com/nodejs/node/pull/41941)
    
  • [`f30b5e3a6d`](https://github.com/nodejs/node/commit/f30b5e3a6d)] - **tools**: fix typo in prefer-primordials.js (Ikko Ashimine) [#&#8203;41891](https://github.com/nodejs/node/pull/41891)
    
  • [`cfafb45c2b`](https://github.com/nodejs/node/commit/cfafb45c2b)] - **tools,lib**: remove `global` and `Intl` from the list of globals (Antoine du Hamel) [#&#8203;42014](https://github.com/nodejs/node/pull/42014)
    
  • [`ba35b6ccd1`](https://github.com/nodejs/node/commit/ba35b6ccd1)] - **worker**: fix typo in debug statement (Antoine du Hamel) [#&#8203;42011](https://github.com/nodejs/node/pull/42011)
    
    

v17.5.0: 2022-02-10, Version 17.5.0 (Current), @​ruyadorno

Compare Source

Notable Changes
Add fetch API

Adds experimental support to the fetch API. This adds a --experimental-fetch
flag that installs the fetch, Request, Reponse and Headers globals.

  • [`76a229c4ff`](https://github.com/nodejs/node/commit/76a229c4ff)] - **(SEMVER-MINOR)** **lib**: add fetch (Michaël Zasso) [#&#8203;41749](https://github.com/nodejs/node/pull/41749)
    
    
Add stream methods
  • [`1ae648567a`](https://github.com/nodejs/node/commit/1ae648567a)] - **(SEMVER-MINOR)** **stream**: add iterator helper find (linkgoron) [#&#8203;41849](https://github.com/nodejs/node/pull/41849)
    
  • [`62e1a68077`](https://github.com/nodejs/node/commit/62e1a68077)] - **(SEMVER-MINOR)** **stream**: add toArray (Benjamin Gruenbaum) [#&#8203;41553](https://github.com/nodejs/node/pull/41553)
    
  • [`da11b95988`](https://github.com/nodejs/node/commit/da11b95988)] - **(SEMVER-MINOR)** **stream**: add forEach method (Benjamin Gruenbaum) [#&#8203;41445](https://github.com/nodejs/node/pull/41445)
    
  • [`34684a1c89`](https://github.com/nodejs/node/commit/34684a1c89)] - **(SEMVER-MINOR)** **stream**: support some and every (Benjamin Gruenbaum) [#&#8203;41573](https://github.com/nodejs/node/pull/41573)
    
    
Other Notable Changes
  • [`2cae99425b`](https://github.com/nodejs/node/commit/2cae99425b)] - **(SEMVER-MINOR)** **node-api**: add node_api_symbol_for() (Darshan Sen) [#&#8203;41329](https://github.com/nodejs/node/pull/41329)
    
  • [`9c6b078892`](https://github.com/nodejs/node/commit/9c6b078892)] - **module**: unflag esm json modules (Geoffrey Booth) [#&#8203;41736](https://github.com/nodejs/node/pull/41736)
    
  • [`28650eca00`](https://github.com/nodejs/node/commit/28650eca00)] - **deps**: upgrade npm to 8.4.1 (npm team) [#&#8203;41836](https://github.com/nodejs/node/pull/41836)
    
    
Commits
  • [`0844935e1f`](https://github.com/nodejs/node/commit/0844935e1f)] - **async_hooks**: fix imports in context example (Yash Ladha) [#&#8203;39229](https://github.com/nodejs/node/pull/39229)
    
  • [`44ca20b7a1`](https://github.com/nodejs/node/commit/44ca20b7a1)] - **benchmark**: avoid input param manipulation (Jithil P Ponnan) [#&#8203;41741](https://github.com/nodejs/node/pull/41741)
    
  • [`ad32ad6cfd`](https://github.com/nodejs/node/commit/ad32ad6cfd)] - **benchmark**: enable no-empty ESLint rule (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831)
    
  • [`28b95a5a9f`](https://github.com/nodejs/node/commit/28b95a5a9f)] - **benchmark**: use Object.hasOwn() instead of hasOwnProperty() (Rich Trott) [#&#8203;41769](https://github.com/nodejs/node/pull/41769)
    
  • [`ca1cd4254a`](https://github.com/nodejs/node/commit/ca1cd4254a)] - **benchmark**: replace hasOwnProperty() with Object.hasOwn() (Rich Trott) [#&#8203;41724](https://github.com/nodejs/node/pull/41724)
    
  • [`6fefd5112a`](https://github.com/nodejs/node/commit/6fefd5112a)] - **(SEMVER-MINOR)** **benchmark**: add `subarray` to `buffer-slice` (Benjamin Gruenbaum) [#&#8203;41596](https://github.com/nodejs/node/pull/41596)
    
  • [`878b2e73bb`](https://github.com/nodejs/node/commit/878b2e73bb)] - **benchmark**: remove unreachable code from crypto/hash-stream-creation (Rich Trott) [#&#8203;41535](https://github.com/nodejs/node/pull/41535)
    
  • [`6064b1df5d`](https://github.com/nodejs/node/commit/6064b1df5d)] - **buffer**: fix atob/btoa no-arg case (Benjamin Gruenbaum) [#&#8203;41478](https://github.com/nodejs/node/pull/41478)
    
  • [`89c327387b`](https://github.com/nodejs/node/commit/89c327387b)] - **(SEMVER-MINOR)** **buffer**: alias `subarray` and `slice` (Benjamin Gruenbaum) [#&#8203;41596](https://github.com/nodejs/node/pull/41596)
    
  • [`adcde6bb78`](https://github.com/nodejs/node/commit/adcde6bb78)] - **build**: check if python is a executable program (himself65) [#&#8203;36696](https://github.com/nodejs/node/pull/36696)
    
  • [`33351765c7`](https://github.com/nodejs/node/commit/33351765c7)] - **build**: enable zoslib installation on z/OS (alexcfyung) [#&#8203;41493](https://github.com/nodejs/node/pull/41493)
    
  • [`e8062bfb92`](https://github.com/nodejs/node/commit/e8062bfb92)] - **build**: add --v8-enable-hugepage flag (Daoming Qiu) [#&#8203;41487](https://github.com/nodejs/node/pull/41487)
    
  • [`8681c837ca`](https://github.com/nodejs/node/commit/8681c837ca)] - **build**: add loong64 configure (Shi Pujin) [#&#8203;41323](https://github.com/nodejs/node/pull/41323)
    
  • [`7c2b5861be`](https://github.com/nodejs/node/commit/7c2b5861be)] - **build**: fix libuv builds for android aarch64 (Darshan Sen) [#&#8203;41555](https://github.com/nodejs/node/pull/41555)
    
  • [`e117c0f86c`](https://github.com/nodejs/node/commit/e117c0f86c)] - **crypto**: check return code from EVP_DigestUpdate (Michael Dawson) [#&#8203;41800](https://github.com/nodejs/node/pull/41800)
    
  • [`9c59abe588`](https://github.com/nodejs/node/commit/9c59abe588)] - **crypto**: fix `webcrypto.subtle` signature (Antoine du Hamel) [#&#8203;41761](https://github.com/nodejs/node/pull/41761)
    
  • [`627f19a84b`](https://github.com/nodejs/node/commit/627f19a84b)] - **crypto**: revise variables for const use instead of let (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614)
    
  • [`9e39e62ae2`](https://github.com/nodejs/node/commit/9e39e62ae2)] - **crypto**: remove wildcard options for checkEmail (Tobias Nießen) [#&#8203;41599](https://github.com/nodejs/node/pull/41599)
    
  • [`4a4c907604`](https://github.com/nodejs/node/commit/4a4c907604)] - **crypto**: adjust types for getRandomValues (LiviaMedeiros) [#&#8203;41481](https://github.com/nodejs/node/pull/41481)
    
  • [`b43faf0fc5`](https://github.com/nodejs/node/commit/b43faf0fc5)] - **crypto**: remove checkIP options argument (Tobias Nießen) [#&#8203;41571](https://github.com/nodejs/node/pull/41571)
    
  • [`076ec47557`](https://github.com/nodejs/node/commit/076ec47557)] - **(SEMVER-MINOR)** **crypto**: support RFC 2818 compatible checkHost (Tobias Nießen) [#&#8203;41569](https://github.com/nodejs/node/pull/41569)
    
  • [`28650eca00`](https://github.com/nodejs/node/commit/28650eca00)] - **deps**: upgrade npm to 8.4.1 (npm-robot) [#&#8203;41836](https://github.com/nodejs/node/pull/41836)
    
  • [`bee4451ed8`](https://github.com/nodejs/node/commit/bee4451ed8)] - **deps**: V8: cherry-pick [`cc9a8a3`](https://github.com/nodejs/node/commit/cc9a8a37445e) (Gus Caplan) [#&#8203;41823](https://github.com/nodejs/node/pull/41823)
    
  • [`4b174ce7f6`](https://github.com/nodejs/node/commit/4b174ce7f6)] - **deps**: upgrade npm to 8.3.2 (npm team) [#&#8203;41621](https://github.com/nodejs/node/pull/41621)
    
  • [`0d4f043f0e`](https://github.com/nodejs/node/commit/0d4f043f0e)] - **dgram**: remove unreachable connectState assign (Rongjian Zhang) [#&#8203;38590](https://github.com/nodejs/node/pull/38590)
    
  • [`d641eb7f80`](https://github.com/nodejs/node/commit/d641eb7f80)] - **doc**: use the same case as the section heading (Mestery) [#&#8203;41876](https://github.com/nodejs/node/pull/41876)
    
  • [`ffd1933ad9`](https://github.com/nodejs/node/commit/ffd1933ad9)] - **doc**: use Oxford comma in crypto docs (Tobias Nießen) [#&#8203;41875](https://github.com/nodejs/node/pull/41875)
    
  • [`145a3b8294`](https://github.com/nodejs/node/commit/145a3b8294)] - **doc**: use sentence case in readme introduction (Mestery) [#&#8203;41874](https://github.com/nodejs/node/pull/41874)
    
  • [`f8acca8df8`](https://github.com/nodejs/node/commit/f8acca8df8)] - **doc**: add missing space before hyphen (Mestery) [#&#8203;41873](https://github.com/nodejs/node/pull/41873)
    
  • [`5085813688`](https://github.com/nodejs/node/commit/5085813688)] - **doc**: add stream pipelining note on Http usage (Rafael Silva) [#&#8203;41796](https://github.com/nodejs/node/pull/41796)
    
  • [`0a8995d36b`](https://github.com/nodejs/node/commit/0a8995d36b)] - **doc**: improve SSL_OP_PRIORITIZE_CHACHA description (Tobias Nießen) [#&#8203;41866](https://github.com/nodejs/node/pull/41866)
    
  • [`1c62eb64f6`](https://github.com/nodejs/node/commit/1c62eb64f6)] - **doc**: add missing commas in cluster docs (Tobias Nießen) [#&#8203;41865](https://github.com/nodejs/node/pull/41865)
    
  • [`3676505413`](https://github.com/nodejs/node/commit/3676505413)] - **doc**: add history information for Corepack (Antoine du Hamel) [#&#8203;41813](https://github.com/nodejs/node/pull/41813)
    
  • [`8a42a20b8a`](https://github.com/nodejs/node/commit/8a42a20b8a)] - **doc**: add comments to empty blocks in worker_threads text (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831)
    
  • [`c3721fcf9a`](https://github.com/nodejs/node/commit/c3721fcf9a)] - **doc**: remove empty block from console.timeEnd() example (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831)
    
  • [`451f3331d9`](https://github.com/nodejs/node/commit/451f3331d9)] - **doc**: feature management proposal (Michael Dawson) [#&#8203;41420](https://github.com/nodejs/node/pull/41420)
    
  • [`72a857f56c`](https://github.com/nodejs/node/commit/72a857f56c)] - **doc**: add overhead hints for heap snapshot generation (Gerhard Stöbich) [#&#8203;41822](https://github.com/nodejs/node/pull/41822)
    
  • [`7aeaa27d67`](https://github.com/nodejs/node/commit/7aeaa27d67)] - **doc**: fix X509 CA acronym capitalization (Tobias Nießen) [#&#8203;41841](https://github.com/nodejs/node/pull/41841)
    
  • [`d3a4c62600`](https://github.com/nodejs/node/commit/d3a4c62600)] - **doc**: use sentence case for X509 error codes header (Tobias Nießen) [#&#8203;41829](https://github.com/nodejs/node/pull/41829)
    
  • [`cb16fad0ab`](https://github.com/nodejs/node/commit/cb16fad0ab)] - **doc**: add initial version of maintaining-http.md (Michael Dawson) [#&#8203;41798](https://github.com/nodejs/node/pull/41798)
    
  • [`49f6b97b64`](https://github.com/nodejs/node/commit/49f6b97b64)] - **doc**: add registry numbers for Electron 19 and 20 (Keeley Hammond) [#&#8203;41814](https://github.com/nodejs/node/pull/41814)
    
  • [`4db343bb8e`](https://github.com/nodejs/node/commit/4db343bb8e)] - **doc**: add note about resource type in async_hooks (Tony Gorez) [#&#8203;41797](https://github.com/nodejs/node/pull/41797)
    
  • [`d726a3442c`](https://github.com/nodejs/node/commit/d726a3442c)] - **doc**: use example.com for examples (Ateş Göral) [#&#8203;41827](https://github.com/nodejs/node/pull/41827)
    
  • [`4eb1938f51`](https://github.com/nodejs/node/commit/4eb1938f51)] - **doc**: align tls port types with net port types (Tobias Nießen) [#&#8203;41799](https://github.com/nodejs/node/pull/41799)
    
  • [`e5db13626b`](https://github.com/nodejs/node/commit/e5db13626b)] - **doc**: use UDPv4/UDPv6 consistently with TCPv4/TCPv6 (Tobias Nießen) [#&#8203;41824](https://github.com/nodejs/node/pull/41824)
    
  • [`af641bdec4`](https://github.com/nodejs/node/commit/af641bdec4)] - **doc**: improve wording surrounding TLS 1.3 ciphers (Tobias Nießen) [#&#8203;41778](https://github.com/nodejs/node/pull/41778)
    
  • [`99e0f1458b`](https://github.com/nodejs/node/commit/99e0f1458b)] - **doc**: add format-md step to release guide (Danielle Adams) [#&#8203;41809](https://github.com/nodejs/node/pull/41809)
    
  • [`62f2c078ec`](https://github.com/nodejs/node/commit/62f2c078ec)] - **doc**: add v16 changelog link to iojs changelog (Danielle Adams) [#&#8203;41808](https://github.com/nodejs/node/pull/41808)
    
  • [`c0629b48ce`](https://github.com/nodejs/node/commit/c0629b48ce)] - **doc**: add security-steward rotation information (Michael Dawson) [#&#8203;41707](https://github.com/nodejs/node/pull/41707)
    
  • [`032df4ee17`](https://github.com/nodejs/node/commit/032df4ee17)] - **doc**: use Object.hasOwn() in util doc (Rich Trott) [#&#8203;41780](https://github.com/nodejs/node/pull/41780)
    
  • [`257c5b68d1`](https://github.com/nodejs/node/commit/257c5b68d1)] - **doc**: remove section on "recent" ECDH changes (Tobias Nießen) [#&#8203;41773](https://github.com/nodejs/node/pull/41773)
    
  • [`86644b95a5`](https://github.com/nodejs/node/commit/86644b95a5)] - **doc**: clarify that import also uses main (Ben McCann) [#&#8203;41720](https://github.com/nodejs/node/pull/41720)
    
  • [`4889a3177f`](https://github.com/nodejs/node/commit/4889a3177f)] - **doc**: update modules.md wording (Tobias Hernstig) [#&#8203;41728](https://github.com/nodejs/node/pull/41728)
    
  • [`26c5efef35`](https://github.com/nodejs/node/commit/26c5efef35)] - **doc**: update Mesteery email (Mestery) [#&#8203;41683](https://github.com/nodejs/node/pull/41683)
    
  • [`4339299800`](https://github.com/nodejs/node/commit/4339299800)] - **doc**: avoid incomplete sentence in cluster docs (Tobias Nießen) [#&#8203;41701](https://github.com/nodejs/node/pull/41701)
    
  • [`7f7bcd7757`](https://github.com/nodejs/node/commit/7f7bcd7757)] - **doc**: fix typo in contributing guides (Yoshiki Kurihara) [#&#8203;41723](https://github.com/nodejs/node/pull/41723)
    
  • [`30336c23b5`](https://github.com/nodejs/node/commit/30336c23b5)] - **doc**: improve docs to give descriptive info for the platform property (Harshil jain) [#&#8203;41650](https://github.com/nodejs/node/pull/41650)
    
  • [`29678d66b8`](https://github.com/nodejs/node/commit/29678d66b8)] - **doc**: fix link to npm documentation (Antoine du Hamel) [#&#8203;41712](https://github.com/nodejs/node/pull/41712)
    
  • [`ae34900ccb`](https://github.com/nodejs/node/commit/ae34900ccb)] - **doc**: clarify treatment of non-string base in URL() (Rich Trott) [#&#8203;41685](https://github.com/nodejs/node/pull/41685)
    
  • [`b83e661d30`](https://github.com/nodejs/node/commit/b83e661d30)] - **doc**: fix typo in `technical-priorities.md` (Akhil Marsonya) [#&#8203;41694](https://github.com/nodejs/node/pull/41694)
    
  • [`8e7df048a7`](https://github.com/nodejs/node/commit/8e7df048a7)] - **doc**: remove unadvisable cluster example (Tobias Nießen) [#&#8203;41668](https://github.com/nodejs/node/pull/41668)
    
  • [`0ee468d6ba`](https://github.com/nodejs/node/commit/0ee468d6ba)] - **doc**: document flow for supporting type generation (Michael Dawson) [#&#8203;41464](https://github.com/nodejs/node/pull/41464)
    
  • [`9af2862a8b`](https://github.com/nodejs/node/commit/9af2862a8b)] - **doc**: clarify parameter for napi_get_cb_info (Michael Dawson) [#&#8203;41635](https://github.com/nodejs/node/pull/41635)
    
  • [`a35c6c38f1`](https://github.com/nodejs/node/commit/a35c6c38f1)] - **doc**: revise url.resolve() text (Rich Trott) [#&#8203;41661](https://github.com/nodejs/node/pull/41661)
    
  • [`986dbb3222`](https://github.com/nodejs/node/commit/986dbb3222)] - **doc**: clarify treatment of non-string argument to new URL() (Rich Trott) [#&#8203;41658](https://github.com/nodejs/node/pull/41658)
    
  • [`2bba6cd8b6`](https://github.com/nodejs/node/commit/2bba6cd8b6)] - **doc**: fix documentation for `MODULE_NOT_FOUND` and `ERR_MODULE_NOT_FOUND` (Antoine du Hamel) [#&#8203;41645](https://github.com/nodejs/node/pull/41645)
    
  • [`d40fd755d3`](https://github.com/nodejs/node/commit/d40fd755d3)] - **doc**: improve TLS/SSL introduction (Tobias Nießen) [#&#8203;41649](https://github.com/nodejs/node/pull/41649)
    
  • [`b951764c32`](https://github.com/nodejs/node/commit/b951764c32)] - **doc**: modernize and simplify cluster example (Tobias Nießen) [#&#8203;41626](https://github.com/nodejs/node/pull/41626)
    
  • [`0d6227ceab`](https://github.com/nodejs/node/commit/0d6227ceab)] - **doc**: simplify readline/stdin text (Rich Trott) [#&#8203;41583](https://github.com/nodejs/node/pull/41583)
    
  • [`ffab924444`](https://github.com/nodejs/node/commit/ffab924444)] - **doc**: suggest worker threads in cluster docs (Tobias Nießen) [#&#8203;41616](https://github.com/nodejs/node/pull/41616)
    
  • [`c111a13d22`](https://github.com/nodejs/node/commit/c111a13d22)] - **doc**: add 16 and 17 to previous versions (Antoine du Hamel) [#&#8203;41646](https://github.com/nodejs/node/pull/41646)
    
  • [`81e039fa9d`](https://github.com/nodejs/node/commit/81e039fa9d)] - **doc**: improve `'hex'` Buffer decoding description and examples (Giora Guttsait) [#&#8203;41598](https://github.com/nodejs/node/pull/41598)
    
  • [`09763a2a93`](https://github.com/nodejs/node/commit/09763a2a93)] - **doc**: add note for handling signal events in trace events (Gabriel Trujillo) [#&#8203;41438](https://github.com/nodejs/node/pull/41438)
    
  • [`2e7bf00359`](https://github.com/nodejs/node/commit/2e7bf00359)] - **(SEMVER-MINOR)** **doc**: deprecate `buffer.slice` (Benjamin Gruenbaum) [#&#8203;41596](https://github.com/nodejs/node/pull/41596)
    
  • [`174155dee6`](https://github.com/nodejs/node/commit/174155dee6)] - **doc**: demonstrate dangers of `buffer.slice()` (Shalvah) [#&#8203;41628](https://github.com/nodejs/node/pull/41628)
    
  • [`22484014cd`](https://github.com/nodejs/node/commit/22484014cd)] - **doc**: add missing word in cluster.workers details (Tobias Nießen) [#&#8203;41624](https://github.com/nodejs/node/pull/41624)
    
  • [`86272ca5ac`](https://github.com/nodejs/node/commit/86272ca5ac)] - **doc**: fix async_hooks example in api docs (Akhil Marsonya) [#&#8203;41609](https://github.com/nodejs/node/pull/41609)
    
  • [`5943cb9d1e`](https://github.com/nodejs/node/commit/5943cb9d1e)] - **doc**: fix deprecated alias description in cluster (Tobias Nießen) [#&#8203;41618](https://github.com/nodejs/node/pull/41618)
    
  • [`574c19a8c6`](https://github.com/nodejs/node/commit/574c19a8c6)] - **doc**: fix backticks around 'default' (Tobias Nießen) [#&#8203;41613](https://github.com/nodejs/node/pull/41613)
    
  • [`4780449b4e`](https://github.com/nodejs/node/commit/4780449b4e)] - **doc**: update timingSafeEqual error case (Alex Agranov) [#&#8203;41507](https://github.com/nodejs/node/pull/41507)
    
  • [`9c73bd5610`](https://github.com/nodejs/node/commit/9c73bd5610)] - **doc**: simplify util.TextDecoder example (Rich Trott) [#&#8203;41574](https://github.com/nodejs/node/pull/41574)
    
  • [`e72693160e`](https://github.com/nodejs/node/commit/e72693160e)] - **doc**: move Mesteery to collaborators (Tobias Nießen) [#&#8203;41597](https://github.com/nodejs/node/pull/41597)
    
  • [`952623dff8`](https://github.com/nodejs/node/commit/952623dff8)] - **doc**: fix cjs example code for process.arch (Job) [#&#8203;41593](https://github.com/nodejs/node/pull/41593)
    
  • [`2478b47a08`](https://github.com/nodejs/node/commit/2478b47a08)] - **doc**: remove redunant `await` calls from stream docs (Giora Guttsait) [#&#8203;41592](https://github.com/nodejs/node/pull/41592)
    
  • [`f6b5b8d5bb`](https://github.com/nodejs/node/commit/f6b5b8d5bb)] - **doc**: make contributing info more discoverable (Michael Dawson) [#&#8203;41408](https://github.com/nodejs/node/pull/41408)
    
  • [`6370b4df68`](https://github.com/nodejs/node/commit/6370b4df68)] - **doc**: recommend package exports instead of requiring folders (Antoine du Hamel) [#&#8203;41381](https://github.com/nodejs/node/pull/41381)
    
  • [`b5104e89fc`](https://github.com/nodejs/node/commit/b5104e89fc)] - **doc**: edit async_context context loss text (Rich Trott) [#&#8203;41550](https://github.com/nodejs/node/pull/41550)
    
  • [`9ea8e49032`](https://github.com/nodejs/node/commit/9ea8e49032)] - **doc**: use sentence case for Web Crypto headers (Tobias Nießen) [#&#8203;41577](https://github.com/nodejs/node/pull/41577)
    
  • [`92484d4945`](https://github.com/nodejs/node/commit/92484d4945)] - **doc**: make Web Crypto example spec compliant (Tobias Nießen) [#&#8203;41556](https://github.com/nodejs/node/pull/41556)
    
  • [`60e7437a60`](https://github.com/nodejs/node/commit/60e7437a60)] - **doc**: do not reference SSL when discussing SNI (Tobias Nießen) [#&#8203;41549](https://github.com/nodejs/node/pull/41549)
    
  • [`31d75f2f5d`](https://github.com/nodejs/node/commit/31d75f2f5d)] - **doc**: fix typos in esm.md (Yu) [#&#8203;41499](https://github.com/nodejs/node/pull/41499)
    
  • [`cb4dbc10bc`](https://github.com/nodejs/node/commit/cb4dbc10bc)] - **doc**: adjust assignment in condition in stream doc (Rich Trott) [#&#8203;41510](https://github.com/nodejs/node/pull/41510)
    
  • [`5c700fa8e2`](https://github.com/nodejs/node/commit/5c700fa8e2)] - **doc**: improve Web Crypto headings related to ECC (Tobias Nießen) [#&#8203;41542](https://github.com/nodejs/node/pull/41542)
    
  • [`84292165e7`](https://github.com/nodejs/node/commit/84292165e7)] - **doc**: clarify module system selection (Antoine du Hamel) [#&#8203;41383](https://github.com/nodejs/node/pull/41383)
    
  • [`be63dc5acc`](https://github.com/nodejs/node/commit/be63dc5acc)] - **doc**: remove statement about (EC)DHE performance (Tobias Nießen) [#&#8203;41528](https://github.com/nodejs/node/pull/41528)
    
  • [`c6749bc590`](https://github.com/nodejs/node/commit/c6749bc590)] - **doc,readline**: add missing node protocol in example (Mestery) [#&#8203;41560](https://github.com/nodejs/node/pull/41560)
    
  • [`74bd31213c`](https://github.com/nodejs/node/commit/74bd31213c)] - **domain**: pass opts to `EventEmitter.init` (Chen Gang) [#&#8203;41414](https://github.com/nodejs/node/pull/41414)
    
  • [`e1d5a354c5`](https://github.com/nodejs/node/commit/e1d5a354c5)] - **esm**: improve validation of resolved URLs (Jacob Smith) [#&#8203;41446](https://github.com/nodejs/node/pull/41446)
    
  • [`bfddcb11a5`](https://github.com/nodejs/node/commit/bfddcb11a5)] - **http2**: fix pseudo-headers order (ofir) [#&#8203;41735](https://github.com/nodejs/node/pull/41735)
    
  • [`499171bbd8`](https://github.com/nodejs/node/commit/499171bbd8)] - **http2**: fix no response event on continue request (ofirbarak) [#&#8203;41739](https://github.com/nodejs/node/pull/41739)
    
  • [`2a18859324`](https://github.com/nodejs/node/commit/2a18859324)] - **http2**: fix memory leak on nghttp2 hd threshold (Rafael Silva) [#&#8203;41502](https://github.com/nodejs/node/pull/41502)
    
  • [`59a15e8f1a`](https://github.com/nodejs/node/commit/59a15e8f1a)] - **lib**: refactor to use `validateObject()` validator (Mohammed Keyvanzadeh) [#&#8203;41845](https://github.com/nodejs/node/pull/41845)
    
  • [`4834be373d`](https://github.com/nodejs/node/commit/4834be373d)] - **lib**: add comments to empty catch statements (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831)
    
  • [`76a229c4ff`](https://github.com/nodejs/node/commit/76a229c4ff)] - **(SEMVER-MINOR)** **lib**: add fetch (Michaël Zasso) [#&#8203;41749](https://github.com/nodejs/node/pull/41749)
    
  • [`cedd26a396`](https://github.com/nodejs/node/commit/cedd26a396)] - **lib**: refactor source map stack trace prepare (Mohammed Keyvanzadeh) [#&#8203;41698](https://github.com/nodejs/node/pull/41698)
    
  • [`8ab0540d4a`](https://github.com/nodejs/node/commit/8ab0540d4a)] - **lib**: throw error in structuedClone when no arguments are passed (Giora Guttsait) [#&#8203;41651](https://github.com/nodejs/node/pull/41651)
    
  • [`306dd1c181`](https://github.com/nodejs/node/commit/306dd1c181)] - **lib**: fix consistency of methods that emit warnings (Yoshiki Kurihara) [#&#8203;41249](https://github.com/nodejs/node/pull/41249)
    
  • [`e500d11806`](https://github.com/nodejs/node/commit/e500d11806)] - **lib**: remove erroneous JSDoc entry (Rich Trott) [#&#8203;41604](https://github.com/nodejs/node/pull/41604)
    
  • [`8a99eed7aa`](https://github.com/nodejs/node/commit/8a99eed7aa)] - **lib**: modify `DOMException` to pass WPT (Khaidi Chu) [#&#8203;41517](https://github.com/nodejs/node/pull/41517)
    
  • [`bd5d1583ed`](https://github.com/nodejs/node/commit/bd5d1583ed)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41868](https://github.com/nodejs/node/pull/41868)
    
  • [`f5adf54eb6`](https://github.com/nodejs/node/commit/f5adf54eb6)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41763](https://github.com/nodejs/node/pull/41763)
    
  • [`e5abdf7285`](https://github.com/nodejs/node/commit/e5abdf7285)] - **meta**: update mailmap/AUTHORS info for existing collaborator (Rich Trott) [#&#8203;41750](https://github.com/nodejs/node/pull/41750)
    
  • [`14415fb7e0`](https://github.com/nodejs/node/commit/14415fb7e0)] - **meta**: adjust mailmap/AUTHORS to reflect README change (Rich Trott) [#&#8203;41751](https://github.com/nodejs/node/pull/41751)
    
  • [`60eddadb65`](https://github.com/nodejs/node/commit/60eddadb65)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41659](https://github.com/nodejs/node/pull/41659)
    
  • [`336c18d057`](https://github.com/nodejs/node/commit/336c18d057)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41548](https://github.com/nodejs/node/pull/41548)
    
  • [`9c6b078892`](https://github.com/nodejs/node/commit/9c6b078892)] - **module**: unflag esm json modules (Geoffrey Booth) [#&#8203;41736](https://github.com/nodejs/node/pull/41736)
    
  • [`2cae99425b`](https://github.com/nodejs/node/commit/2cae99425b)] - **(SEMVER-MINOR)** **node-api**: add node_api_symbol_for() (Darshan Sen) [#&#8203;41329](https://github.com/nodejs/node/pull/41329)
    
  • [`14cb9ea93e`](https://github.com/nodejs/node/commit/14cb9ea93e)] - **perf_hooks**: remove useless calls in Histogram (Michael Dawson) [#&#8203;41579](https://github.com/nodejs/node/pull/41579)
    
  • [`e1ae61bce5`](https://github.com/nodejs/node/commit/e1ae61bce5)] - **policy**: revise manifest.js to avoid empty blocks (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831)
    
  • [`d83d55e6e5`](https://github.com/nodejs/node/commit/d83d55e6e5)] - **policy**: check for null instead of falsy in loop (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614)
    
  • [`e11451c4e8`](https://github.com/nodejs/node/commit/e11451c4e8)] - **policy**: replace entries with keys (Mohammed Keyvanzadeh) [#&#8203;41482](https://github.com/nodejs/node/pull/41482)
    
  • [`cfaa1e224d`](https://github.com/nodejs/node/commit/cfaa1e224d)] - **process**: unhandledRejection support more errors (Benjamin Gruenbaum) [#&#8203;41682](https://github.com/nodejs/node/pull/41682)
    
  • [`cf1d3d1565`](https://github.com/nodejs/node/commit/cf1d3d1565)] - **process**: check for null instead of falsy in while loop (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614)
    
  • [`3b45c05a23`](https://github.com/nodejs/node/commit/3b45c05a23)] - **process**: use validateString validator (Mohammed Keyvanzadeh) [#&#8203;41595](https://github.com/nodejs/node/pull/41595)
    
  • [`700f766bea`](https://github.com/nodejs/node/commit/700f766bea)] - **process**: ignore asyncId 0 in exception handler (Anatoli Papirovski) [#&#8203;41424](https://github.com/nodejs/node/pull/41424)
    
  • [`cbcf794562`](https://github.com/nodejs/node/commit/cbcf794562)] - **readline**: improve code coverage for readline promises (Erick Wendel) [#&#8203;41817](https://github.com/nodejs/node/pull/41817)
    
  • [`0a31149202`](https://github.com/nodejs/node/commit/0a31149202)] - **(SEMVER-MINOR)** **readline**: add feature yank and yank pop (Ray) [#&#8203;41301](https://github.com/nodejs/node/pull/41301)
    
  • [`5a4c74c647`](https://github.com/nodejs/node/commit/5a4c74c647)] - **readline**: undo previous edit when get key code 0x1F (Ray) [#&#8203;41392](https://github.com/nodejs/node/pull/41392)
    
  • [`301a4f8781`](https://github.com/nodejs/node/commit/301a4f8781)] - **repl**: check for precise values rather than falsy in loops (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614)
    
  • [`c3d3abf112`](https://github.com/nodejs/node/commit/c3d3abf112)] - **src**: slightly simplify URLHost::ToString (Anna Henningsen) [#&#8203;41747](https://github.com/nodejs/node/pull/41747)
    
  • [`43f2abae7c`](https://github.com/nodejs/node/commit/43f2abae7c)] - **src**: slightly simplify V8CoverageConnection::GetFilename (Anna Henningsen) [#&#8203;41748](https://github.com/nodejs/node/pull/41748)
    
  • [`bbfa58691e`](https://github.com/nodejs/node/commit/bbfa58691e)] - **src**: fix typo in js_native_api_v8.cc (Caio Agiani) [#&#8203;41764](https://github.com/nodejs/node/pull/41764)
    
  • [`1ae648567a`](https://github.com/nodejs/node/commit/1ae648567a)] - **(SEMVER-MINOR)** **stream**: add iterator helper find (linkgoron) [#&#8203;41849](https://github.com/nodejs/node/pull/41849)
    
  • [`07b6bf4e7e`](https://github.com/nodejs/node/commit/07b6bf4e7e)] - **stream**: resume stream on drain (Robert Nagy) [#&#8203;41848](https://github.com/nodejs/node/pull/41848)
    
  • [`f8d2955b71`](https://github.com/nodejs/node/commit/f8d2955b71)] - **stream**: initial port of test262 tests (Benjamin Gruenbaum) [#&#8203;41775](https://github.com/nodejs/node/pull/41775)
    
  • [`6c82276b85`](https://github.com/nodejs/node/commit/6c82276b85)] - **stream**: remove empty block (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831)
    
  • [`e11a079469`](https://github.com/nodejs/node/commit/e11a079469)] - **stream**: use synchronous error validation & validate abort signal option (iMoses) [#&#8203;41777](https://github.com/nodejs/node/pull/41777)
    
  • [`9c2504a066`](https://github.com/nodejs/node/commit/9c2504a066)] - **(SEMVER-MINOR)** **stream**: add reduce (Benjamin Gruenbaum) [#&#8203;41669](https://github.com/nodejs/node/pull/41669)
    
  • [`a05b8328d8`](https://github.com/nodejs/node/commit/a05b8328d8)] - **stream**: use synchronous error validation on iteration helpers (iMoses) [#&#8203;41652](https://github.com/nodejs/node/pull/41652)
    
  • [`311050ebaa`](https://github.com/nodejs/node/commit/311050ebaa)] - **stream**: add asIndexedPairs (Benjamin Gruenbaum) [#&#8203;41681](https://github.com/nodejs/node/pull/41681)
    
  • [`9b1a37979c`](https://github.com/nodejs/node/commit/9b1a37979c)] - **stream**: add drop and take (Benjamin Gruenbaum) [#&#8203;41630](https://github.com/nodejs/node/pull/41630)
    
  • [`b3390b9ddb`](https://github.com/nodejs/node/commit/b3390b9ddb)] - **stream**: never flatten on toArray (Benjamin Gruenbaum) [#&#8203;41615](https://github.com/nodejs/node/pull/41615)
    
  • [`46ec74dcd1`](https://github.com/nodejs/node/commit/46ec74dcd1)] - **(SEMVER-MINOR)** **stream**: support flatMap (Benjamin Gruenbaum) [#&#8203;41612](https://github.com/nodejs/node/pull/41612)
    
  • [`16dec4268c`](https://github.com/nodejs/node/commit/16dec4268c)] - **stream**: check for null instead of falsy in loops (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614)
    
  • [`34684a1c89`](https://github.com/nodejs/node/commit/34684a1c89)] - **(SEMVER-MINOR)** **stream**: support some and every (Benjamin Gruenbaum) [#&#8203;41573](https://github.com/nodejs/node/pull/41573)
    
  • [`62e1a68077`](https://github.com/nodejs/node/commit/62e1a68077)] - **(SEMVER-MINOR)** **stream**: add toArray (Benjamin Gruenbaum) [#&#8203;41553](https://github.com/nodejs/node/pull/41553)
    
  • [`5027e94a8a`](https://github.com/nodejs/node/commit/5027e94a8a)] - **stream**: rename unknown primordial (Mohammed Keyvanzadeh) [#&#8203;40622](https://github.com/nodejs/node/pull/40622)
    
  • [`da11b95988`](https://github.com/nodejs/node/commit/da11b95988)] - **(SEMVER-MINOR)** **stream**: add forEach method (Benjamin Gruenbaum) [#&#8203;41445](https://github.com/nodejs/node/pull/41445)
    
  • [`9226322394`](https://github.com/nodejs/node/commit/9226322394)] - **stream**: avoid function call where possible (Rich Trott) [#&#8203;41534](https://github.com/nodejs/node/pull/41534)
    
  • [`573cafe29d`](https://github.com/nodejs/node/commit/573cafe29d)] - **test**: remove eslint-disable comments from fixtures (Rich Trott) [#&#8203;41859](https://github.com/nodejs/node/pull/41859)
    
  • [`0d9248fe0a`](https://github.com/nodejs/node/commit/0d9248fe0a)] - **test**: remove test-worker-memory flaky designation (Rich Trott) [#&#8203;41867](https://github.com/nodejs/node/pull/41867)
    
  • [`c694dae41c`](https://github.com/nodejs/node/commit/c694dae41c)] - **test**: enable no-empty ESLint rule (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831)
    
  • [`87902a7c17`](https://github.com/nodejs/node/commit/87902a7c17)] - **test**: avoid using Object.prototype methods directly on objects (Rich Trott) [#&#8203;41801](https://github.com/nodejs/node/pull/41801)
    
  • [`ea966404ad`](https://github.com/nodejs/node/commit/ea966404ad)] - **test**: exclude ibm i tests until we resolve (Michael Dawson) [#&#8203;41812](https://github.com/nodejs/node/pull/41812)
    
  • [`9c704b13af`](https://github.com/nodejs/node/commit/9c704b13af)] - **test**: make worker-take-heapsnapshot non-flaky (Michael Dawson) [#&#8203;41684](https://github.com/nodejs/node/pull/41684)
    
  • [`a97c817451`](https://github.com/nodejs/node/commit/a97c817451)] - **test**: mark test-fs-rmdir-recursive flaky on win (Michael Dawson) [#&#8203;41533](https://github.com/nodejs/node/pull/41533)
    
  • [`5f1a59cb41`](https://github.com/nodejs/node/commit/5f1a59cb41)] - **test**: make fs watch test more stable (Benjamin Gruenbaum) [#&#8203;41715](https://github.com/nodejs/node/pull/41715)
    
  • [`abbc06b5ab`](https://github.com/nodejs/node/commit/abbc06b5ab)] - **test**: fix typo in MessageChannel test (Tobias Nießen) [#&#8203;41746](https://github.com/nodejs/node/pull/41746)
    
  • [`94645d8f71`](https://github.com/nodejs/node/commit/94645d8f71)] - **test**: replace commented out expectations with tests (Darshan Sen) [#&#8203;41667](https://github.com/nodejs/node/pull/41667)
    
  • [`351ebf289a`](https://github.com/nodejs/node/commit/351ebf289a)] - **test**: improve stability of oom test (Benjamin Gruenbaum) [#&#8203;41681](https://github.com/nodejs/node/pull/41681)
    
  • [`0267d27a7d`](https://github.com/nodejs/node/commit/0267d27a7d)] - **test**: use Object.hasOwn() where applicable (Rich Trott) [#&#8203;41664](https://github.com/nodejs/node/pull/41664)
    
  • [`cca92107a4`](https://github.com/nodejs/node/commit/cca92107a4)] - **test**: remove unneeded test statement (Rich Trott) [#&#8203;41663](https://github.com/nodejs/node/pull/41663)
    
  • [`30df37f733`](https://github.com/nodejs/node/commit/30df37f733)] - **test**: remove error allowance in debugger test (Jithil P Ponnan) [#&#8203;41640](https://github.com/nodejs/node/pull/41640)
    
  • [`b02bf41e18`](https://github.com/nodejs/node/commit/b02bf41e18)] - **test**: add stream map tests (Benjamin Gruenbaum) [#&#8203;41642](https://github.com/nodejs/node/pull/41642)
    
  • [`12c1ac4d3b`](https://github.com/nodejs/node/commit/12c1ac4d3b)] - **test**: simplify test-gc-http-client (Luigi Pinca) [#&#8203;41620](https://github.com/nodejs/node/pull/41620)
    
  • [`9d99c24d50`](https://github.com/nodejs/node/commit/9d99c24d50)] - **test**: prepare tests for no-cond-assign ESLint rule (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614)
    
  • [`ea6c202436`](https://github.com/nodejs/node/commit/ea6c202436)] - **test**: move test-gc-http-client-onerror to sequential (Luigi Pinca) [#&#8203;41619](https://github.com/nodejs/node/pull/41619)
    
  • [`55adcb7f12`](https://github.com/nodejs/node/commit/55adcb7f12)] - **test**: fix typo in test-stream-toArray (Tobias Nießen) [#&#8203;41634](https://github.com/nodejs/node/pull/41634)
    
  • [`506a0dde0e`](https://github.com/nodejs/node/commit/506a0dde0e)] - **test**: improve test coverage of internal/worker/io (Yoshiki Kurihara) [#&#8203;41511](https://github.com/nodejs/node/pull/41511)
    
  • [`6de8e51437`](https://github.com/nodejs/node/commit/6de8e51437)] - **test**: add DataView test entry for whatwg (Mohammed Keyvanzadeh) [#&#8203;40622](https://github.com/nodejs/node/pull/40622)
    
  • [`f947f72b39`](https://github.com/nodejs/node/commit/f947f72b39)] - **test**: improve util-format code coverage (Rich Trott) [#&#8203;41572](https://github.com/nodejs/node/pull/41572)
    
  • [`38e4b11391`](https://github.com/nodejs/node/commit/38e4b11391)] - **test**: fix typo in test_js_native_api_v8 (Tobias Nießen) [#&#8203;41584](https://github.com/nodejs/node/pull/41584)
    
  • [`5e3f751260`](https://github.com/nodejs/node/commit/5e3f751260)] - **test**: add missing await in fs-rm/fs-rmdir tests (Benjamin Coe) [#&#8203;41545](https://github.com/nodejs/node/pull/41545)
    
  • [`c0aec6783a`](https://github.com/nodejs/node/commit/c0aec6783a)] - **test**: increase coverage for stream writable (Rich Trott) [#&#8203;41486](https://github.com/nodejs/node/pull/41486)
    
  • [`ef7c79822f`](https://github.com/nodejs/node/commit/ef7c79822f)] - **test**: add coverage for util.inspect() (Rich Trott) [#&#8203;41527](https://github.com/nodejs/node/pull/41527)
    
  • [`2b4e46f07d`](https://github.com/nodejs/node/commit/2b4e46f07d)] - **timers**: check for nullish instead of falsy in loops (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614)
    
  • [`0d471fb0d4`](https://github.com/nodejs/node/commit/0d471fb0d4)] - **tools**: enable no-empty ESLint rule (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831)
    
  • [`72f02d87b9`](https://github.com/nodejs/node/commit/72f02d87b9)] - **tools**: update lint-md-dependencies to rollup@2.67.0 (Node.js GitHub Bot) [#&#8203;41737](https://github.com/nodejs/node/pull/41737)
    
  • [`32cdae7f65`](https://github.com/nodejs/node/commit/32cdae7f65)] - **tools**: update doc to rehype-stringify@9.0.3 (Node.js GitHub Bot) [#&#8203;41854](https://github.com/nodejs/node/pull/41854)
    
  • [`e6a1896ec1`](https://github.com/nodejs/node/commit/e6a1896ec1)] - **tools**: update eslint to 8.8.0 (Node.js GitHub Bot) [#&#8203;41738](https://github.com/nodejs/node/pull/41738)
    
  • [`3190e365f0`](https://github.com/nodejs/node/commit/3190e365f0)] - **tools**: use Set instead of { \[key]: true } object (Tobias Nießen) [#&#8203;41695](https://github.com/nodejs/node/pull/41695)
    
  • [`3f4ce07be9`](https://github.com/nodejs/node/commit/3f4ce07be9)] - **tools**: add compile_commands to ignore file (Yash Ladha) [#&#8203;41580](https://github.com/nodejs/node/pull/41580)
    
  • [`5fe7cfabaa`](https://github.com/nodejs/node/commit/5fe7cfabaa)] - **tools**: use Set instead of { \[key]: true } object (Tobias Nießen) [#&#8203;41675](https://github.com/nodejs/node/pull/41675)
    
  • [`d33d1899c4`](https://github.com/nodejs/node/commit/d33d1899c4)] - **tools**: fix typo in `tools/code_cache/README.md` (Tobias Nießen) [#&#8203;41657](https://github.com/nodejs/node/pull/41657)
    
  • [`ae7df178fd`](https://github.com/nodejs/node/commit/ae7df178fd)] - **tools**: enable no-cond-assign-ESLint rule (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614)
    
  • [`9202b86814`](https://github.com/nodejs/node/commit/9202b86814)] - **tools**: update lint-md-dependencies to rollup@2.65.0 (Node.js GitHub Bot) [#&#8203;41638](https://github.com/nodejs/node/pull/41638)
    
  • [`57ada37a1f`](https://github.com/nodejs/node/commit/57ada37a1f)] - **tools**: increase maximum line length to 120 characters (Rich Trott) [#&#8203;41586](https://github.com/nodejs/node/pull/41586)
    
  • [`3084dff702`](https://github.com/nodejs/node/commit/3084dff702)] - **tools**: add missing `.PHONY` and `.NOTPARALLEL` targets in `Makefile` (Antoine du Hamel) [#&#8203;41515](https://github.com/nodejs/node/pull/41515)
    
  • [`544267feb2`](https://github.com/nodejs/node/commit/544267feb2)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;41440](https://github.com/nodejs/node/pull/41440)
    
  • [`127d2fae62`](https://github.com/nodejs/node/commit/127d2fae62)] - **tools**: bump eslint from 8.6.0 to 8.7.0 (Rich Trott) [#&#8203;41570](https://github.com/nodejs/node/pull/41570)
    
  • [`ad5d7c7b06`](https://github.com/nodejs/node/commit/ad5d7c7b06)] - **tools**: update doc to highlight.js@11.4.0 to-vfile@7.2.3 (Node.js GitHub Bot) [#&#8203;41441](https://github.com/nodejs/node/pull/41441)
    
  • [`34dfc60742`](https://github.com/nodejs/node/commit/34dfc60742)] - **tools,test**: enable no-prototype-builtins (Rich Trott) [#&#8203;41801](https://github.com/nodejs/node/pull/41801)
    
  • [`aee74c8156`](https://github.com/nodejs/node/commit/aee74c8156)] - **util**: use hasOwnProperty() primordial (Rich Trott) [#&#8203;41692](https://github.com/nodejs/node/pull/41692)
    
  • [`2b082def2e`](https://github.com/nodejs/node/commit/2b082def2e)] - **util**: remove unused fast path in internal debuglog (Rich Trott) [#&#8203;41605](https://github.com/nodejs/node/pull/41605)
    
  • [`0e35d01a4a`](https://github.com/nodejs/node/commit/0e35d01a4a)] - **util**: check for null instead of flasy in loop (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614)
    
  • [`869cbb7b25`](https://github.com/nodejs/node/commit/869cbb7b25)] - **(SEMVER-MINOR)** **worker**: graduate get/setEnvironmentData APIs (James M Snell) [#&#8203;41272](https://github.com/nodejs/node/pull/41272)
    
    

v17.4.0: 2022-01-18, Version 17.4.0 (Current), @​targos

Compare Source

Notable Changes
  • [`ef6f98c2e3`](https://github.com/nodejs/node/commit/ef6f98c2e3)] - **(SEMVER-MINOR)** **child_process**: add support for URL to `cp.fork` (Antoine du Hamel) [#&#8203;41225](https://github.com/nodejs/node/pull/41225)
    
  • [`d62fe315c2`](https://github.com/nodejs/node/commit/d62fe315c2)] - **(SEMVER-MINOR)** **crypto**: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) [#&#8203;41266](https://github.com/nodejs/node/pull/41266)
    
  • [`fcb37e9ce5`](https://github.com/nodejs/node/commit/fcb37e9ce5)] - **doc**: add Mesteery to collaborators (Mestery) [#&#8203;41543](https://github.com/nodejs/node/pull/41543)
    
  • [`4079fc42b7`](https://github.com/nodejs/node/commit/4079fc42b7)] - **(SEMVER-MINOR)** **events**: graduate capturerejections to supported (James M Snell) [#&#8203;41267](https://github.com/nodejs/node/pull/41267)
    
  • [`fe21607901`](https://github.com/nodejs/node/commit/fe21607901)] - **(SEMVER-MINOR)** **events**: add EventEmitterAsyncResource to core (James M Snell) [#&#8203;41246](https://github.com/nodejs/node/pull/41246)
    
  • [`6d8eb6ace6`](https://github.com/nodejs/node/commit/6d8eb6ace6)] - **(SEMVER-MINOR)** **loader**: return package format from defaultResolve if known (Gabriel Bota) [#&#8203;40980](https://github.com/nodejs/node/pull/40980)
    
  • [`27c619140a`](https://github.com/nodejs/node/commit/27c619140a)] - **(SEMVER-MINOR)** **perf_hooks**: multiple fixes for Histogram (James M Snell) [#&#8203;41153](https://github.com/nodejs/node/pull/41153)
    
  • [`09c25bb224`](https://github.com/nodejs/node/commit/09c25bb224)] - **(SEMVER-MINOR)** **stream**: add filter method to readable (Benjamin Gruenbaum, Robert Nagy) [#&#8203;41354](https://github.com/nodejs/node/pull/41354)
    
  • [`1150963217`](https://github.com/nodejs/node/commit/1150963217)] - **(SEMVER-MINOR)** **stream**: add isReadable helper (Robert Nagy) [#&#8203;41199](https://github.com/nodejs/node/pull/41199)
    
  • [`9f5a873965`](https://github.com/nodejs/node/commit/9f5a873965)] - **(SEMVER-MINOR)** **stream**: add map method to Readable (Benjamin Gruenbaum, Robert Nagy) [#&#8203;40815](https://github.com/nodejs/node/pull/40815)
    
    
Commits
  • [`314102b14d`](https://github.com/nodejs/node/commit/314102b14d)] - **async_hooks**: add missing initialization (Michael Dawson) [#&#8203;41288](https://github.com/nodejs/node/pull/41288)
    
  • [`56345a3f63`](https://github.com/nodejs/node/commit/56345a3f63)] - **async_hooks**: fix AsyncLocalStorage in unhandledRejection cases (Bradley Farias) [#&#8203;41202](https://github.com/nodejs/node/pull/41202)
    
  • [`fa84353952`](https://github.com/nodejs/node/commit/fa84353952)] - **benchmark**: simplify http benchmarker regular expression (Rich Trott) [#&#8203;38206](https://github.com/nodejs/node/pull/38206)
    
  • [`88d760c559`](https://github.com/nodejs/node/commit/88d760c559)] - **benchmark**: fix benchmark/run.js handling of --set (Rich Trott) [#&#8203;41334](https://github.com/nodejs/node/pull/41334)
    
  • [`dcf1ea0a3f`](https://github.com/nodejs/node/commit/dcf1ea0a3f)] - **benchmark,test**: use Object.hasOwn() where applicable (Rich Trott) [#&#8203;41229](https://github.com/nodejs/node/pull/41229)
    
  • [`4958c800da`](https://github.com/nodejs/node/commit/4958c800da)] - **build**: fix npm version detection (Michaël Zasso) [#&#8203;41575](https://github.com/nodejs/node/pull/41575)
    
  • [`e8538c3751`](https://github.com/nodejs/node/commit/e8538c3751)] - **build**: fix node build failures in WSL Ubuntu (MrJithil) [#&#8203;41476](https://github.com/nodejs/node/pull/41476)
    
  • [`3d88ea195e`](https://github.com/nodejs/node/commit/3d88ea195e)] - **build**: fix workflow access to git history (Rich Trott) [#&#8203;41472](https://github.com/nodejs/node/pull/41472)
    
  • [`b0f0ad1004`](https://github.com/nodejs/node/commit/b0f0ad1004)] - **build**: start build on z/OS (alexcfyung) [#&#8203;41273](https://github.com/nodejs/node/pull/41273)
    
  • [`80a3766ac7`](https://github.com/nodejs/node/commit/80a3766ac7)] - **build**: use list for mutable retval rather than tuple (Rich Trott) [#&#8203;41372](https://github.com/nodejs/node/pull/41372)
    
  • [`afe1e00509`](https://github.com/nodejs/node/commit/afe1e00509)] - **build**: remove Python 2 workaround (Rich Trott) [#&#8203;41357](https://github.com/nodejs/node/pull/41357)
    
  • [`011c5f6498`](https://github.com/nodejs/node/commit/011c5f6498)] - **build**: improve readability of texts in workflows (Mestery) [#&#8203;40988](https://github.com/nodejs/node/pull/40988)
    
  • [`2233f31069`](https://github.com/nodejs/node/commit/2233f31069)] - **build,tools,win**: trim unused VCBUILD_PYTHON_LOCATION variable (David Sanders) [#&#8203;41235](https://github.com/nodejs/node/pull/41235)
    
  • [`d9465ae614`](https://github.com/nodejs/node/commit/d9465ae614)] - **child_process**: queue pending messages (Erick Wendel) [#&#8203;41221](https://github.com/nodejs/node/pull/41221)
    
  • [`ed41fd110d`](https://github.com/nodejs/node/commit/ed41fd110d)] - **child_process**: revise argument processing (Rich Trott) [#&#8203;41280](https://github.com/nodejs/node/pull/41280)
    
  • [`ef6f98c2e3`](https://github.com/nodejs/node/commit/ef6f98c2e3)] - **(SEMVER-MINOR)** **child_process**: add support for URL to `cp.fork` (Antoine du Hamel) [#&#8203;41225](https://github.com/nodejs/node/pull/41225)
    
  • [`d62fe315c2`](https://github.com/nodejs/node/commit/d62fe315c2)] - **(SEMVER-MINOR)** **crypto**: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) [#&#8203;41266](https://github.com/nodejs/node/pull/41266)
    
  • [`8ea56a9606`](https://github.com/nodejs/node/commit/8ea56a9606)] - **crypto**: fix error capture when loading engine (Tobias Nießen) [#&#8203;41187](https://github.com/nodejs/node/pull/41187)
    
  • [`f5b8aee1a1`](https://github.com/nodejs/node/commit/f5b8aee1a1)] - **deps**: upgrade npm to 8.3.1 (npm-robot) [#&#8203;41503](https://github.com/nodejs/node/pull/41503)
    
  • [`af3acecd7e`](https://github.com/nodejs/node/commit/af3acecd7e)] - **deps**: V8: cherry-pick [`3b6b21f`](https://github.com/nodejs/node/commit/3b6b21f595f6) (Michaël Zasso) [#&#8203;41457](https://github.com/nodejs/node/pull/41457)
    
  • [`02ca5d7c7c`](https://github.com/nodejs/node/commit/02ca5d7c7c)] - **deps**: upgrade to libuv 1.43.0 (Colin Ihrig) [#&#8203;41398](https://github.com/nodejs/node/pull/41398)
    
  • [`48e4780fd7`](https://github.com/nodejs/node/commit/48e4780fd7)] - **doc**: remove statement about client private keys (Tobias Nießen) [#&#8203;41505](https://github.com/nodejs/node/pull/41505)
    
  • [`ba7160e815`](https://github.com/nodejs/node/commit/ba7160e815)] - **doc**: fix typo in `onboarding.md` (Antoine du Hamel) [#&#8203;41544](https://github.com/nodejs/node/pull/41544)
    
  • [`fcb37e9ce5`](https://github.com/nodejs/node/commit/fcb37e9ce5)] - **doc**: add Mesteery to collaborators (Mestery) [#&#8203;41543](https://github.com/nodejs/node/pull/41543)
    
  • [`abbfed8789`](https://github.com/nodejs/node/commit/abbfed8789)] - **doc**: add missing word in readable.read() text (Rich Trott) [#&#8203;41524](https://github.com/nodejs/node/pull/41524)
    
  • [`712dfdc11f`](https://github.com/nodejs/node/commit/712dfdc11f)] - **doc**: add missing YAML tag in `esm.md` (Antoine du Hamel) [#&#8203;41516](https://github.com/nodejs/node/pull/41516)
    
  • [`f443a4e8fa`](https://github.com/nodejs/node/commit/f443a4e8fa)] - **doc**: expand fs.access() mode parameter docs (Colin Ihrig) [#&#8203;41484](https://github.com/nodejs/node/pull/41484)
    
  • [`5c0c459976`](https://github.com/nodejs/node/commit/5c0c459976)] - **doc**: correct checkHost behavior with wildcards etc (Tobias Nießen) [#&#8203;41468](https://github.com/nodejs/node/pull/41468)
    
  • [`c632241440`](https://github.com/nodejs/node/commit/c632241440)] - **doc**: remove extraneous colon in legacy subject (Tobias Nießen) [#&#8203;41477](https://github.com/nodejs/node/pull/41477)
    
  • [`b7b0631b10`](https://github.com/nodejs/node/commit/b7b0631b10)] - **doc**: remove SameValue comparison reference (Rich Trott) [#&#8203;41460](https://github.com/nodejs/node/pull/41460)
    
  • [`524103d6bf`](https://github.com/nodejs/node/commit/524103d6bf)] - **doc**: update mailmap entries for mhdawson (Michael Dawson) [#&#8203;41437](https://github.com/nodejs/node/pull/41437)
    
  • [`62aa190c01`](https://github.com/nodejs/node/commit/62aa190c01)] - **doc**: add guidance on order vulns are listed in (Michael Dawson) [#&#8203;41429](https://github.com/nodejs/node/pull/41429)
    
  • [`d721a758b2`](https://github.com/nodejs/node/commit/d721a758b2)] - **doc**: update output in inspector examples (David Sanders) [#&#8203;41390](https://github.com/nodejs/node/pull/41390)
    
  • [`60025bde16`](https://github.com/nodejs/node/commit/60025bde16)] - **doc**: add note regarding unfinished TLA (Antoine du Hamel) [#&#8203;41434](https://github.com/nodejs/node/pull/41434)
    
  • [`10bdb5969e`](https://github.com/nodejs/node/commit/10bdb5969e)] - **doc**: add reference for `===` operator in assert.md (Rich Trott) [#&#8203;41442](https://github.com/nodejs/node/pull/41442)
    
  • [`edc6a7af42`](https://github.com/nodejs/node/commit/edc6a7af42)] - **doc**: clarify `uncaughtException` `origin` for ESM (Antoine du Hamel) [#&#8203;41339](https://github.com/nodejs/node/pull/41339)
    
  • [`4a369d03b4`](https://github.com/nodejs/node/commit/4a369d03b4)] - **doc**: revise HTTPRequestOptions text (Rich Trott) [#&#8203;41407](https://github.com/nodejs/node/pull/41407)
    
  • [`f43bfe2e16`](https://github.com/nodejs/node/commit/f43bfe2e16)] - **doc**: add reference for == and != operators (Rich Trott) [#&#8203;41413](https://github.com/nodejs/node/pull/41413)
    
  • [`d3111bf0cc`](https://github.com/nodejs/node/commit/d3111bf0cc)] - **doc**: add [@&#8203;RaisinTen](https://github.com/RaisinTen) to the TSC (Michael Dawson) [#&#8203;41419](https://github.com/nodejs/node/pull/41419)
    
  • [`e6bed4e972`](https://github.com/nodejs/node/commit/e6bed4e972)] - **doc**: update Abstract Equality Comparison text in assert.md (Rich Trott) [#&#8203;41375](https://github.com/nodejs/node/pull/41375)
    
  • [`19db19bb80`](https://github.com/nodejs/node/commit/19db19bb80)] - **doc**: fix example commands for `REPLACEME` updates (Richard Lau) [#&#8203;41269](https://github.com/nodejs/node/pull/41269)
    
  • [`16c0bea91d`](https://github.com/nodejs/node/commit/16c0bea91d)] - **doc**: document that `require.main` may be `undefined` (Antoine du Hamel) [#&#8203;41384](https://github.com/nodejs/node/pull/41384)
    
  • [`014d4836ec`](https://github.com/nodejs/node/commit/014d4836ec)] - **doc**: clarify entry point behavior when using loader hooks (Antoine du Hamel) [#&#8203;41304](https://github.com/nodejs/node/pull/41304)
    
  • [`6460b1b32d`](https://github.com/nodejs/node/commit/6460b1b32d)] - **doc**: clarify `require` behavior with non `.js` extensions (Antoine du Hamel) [#&#8203;41345](https://github.com/nodejs/node/pull/41345)
    
  • [`0d18a8c232`](https://github.com/nodejs/node/commit/0d18a8c232)] - **doc**: revise frozen-intrinsics text (Rich Trott) [#&#8203;41342](https://github.com/nodejs/node/pull/41342)
    
  • [`c267bb2192`](https://github.com/nodejs/node/commit/c267bb2192)] - **doc**: fix example description for worker_threads (Dmitry Petrov) [#&#8203;41341](https://github.com/nodejs/node/pull/41341)
    
  • [`ffe17a84f2`](https://github.com/nodejs/node/commit/ffe17a84f2)] - **doc**: make pull-request guide default branch agnostic (Antoine du Hamel) [#&#8203;41299](https://github.com/nodejs/node/pull/41299)
    
  • [`5cfc547997`](https://github.com/nodejs/node/commit/5cfc547997)] - **doc**: fix sync comment in observer snippet (Eric Jacobson) [#&#8203;41262](https://github.com/nodejs/node/pull/41262)
    
  • [`3a80104b29`](https://github.com/nodejs/node/commit/3a80104b29)] - **doc**: remove section about amending commits in PR guide (Thiago Santos) [#&#8203;41287](https://github.com/nodejs/node/pull/41287)
    
  • [`23f97ec04e`](https://github.com/nodejs/node/commit/23f97ec04e)] - **doc**: remove legacy in-page links in v8.md (Rich Trott) [#&#8203;41291](https://github.com/nodejs/node/pull/41291)
    
  • [`e819685cec`](https://github.com/nodejs/node/commit/e819685cec)] - **doc**: include stack trace difference in ES modules (Marcos Bérgamo) [#&#8203;41157](https://github.com/nodejs/node/pull/41157)
    
  • [`dac8407944`](https://github.com/nodejs/node/commit/dac8407944)] - **doc**: fix example in node-api docs (Michael Dawson) [#&#8203;41264](https://github.com/nodejs/node/pull/41264)
    
  • [`29563abd85`](https://github.com/nodejs/node/commit/29563abd85)] - **doc**: add usage recommendation for writable.\_destroy (Rafael Gonzaga) [#&#8203;41040](https://github.com/nodejs/node/pull/41040)
    
  • [`e27e8272f7`](https://github.com/nodejs/node/commit/e27e8272f7)] - **doc**: make function signature comply with JSDoc comment (Rich Trott) [#&#8203;41242](https://github.com/nodejs/node/pull/41242)
    
  • [`d83a02994c`](https://github.com/nodejs/node/commit/d83a02994c)] - **doc**: align maxHeaderSize default with current value (Gil Pedersen) [#&#8203;41183](https://github.com/nodejs/node/pull/41183)
    
  • [`730e25d7dd`](https://github.com/nodejs/node/commit/730e25d7dd)] - **doc**: add unhandledRejection to strict mode (Colin Ihrig) [#&#8203;41194](https://github.com/nodejs/node/pull/41194)
    
  • [`74742c3618`](https://github.com/nodejs/node/commit/74742c3618)] - **doc**: adding estimated execution time (mawaregetsuka) [#&#8203;41142](https://github.com/nodejs/node/pull/41142)
    
  • [`34ef5a7d4d`](https://github.com/nodejs/node/commit/34ef5a7d4d)] - **doc**: fix syntax error in nested conditions example (Mateusz Burzyński) [#&#8203;41205](https://github.com/nodejs/node/pull/41205)
    
  • [`c9a4603913`](https://github.com/nodejs/node/commit/c9a4603913)] - **esm**: make `process.exit()` default to exit code 0 (Gang Chen) [#&#8203;41388](https://github.com/nodejs/node/pull/41388)
    
  • [`8a94ca7a69`](https://github.com/nodejs/node/commit/8a94ca7a69)] - **esm**: refactor esm tests out of test/message (Geoffrey Booth) [#&#8203;41352](https://github.com/nodejs/node/pull/41352)
    
  • [`5ebe086ea6`](https://github.com/nodejs/node/commit/5ebe086ea6)] - **esm**: reconcile JSDoc vs. actual parameter name (Rich Trott) [#&#8203;41238](https://github.com/nodejs/node/pull/41238)
    
  • [`9fe304b8e8`](https://github.com/nodejs/node/commit/9fe304b8e8)] - **events**: clarify JSDoc entries (Rich Trott) [#&#8203;41311](https://github.com/nodejs/node/pull/41311)
    
  • [`4079fc42b7`](https://github.com/nodejs/node/commit/4079fc42b7)] - **(SEMVER-MINOR)** **events**: graduate capturerejections to supported (James M Snell) [#&#8203;41267](https://github.com/nodejs/node/pull/41267)
    
  • [`e3a0a9cb3a`](https://github.com/nodejs/node/commit/e3a0a9cb3a)] - **events**: add jsdoc details for Event and EventTarget (James M Snell) [#&#8203;41274](https://github.com/nodejs/node/pull/41274)
    
  • [`fe21607901`](https://github.com/nodejs/node/commit/fe21607901)] - **(SEMVER-MINOR)** **events**: add EventEmitterAsyncResource to core (James M Snell) [#&#8203;41246](https://github.com/nodejs/node/pull/41246)
    
  • [`d4a6f2caf1`](https://github.com/nodejs/node/commit/d4a6f2caf1)] - **fs**: use async directory processing in cp() (Colin Ihrig) [#&#8203;41351](https://github.com/nodejs/node/pull/41351)
    
  • [`0951bd94db`](https://github.com/nodejs/node/commit/0951bd94db)] - **fs**: correct param names in JSDoc comments (Rich Trott) [#&#8203;41237](https://github.com/nodejs/node/pull/41237)
    
  • [`1d75436a1c`](https://github.com/nodejs/node/commit/1d75436a1c)] - **http**: remove duplicate code (Shaw) [#&#8203;39239](https://github.com/nodejs/node/pull/39239)
    
  • [`0aacd4926d`](https://github.com/nodejs/node/commit/0aacd4926d)] - **http2**: handle existing socket data when creating HTTP/2 server sessions (Tim Perry) [#&#8203;41185](https://github.com/nodejs/node/pull/41185)
    
  • [`24fbbf2747`](https://github.com/nodejs/node/commit/24fbbf2747)] - **lib**: remove spurious JSDoc entry (Rich Trott) [#&#8203;41240](https://github.com/nodejs/node/pull/41240)
    
  • [`e457ec05d6`](https://github.com/nodejs/node/commit/e457ec05d6)] - **lib**: fix checking syntax of esm module (Qingyu Deng) [#&#8203;41198](https://github.com/nodejs/node/pull/41198)
    
  • [`f176124e8b`](https://github.com/nodejs/node/commit/f176124e8b)] - **lib,tools**: remove empty lines between JSDoc tags (Rich Trott) [#&#8203;41147](https://github.com/nodejs/node/pull/41147)
    
  • [`68fd2ac999`](https://github.com/nodejs/node/commit/68fd2ac999)] - **loader**: fix package resolution for edge case (Gabriel Bota) [#&#8203;41218](https://github.com/nodejs/node/pull/41218)
    
  • [`6d8eb6ace6`](https://github.com/nodejs/node/commit/6d8eb6ace6)] - **(SEMVER-MINOR)** **loader**: return package format from defaultResolve if known (Gabriel Bota) [#&#8203;40980](https://github.com/nodejs/node/pull/40980)
    
  • [`a6146c7e27`](https://github.com/nodejs/node/commit/a6146c7e27)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;41456](https://github.com/nodejs/node/pull/41456)
    
  • [`07353e9b8b`](https://github.com/nodejs/node/commit/07353e9b8b)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41475](https://github.com/nodejs/node/pull/41475)
    
  • [`e1ff4521d7`](https://github.com/nodejs/node/commit/e1ff4521d7)] - **meta**: correct my name in AUTHORS (Jacob Smith) [#&#8203;41444](https://github.com/nodejs/node/pull/41444)
    
  • [`da1d5d6563`](https://github.com/nodejs/node/commit/da1d5d6563)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41449](https://github.com/nodejs/node/pull/41449)
    
  • [`0f9afa58d5`](https://github.com/nodejs/node/commit/0f9afa58d5)] - **meta**: add required fields in issue templates (Rich Trott) [#&#8203;41378](https://github.com/nodejs/node/pull/41378)
    
  • [`da04408075`](https://github.com/nodejs/node/commit/da04408075)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41374](https://github.com/nodejs/node/pull/41374)
    
  • [`1f6c4e819b`](https://github.com/nodejs/node/commit/1f6c4e819b)] - **meta**: replace API docs issue template with form (Rich Trott) [#&#8203;41348](https://github.com/nodejs/node/pull/41348)
    
  • [`253c3e5488`](https://github.com/nodejs/node/commit/253c3e5488)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;41336](https://github.com/nodejs/node/pull/41336)
    
  • [`3e188cacc2`](https://github.com/nodejs/node/commit/3e188cacc2)] - **meta**: replace feature request template with form (Rich Trott) [#&#8203;41317](https://github.com/nodejs/node/pull/41317)
    
  • [`e339220511`](https://github.com/nodejs/node/commit/e339220511)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41322](https://github.com/nodejs/node/pull/41322)
    
  • [`d0d595f8f2`](https://github.com/nodejs/node/commit/d0d595f8f2)] - **meta**: update node-api team name (Richard Lau) [#&#8203;41268](https://github.com/nodejs/node/pull/41268)
    
  • [`a53fa2010b`](https://github.com/nodejs/node/commit/a53fa2010b)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;41248](https://github.com/nodejs/node/pull/41248)
    
  • [`edefb41ec1`](https://github.com/nodejs/node/commit/edefb41ec1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41234](https://github.com/nodejs/node/pull/41234)
    
  • [`6da7909797`](https://github.com/nodejs/node/commit/6da7909797)] - **meta**: remove community-committee from CODEOWNERS (Rich Trott) [#&#8203;41169](https://github.com/nodejs/node/pull/41169)
    
  • [`5fe011a24d`](https://github.com/nodejs/node/commit/5fe011a24d)] - **node-api**: add missing initialization of last error (Michael Dawson) [#&#8203;41290](https://github.com/nodejs/node/pull/41290)
    
  • [`27c619140a`](https://github.com/nodejs/node/commit/27c619140a)] - **(SEMVER-MINOR)** **perf_hooks**: multiple fixes for Histogram (James M Snell) [#&#8203;41153](https://github.com/nodejs/node/pull/41153)
    
  • [`e60187d8ab`](https://github.com/nodejs/node/commit/e60187d8ab)] - **policy**: add missing JSDoc [@&#8203;param](https://github.com/param) entry (Rich Trott) [#&#8203;41239](https://github.com/nodejs/node/pull/41239)
    
  • [`ec9071f55d`](https://github.com/nodejs/node/commit/ec9071f55d)] - **src**: use `std::optional` for Worker thread id (Anna Henningsen) [#&#8203;41453](https://github.com/nodejs/node/pull/41453)
    
  • [`6aec92f959`](https://github.com/nodejs/node/commit/6aec92f959)] - **src**: gracefully handle errors in GetX509NameObject (Tobias Nießen) [#&#8203;41490](https://github.com/nodejs/node/pull/41490)
    
  • [`7ac126b75c`](https://github.com/nodejs/node/commit/7ac126b75c)] - **src**: fix out-of-bounds check of serialization indices (JoostK) [#&#8203;41452](https://github.com/nodejs/node/pull/41452)
    
  • [`93b3664b9a`](https://github.com/nodejs/node/commit/93b3664b9a)] - **src**: do IWYU for some STL includes (David Sanders) [#&#8203;41236](https://github.com/nodejs/node/pull/41236)
    
  • [`337ebfcd53`](https://github.com/nodejs/node/commit/337ebfcd53)] - **src**: split out async stack corruption detection from inline fn (Anna Henningsen) [#&#8203;41331](https://github.com/nodejs/node/pull/41331)
    
  • [`250e197a62`](https://github.com/nodejs/node/commit/250e197a62)] - **src**: store native async execution resources as `v8::Local` (Anna Henningsen) [#&#8203;41331](https://github.com/nodejs/node/pull/41331)
    
  • [`6187e81a8e`](https://github.com/nodejs/node/commit/6187e81a8e)] - **src**: guard slightly costly check in MakeCallback more strongly (Anna Henningsen) [#&#8203;41331](https://github.com/nodejs/node/pull/41331)
    
  • [`51d86fe6a0`](https://github.com/nodejs/node/commit/51d86fe6a0)] - **stream**: remove always-false condition check (Rich Trott) [#&#8203;41488](https://github.com/nodejs/node/pull/41488)
    
  • [`b08138f367`](https://github.com/nodejs/node/commit/b08138f367)] - **stream**: fix error-path function call (Rich Trott) [#&#8203;41433](https://github.com/nodejs/node/pull/41433)
    
  • [`d79f8c2987`](https://github.com/nodejs/node/commit/d79f8c2987)] - **stream**: remove unused function argument (Rich Trott) [#&#8203;41403](https://github.com/nodejs/node/pull/41403)
    
  • [`09c25bb224`](https://github.com/nodejs/node/commit/09c25bb224)] - **(SEMVER-MINOR)** **stream**: add filter method to readable (Benjamin Gruenbaum) [#&#8203;41354](https://github.com/nodejs/node/pull/41354)
    
  • [`1150963217`](https://github.com/nodejs/node/commit/1150963217)] - **(SEMVER-MINOR)** **stream**: add isReadable helper (Robert Nagy) [#&#8203;41199](https://github.com/nodejs/node/pull/41199)
    
  • [`9f5a873965`](https://github.com/nodejs/node/commit/9f5a873965)] - **(SEMVER-MINOR)** **stream**: add map method to Readable (Benjamin Gruenbaum) [#&#8203;40815](https://github.com/nodejs/node/pull/40815)
    
  • [`3dc65646c8`](https://github.com/nodejs/node/commit/3dc65646c8)] - **stream**: fix enqueue race condition on esm modules (Rafael Gonzaga) [#&#8203;40901](https://github.com/nodejs/node/pull/40901)
    
  • [`09f2fd36a4`](https://github.com/nodejs/node/commit/09f2fd36a4)] - **test**: improve test coverage of dns/promises (Yoshiki Kurihara) [#&#8203;41425](https://github.com/nodejs/node/pull/41425)
    
  • [`106ef0cef4`](https://github.com/nodejs/node/commit/106ef0cef4)] - **test**: remove broken wiki link from test/common doc (Yoshiki Kurihara) [#&#8203;41426](https://github.com/nodejs/node/pull/41426)
    
  • [`9d8d7c63cb`](https://github.com/nodejs/node/commit/9d8d7c63cb)] - **test**: do not OR F_OK in fs.access() test (Colin Ihrig) [#&#8203;41484](https://github.com/nodejs/node/pull/41484)
    
  • [`3e2154deda`](https://github.com/nodejs/node/commit/3e2154deda)] - **test**: mark test-performance-eventloopdelay flaky (Michael Dawson) [#&#8203;41409](https://github.com/nodejs/node/pull/41409)
    
  • [`e808ee68d0`](https://github.com/nodejs/node/commit/e808ee68d0)] - **test**: mark test-repl-sigint-nested-eval as flaky (Michael Dawson) [#&#8203;41302](https://github.com/nodejs/node/pull/41302)
    
  • [`f97f6c585d`](https://github.com/nodejs/node/commit/f97f6c585d)] - **test**: use spawnSync() full name in test-stdio-pipe-stderr (Rich Trott) [#&#8203;41332](https://github.com/nodejs/node/pull/41332)
    
  • [`75c565bf18`](https://github.com/nodejs/node/commit/75c565bf18)] - **test**: improve expectWarning error message (Rich Trott) [#&#8203;41326](https://github.com/nodejs/node/pull/41326)
    
  • [`c136d597f0`](https://github.com/nodejs/node/commit/c136d597f0)] - **test**: use spawnSync() full name (Rich Trott) [#&#8203;41327](https://github.com/nodejs/node/pull/41327)
    
  • [`b2a87f770d`](https://github.com/nodejs/node/commit/b2a87f770d)] - **test**: add comments explaining \_setSimultaneousAccepts deprecation tests (Yoshiki Kurihara) [#&#8203;41307](https://github.com/nodejs/node/pull/41307)
    
  • [`fac0871102`](https://github.com/nodejs/node/commit/fac0871102)] - **test**: mark test-worker-take-heapsnapshot flaky (Michael Dawson) [#&#8203;41253](https://github.com/nodejs/node/pull/41253)
    
  • [`90617b9303`](https://github.com/nodejs/node/commit/90617b9303)] - **test**: mark wpt/test-user-timing test flaky (Michael Dawson) [#&#8203;41203](https://github.com/nodejs/node/pull/41203)
    
  • [`8f08328a01`](https://github.com/nodejs/node/commit/8f08328a01)] - **test**: correct param name in JSDoc comment (Rich Trott) [#&#8203;41241](https://github.com/nodejs/node/pull/41241)
    
  • [`367ab2a55e`](https://github.com/nodejs/node/commit/367ab2a55e)] - **test**: mark test-crypto-keygen slow on windows (Michael Dawson) [#&#8203;41207](https://github.com/nodejs/node/pull/41207)
    
  • [`f067876338`](https://github.com/nodejs/node/commit/f067876338)] - **test**: improve test coverage of dns/promises (Yoshiki Kurihara) [#&#8203;41133](https://github.com/nodejs/node/pull/41133)
    
  • [`2e92f6f5d9`](https://github.com/nodejs/node/commit/2e92f6f5d9)] - **timers**: use ref counts to count timers (Darshan Sen) [#&#8203;41231](https://github.com/nodejs/node/pull/41231)
    
  • [`3c8b25bec8`](https://github.com/nodejs/node/commit/3c8b25bec8)] - **tls**: use optional chaining to simplify checks (Antoine du Hamel) [#&#8203;41337](https://github.com/nodejs/node/pull/41337)
    
  • [`a11ff31bca`](https://github.com/nodejs/node/commit/a11ff31bca)] - **tls**: permit null as a pfx value (CallMeLaNN) [#&#8203;41170](https://github.com/nodejs/node/pull/41170)
    
  • [`5129b7c802`](https://github.com/nodejs/node/commit/5129b7c802)] - **tools**: fix small not-quite-a-bug in find-inactive-tsc.mjs (Rich Trott) [#&#8203;41469](https://github.com/nodejs/node/pull/41469)
    
  • [`258ee4ba64`](https://github.com/nodejs/node/commit/258ee4ba64)] - **tools**: enable ESLint recommended configuration (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463)
    
  • [`090a674a81`](https://github.com/nodejs/node/commit/090a674a81)] - **tools**: enable ESLint no-constant-condition rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463)
    
  • [`1f4369a106`](https://github.com/nodejs/node/commit/1f4369a106)] - **tools**: enable ESLint require-yield rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463)
    
  • [`8090ce7a6c`](https://github.com/nodejs/node/commit/8090ce7a6c)] - **tools**: enable ESLint no-sparse-arrays rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463)
    
  • [`afa4f37faf`](https://github.com/nodejs/node/commit/afa4f37faf)] - **tools**: enable ESLint no-loss-of-precision rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463)
    
  • [`ec337b2019`](https://github.com/nodejs/node/commit/ec337b2019)] - **tools**: replace for loop with map() (Rich Trott) [#&#8203;41451](https://github.com/nodejs/node/pull/41451)
    
  • [`c91ac205a5`](https://github.com/nodejs/node/commit/c91ac205a5)] - **tools**: use GITHUB_ACTIONS env var in inactivity scripts (Rich Trott) [#&#8203;41422](https://github.com/nodejs/node/pull/41422)
    
  • [`4a57d476a8`](https://github.com/nodejs/node/commit/4a57d476a8)] - **tools**: replace while+exec() with matchAll() (Rich Trott) [#&#8203;41406](https://github.com/nodejs/node/pull/41406)
    
  • [`583f8d969a`](https://github.com/nodejs/node/commit/583f8d969a)] - **tools**: fix argv bug in find-inactive-tsc.mjs (Rich Trott) [#&#8203;41394](https://github.com/nodejs/node/pull/41394)
    
  • [`dcada80f30`](https://github.com/nodejs/node/commit/dcada80f30)] - **tools**: remove conditional assignment in custom ESLint rule (Rich Trott) [#&#8203;41325](https://github.com/nodejs/node/pull/41325)
    
  • [`e15e1cb030`](https://github.com/nodejs/node/commit/e15e1cb030)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)[@&#8203;13](https://github.com/13).1.2 (Node.js GitHub Bot) [#&#8203;41369](https://github.com/nodejs/node/pull/41369)
    
  • [`07683021b7`](https://github.com/nodejs/node/commit/07683021b7)] - **tools**: update doc to rehype-raw@6.1.1 (Node.js GitHub Bot) [#&#8203;41367](https://github.com/nodejs/node/pull/41367)
    
  • [`bd8b95a5e8`](https://github.com/nodejs/node/commit/bd8b95a5e8)] - **tools**: remove last of error-masking in commit-queue.sh (Rich Trott) [#&#8203;41356](https://github.com/nodejs/node/pull/41356)
    
  • [`9284d24df6`](https://github.com/nodejs/node/commit/9284d24df6)] - **tools**: update eslint to 8.6.0 (Node.js GitHub Bot) [#&#8203;41368](https://github.com/nodejs/node/pull/41368)
    
  • [`5fc886f68e`](https://github.com/nodejs/node/commit/5fc886f68e)] - **tools**: do not mask errors on multiple commit retrieval (Rich Trott) [#&#8203;41340](https://github.com/nodejs/node/pull/41340)
    
  • [`0ca7cda962`](https://github.com/nodejs/node/commit/0ca7cda962)] - **tools**: enable jsdoc/check-param-names lint rule (Rich Trott) [#&#8203;41311](https://github.com/nodejs/node/pull/41311)
    
  • [`75ff8e6505`](https://github.com/nodejs/node/commit/75ff8e6505)] - **tools**: improve section tag additions in HTML doc generator (Rich Trott) [#&#8203;41318](https://github.com/nodejs/node/pull/41318)
    
  • [`9c4124706e`](https://github.com/nodejs/node/commit/9c4124706e)] - **tools**: simplify commit-queue.sh merge command (Rich Trott) [#&#8203;41314](https://github.com/nodejs/node/pull/41314)
    
  • [`137c814848`](https://github.com/nodejs/node/commit/137c814848)] - **tools**: update lint-md-dependencies to rollup@2.62.0 (Node.js GitHub Bot) [#&#8203;41315](https://github.com/nodejs/node/pull/41315)
    
  • [`58da5d9b43`](https://github.com/nodejs/node/commit/58da5d9b43)] - **tools**: use Object.hasOwn() in alljson.mjs (Rich Trott) [#&#8203;41306](https://github.com/nodejs/node/pull/41306)
    
  • [`c12cbf2020`](https://github.com/nodejs/node/commit/c12cbf2020)] - **tools**: avoid generating duplicate id attributes (Rich Trott) [#&#8203;41291](https://github.com/nodejs/node/pull/41291)
    
  • [`80a114d1b7`](https://github.com/nodejs/node/commit/80a114d1b7)] - **tools**: be intentional about masking possible error in start-ci.sh (Rich Trott) [#&#8203;41284](https://github.com/nodejs/node/pull/41284)
    
  • [`198528426d`](https://github.com/nodejs/node/commit/198528426d)] - **tools**: use {N} for spaces in regex (Rich Trott) [#&#8203;41295](https://github.com/nodejs/node/pull/41295)
    
  • [`46b364a684`](https://github.com/nodejs/node/commit/46b364a684)] - **tools**: consolidate update-authors.js logic (Rich Trott) [#&#8203;41255](https://github.com/nodejs/node/pull/41255)
    
  • [`c546cef4bc`](https://github.com/nodejs/node/commit/c546cef4bc)] - **tools**: update doc dependency mdast-util-gfm-table to 1.0.2 (Rich Trott) [#&#8203;41260](https://github.com/nodejs/node/pull/41260)
    
  • [`60c059e4bc`](https://github.com/nodejs/node/commit/60c059e4bc)] - **tools**: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) [#&#8203;41258](https://github.com/nodejs/node/pull/41258)
    
  • [`62e28f19f7`](https://github.com/nodejs/node/commit/62e28f19f7)] - **tools**: use arrow function for callback in lint-sh.js (Rich Trott) [#&#8203;41256](https://github.com/nodejs/node/pull/41256)
    
  • [`e2df381da9`](https://github.com/nodejs/node/commit/e2df381da9)] - **tools**: add double-quotes to make-v8.sh (Rich Trott) [#&#8203;41257](https://github.com/nodejs/node/pull/41257)
    
  • [`dae2e5fffa`](https://github.com/nodejs/node/commit/dae2e5fffa)] - **tools**: enable prefer-object-has-own lint rule (Rich Trott) [#&#8203;41245](https://github.com/nodejs/node/pull/41245)
    
  • [`aa7d14768d`](https://github.com/nodejs/node/commit/aa7d14768d)] - **tools**: update eslint to 8.5.0 (Node.js GitHub Bot) [#&#8203;41228](https://github.com/nodejs/node/pull/41228)
    
  • [`0c14e7e7c8`](https://github.com/nodejs/node/commit/0c14e7e7c8)] - **tools**: enable jsdoc/tag-lines ESLint rule (Rich Trott) [#&#8203;41147](https://github.com/nodejs/node/pull/41147)
    
  • [`c486da1715`](https://github.com/nodejs/node/commit/c486da1715)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)[@&#8203;13](https://github.com/13).1.1 (Node.js GitHub Bot) [#&#8203;41227](https://github.com/nodejs/node/pull/41227)
    
  • [`82f492bbb0`](https://github.com/nodejs/node/commit/82f492bbb0)] - **tools**: fix CQ and auto-start-ci jobs (Antoine du Hamel) [#&#8203;41230](https://github.com/nodejs/node/pull/41230)
    
  • [`c44185ca37`](https://github.com/nodejs/node/commit/c44185ca37)] - **tools**: fix GitHub Actions status when CQ is empty (Antoine du Hamel) [#&#8203;41193](https://github.com/nodejs/node/pull/41193)
    
  • [`800640adf9`](https://github.com/nodejs/node/commit/800640adf9)] - **tools,benchmark,lib,test**: enable no-case-declarations lint rule (Rich Trott) [#&#8203;41385](https://github.com/nodejs/node/pull/41385)
    
  • [`4518fdda24`](https://github.com/nodejs/node/commit/4518fdda24)] - **tools,lib,test**: enable ESLint no-regex-spaces rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463)
    
  • [`c8e8fc0ecb`](https://github.com/nodejs/node/commit/c8e8fc0ecb)] - **typings**: add types for symbol and accessor properties on `primordials` (ExE Boss) [#&#8203;40992](https://github.com/nodejs/node/pull/40992)
    
  • [`d733b56101`](https://github.com/nodejs/node/commit/d733b56101)] - **typings**: add JSDoc for `string_decoder` (Qingyu Deng) [#&#8203;38229](https://github.com/nodejs/node/pull/38229)
    
  • [`01ad8debd3`](https://github.com/nodejs/node/commit/01ad8debd3)] - **url,lib**: pass urlsearchparams-constructor.any.js (Khaidi Chu) [#&#8203;41197](https://github.com/nodejs/node/pull/41197)
    
  • [`5ed8a1c017`](https://github.com/nodejs/node/commit/5ed8a1c017)] - **util**: do not reduce to a single line if not appropriate using inspect (Ruben Bridgewater) [#&#8203;41083](https://github.com/nodejs/node/pull/41083)
    
  • [`ab5e94c832`](https://github.com/nodejs/node/commit/ab5e94c832)] - **util**: display a present-but-undefined error cause (Jordan Harband) [#&#8203;41247](https://github.com/nodejs/node/pull/41247)
    
    

v17.3.1: 2022-01-10, Version 17.3.1 (Current), @​BethGriggs

Compare Source

This is a security release.

Notable changes
Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531)

Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly.

Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the --security-revert command-line option.

More details will be available at CVE-2021-44531 after publication.

Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532)

Node.js converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints.

Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the --security-revert command-line option.

More details will be available at CVE-2021-44532 after publication.

Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533)

Node.js did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in order to inject a Common Name that would allow bypassing the certificate subject verification.

Affected versions of Node.js do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable.

More details will be available at CVE-2021-44533 after publication.

Prototype pollution via console.table properties (Low)(CVE-2022-21824)

Due to the formatting logic of the console.table() function it was not safe to allow user controlled input to be passed to the properties parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be __proto__. The prototype pollution has very limited control, in that it only allows an empty string to be assigned numerical keys of the object prototype.

Versions of Node.js with the fix for this use a null protoype for the object these properties are being assigned to.

More details will be available at CVE-2022-21824 after publication.

Thanks to Patrik Oldsberg (rugvip) for reporting this vulnerability.

Commits
  • [`2a0515f73c`](https://github.com/nodejs/node/commit/2a0515f73c)] - **console**: fix prototype pollution via console.table (Tobias Nießen) [nodejs-private/node-private#&#8203;307](https://github.com/nodejs-private/node-private/pull/307)
    
  • [`2e2c45553d`](https://github.com/nodejs/node/commit/2e2c45553d)] - **crypto,tls**: implement safe x509 GeneralName format (Tobias Nießen) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300)
    
  • [`df3141f59b`](https://github.com/nodejs/node/commit/df3141f59b)] - **src**: add cve reverts and associated tests (Michael Dawson) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300)
    
  • [`5398548746`](https://github.com/nodejs/node/commit/5398548746)] - **src**: remove unused x509 functions (Tobias Nießen) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300)
    
  • [`1f7fdff64a`](https://github.com/nodejs/node/commit/1f7fdff64a)] - **tls**: fix handling of x509 subject and issuer (Tobias Nießen) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300)
    
  • [`b11b4cc69d`](https://github.com/nodejs/node/commit/b11b4cc69d)] - **tls**: drop support for URI alternative names (Tobias Nießen) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300)
    
    

v17.3.0: 2021-12-17, Version 17.3.0 (Current), @​danielleadams

Compare Source

Notable changes
OpenSSL-3.0.1

OpenSSL-3.0.1 contains a fix for CVE-2021-4044: Invalid handling of X509_verify_cert() internal errors in libssl (Moderate). This is a vulnerability in OpenSSL that may be exploited through Node.js. More information can be read here: https://www.openssl.org/news/secadv/20211214.txt.

Contributed by Richard Lau #​41177.

Other Notable Changes
  • lib:
    • make AbortSignal cloneable/transferable (James M Snell) #​41050
  • deps:
  • doc:
  • process:
    • add getActiveResourcesInfo() (Darshan Sen) #​40813
  • timers:
    • add experimental scheduler api (James M Snell) #​40909
Commits
  • [`99fb6d48eb`](https://github.com/nodejs/node/commit/99fb6d48eb)] - **assert**: prefer reference comparison over string comparison (Darshan Sen) [#&#8203;41015](https://github.com/nodejs/node/pull/41015)
    
  • [`a7dfa43dc7`](https://github.com/nodejs/node/commit/a7dfa43dc7)] - **assert**: use stricter stack frame detection in .ifError() (Ruben Bridgewater) [#&#8203;41006](https://github.com/nodejs/node/pull/41006)
    
  • [`28761de6d4`](https://github.com/nodejs/node/commit/28761de6d4)] - **buffer**: fix `Blob` constructor on various `TypedArray`s (Irakli Gozalishvili) [#&#8203;40706](https://github.com/nodejs/node/pull/40706)
    
  • [`8fcb71a5ab`](https://github.com/nodejs/node/commit/8fcb71a5ab)] - **build**: update openssl config generator Dockerfile (Richard Lau) [#&#8203;41177](https://github.com/nodejs/node/pull/41177)
    
  • [`3a9ffa86db`](https://github.com/nodejs/node/commit/3a9ffa86db)] - **build**: use '<(python)' instead of 'python' (Cheng Zhao) [#&#8203;41146](https://github.com/nodejs/node/pull/41146)
    
  • [`85f1537c28`](https://github.com/nodejs/node/commit/85f1537c28)] - **build**: fix comment-labeled workflow (Mestery) [#&#8203;41176](https://github.com/nodejs/node/pull/41176)
    
  • [`61c53a667a`](https://github.com/nodejs/node/commit/61c53a667a)] - **build**: use gh cli in workflows file (Mestery) [#&#8203;40985](https://github.com/nodejs/node/pull/40985)
    
  • [`1fc6fd66ff`](https://github.com/nodejs/node/commit/1fc6fd66ff)] - **build**: fix commit-queue-rebase functionality (Rich Trott) [#&#8203;41140](https://github.com/nodejs/node/pull/41140)
    
  • [`831face7d1`](https://github.com/nodejs/node/commit/831face7d1)] - **build**: skip documentation generation if no ICU (Rich Trott) [#&#8203;41091](https://github.com/nodejs/node/pull/41091)
    
  • [`c776c9236e`](https://github.com/nodejs/node/commit/c776c9236e)] - **build**: re-enable V8 concurrent marking (Michaël Zasso) [#&#8203;41013](https://github.com/nodejs/node/pull/41013)
    
  • [`2125449f89`](https://github.com/nodejs/node/commit/2125449f89)] - **build**: add `--without-corepack` (Jonah Snider) [#&#8203;41060](https://github.com/nodejs/node/pull/41060)
    
  • [`6327685363`](https://github.com/nodejs/node/commit/6327685363)] - **build**: fail early in test-macos.yml (Rich Trott) [#&#8203;41035](https://github.com/nodejs/node/pull/41035)
    
  • [`ee4186b305`](https://github.com/nodejs/node/commit/ee4186b305)] - **build**: add tools/doc to tools.yml updates (Rich Trott) [#&#8203;41036](https://github.com/nodejs/node/pull/41036)
    
  • [`db30bc97d0`](https://github.com/nodejs/node/commit/db30bc97d0)] - **build**: update Actions versions (Mestery) [#&#8203;40987](https://github.com/nodejs/node/pull/40987)
    
  • [`db9cef3c4f`](https://github.com/nodejs/node/commit/db9cef3c4f)] - **build**: set persist-credentials: false on workflows (Rich Trott) [#&#8203;40972](https://github.com/nodejs/node/pull/40972)
    
  • [`29739f813f`](https://github.com/nodejs/node/commit/29739f813f)] - **build**: add OpenSSL gyp artifacts to .gitignore (Luigi Pinca) [#&#8203;40967](https://github.com/nodejs/node/pull/40967)
    
  • [`1b8baf0e4f`](https://github.com/nodejs/node/commit/1b8baf0e4f)] - **build**: remove legacy -J test.py option from Makefile/vcbuild (Rich Trott) [#&#8203;40945](https://github.com/nodejs/node/pull/40945)
    
  • [`5c27ec8385`](https://github.com/nodejs/node/commit/5c27ec8385)] - **build**: ignore unrelated workflow changes in slow Actions tests (Rich Trott) [#&#8203;40928](https://github.com/nodejs/node/pull/40928)
    
  • [`8957c9bd1c`](https://github.com/nodejs/node/commit/8957c9bd1c)] - **build,tools**: automate enforcement of emeritus criteria (Rich Trott) [#&#8203;41155](https://github.com/nodejs/node/pull/41155)
    
  • [`e924dc7982`](https://github.com/nodejs/node/commit/e924dc7982)] - **cluster**: use linkedlist for round_robin_handle (twchn) [#&#8203;40615](https://github.com/nodejs/node/pull/40615)
    
  • [`c757fa513e`](https://github.com/nodejs/node/commit/c757fa513e)] - **crypto**: add missing null check (Michael Dawson) [#&#8203;40598](https://github.com/nodejs/node/pull/40598)
    
  • [`35fe14454b`](https://github.com/nodejs/node/commit/35fe14454b)] - **deps**: update archs files for quictls/openssl-3.0.1+quic (Richard Lau) [#&#8203;41177](https://github.com/nodejs/node/pull/41177)
    
  • [`0b2103419f`](https://github.com/nodejs/node/commit/0b2103419f)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.1+quic (Richard Lau) [#&#8203;41177](https://github.com/nodejs/node/pull/41177)
    
  • [`fae4945ab3`](https://github.com/nodejs/node/commit/fae4945ab3)] - **deps**: upgrade npm to 8.3.0 (npm team) [#&#8203;41127](https://github.com/nodejs/node/pull/41127)
    
  • [`3a1d952e68`](https://github.com/nodejs/node/commit/3a1d952e68)] - **deps**: upgrade npm to 8.2.0 (npm team) [#&#8203;41065](https://github.com/nodejs/node/pull/41065)
    
  • [`627b5bb718`](https://github.com/nodejs/node/commit/627b5bb718)] - **deps**: update Acorn to v8.6.0 (Michaël Zasso) [#&#8203;40993](https://github.com/nodejs/node/pull/40993)
    
  • [`a2fb12f9c6`](https://github.com/nodejs/node/commit/a2fb12f9c6)] - **deps**: patch V8 to 9.6.180.15 (Michaël Zasso) [#&#8203;40949](https://github.com/nodejs/node/pull/40949)
    
  • [`93111e4662`](https://github.com/nodejs/node/commit/93111e4662)] - **doc**: fix closing parenthesis (AlphaDio) [#&#8203;41190](https://github.com/nodejs/node/pull/41190)
    
  • [`f883bf3d12`](https://github.com/nodejs/node/commit/f883bf3d12)] - **doc**: add security steward on/offboarding steps (Michael Dawson) [#&#8203;41129](https://github.com/nodejs/node/pull/41129)
    
  • [`1274a25b14`](https://github.com/nodejs/node/commit/1274a25b14)] - **doc**: align module resolve algorithm with implementation (Qingyu Deng) [#&#8203;38837](https://github.com/nodejs/node/pull/38837)
    
  • [`34c6c59014`](https://github.com/nodejs/node/commit/34c6c59014)] - **doc**: update nodejs-sec managers (Michael Dawson) [#&#8203;41128](https://github.com/nodejs/node/pull/41128)
    
  • [`db26bdb011`](https://github.com/nodejs/node/commit/db26bdb011)] - **doc**: move style guide to findable location (Rich Trott) [#&#8203;41119](https://github.com/nodejs/node/pull/41119)
    
  • [`4369c6d9f6`](https://github.com/nodejs/node/commit/4369c6d9f6)] - **doc**: fix comments in test-fs-watch.js (jakub-g) [#&#8203;41046](https://github.com/nodejs/node/pull/41046)
    
  • [`93f5bd34e9`](https://github.com/nodejs/node/commit/93f5bd34e9)] - **doc**: document support building with Python 3.10 on Windows (Christian Clauss) [#&#8203;41098](https://github.com/nodejs/node/pull/41098)
    
  • [`d8fa227c26`](https://github.com/nodejs/node/commit/d8fa227c26)] - **doc**: add note about pip being required (Piotr Rybak) [#&#8203;40669](https://github.com/nodejs/node/pull/40669)
    
  • [`95691801f3`](https://github.com/nodejs/node/commit/95691801f3)] - **doc**: remove OpenJSF Slack nodejs from support doc (Rich Trott) [#&#8203;41108](https://github.com/nodejs/node/pull/41108)
    
  • [`e3ac384d78`](https://github.com/nodejs/node/commit/e3ac384d78)] - **doc**: simplify major release preparation (Bethany Nicolle Griggs) [#&#8203;40816](https://github.com/nodejs/node/pull/40816)
    
  • [`3406910040`](https://github.com/nodejs/node/commit/3406910040)] - **doc**: clarify escaping for ES modules (notroid5) [#&#8203;41074](https://github.com/nodejs/node/pull/41074)
    
  • [`668284b5a1`](https://github.com/nodejs/node/commit/668284b5a1)] - **doc**: add [@&#8203;bnb](https://github.com/bnb) as a collaborator (Tierney Cyren) [#&#8203;41100](https://github.com/nodejs/node/pull/41100)
    
  • [`94d09113a2`](https://github.com/nodejs/node/commit/94d09113a2)] - **doc**: add explicit declaration of fd with null val (Henadzi) [#&#8203;40704](https://github.com/nodejs/node/pull/40704)
    
  • [`b353ded677`](https://github.com/nodejs/node/commit/b353ded677)] - **doc**: expand entries for isIP(), isIPv4(), and isIPv6() (Rich Trott) [#&#8203;41028](https://github.com/nodejs/node/pull/41028)
    
  • [`f18aa14b1d`](https://github.com/nodejs/node/commit/f18aa14b1d)] - **doc**: link to commit queue guide (Geoffrey Booth) [#&#8203;41030](https://github.com/nodejs/node/pull/41030)
    
  • [`681edbe75f`](https://github.com/nodejs/node/commit/681edbe75f)] - **doc**: specify that `message.socket` can be nulled (Luigi Pinca) [#&#8203;41014](https://github.com/nodejs/node/pull/41014)
    
  • [`7c41f32f06`](https://github.com/nodejs/node/commit/7c41f32f06)] - **doc**: fix JSDoc in ESM loaders examples (Mestery) [#&#8203;40984](https://github.com/nodejs/node/pull/40984)
    
  • [`61b2e2ef9e`](https://github.com/nodejs/node/commit/61b2e2ef9e)] - **doc**: remove legacy -J test.py option from BUILDING.md (Rich Trott) [#&#8203;40945](https://github.com/nodejs/node/pull/40945)
    
  • [`c9b09d124e`](https://github.com/nodejs/node/commit/c9b09d124e)] - **doc,lib,tools**: align multiline comments (Rich Trott) [#&#8203;41109](https://github.com/nodejs/node/pull/41109)
    
  • [`12023dff4b`](https://github.com/nodejs/node/commit/12023dff4b)] - **(SEMVER-MINOR)** **errors**: add support for cause in aborterror (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008)
    
  • [`b0b7943e8f`](https://github.com/nodejs/node/commit/b0b7943e8f)] - **(SEMVER-MINOR)** **esm**: working mock test (Bradley Farias) [#&#8203;39240](https://github.com/nodejs/node/pull/39240)
    
  • [`37dbc3b9e9`](https://github.com/nodejs/node/commit/37dbc3b9e9)] - **(SEMVER-MINOR)** **events**: propagate abortsignal reason in new AbortError ctor in events (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008)
    
  • [`1b8d4e4867`](https://github.com/nodejs/node/commit/1b8d4e4867)] - **(SEMVER-MINOR)** **events**: propagate weak option for kNewListener (James M Snell) [#&#8203;40899](https://github.com/nodejs/node/pull/40899)
    
  • [`bbdcd0513b`](https://github.com/nodejs/node/commit/bbdcd0513b)] - **(SEMVER-MINOR)** **fs**: accept URL as argument for `fs.rm` and `fs.rmSync` (Antoine du Hamel) [#&#8203;41132](https://github.com/nodejs/node/pull/41132)
    
  • [`46108f8d50`](https://github.com/nodejs/node/commit/46108f8d50)] - **fs**: fix error codes for `fs.cp` (Antoine du Hamel) [#&#8203;41106](https://github.com/nodejs/node/pull/41106)
    
  • [`e25671cddb`](https://github.com/nodejs/node/commit/e25671cddb)] - **fs**: fix `length` option being ignored during `read()` (Shinho Ahn) [#&#8203;40906](https://github.com/nodejs/node/pull/40906)
    
  • [`6eda874be0`](https://github.com/nodejs/node/commit/6eda874be0)] - **(SEMVER-MINOR)** **fs**: propagate abortsignal reason in new AbortSignal constructors (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008)
    
  • [`70ed4ef248`](https://github.com/nodejs/node/commit/70ed4ef248)] - **http**: don't write empty data on req/res end() (Santiago Gimeno) [#&#8203;41116](https://github.com/nodejs/node/pull/41116)
    
  • [`4b3bf7e818`](https://github.com/nodejs/node/commit/4b3bf7e818)] - **(SEMVER-MINOR)** **http2**: propagate abortsignal reason in new AbortError constructor (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008)
    
  • [`8d87303f76`](https://github.com/nodejs/node/commit/8d87303f76)] - **inspector**: add missing initialization (Michael Dawson) [#&#8203;41022](https://github.com/nodejs/node/pull/41022)
    
  • [`b191e66ddf`](https://github.com/nodejs/node/commit/b191e66ddf)] - **lib**: include return types in JSDoc (Rich Trott) [#&#8203;41130](https://github.com/nodejs/node/pull/41130)
    
  • [`348707fca6`](https://github.com/nodejs/node/commit/348707fca6)] - **(SEMVER-MINOR)** **lib**: make AbortSignal cloneable/transferable (James M Snell) [#&#8203;41050](https://github.com/nodejs/node/pull/41050)
    
  • [`4ba883d384`](https://github.com/nodejs/node/commit/4ba883d384)] - **(SEMVER-MINOR)** **lib**: add abortSignal.throwIfAborted() (James M Snell) [#&#8203;40951](https://github.com/nodejs/node/pull/40951)
    
  • [`cc3e430c11`](https://github.com/nodejs/node/commit/cc3e430c11)] - **lib**: use consistent types in JSDoc [@&#8203;returns](https://github.com/returns) (Rich Trott) [#&#8203;41089](https://github.com/nodejs/node/pull/41089)
    
  • [`a1ed7f2810`](https://github.com/nodejs/node/commit/a1ed7f2810)] - **(SEMVER-MINOR)** **lib**: propagate abortsignal reason in new AbortError constructor in blob (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008)
    
  • [`1572db3e86`](https://github.com/nodejs/node/commit/1572db3e86)] - **lib**: do not lazy load EOL in blob (Ruben Bridgewater) [#&#8203;41004](https://github.com/nodejs/node/pull/41004)
    
  • [`62c4b4c85b`](https://github.com/nodejs/node/commit/62c4b4c85b)] - **(SEMVER-MINOR)** **lib**: add AbortSignal.timeout (James M Snell) [#&#8203;40899](https://github.com/nodejs/node/pull/40899)
    
  • [`f0d874342d`](https://github.com/nodejs/node/commit/f0d874342d)] - **lib,test,tools**: use consistent JSDoc types (Rich Trott) [#&#8203;40989](https://github.com/nodejs/node/pull/40989)
    
  • [`03e6771137`](https://github.com/nodejs/node/commit/03e6771137)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;41154](https://github.com/nodejs/node/pull/41154)
    
  • [`e26c187b85`](https://github.com/nodejs/node/commit/e26c187b85)] - **meta**: move to emeritus automatically after 18 months (Rich Trott) [#&#8203;41155](https://github.com/nodejs/node/pull/41155)
    
  • [`b89fb3ef0a`](https://github.com/nodejs/node/commit/b89fb3ef0a)] - **meta**: move silverwind to emeriti (Roman Reiss) [#&#8203;41171](https://github.com/nodejs/node/pull/41171)
    
  • [`0fc148321f`](https://github.com/nodejs/node/commit/0fc148321f)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41144](https://github.com/nodejs/node/pull/41144)
    
  • [`d6d1d6647c`](https://github.com/nodejs/node/commit/d6d1d6647c)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41088](https://github.com/nodejs/node/pull/41088)
    
  • [`f30d6bcaff`](https://github.com/nodejs/node/commit/f30d6bcaff)] - **meta**: move one or more TSC members to emeritus (Node.js GitHub Bot) [#&#8203;40908](https://github.com/nodejs/node/pull/40908)
    
  • [`033a646d82`](https://github.com/nodejs/node/commit/033a646d82)] - **meta**: increase security policy response targets (Matteo Collina) [#&#8203;40968](https://github.com/nodejs/node/pull/40968)
    
  • [`6b6e1d054e`](https://github.com/nodejs/node/commit/6b6e1d054e)] - **node-api,doc**: document parms which can be optional (Michael Dawson) [#&#8203;41021](https://github.com/nodejs/node/pull/41021)
    
  • [`93ea1666f6`](https://github.com/nodejs/node/commit/93ea1666f6)] - **perf_hooks**: use spec-compliant `structuredClone` (Michaël Zasso) [#&#8203;40904](https://github.com/nodejs/node/pull/40904)
    
  • [`d8a2125900`](https://github.com/nodejs/node/commit/d8a2125900)] - **(SEMVER-MINOR)** **process**: add `getActiveResourcesInfo()` (Darshan Sen) [#&#8203;40813](https://github.com/nodejs/node/pull/40813)
    
  • [`67124ac63a`](https://github.com/nodejs/node/commit/67124ac63a)] - **(SEMVER-MINOR)** **readline**: propagate signal.reason in awaitable question (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008)
    
  • [`8fac878ff5`](https://github.com/nodejs/node/commit/8fac878ff5)] - **readline**: skip escaping characters again (Ruben Bridgewater) [#&#8203;41005](https://github.com/nodejs/node/pull/41005)
    
  • [`d3de937782`](https://github.com/nodejs/node/commit/d3de937782)] - **src**: fix limit calculation (Michael Dawson) [#&#8203;41026](https://github.com/nodejs/node/pull/41026)
    
  • [`6f0ec9835a`](https://github.com/nodejs/node/commit/6f0ec9835a)] - **src**: use a higher limit in the NearHeapLimitCallback (Joyee Cheung) [#&#8203;41041](https://github.com/nodejs/node/pull/41041)
    
  • [`90097ab891`](https://github.com/nodejs/node/commit/90097ab891)] - **src,crypto**: remove uses of `AllocatedBuffer` from `crypto_sig` (Darshan Sen) [#&#8203;40895](https://github.com/nodejs/node/pull/40895)
    
  • [`b59c513c31`](https://github.com/nodejs/node/commit/b59c513c31)] - **stream**: add isErrored helper (Robert Nagy) [#&#8203;41121](https://github.com/nodejs/node/pull/41121)
    
  • [`1787bfab68`](https://github.com/nodejs/node/commit/1787bfab68)] - **stream**: allow readable to end early without error (Robert Nagy) [#&#8203;40881](https://github.com/nodejs/node/pull/40881)
    
  • [`01e8c15c8a`](https://github.com/nodejs/node/commit/01e8c15c8a)] - **(SEMVER-MINOR)** **stream**: use cause options in AbortError constructors (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008)
    
  • [`0e21c64ae9`](https://github.com/nodejs/node/commit/0e21c64ae9)] - **stream**: remove whatwg streams experimental warning (James M Snell) [#&#8203;40971](https://github.com/nodejs/node/pull/40971)
    
  • [`513305c7d7`](https://github.com/nodejs/node/commit/513305c7d7)] - **stream**: cleanup eos (Robert Nagy) [#&#8203;40998](https://github.com/nodejs/node/pull/40998)
    
  • [`da8baf4bbb`](https://github.com/nodejs/node/commit/da8baf4bbb)] - **test**: do not load absolute path crypto engines twice (Richard Lau) [#&#8203;41177](https://github.com/nodejs/node/pull/41177)
    
  • [`1f6a9c3e31`](https://github.com/nodejs/node/commit/1f6a9c3e31)] - **test**: skip ESLint tests if no Intl (Rich Trott) [#&#8203;41105](https://github.com/nodejs/node/pull/41105)
    
  • [`ce656a80b5`](https://github.com/nodejs/node/commit/ce656a80b5)] - **test**: add missing JSDoc parameter name (Rich Trott) [#&#8203;41057](https://github.com/nodejs/node/pull/41057)
    
  • [`fb8f2e9643`](https://github.com/nodejs/node/commit/fb8f2e9643)] - **test**: deflake test-trace-atomics-wait (Luigi Pinca) [#&#8203;41018](https://github.com/nodejs/node/pull/41018)
    
  • [`de1748aca4`](https://github.com/nodejs/node/commit/de1748aca4)] - **test**: add auth option case for url.format (Hirotaka Tagawa / wafuwafu13) [#&#8203;40516](https://github.com/nodejs/node/pull/40516)
    
  • [`943547a0eb`](https://github.com/nodejs/node/commit/943547a0eb)] - ***Revert*** "**test**: skip different params test for OpenSSL 3.x" (Daniel Bevenius) [#&#8203;40640](https://github.com/nodejs/node/pull/40640)
    
  • [`0caa3483d2`](https://github.com/nodejs/node/commit/0caa3483d2)] - **(SEMVER-MINOR)** **timers**: add experimental scheduler api (James M Snell) [#&#8203;40909](https://github.com/nodejs/node/pull/40909)
    
  • [`e795547651`](https://github.com/nodejs/node/commit/e795547651)] - **(SEMVER-MINOR)** **timers**: propagate signal.reason in awaitable timers (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008)
    
  • [`a77cae1ef7`](https://github.com/nodejs/node/commit/a77cae1ef7)] - **tls**: improve handling of shutdown (Jameson Nash) [#&#8203;36111](https://github.com/nodejs/node/pull/36111)
    
  • [`db410e7d3e`](https://github.com/nodejs/node/commit/db410e7d3e)] - **tools**: update doc to remark-rehype@10.1.0 (Node.js GitHub Bot) [#&#8203;41149](https://github.com/nodejs/node/pull/41149)
    
  • [`e3870f3f17`](https://github.com/nodejs/node/commit/e3870f3f17)] - **tools**: update lint-md-dependencies to rollup@2.61.1 vfile-reporter@7.0.3 (Node.js GitHub Bot) [#&#8203;41150](https://github.com/nodejs/node/pull/41150)
    
  • [`6fc92bd191`](https://github.com/nodejs/node/commit/6fc92bd191)] - **tools**: enable jsdoc/require-returns-type ESLint rule (Rich Trott) [#&#8203;41130](https://github.com/nodejs/node/pull/41130)
    
  • [`70e6fe860a`](https://github.com/nodejs/node/commit/70e6fe860a)] - **tools**: update ESLint to 8.4.1 (Rich Trott) [#&#8203;41114](https://github.com/nodejs/node/pull/41114)
    
  • [`78894fa888`](https://github.com/nodejs/node/commit/78894fa888)] - **tools**: enable JSDoc check-alignment lint rule (Rich Trott) [#&#8203;41109](https://github.com/nodejs/node/pull/41109)
    
  • [`40a773aa29`](https://github.com/nodejs/node/commit/40a773aa29)] - **tools**: strip comments from lint-md rollup output (Rich Trott) [#&#8203;41092](https://github.com/nodejs/node/pull/41092)
    
  • [`7b606cfef6`](https://github.com/nodejs/node/commit/7b606cfef6)] - **tools**: update highlight.js to 11.3.1 (Rich Trott) [#&#8203;41091](https://github.com/nodejs/node/pull/41091)
    
  • [`52633a9e95`](https://github.com/nodejs/node/commit/52633a9e95)] - **tools**: enable jsdoc/require-returns-check lint rule (Rich Trott) [#&#8203;41089](https://github.com/nodejs/node/pull/41089)
    
  • [`dc0405e7fb`](https://github.com/nodejs/node/commit/dc0405e7fb)] - **tools**: update ESLint to 8.4.0 (Luigi Pinca) [#&#8203;41085](https://github.com/nodejs/node/pull/41085)
    
  • [`855f15d059`](https://github.com/nodejs/node/commit/855f15d059)] - **tools**: enable jsdoc/require-param-name lint rule (Rich Trott) [#&#8203;41057](https://github.com/nodejs/node/pull/41057)
    
  • [`78265e095a`](https://github.com/nodejs/node/commit/78265e095a)] - **tools**: use jsdoc recommended rules (Rich Trott) [#&#8203;41057](https://github.com/nodejs/node/pull/41057)
    
  • [`9cfdf15da6`](https://github.com/nodejs/node/commit/9cfdf15da6)] - **tools**: rollback highlight.js (Richard Lau) [#&#8203;41078](https://github.com/nodejs/node/pull/41078)
    
  • [`fe3e09bb4b`](https://github.com/nodejs/node/commit/fe3e09bb4b)] - **tools**: remove Babel from license-builder.sh (Rich Trott) [#&#8203;41049](https://github.com/nodejs/node/pull/41049)
    
  • [`62e0aa9725`](https://github.com/nodejs/node/commit/62e0aa9725)] - **tools**: udpate packages in tools/doc (Rich Trott) [#&#8203;41036](https://github.com/nodejs/node/pull/41036)
    
  • [`a959f4fa72`](https://github.com/nodejs/node/commit/a959f4fa72)] - **tools**: install and enable JSDoc linting in ESLint (Rich Trott) [#&#8203;41027](https://github.com/nodejs/node/pull/41027)
    
  • [`661960e471`](https://github.com/nodejs/node/commit/661960e471)] - **tools**: include JSDoc in ESLint updating tool (Rich Trott) [#&#8203;41027](https://github.com/nodejs/node/pull/41027)
    
  • [`e2922714ee`](https://github.com/nodejs/node/commit/e2922714ee)] - **tools**: ignore unrelated workflow changes in slow Actions tests (Antoine du Hamel) [#&#8203;40990](https://github.com/nodejs/node/pull/40990)
    
  • [`6525226ff7`](https://github.com/nodejs/node/commit/6525226ff7)] - **tools**: remove unneeded tool in update-eslint.sh (Rich Trott) [#&#8203;40995](https://github.com/nodejs/node/pull/40995)
    
  • [`5400b7963d`](https://github.com/nodejs/node/commit/5400b7963d)] - **tools**: consolidate ESLint dependencies (Rich Trott) [#&#8203;40995](https://github.com/nodejs/node/pull/40995)
    
  • [`86d5af14bc`](https://github.com/nodejs/node/commit/86d5af14bc)] - **tools**: update ESLint update script to consolidate dependencies (Rich Trott) [#&#8203;40995](https://github.com/nodejs/node/pull/40995)
    
  • [`8427099f66`](https://github.com/nodejs/node/commit/8427099f66)] - **tools**: run ESLint update to minimize diff on subsequent update (Rich Trott) [#&#8203;40995](https://github.com/nodejs/node/pull/40995)
    
  • [`82daaa9914`](https://github.com/nodejs/node/commit/82daaa9914)] - **tools,test**: make -J behavior default for test.py (Rich Trott) [#&#8203;40945](https://github.com/nodejs/node/pull/40945)
    
  • [`db77780cb9`](https://github.com/nodejs/node/commit/db77780cb9)] - **url**: detect hostname more reliably in url.parse() (Rich Trott) [#&#8203;41031](https://github.com/nodejs/node/pull/41031)
    
  • [`66b5083c1e`](https://github.com/nodejs/node/commit/66b5083c1e)] - **util**: serialize falsy cause values while inspecting errors (Ruben Bridgewater) [#&#8203;41097](https://github.com/nodejs/node/pull/41097)
    
  • [`09d29ca8d9`](https://github.com/nodejs/node/commit/09d29ca8d9)] - **util**: make sure error causes of any type may be inspected (Ruben Bridgewater) [#&#8203;41097](https://github.com/nodejs/node/pull/41097)
    
  • [`f5ff88b3cb`](https://github.com/nodejs/node/commit/f5ff88b3cb)] - **(SEMVER-MINOR)** **util**: pass through the inspect function to custom inspect functions (Ruben Bridgewater) [#&#8203;41019](https://github.com/nodejs/node/pull/41019)
    
  • [`a0326f0941`](https://github.com/nodejs/node/commit/a0326f0941)] - **util**: escape lone surrogate code points using .inspect() (Ruben Bridgewater) [#&#8203;41001](https://github.com/nodejs/node/pull/41001)
    
  • [`91df200ad6`](https://github.com/nodejs/node/commit/91df200ad6)] - **(SEMVER-MINOR)** **util**: add numericSeparator to util.inspect (Ruben Bridgewater) [#&#8203;41003](https://github.com/nodejs/node/pull/41003)
    
  • [`da87413257`](https://github.com/nodejs/node/commit/da87413257)] - **(SEMVER-MINOR)** **util**: always visualize cause property in errors during inspection (Ruben Bridgewater) [#&#8203;41002](https://github.com/nodejs/node/pull/41002)
    
    

v17.2.0: 2021-11-30, Version 17.2.0 (Current), @​targos

Compare Source

Notable Changes
  • [`06916490af`](https://github.com/nodejs/node/commit/06916490af)] - **(SEMVER-MINOR)** **async_hooks**: expose async_wrap providers (Rafael Gonzaga) [#&#8203;40760](https://github.com/nodejs/node/pull/40760)
    
  • [`371ee64c92`](https://github.com/nodejs/node/commit/371ee64c92)] - **(SEMVER-MINOR)** **deps**: update V8 to 9.6.180.14 (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488)
    
  • [`675c210b04`](https://github.com/nodejs/node/commit/675c210b04)] - **(SEMVER-MINOR)** **lib**: add reason to AbortSignal (James M Snell) [#&#8203;40807](https://github.com/nodejs/node/pull/40807)
    
  • [`0de2850680`](https://github.com/nodejs/node/commit/0de2850680)] - **(SEMVER-MINOR)** **src**: add x509.fingerprint512 to crypto module (3nprob) [#&#8203;39809](https://github.com/nodejs/node/pull/39809)
    
  • [`fa9b5c35d2`](https://github.com/nodejs/node/commit/fa9b5c35d2)] - **stream**: deprecate thenable support (Antoine du Hamel) [#&#8203;40860](https://github.com/nodejs/node/pull/40860)
    
  • [`534409d4e7`](https://github.com/nodejs/node/commit/534409d4e7)] - **stream**: fix finished regression when working with legacy Stream (Matteo Collina) [#&#8203;40858](https://github.com/nodejs/node/pull/40858)
    
    
Commits
  • [`48157c44c2`](https://github.com/nodejs/node/commit/48157c44c2)] - ***Revert*** "**async_hooks**: merge resource_symbol with owner_symbol" (Darshan Sen) [#&#8203;40741](https://github.com/nodejs/node/pull/40741)
    
  • [`4a971f67e4`](https://github.com/nodejs/node/commit/4a971f67e4)] - **async_hooks**: eliminate require side effects (Stephen Belanger) [#&#8203;40782](https://github.com/nodejs/node/pull/40782)
    
  • [`06916490af`](https://github.com/nodejs/node/commit/06916490af)] - **(SEMVER-MINOR)** **async_hooks**: expose async_wrap providers (Rafael Gonzaga) [#&#8203;40760](https://github.com/nodejs/node/pull/40760)
    
  • [`65b33ba510`](https://github.com/nodejs/node/commit/65b33ba510)] - **build**: remove extraneous quotation marks from commit body (Rich Trott) [#&#8203;40963](https://github.com/nodejs/node/pull/40963)
    
  • [`05d652a555`](https://github.com/nodejs/node/commit/05d652a555)] - **build**: fix branch name for lint-md-dependencies update (Rich Trott) [#&#8203;40924](https://github.com/nodejs/node/pull/40924)
    
  • [`1482c4415f`](https://github.com/nodejs/node/commit/1482c4415f)] - **build**: fix `make` invocation in tools.yml (Rich Trott) [#&#8203;40890](https://github.com/nodejs/node/pull/40890)
    
  • [`69de8c8143`](https://github.com/nodejs/node/commit/69de8c8143)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488)
    
  • [`e793331322`](https://github.com/nodejs/node/commit/e793331322)] - **build**: fix tools.yml errors (Rich Trott) [#&#8203;40870](https://github.com/nodejs/node/pull/40870)
    
  • [`51ac59b047`](https://github.com/nodejs/node/commit/51ac59b047)] - **build**: add GitHub Action to update tools modules (Rich Trott) [#&#8203;40644](https://github.com/nodejs/node/pull/40644)
    
  • [`a8cc8b6554`](https://github.com/nodejs/node/commit/a8cc8b6554)] - **crypto**: trim input for NETSCAPE_SPKI_b64\_decode (Shelley Vohr) [#&#8203;40757](https://github.com/nodejs/node/pull/40757)
    
  • [`2979c58fb0`](https://github.com/nodejs/node/commit/2979c58fb0)] - **crypto**: throw errors in SignTraits::DeriveBits (Tobias Nießen) [#&#8203;40796](https://github.com/nodejs/node/pull/40796)
    
  • [`7f5931d03f`](https://github.com/nodejs/node/commit/7f5931d03f)] - **crypto**: fix build without scrypt (Martin Jansa) [#&#8203;40613](https://github.com/nodejs/node/pull/40613)
    
  • [`90f35fc329`](https://github.com/nodejs/node/commit/90f35fc329)] - **deps**: upgrade npm to 8.1.4 (npm team) [#&#8203;40865](https://github.com/nodejs/node/pull/40865)
    
  • [`d461603d71`](https://github.com/nodejs/node/commit/d461603d71)] - **deps**: V8: cherry-pick [`cced52a`](https://github.com/nodejs/node/commit/cced52a97ee9) (Ray Wang) [#&#8203;40656](https://github.com/nodejs/node/pull/40656)
    
  • [`d6ae50ff96`](https://github.com/nodejs/node/commit/d6ae50ff96)] - **deps**: V8: cherry-pick [`7ae0b77`](https://github.com/nodejs/node/commit/7ae0b77628f6) (Ray Wang) [#&#8203;40882](https://github.com/nodejs/node/pull/40882)
    
  • [`e60053deee`](https://github.com/nodejs/node/commit/e60053deee)] - **deps**: V8: cherry-pick [`2a0bc36`](https://github.com/nodejs/node/commit/2a0bc36dec12) (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178)
    
  • [`94acaae3d4`](https://github.com/nodejs/node/commit/94acaae3d4)] - **deps**: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#&#8203;40296](https://github.com/nodejs/node/pull/40296)
    
  • [`37c9828d39`](https://github.com/nodejs/node/commit/37c9828d39)] - **deps**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488)
    
  • [`dfb97fb501`](https://github.com/nodejs/node/commit/dfb97fb501)] - **deps**: silence irrelevant V8 warning (Michaël Zasso) [#&#8203;38990](https://github.com/nodejs/node/pull/38990)
    
  • [`9ecf4be0c2`](https://github.com/nodejs/node/commit/9ecf4be0c2)] - **deps**: silence irrelevant V8 warning (Michaël Zasso) [#&#8203;37587](https://github.com/nodejs/node/pull/37587)
    
  • [`82a8736dec`](https://github.com/nodejs/node/commit/82a8736dec)] - **deps**: fix V8 build issue with inline methods (Jiawen Geng) [#&#8203;38807](https://github.com/nodejs/node/pull/38807)
    
  • [`eab5ef5505`](https://github.com/nodejs/node/commit/eab5ef5505)] - **deps**: make v8.h compatible with VS2015 (Joao Reis) [#&#8203;32116](https://github.com/nodejs/node/pull/32116)
    
  • [`d6e5dd56ff`](https://github.com/nodejs/node/commit/d6e5dd56ff)] - **deps**: V8: forward declaration of `Rtl*FunctionTable` (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116)
    
  • [`29a6e15480`](https://github.com/nodejs/node/commit/29a6e15480)] - **deps**: V8: patch register-arm64.h (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116)
    
  • [`1ff83c4945`](https://github.com/nodejs/node/commit/1ff83c4945)] - **deps**: V8: un-cherry-pick [`bd019bd`](https://github.com/nodejs/node/commit/bd019bd) (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116)
    
  • [`371ee64c92`](https://github.com/nodejs/node/commit/371ee64c92)] - **(SEMVER-MINOR)** **deps**: update V8 to 9.6.180.14 (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488)
    
  • [`6506a42c16`](https://github.com/nodejs/node/commit/6506a42c16)] - **deps**: V8: cherry-pick [`cced52a`](https://github.com/nodejs/node/commit/cced52a97ee9) (Ray Wang) [#&#8203;40656](https://github.com/nodejs/node/pull/40656)
    
  • [`a612ecb42f`](https://github.com/nodejs/node/commit/a612ecb42f)] - **deps**: V8: cherry-pick [`7ae0b77`](https://github.com/nodejs/node/commit/7ae0b77628f6) (Ray Wang) [#&#8203;40882](https://github.com/nodejs/node/pull/40882)
    
  • [`b46184df5e`](https://github.com/nodejs/node/commit/b46184df5e)] - **deps**: update to uvwasi 0.0.12 (Colin Ihrig) [#&#8203;40847](https://github.com/nodejs/node/pull/40847)
    
  • [`fa37428472`](https://github.com/nodejs/node/commit/fa37428472)] - **deps**: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) [#&#8203;40631](https://github.com/nodejs/node/pull/40631)
    
  • [`9711ccfe08`](https://github.com/nodejs/node/commit/9711ccfe08)] - **deps**: upgrade npm to 8.1.3 (npm team) [#&#8203;40726](https://github.com/nodejs/node/pull/40726)
    
  • [`8e525634c6`](https://github.com/nodejs/node/commit/8e525634c6)] - **deps**: update ICU to 70.1 (Michaël Zasso) [#&#8203;40658](https://github.com/nodejs/node/pull/40658)
    
  • [`3bfc9f5b47`](https://github.com/nodejs/node/commit/3bfc9f5b47)] - **doc**: add information on suppressing initial break in debugger (Rich Trott) [#&#8203;40960](https://github.com/nodejs/node/pull/40960)
    
  • [`8966ab3c57`](https://github.com/nodejs/node/commit/8966ab3c57)] - **doc**: improve grammar in API description (Tobias Nießen) [#&#8203;40959](https://github.com/nodejs/node/pull/40959)
    
  • [`130777a61c`](https://github.com/nodejs/node/commit/130777a61c)] - **doc**: update BUILDING.md section on running tests (Rich Trott) [#&#8203;40933](https://github.com/nodejs/node/pull/40933)
    
  • [`6e9b6652e5`](https://github.com/nodejs/node/commit/6e9b6652e5)] - **doc**: remove experimental abortcontroller flag (FrankQiu) [#&#8203;38968](https://github.com/nodejs/node/pull/38968)
    
  • [`b92416ff02`](https://github.com/nodejs/node/commit/b92416ff02)] - **doc**: fix spelling of 'WebAssembly' (Geoffrey Booth) [#&#8203;40785](https://github.com/nodejs/node/pull/40785)
    
  • [`cf495a6293`](https://github.com/nodejs/node/commit/cf495a6293)] - **doc**: clarify more optional parameters in node-api (Michael Dawson) [#&#8203;40888](https://github.com/nodejs/node/pull/40888)
    
  • [`694012b392`](https://github.com/nodejs/node/commit/694012b392)] - **doc**: define "types", "deno" community conditions (Guy Bedford) [#&#8203;40708](https://github.com/nodejs/node/pull/40708)
    
  • [`4c47b0150b`](https://github.com/nodejs/node/commit/4c47b0150b)] - **doc**: document optional params in napi_get_cb_info (Michael Dawson) [#&#8203;40821](https://github.com/nodejs/node/pull/40821)
    
  • [`dfdf68f4d0`](https://github.com/nodejs/node/commit/dfdf68f4d0)] - **doc**: improve README.md lede section (Rich Trott) [#&#8203;40837](https://github.com/nodejs/node/pull/40837)
    
  • [`9c200e1de4`](https://github.com/nodejs/node/commit/9c200e1de4)] - **doc**: add pref to using draft PR versus WIP label (Michael Dawson) [#&#8203;40824](https://github.com/nodejs/node/pull/40824)
    
  • [`fe2cd09750`](https://github.com/nodejs/node/commit/fe2cd09750)] - **doc**: fix `added:` info for `Readable.fromWeb()` (Luigi Pinca) [#&#8203;40820](https://github.com/nodejs/node/pull/40820)
    
  • [`c91a9ab095`](https://github.com/nodejs/node/commit/c91a9ab095)] - **doc**: tweak guidance for modules in core (Michael Dawson) [#&#8203;40601](https://github.com/nodejs/node/pull/40601)
    
  • [`2ea08e9b55`](https://github.com/nodejs/node/commit/2ea08e9b55)] - **doc**: claim ABI version for Electron 18 (Keeley Hammond) [#&#8203;40768](https://github.com/nodejs/node/pull/40768)
    
  • [`8166b07ddc`](https://github.com/nodejs/node/commit/8166b07ddc)] - **doc**: fix transform stream example (Evan Lucas) [#&#8203;40777](https://github.com/nodejs/node/pull/40777)
    
  • [`5ceb06cddf`](https://github.com/nodejs/node/commit/5ceb06cddf)] - **doc**: fix linter-enforced formatting in crypto.md (Mohammed Keyvanzadeh) [#&#8203;40780](https://github.com/nodejs/node/pull/40780)
    
  • [`d3070d8eea`](https://github.com/nodejs/node/commit/d3070d8eea)] - **doc**: fix corepack grammar for `--force` flag (Steven) [#&#8203;40762](https://github.com/nodejs/node/pull/40762)
    
  • [`9271f23e3a`](https://github.com/nodejs/node/commit/9271f23e3a)] - **doc**: update maintaining ICU guide (Michaël Zasso) [#&#8203;40658](https://github.com/nodejs/node/pull/40658)
    
  • [`20d7d657bb`](https://github.com/nodejs/node/commit/20d7d657bb)] - **doc**: clarify getAuthTag with authTagLength (Tobias Nießen) [#&#8203;40713](https://github.com/nodejs/node/pull/40713)
    
  • [`75288fbc6b`](https://github.com/nodejs/node/commit/75288fbc6b)] - **doc**: fix order of announce work (Michael Dawson) [#&#8203;40725](https://github.com/nodejs/node/pull/40725)
    
  • [`429915aa6c`](https://github.com/nodejs/node/commit/429915aa6c)] - **doc**: add initial list of technical priorities (Michael Dawson) [#&#8203;40235](https://github.com/nodejs/node/pull/40235)
    
  • [`a5a1691514`](https://github.com/nodejs/node/commit/a5a1691514)] - **fs**: nullish coalescing to respect zero positional reads (Omar El-Mihilmy) [#&#8203;40716](https://github.com/nodejs/node/pull/40716)
    
  • [`bddb4c69b7`](https://github.com/nodejs/node/commit/bddb4c69b7)] - **http**: add missing initialization (Michael Dawson) [#&#8203;40555](https://github.com/nodejs/node/pull/40555)
    
  • [`80ce97f514`](https://github.com/nodejs/node/commit/80ce97f514)] - **http**: change totalSocketCount only on socket creation/close (Subhi Al Hasan) [#&#8203;40572](https://github.com/nodejs/node/pull/40572)
    
  • [`675c210b04`](https://github.com/nodejs/node/commit/675c210b04)] - **(SEMVER-MINOR)** **lib**: add reason to AbortSignal (James M Snell) [#&#8203;40807](https://github.com/nodejs/node/pull/40807)
    
  • [`b614b17525`](https://github.com/nodejs/node/commit/b614b17525)] - ***Revert*** "**lib**: use helper for readability" (Darshan Sen) [#&#8203;40741](https://github.com/nodejs/node/pull/40741)
    
  • [`10a842d2d1`](https://github.com/nodejs/node/commit/10a842d2d1)] - **lib**: fix typos in lib code comments (Yoshiki) [#&#8203;40792](https://github.com/nodejs/node/pull/40792)
    
  • [`3ec78d1570`](https://github.com/nodejs/node/commit/3ec78d1570)] - **meta**: add feature request label for issue template (Mestery) [#&#8203;40970](https://github.com/nodejs/node/pull/40970)
    
  • [`9c897b69a1`](https://github.com/nodejs/node/commit/9c897b69a1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40900](https://github.com/nodejs/node/pull/40900)
    
  • [`dfc6fc987a`](https://github.com/nodejs/node/commit/dfc6fc987a)] - **meta**: update name and email (Viero Fernando) [#&#8203;40848](https://github.com/nodejs/node/pull/40848)
    
  • [`813cf746a8`](https://github.com/nodejs/node/commit/813cf746a8)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40809](https://github.com/nodejs/node/pull/40809)
    
  • [`e451ec9ec1`](https://github.com/nodejs/node/commit/e451ec9ec1)] - **meta**: edit GOVERNANCE.md for minor updates (Rich Trott) [#&#8203;40798](https://github.com/nodejs/node/pull/40798)
    
  • [`2536be7528`](https://github.com/nodejs/node/commit/2536be7528)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40748](https://github.com/nodejs/node/pull/40748)
    
  • [`3c8aa211cd`](https://github.com/nodejs/node/commit/3c8aa211cd)] - **module**: import assertions improvements (Geoffrey Booth) [#&#8203;40785](https://github.com/nodejs/node/pull/40785)
    
  • [`3a4f3873be`](https://github.com/nodejs/node/commit/3a4f3873be)] - **process**: support hrtime in the snapshot (Joyee Cheung) [#&#8203;40649](https://github.com/nodejs/node/pull/40649)
    
  • [`1555dbdddc`](https://github.com/nodejs/node/commit/1555dbdddc)] - **repl**: fix and extend require/import tab complete (Mestery) [#&#8203;40216](https://github.com/nodejs/node/pull/40216)
    
  • [`c2259c974b`](https://github.com/nodejs/node/commit/c2259c974b)] - **src**: reset error struct if error code is napi_ok (JckXia) [#&#8203;40552](https://github.com/nodejs/node/pull/40552)
    
  • [`3be49d6853`](https://github.com/nodejs/node/commit/3be49d6853)] - **src**: prevent extra copies of `TimerWrap::TimerCb` (Darshan Sen) [#&#8203;40665](https://github.com/nodejs/node/pull/40665)
    
  • [`0de2850680`](https://github.com/nodejs/node/commit/0de2850680)] - **(SEMVER-MINOR)** **src**: add x509.fingerprint512 to crypto module (3nprob) [#&#8203;39809](https://github.com/nodejs/node/pull/39809)
    
  • [`924d29e88f`](https://github.com/nodejs/node/commit/924d29e88f)] - **src**: add and fix some preprocessor comments (Tobias Nießen) [#&#8203;40701](https://github.com/nodejs/node/pull/40701)
    
  • [`acbd8220a7`](https://github.com/nodejs/node/commit/acbd8220a7)] - **src,crypto**: use `ByteSource::ToBuffer()` in `crypto_dh` (Darshan Sen) [#&#8203;40903](https://github.com/nodejs/node/pull/40903)
    
  • [`82b422663d`](https://github.com/nodejs/node/commit/82b422663d)] - **src,crypto**: remove `AllocatedBuffer`s from `crypto_spkac` (Darshan Sen) [#&#8203;40752](https://github.com/nodejs/node/pull/40752)
    
  • [`415b42fbdf`](https://github.com/nodejs/node/commit/415b42fbdf)] - **src,crypto**: refactor `crypto_tls.*` (Darshan Sen) [#&#8203;40675](https://github.com/nodejs/node/pull/40675)
    
  • [`88b57bc9d3`](https://github.com/nodejs/node/commit/88b57bc9d3)] - **src,doc**: add SyntaxError napi support (Idan Attias) [#&#8203;40736](https://github.com/nodejs/node/pull/40736)
    
  • [`70bd90e039`](https://github.com/nodejs/node/commit/70bd90e039)] - **stream**: stricter isReadableNodeStream (Robert Nagy) [#&#8203;40941](https://github.com/nodejs/node/pull/40941)
    
  • [`86d1c0b19d`](https://github.com/nodejs/node/commit/86d1c0b19d)] - **stream**: drain Transform with 0 highWaterMark (Robert Nagy) [#&#8203;40947](https://github.com/nodejs/node/pull/40947)
    
  • [`fa9b5c35d2`](https://github.com/nodejs/node/commit/fa9b5c35d2)] - **stream**: deprecate thenable support (Antoine du Hamel) [#&#8203;40860](https://github.com/nodejs/node/pull/40860)
    
  • [`dc99ae3bd6`](https://github.com/nodejs/node/commit/dc99ae3bd6)] - **stream**: fix the ReadableStreamBYOBReader error message (James M Snell) [#&#8203;40846](https://github.com/nodejs/node/pull/40846)
    
  • [`650c9bd022`](https://github.com/nodejs/node/commit/650c9bd022)] - **stream**: pipeline with end option (Robert Nagy) [#&#8203;40886](https://github.com/nodejs/node/pull/40886)
    
  • [`534409d4e7`](https://github.com/nodejs/node/commit/534409d4e7)] - **stream**: fix finished regression when working with legacy Stream (Matteo Collina) [#&#8203;40858](https://github.com/nodejs/node/pull/40858)
    
  • [`16ee8423d6`](https://github.com/nodejs/node/commit/16ee8423d6)] - **stream**: pipeline should drain empty readable (Robert Nagy) [#&#8203;40654](https://github.com/nodejs/node/pull/40654)
    
  • [`7d127d2fc1`](https://github.com/nodejs/node/commit/7d127d2fc1)] - **stream**: fix non readable Duplex readableAborted (Robert Nagy) [#&#8203;40801](https://github.com/nodejs/node/pull/40801)
    
  • [`7c4f9a34ae`](https://github.com/nodejs/node/commit/7c4f9a34ae)] - **stream**: allow calling callback before promise (Robert Nagy) [#&#8203;40772](https://github.com/nodejs/node/pull/40772)
    
  • [`62171eb516`](https://github.com/nodejs/node/commit/62171eb516)] - **test**: mark test-fs-watch-non-recursive flaky on Windows (Luigi Pinca) [#&#8203;40916](https://github.com/nodejs/node/pull/40916)
    
  • [`ae12a609a5`](https://github.com/nodejs/node/commit/ae12a609a5)] - **test**: improve test coverage of readline/promises (Yoshiki Kurihara) [#&#8203;40876](https://github.com/nodejs/node/pull/40876)
    
  • [`4288c6a26e`](https://github.com/nodejs/node/commit/4288c6a26e)] - **test**: deflake cluster-concurrent-disconnect (Luigi Pinca) [#&#8203;40877](https://github.com/nodejs/node/pull/40877)
    
  • [`009ab4d9bb`](https://github.com/nodejs/node/commit/009ab4d9bb)] - **test**: deflake fs-promises-watch (Luigi Pinca) [#&#8203;40863](https://github.com/nodejs/node/pull/40863)
    
  • [`522a30f469`](https://github.com/nodejs/node/commit/522a30f469)] - **test**: fix argument order in assertion (Luigi Pinca) [#&#8203;40842](https://github.com/nodejs/node/pull/40842)
    
  • [`b190b0e77b`](https://github.com/nodejs/node/commit/b190b0e77b)] - **test**: deflake http2-pipe-named-pipe (Luigi Pinca) [#&#8203;40842](https://github.com/nodejs/node/pull/40842)
    
  • [`c485460793`](https://github.com/nodejs/node/commit/c485460793)] - **test**: use descriptive name for destination file (Luigi Pinca) [#&#8203;40842](https://github.com/nodejs/node/pull/40842)
    
  • [`43e86508ae`](https://github.com/nodejs/node/commit/43e86508ae)] - **test**: add AsyncLocalStorage tests using udp, tcp and tls sockets (Darshan Sen) [#&#8203;40741](https://github.com/nodejs/node/pull/40741)
    
  • [`896073be47`](https://github.com/nodejs/node/commit/896073be47)] - **test**: deflake child-process-pipe-dataflow (Luigi Pinca) [#&#8203;40838](https://github.com/nodejs/node/pull/40838)
    
  • [`150c0f1b76`](https://github.com/nodejs/node/commit/150c0f1b76)] - **test**: add tests for invalid UTF-8 (git-srinivas) [#&#8203;40351](https://github.com/nodejs/node/pull/40351)
    
  • [`3d896231cd`](https://github.com/nodejs/node/commit/3d896231cd)] - **test**: fix flaky test-policy-integrity (Rich Trott) [#&#8203;40763](https://github.com/nodejs/node/pull/40763)
    
  • [`dc9e68899d`](https://github.com/nodejs/node/commit/dc9e68899d)] - **test**: add semicolons for linter update (Rich Trott) [#&#8203;40720](https://github.com/nodejs/node/pull/40720)
    
  • [`747247bc59`](https://github.com/nodejs/node/commit/747247bc59)] - **tools**: update gyp-next to v0.10.1 (Michaël Zasso) [#&#8203;40934](https://github.com/nodejs/node/pull/40934)
    
  • [`6ebbd0d9dc`](https://github.com/nodejs/node/commit/6ebbd0d9dc)] - **tools**: fix commit-lint GH Actions CI (Antoine du Hamel) [#&#8203;40845](https://github.com/nodejs/node/pull/40845)
    
  • [`0201f3f604`](https://github.com/nodejs/node/commit/0201f3f604)] - **tools**: ping TSC members identified as inactive (Rich Trott) [#&#8203;40915](https://github.com/nodejs/node/pull/40915)
    
  • [`22265e3fb6`](https://github.com/nodejs/node/commit/22265e3fb6)] - **tools**: update lint-md-dependencies to rollup@2.60.1 (Node.js GitHub Bot) [#&#8203;40929](https://github.com/nodejs/node/pull/40929)
    
  • [`3d593aa4ed`](https://github.com/nodejs/node/commit/3d593aa4ed)] - **tools**: update lint-md dependencies (Rich Trott) [#&#8203;40894](https://github.com/nodejs/node/pull/40894)
    
  • [`e674f61720`](https://github.com/nodejs/node/commit/e674f61720)] - **tools**: update ESLint to 8.3.0 (Luigi Pinca) [#&#8203;40917](https://github.com/nodejs/node/pull/40917)
    
  • [`878ba91bf6`](https://github.com/nodejs/node/commit/878ba91bf6)] - **tools**: add find-inactive-tsc (Rich Trott) [#&#8203;40884](https://github.com/nodejs/node/pull/40884)
    
  • [`d97ad3080f`](https://github.com/nodejs/node/commit/d97ad3080f)] - **tools**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488)
    
  • [`e3f8988118`](https://github.com/nodejs/node/commit/e3f8988118)] - **tools**: update V8 gypfiles for 9.6 (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488)
    
  • [`de4d0180dc`](https://github.com/nodejs/node/commit/de4d0180dc)] - **tools**: update [@&#8203;babel/eslint-parser](https://github.com/babel/eslint-parser) to 7.16.3 (Node.js GitHub Bot) [#&#8203;40889](https://github.com/nodejs/node/pull/40889)
    
  • [`727b34ec95`](https://github.com/nodejs/node/commit/727b34ec95)] - **tools**: only validate first commit message of a PR (Antoine du Hamel) [#&#8203;40740](https://github.com/nodejs/node/pull/40740)
    
  • [`5b08e908ea`](https://github.com/nodejs/node/commit/5b08e908ea)] - **tools**: update babel-eslint-parser to 7.16.0 (Rich Trott) [#&#8203;40720](https://github.com/nodejs/node/pull/40720)
    
  • [`30623c283a`](https://github.com/nodejs/node/commit/30623c283a)] - **tools**: improve update scripts (Rich Trott) [#&#8203;40644](https://github.com/nodejs/node/pull/40644)
    
    

v17.1.0: 2021-11-09, Version 17.1.0 (Current), @​targos

Compare Source

Notable Changes
  • [`89b34ecffb`](https://github.com/nodejs/node/commit/89b34ecffb)] - **doc**: add VoltrexMaster to collaborators (voltrexmaster) [#&#8203;40566](https://github.com/nodejs/node/pull/40566)
    
  • [`95e4d29eb4`](https://github.com/nodejs/node/commit/95e4d29eb4)] - **(SEMVER-MINOR)** **esm**: add support for JSON import assertion (Antoine du Hamel) [#&#8203;40250](https://github.com/nodejs/node/pull/40250)
    
  • [`1ddbae2d76`](https://github.com/nodejs/node/commit/1ddbae2d76)] - **(SEMVER-MINOR)** **lib**: add unsubscribe method to non-active DC channels (simon-id) [#&#8203;40433](https://github.com/nodejs/node/pull/40433)
    
  • [`aa61551b49`](https://github.com/nodejs/node/commit/aa61551b49)] - **(SEMVER-MINOR)** **lib**: add return value for DC channel.unsubscribe (simon-id) [#&#8203;40433](https://github.com/nodejs/node/pull/40433)
    
  • [`fbeb895ca6`](https://github.com/nodejs/node/commit/fbeb895ca6)] - **(SEMVER-MINOR)** **v8**: multi-tenant promise hook api (Stephen Belanger) [#&#8203;39283](https://github.com/nodejs/node/pull/39283)
    
    
Commits
  • [`8a00dc5add`](https://github.com/nodejs/node/commit/8a00dc5add)] - **build**: skip long-running Actions for README-only modifications (Rich Trott) [#&#8203;40571](https://github.com/nodejs/node/pull/40571)
    
  • [`9f46fca124`](https://github.com/nodejs/node/commit/9f46fca124)] - **build**: disable v8 pointer compression on 32bit archs (Cheng Zhao) [#&#8203;40418](https://github.com/nodejs/node/pull/40418)
    
  • [`5bef74395d`](https://github.com/nodejs/node/commit/5bef74395d)] - **deps**: patch V8 to 9.5.172.25 (Michaël Zasso) [#&#8203;40604](https://github.com/nodejs/node/pull/40604)
    
  • [`3805b806ee`](https://github.com/nodejs/node/commit/3805b806ee)] - **deps**: upgrade npm to 8.1.2 (npm team) [#&#8203;40643](https://github.com/nodejs/node/pull/40643)
    
  • [`c003ba131b`](https://github.com/nodejs/node/commit/c003ba131b)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#&#8203;40660](https://github.com/nodejs/node/pull/40660)
    
  • [`841f35cc52`](https://github.com/nodejs/node/commit/841f35cc52)] - **deps**: upgrade npm to 8.1.1 (npm team) [#&#8203;40554](https://github.com/nodejs/node/pull/40554)
    
  • [`8d16f0d2d3`](https://github.com/nodejs/node/commit/8d16f0d2d3)] - **deps**: V8: cherry-pick [`422dc37`](https://github.com/nodejs/node/commit/422dc378a1da) (Ray Wang) [#&#8203;40450](https://github.com/nodejs/node/pull/40450)
    
  • [`cdf5c44d62`](https://github.com/nodejs/node/commit/cdf5c44d62)] - **deps**: add riscv64 config into openssl gypi (Lu Yahan) [#&#8203;40473](https://github.com/nodejs/node/pull/40473)
    
  • [`2b9fcdfe26`](https://github.com/nodejs/node/commit/2b9fcdfe26)] - **deps**: attempt to suppress macro-redefined warning (Daniel Bevenius) [#&#8203;40518](https://github.com/nodejs/node/pull/40518)
    
  • [`d2839bfaa9`](https://github.com/nodejs/node/commit/d2839bfaa9)] - **deps**: regenerate OpenSSL arch files (Daniel Bevenius) [#&#8203;40518](https://github.com/nodejs/node/pull/40518)
    
  • [`5df8ce5cbe`](https://github.com/nodejs/node/commit/5df8ce5cbe)] - **deps,build,tools**: fix openssl-is-fips for ninja builds (Daniel Bevenius) [#&#8203;40518](https://github.com/nodejs/node/pull/40518)
    
  • [`79bf429405`](https://github.com/nodejs/node/commit/79bf429405)] - **dgram**: fix send with out of bounds offset + length (Nitzan Uziely) [#&#8203;40568](https://github.com/nodejs/node/pull/40568)
    
  • [`c29658fda7`](https://github.com/nodejs/node/commit/c29658fda7)] - **doc**: update cjs-module-lexer repo link (Guy Bedford) [#&#8203;40707](https://github.com/nodejs/node/pull/40707)
    
  • [`e374f3ddd9`](https://github.com/nodejs/node/commit/e374f3ddd9)] - **doc**: fix lint re-enabling comment in README.md (Rich Trott) [#&#8203;40647](https://github.com/nodejs/node/pull/40647)
    
  • [`ecccf48106`](https://github.com/nodejs/node/commit/ecccf48106)] - **doc**: format v8.md in preparation for stricter linting (Rich Trott) [#&#8203;40647](https://github.com/nodejs/node/pull/40647)
    
  • [`95a7117037`](https://github.com/nodejs/node/commit/95a7117037)] - **doc**: final round of markdown format changes (Rich Trott) [#&#8203;40645](https://github.com/nodejs/node/pull/40645)
    
  • [`c104f5a9ab`](https://github.com/nodejs/node/commit/c104f5a9ab)] - **doc**: remove `--experimental-modules` documentation (FrankQiu) [#&#8203;38974](https://github.com/nodejs/node/pull/38974)
    
  • [`ac81f89bbf`](https://github.com/nodejs/node/commit/ac81f89bbf)] - **doc**: update tracking issues of startup performance (Joyee Cheung) [#&#8203;40629](https://github.com/nodejs/node/pull/40629)
    
  • [`65effa11fc`](https://github.com/nodejs/node/commit/65effa11fc)] - **doc**: fix markdown syntax and HTML tag misses (ryan) [#&#8203;40608](https://github.com/nodejs/node/pull/40608)
    
  • [`c78d708a16`](https://github.com/nodejs/node/commit/c78d708a16)] - **doc**: use 'GitHub Actions workflow' instead (Mestery) [#&#8203;40586](https://github.com/nodejs/node/pull/40586)
    
  • [`71bac70bf2`](https://github.com/nodejs/node/commit/71bac70bf2)] - **doc**: ref OpenSSL legacy provider from crypto docs (Tobias Nießen) [#&#8203;40593](https://github.com/nodejs/node/pull/40593)
    
  • [`8f410229ac`](https://github.com/nodejs/node/commit/8f410229ac)] - **doc**: add node: url scheme (Daniel Nalborczyk) [#&#8203;40573](https://github.com/nodejs/node/pull/40573)
    
  • [`35dbed21f2`](https://github.com/nodejs/node/commit/35dbed21f2)] - **doc**: call cwd function (Daniel Nalborczyk) [#&#8203;40573](https://github.com/nodejs/node/pull/40573)
    
  • [`4870a23ccc`](https://github.com/nodejs/node/commit/4870a23ccc)] - **doc**: remove unused imports (Daniel Nalborczyk) [#&#8203;40573](https://github.com/nodejs/node/pull/40573)
    
  • [`5951ccc12e`](https://github.com/nodejs/node/commit/5951ccc12e)] - **doc**: simplify CHANGELOG.md (Rich Trott) [#&#8203;40475](https://github.com/nodejs/node/pull/40475)
    
  • [`6ae134ecb7`](https://github.com/nodejs/node/commit/6ae134ecb7)] - **doc**: correct esm spec scope lookup definition (Guy Bedford) [#&#8203;40592](https://github.com/nodejs/node/pull/40592)
    
  • [`09239216f6`](https://github.com/nodejs/node/commit/09239216f6)] - **doc**: update CHANGELOG.md for Node.js 16.13.0 (Richard Lau) [#&#8203;40617](https://github.com/nodejs/node/pull/40617)
    
  • [`46ec5ac4df`](https://github.com/nodejs/node/commit/46ec5ac4df)] - **doc**: add info on project's usage of coverity (Michael Dawson) [#&#8203;40506](https://github.com/nodejs/node/pull/40506)
    
  • [`7eb1a44410`](https://github.com/nodejs/node/commit/7eb1a44410)] - **doc**: fix typo in changelogs (Luigi Pinca) [#&#8203;40585](https://github.com/nodejs/node/pull/40585)
    
  • [`132f6cba05`](https://github.com/nodejs/node/commit/132f6cba05)] - **doc**: update onboarding task (Rich Trott) [#&#8203;40570](https://github.com/nodejs/node/pull/40570)
    
  • [`5e2d0ed61e`](https://github.com/nodejs/node/commit/5e2d0ed61e)] - **doc**: simplify ccache instructions (Rich Trott) [#&#8203;40550](https://github.com/nodejs/node/pull/40550)
    
  • [`c1c1738bfc`](https://github.com/nodejs/node/commit/c1c1738bfc)] - **doc**: fix macOS environment variables for ccache (Rich Trott) [#&#8203;40550](https://github.com/nodejs/node/pull/40550)
    
  • [`6e3e50f2ab`](https://github.com/nodejs/node/commit/6e3e50f2ab)] - **doc**: improve async_context introduction (Michaël Zasso) [#&#8203;40560](https://github.com/nodejs/node/pull/40560)
    
  • [`1587fe62d4`](https://github.com/nodejs/node/commit/1587fe62d4)] - **doc**: use GFM footnotes in webcrypto.md (Rich Trott) [#&#8203;40477](https://github.com/nodejs/node/pull/40477)
    
  • [`305c022db4`](https://github.com/nodejs/node/commit/305c022db4)] - **doc**: describe buffer limit of v8.serialize (Ray Wang) [#&#8203;40243](https://github.com/nodejs/node/pull/40243)
    
  • [`6e39e0e10a`](https://github.com/nodejs/node/commit/6e39e0e10a)] - **doc**: run license-builder (Rich Trott) [#&#8203;40540](https://github.com/nodejs/node/pull/40540)
    
  • [`556e49ccb5`](https://github.com/nodejs/node/commit/556e49ccb5)] - **doc**: use GFM footnotes in maintaining-V8.md ([#&#8203;40476](https://github.com/nodejs/node/issues/40476)) (Rich Trott) [#&#8203;40476](https://github.com/nodejs/node/pull/40476)
    
  • [`9c6a9fd5b1`](https://github.com/nodejs/node/commit/9c6a9fd5b1)] - **doc**: use GFM footnotes in BUILDING.md (Rich Trott) [#&#8203;40474](https://github.com/nodejs/node/pull/40474)
    
  • [`fd946215cc`](https://github.com/nodejs/node/commit/fd946215cc)] - **doc**: fix `fs.symlink` code example (Juan José Arboleda) [#&#8203;40414](https://github.com/nodejs/node/pull/40414)
    
  • [`404730ac1b`](https://github.com/nodejs/node/commit/404730ac1b)] - **doc**: update for changed `--dns-result-order` default (Richard Lau) [#&#8203;40538](https://github.com/nodejs/node/pull/40538)
    
  • [`acc22c7c4a`](https://github.com/nodejs/node/commit/acc22c7c4a)] - **doc**: add missing entry in `globals.md` (Antoine du Hamel) [#&#8203;40531](https://github.com/nodejs/node/pull/40531)
    
  • [`0375d958ef`](https://github.com/nodejs/node/commit/0375d958ef)] - **doc**: explain backport labels (Stephen Belanger) [#&#8203;40520](https://github.com/nodejs/node/pull/40520)
    
  • [`4993d87c49`](https://github.com/nodejs/node/commit/4993d87c49)] - **doc**: fix entry for Slack channel in onboarding.md (Rich Trott) [#&#8203;40563](https://github.com/nodejs/node/pull/40563)
    
  • [`89b34ecffb`](https://github.com/nodejs/node/commit/89b34ecffb)] - **doc**: add VoltrexMaster to collaborators (voltrexmaster) [#&#8203;40566](https://github.com/nodejs/node/pull/40566)
    
  • [`6357ef15d0`](https://github.com/nodejs/node/commit/6357ef15d0)] - **doc**: document considerations for inclusion in core (Rich Trott) [#&#8203;40338](https://github.com/nodejs/node/pull/40338)
    
  • [`ed04827373`](https://github.com/nodejs/node/commit/ed04827373)] - **doc**: update link in onboarding doc (Rich Trott) [#&#8203;40539](https://github.com/nodejs/node/pull/40539)
    
  • [`34e244b8e9`](https://github.com/nodejs/node/commit/34e244b8e9)] - **doc**: clarify behavior of napi_extended_error_info (Michael Dawson) [#&#8203;40458](https://github.com/nodejs/node/pull/40458)
    
  • [`5a588ff047`](https://github.com/nodejs/node/commit/5a588ff047)] - **doc**: add updating expected assets to release guide (Richard Lau) [#&#8203;40470](https://github.com/nodejs/node/pull/40470)
    
  • [`95e4d29eb4`](https://github.com/nodejs/node/commit/95e4d29eb4)] - **(SEMVER-MINOR)** **esm**: add support for JSON import assertion (Antoine du Hamel) [#&#8203;40250](https://github.com/nodejs/node/pull/40250)
    
  • [`825a683423`](https://github.com/nodejs/node/commit/825a683423)] - **http**: response should always emit 'close' (Robert Nagy) [#&#8203;40543](https://github.com/nodejs/node/pull/40543)
    
  • [`81cd7f3751`](https://github.com/nodejs/node/commit/81cd7f3751)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#&#8203;40325](https://github.com/nodejs/node/pull/40325)
    
  • [`1ddbae2d76`](https://github.com/nodejs/node/commit/1ddbae2d76)] - **(SEMVER-MINOR)** **lib**: add unsubscribe method to non-active DC channels (simon-id) [#&#8203;40433](https://github.com/nodejs/node/pull/40433)
    
  • [`aa61551b49`](https://github.com/nodejs/node/commit/aa61551b49)] - **(SEMVER-MINOR)** **lib**: add return value for DC channel.unsubscribe (simon-id) [#&#8203;40433](https://github.com/nodejs/node/pull/40433)
    
  • [`d97872dd98`](https://github.com/nodejs/node/commit/d97872dd98)] - **meta**: use form schema for flaky test template (Michaël Zasso) [#&#8203;40737](https://github.com/nodejs/node/pull/40737)
    
  • [`c2fabdbce8`](https://github.com/nodejs/node/commit/c2fabdbce8)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40668](https://github.com/nodejs/node/pull/40668)
    
  • [`aa98c6bdce`](https://github.com/nodejs/node/commit/aa98c6bdce)] - **meta**: consolidate AUTHORS entries for brettkiefer (Rich Trott) [#&#8203;40599](https://github.com/nodejs/node/pull/40599)
    
  • [`18296c3d8e`](https://github.com/nodejs/node/commit/18296c3d8e)] - **meta**: consolidate AUTHORS entries for alexzherdev (Rich Trott) [#&#8203;40620](https://github.com/nodejs/node/pull/40620)
    
  • [`88d812793d`](https://github.com/nodejs/node/commit/88d812793d)] - **meta**: consolidate AUTHORS entries for Azard (Rich Trott) [#&#8203;40619](https://github.com/nodejs/node/pull/40619)
    
  • [`d81b65ca0e`](https://github.com/nodejs/node/commit/d81b65ca0e)] - **meta**: move Fishrock123 to emeritus (Jeremiah Senkpiel) [#&#8203;40596](https://github.com/nodejs/node/pull/40596)
    
  • [`ec02e7b68a`](https://github.com/nodejs/node/commit/ec02e7b68a)] - **meta**: consolidate AUTHORS entries for clakech (Rich Trott) [#&#8203;40589](https://github.com/nodejs/node/pull/40589)
    
  • [`08e7a2ff24`](https://github.com/nodejs/node/commit/08e7a2ff24)] - **meta**: consolidate AUTHORS entries for darai0512 (Rich Trott) [#&#8203;40569](https://github.com/nodejs/node/pull/40569)
    
  • [`488ee51f90`](https://github.com/nodejs/node/commit/488ee51f90)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40580](https://github.com/nodejs/node/pull/40580)
    
  • [`ba9a6c5d06`](https://github.com/nodejs/node/commit/ba9a6c5d06)] - **meta**: consolidate AUTHORS entries for dfabulich (Rich Trott) [#&#8203;40527](https://github.com/nodejs/node/pull/40527)
    
  • [`bd06e9945e`](https://github.com/nodejs/node/commit/bd06e9945e)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;40464](https://github.com/nodejs/node/pull/40464)
    
  • [`7cee125dcf`](https://github.com/nodejs/node/commit/7cee125dcf)] - **meta**: add Richard Lau to TSC list in README.md (Rich Trott) [#&#8203;40523](https://github.com/nodejs/node/pull/40523)
    
  • [`6a771f8bcb`](https://github.com/nodejs/node/commit/6a771f8bcb)] - **meta**: consolidate AUTHORS entries for dguo (Rich Trott) [#&#8203;40517](https://github.com/nodejs/node/pull/40517)
    
  • [`e4c740646d`](https://github.com/nodejs/node/commit/e4c740646d)] - **meta**: consolidate AUTHORS entries for cxreg (Rich Trott) [#&#8203;40490](https://github.com/nodejs/node/pull/40490)
    
  • [`075cfbf941`](https://github.com/nodejs/node/commit/075cfbf941)] - **module**: resolver & spec hardening /w refactoring (Guy Bedford) [#&#8203;40510](https://github.com/nodejs/node/pull/40510)
    
  • [`b320387c83`](https://github.com/nodejs/node/commit/b320387c83)] - **policy**: fix message for invalid manifest specifier (Rich Trott) [#&#8203;40574](https://github.com/nodejs/node/pull/40574)
    
  • [`ea968d54c5`](https://github.com/nodejs/node/commit/ea968d54c5)] - **process**: refactor execution (Voltrex) [#&#8203;40664](https://github.com/nodejs/node/pull/40664)
    
  • [`fb7c437b0b`](https://github.com/nodejs/node/commit/fb7c437b0b)] - **src**: make LoadEnvironment with string work with builtin modules path (Michaël Zasso) [#&#8203;40607](https://github.com/nodejs/node/pull/40607)
    
  • [`e9388c87bf`](https://github.com/nodejs/node/commit/e9388c87bf)] - **src**: remove usage of `AllocatedBuffer` from `node_http2` (Darshan Sen) [#&#8203;40584](https://github.com/nodejs/node/pull/40584)
    
  • [`7a22f913b0`](https://github.com/nodejs/node/commit/7a22f913b0)] - **src**: fix #endif description in crypto_keygen.h (Tobias Nießen) [#&#8203;40639](https://github.com/nodejs/node/pull/40639)
    
  • [`396342e26d`](https://github.com/nodejs/node/commit/396342e26d)] - **src**: throw error instead of assertion (Ray Wang) [#&#8203;40243](https://github.com/nodejs/node/pull/40243)
    
  • [`accab383a1`](https://github.com/nodejs/node/commit/accab383a1)] - **src**: register external references in os bindings (Joyee Cheung) [#&#8203;40239](https://github.com/nodejs/node/pull/40239)
    
  • [`a11f9ea4f0`](https://github.com/nodejs/node/commit/a11f9ea4f0)] - **src**: register external references in crypto bindings (Joyee Cheung) [#&#8203;40239](https://github.com/nodejs/node/pull/40239)
    
  • [`ef1ace7e88`](https://github.com/nodejs/node/commit/ef1ace7e88)] - **src,crypto**: use `std::variant` in DH params (Darshan Sen) [#&#8203;40457](https://github.com/nodejs/node/pull/40457)
    
  • [`4433852f62`](https://github.com/nodejs/node/commit/4433852f62)] - **src,crypto**: remove `AllocatedBuffer` from `crypto_cipher.cc` (Darshan Sen) [#&#8203;40400](https://github.com/nodejs/node/pull/40400)
    
  • [`814126c3ed`](https://github.com/nodejs/node/commit/814126c3ed)] - **src,fs**: remove `ToLocalChecked()` call from `fs::AfterMkdirp()` (Darshan Sen) [#&#8203;40386](https://github.com/nodejs/node/pull/40386)
    
  • [`d4b45cc249`](https://github.com/nodejs/node/commit/d4b45cc249)] - **src,stream**: remove `*Check*()` calls from non-`Initialize()` functions (Darshan Sen) [#&#8203;40425](https://github.com/nodejs/node/pull/40425)
    
  • [`bac7fe0797`](https://github.com/nodejs/node/commit/bac7fe0797)] - **stream**: remove no longer necessary ComposeDuplex (Robert Nagy) [#&#8203;40545](https://github.com/nodejs/node/pull/40545)
    
  • [`e58cce49fd`](https://github.com/nodejs/node/commit/e58cce49fd)] - **test**: disable warnings to fix flaky test (Antoine du Hamel) [#&#8203;40739](https://github.com/nodejs/node/pull/40739)
    
  • [`8c103ab2ff`](https://github.com/nodejs/node/commit/8c103ab2ff)] - **test**: skip macos sandbox test with builtin modules path (Michaël Zasso) [#&#8203;40607](https://github.com/nodejs/node/pull/40607)
    
  • [`ac3bc6eed0`](https://github.com/nodejs/node/commit/ac3bc6eed0)] - **test**: add semicolon after chunk size (Luigi Pinca) [#&#8203;40487](https://github.com/nodejs/node/pull/40487)
    
  • [`95fe9bb922`](https://github.com/nodejs/node/commit/95fe9bb922)] - **test**: deflake http2-cancel-while-client-reading (Luigi Pinca) [#&#8203;40659](https://github.com/nodejs/node/pull/40659)
    
  • [`dfd0215266`](https://github.com/nodejs/node/commit/dfd0215266)] - **test**: avoid deep comparisons with literals (Tobias Nießen) [#&#8203;40634](https://github.com/nodejs/node/pull/40634)
    
  • [`5020f634b8`](https://github.com/nodejs/node/commit/5020f634b8)] - **test**: mark test-policy-integrity flaky on Windows (Rich Trott) [#&#8203;40684](https://github.com/nodejs/node/pull/40684)
    
  • [`8fa1c61e40`](https://github.com/nodejs/node/commit/8fa1c61e40)] - **test**: fix test-datetime-change-notify after daylight change (Piotr Rybak) [#&#8203;40684](https://github.com/nodejs/node/pull/40684)
    
  • [`179a5c5436`](https://github.com/nodejs/node/commit/179a5c5436)] - **test**: test `crypto.setEngine()` using an actual engine (Darshan Sen) [#&#8203;40481](https://github.com/nodejs/node/pull/40481)
    
  • [`cf6ded4db5`](https://github.com/nodejs/node/commit/cf6ded4db5)] - **test**: use conventional argument order in assertion (Tobias Nießen) [#&#8203;40591](https://github.com/nodejs/node/pull/40591)
    
  • [`aefb097d6a`](https://github.com/nodejs/node/commit/aefb097d6a)] - **test**: fix test description (Luigi Pinca) [#&#8203;40486](https://github.com/nodejs/node/pull/40486)
    
  • [`126e669b84`](https://github.com/nodejs/node/commit/126e669b84)] - **test,doc**: correct documentation for runBenchmark() (Rich Trott) [#&#8203;40683](https://github.com/nodejs/node/pull/40683)
    
  • [`1844463ce2`](https://github.com/nodejs/node/commit/1844463ce2)] - **test,tools**: increase pummel/benchmark test timeout from 4x to 6x (Rich Trott) [#&#8203;40684](https://github.com/nodejs/node/pull/40684)
    
  • [`f731f5ffb5`](https://github.com/nodejs/node/commit/f731f5ffb5)] - **test,tools**: increase timeout for benchmark tests (Rich Trott) [#&#8203;40684](https://github.com/nodejs/node/pull/40684)
    
  • [`bbc10f1849`](https://github.com/nodejs/node/commit/bbc10f1849)] - **tools**: simplify and fix commit queue (Michaël Zasso) [#&#8203;40742](https://github.com/nodejs/node/pull/40742)
    
  • [`a3df50d810`](https://github.com/nodejs/node/commit/a3df50d810)] - **tools**: ensure the PR was not pushed before merging (Antoine du Hamel) [#&#8203;40747](https://github.com/nodejs/node/pull/40747)
    
  • [`306d953c15`](https://github.com/nodejs/node/commit/306d953c15)] - **tools**: update ESLint to 8.2.0 (Luigi Pinca) [#&#8203;40734](https://github.com/nodejs/node/pull/40734)
    
  • [`b7e736843c`](https://github.com/nodejs/node/commit/b7e736843c)] - **tools**: use GitHub Squash and Merge feature when using CQ (Antoine du Hamel) [#&#8203;40666](https://github.com/nodejs/node/pull/40666)
    
  • [`50d102ec08`](https://github.com/nodejs/node/commit/50d102ec08)] - **tools**: fix bug in `prefer-primordials` ESLint rule (Antoine du Hamel) [#&#8203;40628](https://github.com/nodejs/node/pull/40628)
    
  • [`ec2cadef85`](https://github.com/nodejs/node/commit/ec2cadef85)] - **tools**: add script to update c-ares (Richard Lau) [#&#8203;40660](https://github.com/nodejs/node/pull/40660)
    
  • [`5daa313215`](https://github.com/nodejs/node/commit/5daa313215)] - **tools**: notify user if format-md needs to be run (Rich Trott) [#&#8203;40647](https://github.com/nodejs/node/pull/40647)
    
  • [`0787c781ce`](https://github.com/nodejs/node/commit/0787c781ce)] - **tools**: abort CQ session when landing several commits (Antoine du Hamel) [#&#8203;40577](https://github.com/nodejs/node/pull/40577)
    
  • [`ddc44ddfd9`](https://github.com/nodejs/node/commit/ddc44ddfd9)] - **tools**: fix commit-lint workflow (Antoine du Hamel) [#&#8203;40673](https://github.com/nodejs/node/pull/40673)
    
  • [`47eddd7076`](https://github.com/nodejs/node/commit/47eddd7076)] - **tools**: avoid unnecessary escaping in markdown formatter (Rich Trott) [#&#8203;40645](https://github.com/nodejs/node/pull/40645)
    
  • [`c700de3705`](https://github.com/nodejs/node/commit/c700de3705)] - **tools**: avoid fetch extra commits when validating commit messages (Antoine du Hamel) [#&#8203;39128](https://github.com/nodejs/node/pull/39128)
    
  • [`716963484b`](https://github.com/nodejs/node/commit/716963484b)] - **tools**: update ESLint to 8.1.0 (Luigi Pinca) [#&#8203;40582](https://github.com/nodejs/node/pull/40582)
    
  • [`9cb2116608`](https://github.com/nodejs/node/commit/9cb2116608)] - **tools**: fix formatting of warning message in update-authors.js (Rich Trott) [#&#8203;40600](https://github.com/nodejs/node/pull/40600)
    
  • [`507f1dbc8d`](https://github.com/nodejs/node/commit/507f1dbc8d)] - **tools**: udpate doc tools to accommodate GFM footnotes (Rich Trott) [#&#8203;40477](https://github.com/nodejs/node/pull/40477)
    
  • [`c2265a92c3`](https://github.com/nodejs/node/commit/c2265a92c3)] - **tools**: update license-builder.sh for OpenSSL (Rich Trott) [#&#8203;40540](https://github.com/nodejs/node/pull/40540)
    
  • [`16624b404c`](https://github.com/nodejs/node/commit/16624b404c)] - **tools,meta**: remove exclusions from AUTHORS (Rich Trott) [#&#8203;40648](https://github.com/nodejs/node/pull/40648)
    
  • [`a95e344fe5`](https://github.com/nodejs/node/commit/a95e344fe5)] - **tty**: support more CI services in `getColorDepth` (Richie Bendall) [#&#8203;40385](https://github.com/nodejs/node/pull/40385)
    
  • [`b4194ff349`](https://github.com/nodejs/node/commit/b4194ff349)] - **typings**: add more bindings typings (Mestery) [#&#8203;40415](https://github.com/nodejs/node/pull/40415)
    
  • [`da859b56cb`](https://github.com/nodejs/node/commit/da859b56cb)] - **typings**: add JSDoc typings for inspector (Voltrex) [#&#8203;38390](https://github.com/nodejs/node/pull/38390)
    
  • [`90aa96dc44`](https://github.com/nodejs/node/commit/90aa96dc44)] - **typings**: improve internal bindings typings (Mestery) [#&#8203;40411](https://github.com/nodejs/node/pull/40411)
    
  • [`1e9f3cc522`](https://github.com/nodejs/node/commit/1e9f3cc522)] - **typings**: separate `internalBinding` typings (Mestery) [#&#8203;40409](https://github.com/nodejs/node/pull/40409)
    
  • [`fbeb895ca6`](https://github.com/nodejs/node/commit/fbeb895ca6)] - **(SEMVER-MINOR)** **v8**: multi-tenant promise hook api (Stephen Belanger) [#&#8203;39283](https://github.com/nodejs/node/pull/39283)
    
    

v17.0.1: 2021-10-20, Version 17.0.1 (Current), @​targos

Compare Source

Notable Changes
Fixed distribution for native addon builds

This release fixes an issue introduced in Node.js v17.0.0, where some V8 headers
were missing from the distributed tarball, making it impossible to build native
addons. These headers are now included. #​40526

Fixed stream issues
  • Fixed a regression in stream.promises.pipeline, which was introduced in version
    16.10.0, is fixed. It is now possible again to pass an array of streams to the
    function. #​40193
  • Fixed a bug in stream.Duplex.from, which didn't work properly when an async
    generator function was passed to it. #​40499
Commits
  • [`3f033556c3`](https://github.com/nodejs/node/commit/3f033556c3)] - **build**: include missing V8 headers in distribution (Michaël Zasso) [#&#8203;40526](https://github.com/nodejs/node/pull/40526)
    
  • [`adbd92ef1d`](https://github.com/nodejs/node/commit/adbd92ef1d)] - **crypto**: avoid double free (Michael Dawson) [#&#8203;40380](https://github.com/nodejs/node/pull/40380)
    
  • [`8dce85aadc`](https://github.com/nodejs/node/commit/8dce85aadc)] - **doc**: format doc/api/\*.md with markdown formatter (Rich Trott) [#&#8203;40403](https://github.com/nodejs/node/pull/40403)
    
  • [`977016a72f`](https://github.com/nodejs/node/commit/977016a72f)] - **doc**: specify that maxFreeSockets is per host (Luigi Pinca) [#&#8203;40483](https://github.com/nodejs/node/pull/40483)
    
  • [`f9f2442739`](https://github.com/nodejs/node/commit/f9f2442739)] - **src**: add missing inialization in agent.h (Michael Dawson) [#&#8203;40379](https://github.com/nodejs/node/pull/40379)
    
  • [`111f0bd9b6`](https://github.com/nodejs/node/commit/111f0bd9b6)] - **stream**: fix fromAsyncGen (Robert Nagy) [#&#8203;40499](https://github.com/nodejs/node/pull/40499)
    
  • [`b84f101049`](https://github.com/nodejs/node/commit/b84f101049)] - **stream**: support array of streams in promises pipeline (Mestery) [#&#8203;40193](https://github.com/nodejs/node/pull/40193)
    
  • [`3f7c503b69`](https://github.com/nodejs/node/commit/3f7c503b69)] - **test**: adjust CLI flags test to ignore blank lines in doc (Rich Trott) [#&#8203;40403](https://github.com/nodejs/node/pull/40403)
    
  • [`7c42d9fcc6`](https://github.com/nodejs/node/commit/7c42d9fcc6)] - **test**: split test-crypto-dh.js (Joyee Cheung) [#&#8203;40451](https://github.com/nodejs/node/pull/40451)
    
    

v17.0.0: 2021-10-19, Version 17.0.0 (Current), @​BethGriggs

Compare Source

Notable Changes
Deprecations and Removals
  • [`f182b9b29f`](https://github.com/nodejs/node/commit/f182b9b29f)] - **(SEMVER-MAJOR)** **dns**: runtime deprecate type coercion of `dns.lookup` options (Antoine du Hamel) [#&#8203;39793](https://github.com/nodejs/node/pull/39793)
    
  • [`4b030d0573`](https://github.com/nodejs/node/commit/4b030d0573)] - **doc**: deprecate (doc-only) http abort related (dr-js) [#&#8203;36670](https://github.com/nodejs/node/pull/36670)
    
  • [`36e2ffe6dc`](https://github.com/nodejs/node/commit/36e2ffe6dc)] - **(SEMVER-MAJOR)** **module**: subpath folder mappings EOL (Guy Bedford) [#&#8203;40121](https://github.com/nodejs/node/pull/40121)
    
  • [`64287e4d45`](https://github.com/nodejs/node/commit/64287e4d45)] - **(SEMVER-MAJOR)** **module**: runtime deprecate trailing slash patterns (Guy Bedford) [#&#8203;40117](https://github.com/nodejs/node/pull/40117)
    
    
OpenSSL 3.0

Node.js now includes OpenSSL 3.0, specifically quictls/openssl which provides QUIC support. With OpenSSL 3.0 FIPS support is again available using the new FIPS module. For details about how to build Node.js with FIPS support please see BUILDING.md.

While OpenSSL 3.0 APIs should be mostly compatible with those provided by OpenSSL 1.1.1, we do anticipate some ecosystem impact due to tightened restrictions on the allowed algorithms and key sizes.

If you hit an ERR_OSSL_EVP_UNSUPPORTED error in your application with Node.js 17, it’s likely that your application or a module you’re using is attempting to use an algorithm or key size which is no longer allowed by default with OpenSSL 3.0. A command-line option, --openssl-legacy-provider, has been added to revert to the legacy provider as a temporary workaround for these tightened restrictions.

For details about all the features in OpenSSL 3.0 please see the OpenSSL 3.0 release blog.

Contributed in https://github.com/nodejs/node/pull/38512, https://github.com/nodejs/node/pull/40478

V8 9.5

The V8 JavaScript engine is updated to V8 9.5. This release comes with additional supported types for the Intl.DisplayNames API and Extended timeZoneName options in the Intl.DateTimeFormat API.

You can read more details in the V8 9.5 release post - https://v8.dev/blog/v8-release-95.

Contributed by Michaël Zasso - https://github.com/nodejs/node/pull/40178

Readline Promise API

The readline module provides an interface for reading data from a Readable
stream (such as process.stdin) one line at a time.

The following simple example illustrates the basic use of the readline module:

import * as readline from 'node:readline/promises';
import { stdin as input, stdout as output } from 'process';

const rl = readline.createInterface({ input, output });

const answer = await rl.question('What do you think of Node.js? ');

console.log(`Thank you for your valuable feedback: ${answer}`);

rl.close();

Contributed by Antoine du Hamel - https://github.com/nodejs/node/pull/37947

Other Notable Changes
  • [`1b2749ecbe`](https://github.com/nodejs/node/commit/1b2749ecbe)] - **(SEMVER-MAJOR)** **dns**: default to verbatim=true in dns.lookup() (treysis) [#&#8203;39987](https://github.com/nodejs/node/pull/39987)
    
  • [`59d3d542d6`](https://github.com/nodejs/node/commit/59d3d542d6)] - **(SEMVER-MAJOR)** **errors**: print Node.js version on fatal exceptions that cause exit (Divlo) [#&#8203;38332](https://github.com/nodejs/node/pull/38332)
    
  • [`a35b7e0427`](https://github.com/nodejs/node/commit/a35b7e0427)] - **deps**: upgrade npm to 8.1.0 (npm team) [#&#8203;40463](https://github.com/nodejs/node/pull/40463)
    
  • [`6cd12be347`](https://github.com/nodejs/node/commit/6cd12be347)] - **(SEMVER-MINOR)** **fs**: add FileHandle.prototype.readableWebStream() (James M Snell) [#&#8203;39331](https://github.com/nodejs/node/pull/39331)
    
  • [`d0a898681f`](https://github.com/nodejs/node/commit/d0a898681f)] - **(SEMVER-MAJOR)** **lib**: add structuredClone() global (Ethan Arrowood) [#&#8203;39759](https://github.com/nodejs/node/pull/39759)
    
  • [`e4b1fb5e64`](https://github.com/nodejs/node/commit/e4b1fb5e64)] - **(SEMVER-MAJOR)** **lib**: expose `DOMException` as global (Khaidi Chu) [#&#8203;39176](https://github.com/nodejs/node/pull/39176)
    
  • [`0738a2b7bd`](https://github.com/nodejs/node/commit/0738a2b7bd)] - **(SEMVER-MAJOR)** **stream**: finished should error on errored stream (Robert Nagy) [#&#8203;39235](https://github.com/nodejs/node/pull/39235)
    
    
Semver-Major Commits
  • [`9dfa30bdd5`](https://github.com/nodejs/node/commit/9dfa30bdd5)] - **(SEMVER-MAJOR)** **build**: compile with C++17 (MSVC) (Richard Lau) [#&#8203;38807](https://github.com/nodejs/node/pull/38807)
    
  • [`9f0bc602e4`](https://github.com/nodejs/node/commit/9f0bc602e4)] - **(SEMVER-MAJOR)** **build**: compile with --gnu++17 (Richard Lau) [#&#8203;38807](https://github.com/nodejs/node/pull/38807)
    
  • [`62719c5fd2`](https://github.com/nodejs/node/commit/62719c5fd2)] - **(SEMVER-MAJOR)** **deps**: update V8 to 9.5.172.19 (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178)
    
  • [`66da32c045`](https://github.com/nodejs/node/commit/66da32c045)] - **(SEMVER-MAJOR)** **deps,test,src,doc,tools**: update to OpenSSL 3.0 (Daniel Bevenius) [#&#8203;38512](https://github.com/nodejs/node/pull/38512)
    
  • [`40c6e838df`](https://github.com/nodejs/node/commit/40c6e838df)] - **(SEMVER-MAJOR)** **dgram**: tighten `address` validation in `socket.send` (Voltrex) [#&#8203;39190](https://github.com/nodejs/node/pull/39190)
    
  • [`f182b9b29f`](https://github.com/nodejs/node/commit/f182b9b29f)] - **(SEMVER-MAJOR)** **dns**: runtime deprecate type coercion of `dns.lookup` options (Antoine du Hamel) [#&#8203;39793](https://github.com/nodejs/node/pull/39793)
    
  • [`1b2749ecbe`](https://github.com/nodejs/node/commit/1b2749ecbe)] - **(SEMVER-MAJOR)** **dns**: default to verbatim=true in dns.lookup() (treysis) [#&#8203;39987](https://github.com/nodejs/node/pull/39987)
    
  • [`ae876d420c`](https://github.com/nodejs/node/commit/ae876d420c)] - **(SEMVER-MAJOR)** **doc**: update minimum supported FreeBSD to 12.2 (Michaël Zasso) [#&#8203;40179](https://github.com/nodejs/node/pull/40179)
    
  • [`59d3d542d6`](https://github.com/nodejs/node/commit/59d3d542d6)] - **(SEMVER-MAJOR)** **errors**: print Node.js version on fatal exceptions that cause exit (Divlo) [#&#8203;38332](https://github.com/nodejs/node/pull/38332)
    
  • [`f9447b71a6`](https://github.com/nodejs/node/commit/f9447b71a6)] - **(SEMVER-MAJOR)** **fs**: fix rmsync error swallowing (Nitzan Uziely) [#&#8203;38684](https://github.com/nodejs/node/pull/38684)
    
  • [`f27b7cf95c`](https://github.com/nodejs/node/commit/f27b7cf95c)] - **(SEMVER-MAJOR)** **fs**: aggregate errors in fsPromises to avoid error swallowing (Nitzan Uziely) [#&#8203;38259](https://github.com/nodejs/node/pull/38259)
    
  • [`d0a898681f`](https://github.com/nodejs/node/commit/d0a898681f)] - **(SEMVER-MAJOR)** **lib**: add structuredClone() global (Ethan Arrowood) [#&#8203;39759](https://github.com/nodejs/node/pull/39759)
    
  • [`e4b1fb5e64`](https://github.com/nodejs/node/commit/e4b1fb5e64)] - **(SEMVER-MAJOR)** **lib**: expose `DOMException` as global (Khaidi Chu) [#&#8203;39176](https://github.com/nodejs/node/pull/39176)
    
  • [`36e2ffe6dc`](https://github.com/nodejs/node/commit/36e2ffe6dc)] - **(SEMVER-MAJOR)** **module**: subpath folder mappings EOL (Guy Bedford) [#&#8203;40121](https://github.com/nodejs/node/pull/40121)
    
  • [`64287e4d45`](https://github.com/nodejs/node/commit/64287e4d45)] - **(SEMVER-MAJOR)** **module**: runtime deprecate trailing slash patterns (Guy Bedford) [#&#8203;40117](https://github.com/nodejs/node/pull/40117)
    
  • [`707dd77d86`](https://github.com/nodejs/node/commit/707dd77d86)] - **(SEMVER-MAJOR)** **readline**: validate `AbortSignal`s and remove unused event listeners (Antoine du Hamel) [#&#8203;37947](https://github.com/nodejs/node/pull/37947)
    
  • [`8122d243ae`](https://github.com/nodejs/node/commit/8122d243ae)] - **(SEMVER-MAJOR)** **readline**: introduce promise-based API (Antoine du Hamel) [#&#8203;37947](https://github.com/nodejs/node/pull/37947)
    
  • [`592d1c3d44`](https://github.com/nodejs/node/commit/592d1c3d44)] - **(SEMVER-MAJOR)** **readline**: refactor `Interface` to ES2015 class (Antoine du Hamel) [#&#8203;37947](https://github.com/nodejs/node/pull/37947)
    
  • [`3f619407fe`](https://github.com/nodejs/node/commit/3f619407fe)] - **(SEMVER-MAJOR)** **src**: allow CAP_NET_BIND_SERVICE in SafeGetenv (Daniel Bevenius) [#&#8203;37727](https://github.com/nodejs/node/pull/37727)
    
  • [`0a7f850123`](https://github.com/nodejs/node/commit/0a7f850123)] - **(SEMVER-MAJOR)** **src**: return Maybe from a couple of functions (Darshan Sen) [#&#8203;39603](https://github.com/nodejs/node/pull/39603)
    
  • [`bdaf51bae7`](https://github.com/nodejs/node/commit/bdaf51bae7)] - **(SEMVER-MAJOR)** **src**: allow custom PageAllocator in NodePlatform (Shelley Vohr) [#&#8203;38362](https://github.com/nodejs/node/pull/38362)
    
  • [`0c6f345cda`](https://github.com/nodejs/node/commit/0c6f345cda)] - **(SEMVER-MAJOR)** **stream**: fix highwatermark threshold and add the missing error (Rongjian Zhang) [#&#8203;38700](https://github.com/nodejs/node/pull/38700)
    
  • [`0e841b45c2`](https://github.com/nodejs/node/commit/0e841b45c2)] - **(SEMVER-MAJOR)** **stream**: don't emit 'data' after 'error' or 'close' (Robert Nagy) [#&#8203;39639](https://github.com/nodejs/node/pull/39639)
    
  • [`ef992f6de9`](https://github.com/nodejs/node/commit/ef992f6de9)] - **(SEMVER-MAJOR)** **stream**: do not emit `end` on readable error (Szymon Marczak) [#&#8203;39607](https://github.com/nodejs/node/pull/39607)
    
  • [`efd40eadab`](https://github.com/nodejs/node/commit/efd40eadab)] - **(SEMVER-MAJOR)** **stream**: forward errored to callback (Robert Nagy) [#&#8203;39364](https://github.com/nodejs/node/pull/39364)
    
  • [`09d8c0c8d2`](https://github.com/nodejs/node/commit/09d8c0c8d2)] - **(SEMVER-MAJOR)** **stream**: destroy readable on read error (Robert Nagy) [#&#8203;39342](https://github.com/nodejs/node/pull/39342)
    
  • [`a5dec3a470`](https://github.com/nodejs/node/commit/a5dec3a470)] - **(SEMVER-MAJOR)** **stream**: validate abort signal (Robert Nagy) [#&#8203;39346](https://github.com/nodejs/node/pull/39346)
    
  • [`bb275ef2a4`](https://github.com/nodejs/node/commit/bb275ef2a4)] - **(SEMVER-MAJOR)** **stream**: unify stream utils (Robert Nagy) [#&#8203;39294](https://github.com/nodejs/node/pull/39294)
    
  • [`b2ae12d422`](https://github.com/nodejs/node/commit/b2ae12d422)] - **(SEMVER-MAJOR)** **stream**: throw on premature close in Readable\[AsyncIterator] (Darshan Sen) [#&#8203;39117](https://github.com/nodejs/node/pull/39117)
    
  • [`0738a2b7bd`](https://github.com/nodejs/node/commit/0738a2b7bd)] - **(SEMVER-MAJOR)** **stream**: finished should error on errored stream (Robert Nagy) [#&#8203;39235](https://github.com/nodejs/node/pull/39235)
    
  • [`954217adda`](https://github.com/nodejs/node/commit/954217adda)] - **(SEMVER-MAJOR)** **stream**: error Duplex write/read if not writable/readable (Robert Nagy) [#&#8203;34385](https://github.com/nodejs/node/pull/34385)
    
  • [`f4609bdf3f`](https://github.com/nodejs/node/commit/f4609bdf3f)] - **(SEMVER-MAJOR)** **stream**: bypass legacy destroy for pipeline and async iteration (Robert Nagy) [#&#8203;38505](https://github.com/nodejs/node/pull/38505)
    
  • [`e1e669b109`](https://github.com/nodejs/node/commit/e1e669b109)] - **(SEMVER-MAJOR)** **url**: throw invalid this on detached accessors (James M Snell) [#&#8203;39752](https://github.com/nodejs/node/pull/39752)
    
  • [`70157b9cb7`](https://github.com/nodejs/node/commit/70157b9cb7)] - **(SEMVER-MAJOR)** **url**: forbid certain confusable changes from being introduced by toASCII (Timothy Gu) [#&#8203;38631](https://github.com/nodejs/node/pull/38631)
    
    
Semver-Minor Commits
  • [`6cd12be347`](https://github.com/nodejs/node/commit/6cd12be347)] - **(SEMVER-MINOR)** **fs**: add FileHandle.prototype.readableWebStream() (James M Snell) [#&#8203;39331](https://github.com/nodejs/node/pull/39331)
    
  • [`341312d78a`](https://github.com/nodejs/node/commit/341312d78a)] - **(SEMVER-MINOR)** **readline**: add `autoCommit` option (Antoine du Hamel) [#&#8203;37947](https://github.com/nodejs/node/pull/37947)
    
  • [`1d2f37d970`](https://github.com/nodejs/node/commit/1d2f37d970)] - **(SEMVER-MINOR)** **src**: add --openssl-legacy-provider option (Daniel Bevenius) [#&#8203;40478](https://github.com/nodejs/node/pull/40478)
    
  • [`3b72788afb`](https://github.com/nodejs/node/commit/3b72788afb)] - **(SEMVER-MINOR)** **src**: add flags for controlling process behavior (Cheng Zhao) [#&#8203;40339](https://github.com/nodejs/node/pull/40339)
    
  • [`8306051001`](https://github.com/nodejs/node/commit/8306051001)] - **(SEMVER-MINOR)** **stream**: add readableDidRead (Robert Nagy) [#&#8203;36820](https://github.com/nodejs/node/pull/36820)
    
  • [`08ffbd115e`](https://github.com/nodejs/node/commit/08ffbd115e)] - **(SEMVER-MINOR)** **vm**: add support for import assertions in dynamic imports (Antoine du Hamel) [#&#8203;40249](https://github.com/nodejs/node/pull/40249)
    
    
Semver-Patch Commits
  • [`ed01811e71`](https://github.com/nodejs/node/commit/ed01811e71)] - **benchmark**: increase crypto DSA keygen params (Brian White) [#&#8203;40416](https://github.com/nodejs/node/pull/40416)
    
  • [`cb93fdbba5`](https://github.com/nodejs/node/commit/cb93fdbba5)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178)
    
  • [`ed76b49834`](https://github.com/nodejs/node/commit/ed76b49834)] - **build**: fix actions pull request's branch (Mestery) [#&#8203;40494](https://github.com/nodejs/node/pull/40494)
    
  • [`6baea14506`](https://github.com/nodejs/node/commit/6baea14506)] - **build**: avoid run find inactive authors on forked repo (Jiawen Geng) [#&#8203;40465](https://github.com/nodejs/node/pull/40465)
    
  • [`f9996d5b80`](https://github.com/nodejs/node/commit/f9996d5b80)] - **build**: include new public V8 headers in distribution (Michaël Zasso) [#&#8203;40423](https://github.com/nodejs/node/pull/40423)
    
  • [`983b757f3f`](https://github.com/nodejs/node/commit/983b757f3f)] - **build**: update codeowners-validator to 0.6 (FrankQiu) [#&#8203;40307](https://github.com/nodejs/node/pull/40307)
    
  • [`73c3885e10`](https://github.com/nodejs/node/commit/73c3885e10)] - **build**: remove duplicate check for authors.yml (Rich Trott) [#&#8203;40393](https://github.com/nodejs/node/pull/40393)
    
  • [`92090d3435`](https://github.com/nodejs/node/commit/92090d3435)] - **build**: make scripts in gyp run with right python (Cheng Zhao) [#&#8203;39730](https://github.com/nodejs/node/pull/39730)
    
  • [`28f711b552`](https://github.com/nodejs/node/commit/28f711b552)] - **crypto**: remove incorrect constructor invocation (gc) [#&#8203;40300](https://github.com/nodejs/node/pull/40300)
    
  • [`228e703ded`](https://github.com/nodejs/node/commit/228e703ded)] - **deps**: workaround debug link error on Windows (Richard Lau) [#&#8203;38807](https://github.com/nodejs/node/pull/38807)
    
  • [`a35b7e0427`](https://github.com/nodejs/node/commit/a35b7e0427)] - **deps**: upgrade npm to 8.1.0 (npm team) [#&#8203;40463](https://github.com/nodejs/node/pull/40463)
    
  • [`d434c5382a`](https://github.com/nodejs/node/commit/d434c5382a)] - **deps**: regenerate OpenSSL arch files (Daniel Bevenius) [#&#8203;40478](https://github.com/nodejs/node/pull/40478)
    
  • [`2cebd5f02b`](https://github.com/nodejs/node/commit/2cebd5f02b)] - **deps**: add missing legacyprov.c source (Daniel Bevenius) [#&#8203;40478](https://github.com/nodejs/node/pull/40478)
    
  • [`bf82dcd5ba`](https://github.com/nodejs/node/commit/bf82dcd5ba)] - **deps**: patch V8 to 9.5.172.21 (Michaël Zasso) [#&#8203;40432](https://github.com/nodejs/node/pull/40432)
    
  • [`795108a63d`](https://github.com/nodejs/node/commit/795108a63d)] - **deps**: V8: make V8 9.5 ABI-compatible with 9.6 (Michaël Zasso) [#&#8203;40422](https://github.com/nodejs/node/pull/40422)
    
  • [`5d7bd8616e`](https://github.com/nodejs/node/commit/5d7bd8616e)] - **deps**: suppress zlib compiler warnings (Daniel Bevenius) [#&#8203;40343](https://github.com/nodejs/node/pull/40343)
    
  • [`fe84cd453d`](https://github.com/nodejs/node/commit/fe84cd453d)] - **deps**: upgrade Corepack to 0.10 (Maël Nison) [#&#8203;40374](https://github.com/nodejs/node/pull/40374)
    
  • [`2d503ed3ff`](https://github.com/nodejs/node/commit/2d503ed3ff)] - **deps**: V8: backport [`239898e`](https://github.com/nodejs/node/commit/239898ef8c77) (Felix Yan) [#&#8203;39827](https://github.com/nodejs/node/pull/39827)
    
  • [`c9296b190f`](https://github.com/nodejs/node/commit/c9296b190f)] - **deps**: V8: cherry-pick [`2a0bc36`](https://github.com/nodejs/node/commit/2a0bc36dec12) (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178)
    
  • [`5b358370ad`](https://github.com/nodejs/node/commit/5b358370ad)] - **deps**: V8: cherry-pick [`cf21eb3`](https://github.com/nodejs/node/commit/cf21eb36b975) (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178)
    
  • [`228e703ded`](https://github.com/nodejs/node/commit/228e703ded)] - **deps**: workaround debug link error on Windows (Richard Lau) [#&#8203;38807](https://github.com/nodejs/node/pull/38807)
    
  • [`cca9b95523`](https://github.com/nodejs/node/commit/cca9b95523)] - **dgram**: add `nread` assertion to `UDPWrap::OnRecv` (Darshan Sen) [#&#8203;40295](https://github.com/nodejs/node/pull/40295)
    
  • [`7c77db0243`](https://github.com/nodejs/node/commit/7c77db0243)] - **dns**: refactor and use validators (Voltrex) [#&#8203;40022](https://github.com/nodejs/node/pull/40022)
    
  • [`a278117f28`](https://github.com/nodejs/node/commit/a278117f28)] - **doc**: update Collaborator guide to reflect GitHub web UI update (Antoine du Hamel) [#&#8203;40456](https://github.com/nodejs/node/pull/40456)
    
  • [`4cf5563147`](https://github.com/nodejs/node/commit/4cf5563147)] - **doc**: indicate n-api out params that may be NULL (Isaac Brodsky) [#&#8203;40371](https://github.com/nodejs/node/pull/40371)
    
  • [`15ce81a464`](https://github.com/nodejs/node/commit/15ce81a464)] - **doc**: remove ESLint comments which were breaking the CJS/ESM toggles (Mark Skelton) [#&#8203;40408](https://github.com/nodejs/node/pull/40408)
    
  • [`54a85d6bb5`](https://github.com/nodejs/node/commit/54a85d6bb5)] - **doc**: add pronouns for tniessen to README (Tobias Nießen) [#&#8203;40412](https://github.com/nodejs/node/pull/40412)
    
  • [`40db88b7b5`](https://github.com/nodejs/node/commit/40db88b7b5)] - **doc**: format changelogs (Rich Trott) [#&#8203;40388](https://github.com/nodejs/node/pull/40388)
    
  • [`4f68839910`](https://github.com/nodejs/node/commit/4f68839910)] - **doc**: fix missing variable in deepStrictEqual example (OliverOdo) [#&#8203;40396](https://github.com/nodejs/node/pull/40396)
    
  • [`ca6adcf37e`](https://github.com/nodejs/node/commit/ca6adcf37e)] - **doc**: fix asyncLocalStorage.run() description (Constantine Kim) [#&#8203;40381](https://github.com/nodejs/node/pull/40381)
    
  • [`7dd3adf6dd`](https://github.com/nodejs/node/commit/7dd3adf6dd)] - **doc**: fix typos in n-api docs (Ignacio Carbajo) [#&#8203;40402](https://github.com/nodejs/node/pull/40402)
    
  • [`eb65871ab4`](https://github.com/nodejs/node/commit/eb65871ab4)] - **doc**: format doc/guides using format-md task (Rich Trott) [#&#8203;40358](https://github.com/nodejs/node/pull/40358)
    
  • [`0d50dfdf61`](https://github.com/nodejs/node/commit/0d50dfdf61)] - **doc**: improve phrasing in fs.md (Arslan Ali) [#&#8203;40255](https://github.com/nodejs/node/pull/40255)
    
  • [`7723148758`](https://github.com/nodejs/node/commit/7723148758)] - **doc**: add link to core promises tracking issue (Michael Dawson) [#&#8203;40355](https://github.com/nodejs/node/pull/40355)
    
  • [`ccee352630`](https://github.com/nodejs/node/commit/ccee352630)] - **doc**: esm resolver spec refactoring for deprecations (Guy Bedford) [#&#8203;40314](https://github.com/nodejs/node/pull/40314)
    
  • [`1fc1b0f5f2`](https://github.com/nodejs/node/commit/1fc1b0f5f2)] - **doc**: claim ABI version for Electron v17 (Milan Burda) [#&#8203;40320](https://github.com/nodejs/node/pull/40320)
    
  • [`0d2b6aca60`](https://github.com/nodejs/node/commit/0d2b6aca60)] - **doc**: assign missing deprecation number (Michaël Zasso) [#&#8203;40324](https://github.com/nodejs/node/pull/40324)
    
  • [`4bd8e0efa0`](https://github.com/nodejs/node/commit/4bd8e0efa0)] - **doc**: fix typo in ESM example (Tobias Nießen) [#&#8203;40275](https://github.com/nodejs/node/pull/40275)
    
  • [`03d25fe816`](https://github.com/nodejs/node/commit/03d25fe816)] - **doc**: fix typo in esm.md (Mason Malone) [#&#8203;40273](https://github.com/nodejs/node/pull/40273)
    
  • [`6199441b00`](https://github.com/nodejs/node/commit/6199441b00)] - **doc**: correct ESM load hook table header (Jacob) [#&#8203;40234](https://github.com/nodejs/node/pull/40234)
    
  • [`78962d1ca1`](https://github.com/nodejs/node/commit/78962d1ca1)] - **doc**: mark readline promise implementation as experimental (Antoine du Hamel) [#&#8203;40211](https://github.com/nodejs/node/pull/40211)
    
  • [`4b030d0573`](https://github.com/nodejs/node/commit/4b030d0573)] - **doc**: deprecate (doc-only) http abort related (dr-js) [#&#8203;36670](https://github.com/nodejs/node/pull/36670)
    
  • [`bbd4c6eee9`](https://github.com/nodejs/node/commit/bbd4c6eee9)] - **doc**: claim ABI version for Electron v15 and v16 (Samuel Attard) [#&#8203;39950](https://github.com/nodejs/node/pull/39950)
    
  • [`3e774a0500`](https://github.com/nodejs/node/commit/3e774a0500)] - **doc**: fix history for `fs.WriteStream` `open` event (Antoine du Hamel) [#&#8203;39972](https://github.com/nodejs/node/pull/39972)
    
  • [`6fdd5827f0`](https://github.com/nodejs/node/commit/6fdd5827f0)] - **doc**: anchor link parity between markdown and html-generated docs (foxxyz) [#&#8203;39304](https://github.com/nodejs/node/pull/39304)
    
  • [`7b7a0331f4`](https://github.com/nodejs/node/commit/7b7a0331f4)] - **doc**: reset added: version to REPLACEME (Luigi Pinca) [#&#8203;39901](https://github.com/nodejs/node/pull/39901)
    
  • [`58257b7c61`](https://github.com/nodejs/node/commit/58257b7c61)] - **doc**: fix typo in webstreams.md (Luigi Pinca) [#&#8203;39898](https://github.com/nodejs/node/pull/39898)
    
  • [`df22736d80`](https://github.com/nodejs/node/commit/df22736d80)] - **esm**: consolidate ESM loader hooks (Jacob) [#&#8203;37468](https://github.com/nodejs/node/pull/37468)
    
  • [`ac4f5e2437`](https://github.com/nodejs/node/commit/ac4f5e2437)] - **lib**: refactor to use let (gdccwxx) [#&#8203;40364](https://github.com/nodejs/node/pull/40364)
    
  • [`3d11bafaa0`](https://github.com/nodejs/node/commit/3d11bafaa0)] - **lib**: make structuredClone spec compliant (voltrexmaster) [#&#8203;40251](https://github.com/nodejs/node/pull/40251)
    
  • [`48655e17e1`](https://github.com/nodejs/node/commit/48655e17e1)] - **lib,url**: correct URL's argument to pass idlharness (Khaidi Chu) [#&#8203;39848](https://github.com/nodejs/node/pull/39848)
    
  • [`c0a70203de`](https://github.com/nodejs/node/commit/c0a70203de)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40485](https://github.com/nodejs/node/pull/40485)
    
  • [`cbc7b5d424`](https://github.com/nodejs/node/commit/cbc7b5d424)] - **meta**: consolidate AUTHORS entries for emanuelbuholzer (Rich Trott) [#&#8203;40469](https://github.com/nodejs/node/pull/40469)
    
  • [`881174e016`](https://github.com/nodejs/node/commit/881174e016)] - **meta**: consolidate AUTHORS entries for ebickle (Rich Trott) [#&#8203;40447](https://github.com/nodejs/node/pull/40447)
    
  • [`b80b85e130`](https://github.com/nodejs/node/commit/b80b85e130)] - **meta**: add `typings` to label-pr-config (Mestery) [#&#8203;40401](https://github.com/nodejs/node/pull/40401)
    
  • [`95cf944736`](https://github.com/nodejs/node/commit/95cf944736)] - **meta**: consolidate AUTHORS entries for evantorrie (Rich Trott) [#&#8203;40430](https://github.com/nodejs/node/pull/40430)
    
  • [`c350c217f4`](https://github.com/nodejs/node/commit/c350c217f4)] - **meta**: consolidate AUTHORS entries for gabrielschulhof (Rich Trott) [#&#8203;40420](https://github.com/nodejs/node/pull/40420)
    
  • [`a9411891cf`](https://github.com/nodejs/node/commit/a9411891cf)] - **meta**: consolidate AUTHORS information for geirha (Rich Trott) [#&#8203;40406](https://github.com/nodejs/node/pull/40406)
    
  • [`0cc37209fa`](https://github.com/nodejs/node/commit/0cc37209fa)] - **meta**: consolidate duplicate AUTHORS entries for hassaanp (Rich Trott) [#&#8203;40391](https://github.com/nodejs/node/pull/40391)
    
  • [`49b7ec96a4`](https://github.com/nodejs/node/commit/49b7ec96a4)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40392](https://github.com/nodejs/node/pull/40392)
    
  • [`a3c0713d9e`](https://github.com/nodejs/node/commit/a3c0713d9e)] - **meta**: consolidate AUTHORS entry for thw0rted (Rich Trott) [#&#8203;40387](https://github.com/nodejs/node/pull/40387)
    
  • [`eaa59571e0`](https://github.com/nodejs/node/commit/eaa59571e0)] - **meta**: update label-pr-config (Mestery) [#&#8203;40199](https://github.com/nodejs/node/pull/40199)
    
  • [`6a205d7a56`](https://github.com/nodejs/node/commit/6a205d7a56)] - **meta**: use .mailmap to consolidate AUTHORS entries for ide (Rich Trott) [#&#8203;40367](https://github.com/nodejs/node/pull/40367)
    
  • [`f570109094`](https://github.com/nodejs/node/commit/f570109094)] - **net**: check if option is undefined (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344)
    
  • [`119558b6a2`](https://github.com/nodejs/node/commit/119558b6a2)] - **net**: remove unused ObjectKeys (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344)
    
  • [`c7cd8ef6c6`](https://github.com/nodejs/node/commit/c7cd8ef6c6)] - **net**: check objectMode first and then readble || writable (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344)
    
  • [`46446623f5`](https://github.com/nodejs/node/commit/46446623f5)] - **net**: throw error to object mode in Socket (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344)
    
  • [`38aa7cc7c7`](https://github.com/nodejs/node/commit/38aa7cc7c7)] - **src**: get embedder options on-demand (Joyee Cheung) [#&#8203;40357](https://github.com/nodejs/node/pull/40357)
    
  • [`ad4e70c817`](https://github.com/nodejs/node/commit/ad4e70c817)] - **src**: ensure V8 initialized before marking milestone (Shelley Vohr) [#&#8203;40405](https://github.com/nodejs/node/pull/40405)
    
  • [`a784258444`](https://github.com/nodejs/node/commit/a784258444)] - **src**: remove usage of `AllocatedBuffer` from `stream_*` (Darshan Sen) [#&#8203;40293](https://github.com/nodejs/node/pull/40293)
    
  • [`f11493dfc9`](https://github.com/nodejs/node/commit/f11493dfc9)] - **src**: add missing initialization (Michael Dawson) [#&#8203;40370](https://github.com/nodejs/node/pull/40370)
    
  • [`5e248eceb6`](https://github.com/nodejs/node/commit/5e248eceb6)] - **src**: update NODE_MODULE_VERSION to 102 (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178)
    
  • [`3f0b62375b`](https://github.com/nodejs/node/commit/3f0b62375b)] - **stream**: convert premature close to AbortError (Robert Nagy) [#&#8203;39524](https://github.com/nodejs/node/pull/39524)
    
  • [`79f4d5a345`](https://github.com/nodejs/node/commit/79f4d5a345)] - **stream**: fix toWeb typo (Robert Nagy) [#&#8203;39496](https://github.com/nodejs/node/pull/39496)
    
  • [`44ee6c2623`](https://github.com/nodejs/node/commit/44ee6c2623)] - **stream**: call done() in consistent fashion (Rich Trott) [#&#8203;39475](https://github.com/nodejs/node/pull/39475)
    
  • [`09ad64d66d`](https://github.com/nodejs/node/commit/09ad64d66d)] - **stream**: add CompressionStream and DecompressionStream (James M Snell) [#&#8203;39348](https://github.com/nodejs/node/pull/39348)
    
  • [`a99c230305`](https://github.com/nodejs/node/commit/a99c230305)] - **stream**: implement streams to webstreams adapters (James M Snell) [#&#8203;39134](https://github.com/nodejs/node/pull/39134)
    
  • [`a5ba28dda2`](https://github.com/nodejs/node/commit/a5ba28dda2)] - **stream**: fix performance regression (Brian White) [#&#8203;39254](https://github.com/nodejs/node/pull/39254)
    
  • [`ce00381751`](https://github.com/nodejs/node/commit/ce00381751)] - **stream**: use finished for async iteration (Robert Nagy) [#&#8203;39282](https://github.com/nodejs/node/pull/39282)
    
  • [`e0faf8c3e9`](https://github.com/nodejs/node/commit/e0faf8c3e9)] - **test**: replace common port with specific number (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344)
    
  • [`8068f40313`](https://github.com/nodejs/node/commit/8068f40313)] - **test**: fix typos in whatwg-webstreams explanations (Tobias Nießen) [#&#8203;40389](https://github.com/nodejs/node/pull/40389)
    
  • [`eafdeab97b`](https://github.com/nodejs/node/commit/eafdeab97b)] - **test**: add test for readStream.path when fd is specified (Qingyu Deng) [#&#8203;40359](https://github.com/nodejs/node/pull/40359)
    
  • [`24f045dae2`](https://github.com/nodejs/node/commit/24f045dae2)] - **test**: replace .then chains with await (gdccwxx) [#&#8203;40348](https://github.com/nodejs/node/pull/40348)
    
  • [`5b4ba52786`](https://github.com/nodejs/node/commit/5b4ba52786)] - **test**: fix "test/common/debugger" identify async function (gdccwxx) [#&#8203;40348](https://github.com/nodejs/node/pull/40348)
    
  • [`1d84e916d6`](https://github.com/nodejs/node/commit/1d84e916d6)] - **test**: improve test coverage of `fs.ReadStream` with `FileHandle` (Antoine du Hamel) [#&#8203;40018](https://github.com/nodejs/node/pull/40018)
    
  • [`b63e449b2e`](https://github.com/nodejs/node/commit/b63e449b2e)] - **test**: pass URL's toascii.window.js WPT (Khaidi Chu) [#&#8203;39910](https://github.com/nodejs/node/pull/39910)
    
  • [`842fd234b7`](https://github.com/nodejs/node/commit/842fd234b7)] - **test**: adapt test-repl to V8 9.5 (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178)
    
  • [`d7b9b9f8d7`](https://github.com/nodejs/node/commit/d7b9b9f8d7)] - **test**: remove test-v8-untrusted-code-mitigations (Ross McIlroy) [#&#8203;40178](https://github.com/nodejs/node/pull/40178)
    
  • [`7624917069`](https://github.com/nodejs/node/commit/7624917069)] - **tools**: update tools/lint-md dependencies to support GFM footnotes (Rich Trott) [#&#8203;40445](https://github.com/nodejs/node/pull/40445)
    
  • [`350a95b89f`](https://github.com/nodejs/node/commit/350a95b89f)] - **tools**: update lint-md dependencies (Rich Trott) [#&#8203;40404](https://github.com/nodejs/node/pull/40404)
    
  • [`012152d7d6`](https://github.com/nodejs/node/commit/012152d7d6)] - **tools**: udpate [@&#8203;babel/eslint-parser](https://github.com/babel/eslint-parser) (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394)
    
  • [`43c780e741`](https://github.com/nodejs/node/commit/43c780e741)] - **tools**: remove [@&#8203;babel/plugin-syntax-import-assertions](https://github.com/babel/plugin-syntax-import-assertions) (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394)
    
  • [`b39db95737`](https://github.com/nodejs/node/commit/b39db95737)] - **tools**: remove [@&#8203;bable/plugin-syntax-class-properties](https://github.com/bable/plugin-syntax-class-properties) (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394)
    
  • [`a6fd39f44f`](https://github.com/nodejs/node/commit/a6fd39f44f)] - **tools**: remove [@&#8203;babel/plugin-syntax-top-level-await](https://github.com/babel/plugin-syntax-top-level-await) (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394)
    
  • [`8ca76eba73`](https://github.com/nodejs/node/commit/8ca76eba73)] - **tools**: update ESLint to 8.0.0 (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394)
    
  • [`dd8e219d71`](https://github.com/nodejs/node/commit/dd8e219d71)] - **tools**: prepare ESLint rules for 8.0.0 requirements (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394)
    
  • [`0a1b399781`](https://github.com/nodejs/node/commit/0a1b399781)] - **tools**: fix ESLint update scripts (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394)
    
  • [`d6d6b050ff`](https://github.com/nodejs/node/commit/d6d6b050ff)] - **tools**: warn about duplicates when generating AUTHORS file (Rich Trott) [#&#8203;40304](https://github.com/nodejs/node/pull/40304)
    
  • [`1fd984581c`](https://github.com/nodejs/node/commit/1fd984581c)] - **tools**: update V8 gypfiles for 9.5 (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178)
    
  • [`a8a86387fa`](https://github.com/nodejs/node/commit/a8a86387fa)] - **tty**: enable buffering (Robert Nagy) [#&#8203;39253](https://github.com/nodejs/node/pull/39253)
    
  • [`9467cbadcb`](https://github.com/nodejs/node/commit/9467cbadcb)] - **typings**: define types for os binding (Michaël Zasso) [#&#8203;40222](https://github.com/nodejs/node/pull/40222)
    
  • [`70a5b86049`](https://github.com/nodejs/node/commit/70a5b86049)] - **typings**: add missing types to options and util bindings (Michaël Zasso) [#&#8203;40222](https://github.com/nodejs/node/pull/40222)
    
  • [`3815a21beb`](https://github.com/nodejs/node/commit/3815a21beb)] - **typings**: define types for timers binding (Michaël Zasso) [#&#8203;40222](https://github.com/nodejs/node/pull/40222)
    
  • [`9e64336fbf`](https://github.com/nodejs/node/commit/9e64336fbf)] - **typings**: fix declaration of primordials (Michaël Zasso) [#&#8203;40222](https://github.com/nodejs/node/pull/40222)
    
  • [`f581f6da94`](https://github.com/nodejs/node/commit/f581f6da94)] - **url**: fix performance regression (Brian White) [#&#8203;39778](https://github.com/nodejs/node/pull/39778)
    
  • [`02de40246f`](https://github.com/nodejs/node/commit/02de40246f)] - **v8**: remove --harmony-top-level-await (Geoffrey Booth) [#&#8203;40226](https://github.com/nodejs/node/pull/40226)
    
    

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [node](https://github.com/nodejs/node) | stage | major | `16.19.1-bullseye-slim` -> `18.15.0-bullseye-slim` | --- ### Release Notes <details> <summary>nodejs/node</summary> ### [`v18.15.0`](https://github.com/nodejs/node/releases/tag/v18.15.0): 2023-03-07, Version 18.15.0 &#x27;Hydrogen&#x27; (LTS), @&#8203;BethGriggs prepared by @&#8203;juanarbol [Compare Source](https://github.com/nodejs/node/compare/v18.14.2...v18.15.0) ##### Notable Changes - \[[`63563f8a7a`](https://github.com/nodejs/node/commit/63563f8a7a)] - **doc,lib,src,test**: rename --test-coverage (Colin Ihrig) [#&#8203;46017](https://github.com/nodejs/node/pull/46017) - \[[`28a775b32f`](https://github.com/nodejs/node/commit/28a775b32f)] - **test_runner**: add initial code coverage support (Colin Ihrig) [#&#8203;46017](https://github.com/nodejs/node/pull/46017) - \[[`4d50db14b3`](https://github.com/nodejs/node/commit/4d50db14b3)] - **(SEMVER-MINOR)** **test_runner**: add reporters (Moshe Atlow) [#&#8203;45712](https://github.com/nodejs/node/pull/45712) - \[[`643545ab79`](https://github.com/nodejs/node/commit/643545ab79)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#&#8203;46358](https://github.com/nodejs/node/pull/46358) - \[[`110ead9abb`](https://github.com/nodejs/node/commit/110ead9abb)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#&#8203;46320](https://github.com/nodejs/node/pull/46320) - \[[`02632b42cf`](https://github.com/nodejs/node/commit/02632b42cf)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#&#8203;46255](https://github.com/nodejs/node/pull/46255) - \[[`f09b838408`](https://github.com/nodejs/node/commit/f09b838408)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#&#8203;46218](https://github.com/nodejs/node/pull/46218) - \[[`cb5bb12422`](https://github.com/nodejs/node/commit/cb5bb12422)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#&#8203;46046](https://github.com/nodejs/node/pull/46046) ##### Commits - \[[`6f91c8e2ae`](https://github.com/nodejs/node/commit/6f91c8e2ae)] - **benchmark**: add trailing commas (Antoine du Hamel) [#&#8203;46370](https://github.com/nodejs/node/pull/46370) - \[[`d0b9be21eb`](https://github.com/nodejs/node/commit/d0b9be21eb)] - **benchmark**: remove buffer benchmarks redundancy (Brian White) [#&#8203;45735](https://github.com/nodejs/node/pull/45735) - \[[`6468f30d0d`](https://github.com/nodejs/node/commit/6468f30d0d)] - **benchmark**: introduce benchmark combination filtering (Brian White) [#&#8203;45735](https://github.com/nodejs/node/pull/45735) - \[[`cb5bb12422`](https://github.com/nodejs/node/commit/cb5bb12422)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#&#8203;46046](https://github.com/nodejs/node/pull/46046) - \[[`ec61bb04c0`](https://github.com/nodejs/node/commit/ec61bb04c0)] - **build**: export more OpenSSL symbols on Windows (Mohamed Akram) [#&#8203;45486](https://github.com/nodejs/node/pull/45486) - \[[`7bae4333ce`](https://github.com/nodejs/node/commit/7bae4333ce)] - **build**: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) [#&#8203;46228](https://github.com/nodejs/node/pull/46228) - \[[`0f5f2d4470`](https://github.com/nodejs/node/commit/0f5f2d4470)] - **crypto**: include `hmac.h` in `crypto_util.h` (Adam Langley) [#&#8203;46279](https://github.com/nodejs/node/pull/46279) - \[[`91ece4161b`](https://github.com/nodejs/node/commit/91ece4161b)] - **crypto**: avoid hang when no algorithm available (Richard Lau) [#&#8203;46237](https://github.com/nodejs/node/pull/46237) - \[[`492fc95bdf`](https://github.com/nodejs/node/commit/492fc95bdf)] - **deps**: V8: cherry-pick [`90be99f`](https://github.com/nodejs/node/commit/90be99fab31c) (Michaël Zasso) [#&#8203;46646](https://github.com/nodejs/node/pull/46646) - \[[`732c77e3d9`](https://github.com/nodejs/node/commit/732c77e3d9)] - **deps**: update acorn to 8.8.2 (Node.js GitHub Bot) [#&#8203;46363](https://github.com/nodejs/node/pull/46363) - \[[`8582f99ffb`](https://github.com/nodejs/node/commit/8582f99ffb)] - **deps**: update to uvwasi 0.0.15 (Colin Ihrig) [#&#8203;46253](https://github.com/nodejs/node/pull/46253) - \[[`5453cd9940`](https://github.com/nodejs/node/commit/5453cd9940)] - **deps**: V8: cherry-pick [`bf0bd48`](https://github.com/nodejs/node/commit/bf0bd4868dde) (Michaël Zasso) [#&#8203;45908](https://github.com/nodejs/node/pull/45908) - \[[`3ea53c5dc8`](https://github.com/nodejs/node/commit/3ea53c5dc8)] - **deps**: V8: cherry-pick [`c875e86`](https://github.com/nodejs/node/commit/c875e86df1d7) (sepehrst) [#&#8203;46501](https://github.com/nodejs/node/pull/46501) - \[[`c04808de4b`](https://github.com/nodejs/node/commit/c04808de4b)] - **doc**: correct the `sed` command for macOS in release process docs (Juan José) [#&#8203;46397](https://github.com/nodejs/node/pull/46397) - \[[`8113220690`](https://github.com/nodejs/node/commit/8113220690)] - **doc**: pass string to `textEncoder.encode` as input (Deokjin Kim) [#&#8203;46421](https://github.com/nodejs/node/pull/46421) - \[[`129dccf5d2`](https://github.com/nodejs/node/commit/129dccf5d2)] - **doc**: add tip for session.post function (theanarkh) [#&#8203;46354](https://github.com/nodejs/node/pull/46354) - \[[`919e581732`](https://github.com/nodejs/node/commit/919e581732)] - **doc**: add documentation for socket.destroySoon() (Luigi Pinca) [#&#8203;46337](https://github.com/nodejs/node/pull/46337) - \[[`fc15ac95a5`](https://github.com/nodejs/node/commit/fc15ac95a5)] - **doc**: fix commit message using test instead of deps (Tony Gorez) [#&#8203;46313](https://github.com/nodejs/node/pull/46313) - \[[`d153a93200`](https://github.com/nodejs/node/commit/d153a93200)] - **doc**: add v8 fast api contribution guidelines (Yagiz Nizipli) [#&#8203;46199](https://github.com/nodejs/node/pull/46199) - \[[`dbf082d082`](https://github.com/nodejs/node/commit/dbf082d082)] - **doc**: fix small typo error (0xflotus) [#&#8203;46186](https://github.com/nodejs/node/pull/46186) - \[[`94421b4cfe`](https://github.com/nodejs/node/commit/94421b4cfe)] - **doc**: mark some parameters as optional in webstreams (Deokjin Kim) [#&#8203;46269](https://github.com/nodejs/node/pull/46269) - \[[`5adb743511`](https://github.com/nodejs/node/commit/5adb743511)] - **doc**: update output of example in `events.getEventListeners` (Deokjin Kim) [#&#8203;46268](https://github.com/nodejs/node/pull/46268) - \[[`63563f8a7a`](https://github.com/nodejs/node/commit/63563f8a7a)] - **doc,lib,src,test**: rename --test-coverage (Colin Ihrig) [#&#8203;46017](https://github.com/nodejs/node/pull/46017) - \[[`4e88c7c813`](https://github.com/nodejs/node/commit/4e88c7c813)] - **esm**: delete preload mock test (Geoffrey Booth) [#&#8203;46402](https://github.com/nodejs/node/pull/46402) - \[[`643545ab79`](https://github.com/nodejs/node/commit/643545ab79)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#&#8203;46358](https://github.com/nodejs/node/pull/46358) - \[[`5019b5473f`](https://github.com/nodejs/node/commit/5019b5473f)] - **http**: res.setHeaders first implementation (Marco Ippolito) [#&#8203;46109](https://github.com/nodejs/node/pull/46109) - \[[`76622c4c60`](https://github.com/nodejs/node/commit/76622c4c60)] - **inspector**: allow opening inspector when `NODE_V8_COVERAGE` is set (Moshe Atlow) [#&#8203;46113](https://github.com/nodejs/node/pull/46113) - \[[`92f0747e03`](https://github.com/nodejs/node/commit/92f0747e03)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;46399](https://github.com/nodejs/node/pull/46399) - \[[`795251bc6f`](https://github.com/nodejs/node/commit/795251bc6f)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;46303](https://github.com/nodejs/node/pull/46303) - \[[`8865424c31`](https://github.com/nodejs/node/commit/8865424c31)] - **meta**: add .mailmap entry (Rich Trott) [#&#8203;46303](https://github.com/nodejs/node/pull/46303) - \[[`5ed679407b`](https://github.com/nodejs/node/commit/5ed679407b)] - **meta**: move evanlucas to emeritus (Evan Lucas) [#&#8203;46274](https://github.com/nodejs/node/pull/46274) - \[[`403df210ac`](https://github.com/nodejs/node/commit/403df210ac)] - **module**: move test reporter loading (Geoffrey Booth) [#&#8203;45923](https://github.com/nodejs/node/pull/45923) - \[[`2f7319e387`](https://github.com/nodejs/node/commit/2f7319e387)] - **readline**: fix detection of carriage return (Antoine du Hamel) [#&#8203;46306](https://github.com/nodejs/node/pull/46306) - \[[`73a8f46c4d`](https://github.com/nodejs/node/commit/73a8f46c4d)] - ***Revert*** "**src**: let http2 streams end after session close" (Santiago Gimeno) [#&#8203;46721](https://github.com/nodejs/node/pull/46721) - \[[`30d783f91a`](https://github.com/nodejs/node/commit/30d783f91a)] - **src**: stop tracing agent before shutting down libuv (Santiago Gimeno) [#&#8203;46380](https://github.com/nodejs/node/pull/46380) - \[[`1508d90fda`](https://github.com/nodejs/node/commit/1508d90fda)] - **src**: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) [#&#8203;46326](https://github.com/nodejs/node/pull/46326) - \[[`bdb793a082`](https://github.com/nodejs/node/commit/bdb793a082)] - **src**: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) [#&#8203;46317](https://github.com/nodejs/node/pull/46317) - \[[`116a33649b`](https://github.com/nodejs/node/commit/116a33649b)] - **src**: add support for ETW stack walking (José Dapena Paz) [#&#8203;46203](https://github.com/nodejs/node/pull/46203) - \[[`b06298c98e`](https://github.com/nodejs/node/commit/b06298c98e)] - **src**: refactor EndsInANumber in node_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) [#&#8203;46227](https://github.com/nodejs/node/pull/46227) - \[[`26f41b041c`](https://github.com/nodejs/node/commit/26f41b041c)] - **src**: fix c++ exception on bad command line arg (Ben Noordhuis) [#&#8203;46290](https://github.com/nodejs/node/pull/46290) - \[[`14da89f41a`](https://github.com/nodejs/node/commit/14da89f41a)] - **src**: remove unreachable UNREACHABLE (Tobias Nießen) [#&#8203;46281](https://github.com/nodejs/node/pull/46281) - \[[`18c4dd004b`](https://github.com/nodejs/node/commit/18c4dd004b)] - **src**: replace custom ASCII validation with simdutf one (Anna Henningsen) [#&#8203;46271](https://github.com/nodejs/node/pull/46271) - \[[`cde375510f`](https://github.com/nodejs/node/commit/cde375510f)] - **src**: replace unreachable code with static_assert (Tobias Nießen) [#&#8203;46250](https://github.com/nodejs/node/pull/46250) - \[[`f389b2f3fc`](https://github.com/nodejs/node/commit/f389b2f3fc)] - **src**: use explicit C++17 fallthrough (Tobias Nießen) [#&#8203;46251](https://github.com/nodejs/node/pull/46251) - \[[`8adaa1333c`](https://github.com/nodejs/node/commit/8adaa1333c)] - **src**: use CreateEnvironment instead of inlining its code where possible (Anna Henningsen) [#&#8203;45886](https://github.com/nodejs/node/pull/45886) - \[[`f09b838408`](https://github.com/nodejs/node/commit/f09b838408)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#&#8203;46218](https://github.com/nodejs/node/pull/46218) - \[[`63e92eae63`](https://github.com/nodejs/node/commit/63e92eae63)] - **stream**: remove brandchecks from stream duplexify (Debadree Chatterjee) [#&#8203;46315](https://github.com/nodejs/node/pull/46315) - \[[`3acfe9bf92`](https://github.com/nodejs/node/commit/3acfe9bf92)] - **stream**: fix readable stream as async iterator function (Erick Wendel) [#&#8203;46147](https://github.com/nodejs/node/pull/46147) - \[[`de64315ccb`](https://github.com/nodejs/node/commit/de64315ccb)] - **test**: fix WPT title when no META title is present (Filip Skokan) [#&#8203;46804](https://github.com/nodejs/node/pull/46804) - \[[`162e3400ff`](https://github.com/nodejs/node/commit/162e3400ff)] - **test**: fix default WPT titles (Filip Skokan) [#&#8203;46778](https://github.com/nodejs/node/pull/46778) - \[[`5f422c4d70`](https://github.com/nodejs/node/commit/5f422c4d70)] - **test**: add WPTRunner support for variants and generating WPT reports (Filip Skokan) [#&#8203;46498](https://github.com/nodejs/node/pull/46498) - \[[`4f5aff2557`](https://github.com/nodejs/node/commit/4f5aff2557)] - **test**: fix tap parser fails if a test logs a number (Pulkit Gupta) [#&#8203;46056](https://github.com/nodejs/node/pull/46056) - \[[`32b020cf84`](https://github.com/nodejs/node/commit/32b020cf84)] - **test**: fix tap escaping with and without --test (Pulkit Gupta) [#&#8203;46311](https://github.com/nodejs/node/pull/46311) - \[[`f2bba1bcdb`](https://github.com/nodejs/node/commit/f2bba1bcdb)] - **test**: add trailing commas in `test/node-api` (Antoine du Hamel) [#&#8203;46384](https://github.com/nodejs/node/pull/46384) - \[[`f2ebe66fda`](https://github.com/nodejs/node/commit/f2ebe66fda)] - **test**: add trailing commas in `test/message` (Antoine du Hamel) [#&#8203;46372](https://github.com/nodejs/node/pull/46372) - \[[`ed564a9985`](https://github.com/nodejs/node/commit/ed564a9985)] - **test**: add trailing commas in `test/pseudo-tty` (Antoine du Hamel) [#&#8203;46371](https://github.com/nodejs/node/pull/46371) - \[[`e4437dd409`](https://github.com/nodejs/node/commit/e4437dd409)] - **test**: set common.bits to 64 for loong64 (Shi Pujin) [#&#8203;45383](https://github.com/nodejs/node/pull/45383) - \[[`9d40aef736`](https://github.com/nodejs/node/commit/9d40aef736)] - **test**: s390x zlib test case fixes (Adam Majer) [#&#8203;46367](https://github.com/nodejs/node/pull/46367) - \[[`ed3fb52716`](https://github.com/nodejs/node/commit/ed3fb52716)] - **test**: fix logInTimeout is not function (theanarkh) [#&#8203;46348](https://github.com/nodejs/node/pull/46348) - \[[`d05b0771be`](https://github.com/nodejs/node/commit/d05b0771be)] - **test**: avoid trying to call sysctl directly (Adam Majer) [#&#8203;46366](https://github.com/nodejs/node/pull/46366) - \[[`041aac3bbd`](https://github.com/nodejs/node/commit/041aac3bbd)] - **test**: avoid left behind child processes (Richard Lau) [#&#8203;46276](https://github.com/nodejs/node/pull/46276) - \[[`837ddcb322`](https://github.com/nodejs/node/commit/837ddcb322)] - **test**: add failing test for readline with carriage return (Alec Mev) [#&#8203;46075](https://github.com/nodejs/node/pull/46075) - \[[`75b8db41c6`](https://github.com/nodejs/node/commit/75b8db41c6)] - **test**: reduce `fs-write-optional-params` flakiness (LiviaMedeiros) [#&#8203;46238](https://github.com/nodejs/node/pull/46238) - \[[`c0d3fdaf63`](https://github.com/nodejs/node/commit/c0d3fdaf63)] - **test,crypto**: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) [#&#8203;46406](https://github.com/nodejs/node/pull/46406) - \[[`f328f7b15e`](https://github.com/nodejs/node/commit/f328f7b15e)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#&#8203;46267](https://github.com/nodejs/node/pull/46267) - \[[`1ef3c53e24`](https://github.com/nodejs/node/commit/1ef3c53e24)] - **test_runner**: better handle async bootstrap errors (Colin Ihrig) [#&#8203;46720](https://github.com/nodejs/node/pull/46720) - \[[`0a690efb76`](https://github.com/nodejs/node/commit/0a690efb76)] - **test_runner**: add `describe.only` and `it.only` shorthands (Richie McColl) [#&#8203;46604](https://github.com/nodejs/node/pull/46604) - \[[`28a1317efe`](https://github.com/nodejs/node/commit/28a1317efe)] - **test_runner**: bootstrap reporters before running tests (Moshe Atlow) [#&#8203;46737](https://github.com/nodejs/node/pull/46737) - \[[`cd3aaa8fac`](https://github.com/nodejs/node/commit/cd3aaa8fac)] - **test_runner**: emit test-only diagnostic warning (Richie McColl) [#&#8203;46540](https://github.com/nodejs/node/pull/46540) - \[[`c19fa45a65`](https://github.com/nodejs/node/commit/c19fa45a65)] - **test_runner**: centralize CLI option handling (Colin Ihrig) [#&#8203;46707](https://github.com/nodejs/node/pull/46707) - \[[`0898145e37`](https://github.com/nodejs/node/commit/0898145e37)] - **test_runner**: display skipped tests in spec reporter output (Richie McColl) [#&#8203;46651](https://github.com/nodejs/node/pull/46651) - \[[`894d7117fa`](https://github.com/nodejs/node/commit/894d7117fa)] - **test_runner**: parse non-ascii character correctly (Mert Can Altın) [#&#8203;45736](https://github.com/nodejs/node/pull/45736) - \[[`5b3c606626`](https://github.com/nodejs/node/commit/5b3c606626)] - **test_runner**: flatten TAP output when running using `--test` (Moshe Atlow) [#&#8203;46440](https://github.com/nodejs/node/pull/46440) - \[[`391ff0dba4`](https://github.com/nodejs/node/commit/391ff0dba4)] - **test_runner**: allow nesting test within describe (Moshe Atlow) [#&#8203;46544](https://github.com/nodejs/node/pull/46544) - \[[`ba784e87b4`](https://github.com/nodejs/node/commit/ba784e87b4)] - **test_runner**: fix missing test diagnostics (Moshe Atlow) [#&#8203;46450](https://github.com/nodejs/node/pull/46450) - \[[`c5f16fb5fb`](https://github.com/nodejs/node/commit/c5f16fb5fb)] - **test_runner**: top-level diagnostics not ommited when running with --test (Pulkit Gupta) [#&#8203;46441](https://github.com/nodejs/node/pull/46441) - \[[`28a775b32f`](https://github.com/nodejs/node/commit/28a775b32f)] - **test_runner**: add initial code coverage support (Colin Ihrig) [#&#8203;46017](https://github.com/nodejs/node/pull/46017) - \[[`0d999e373a`](https://github.com/nodejs/node/commit/0d999e373a)] - **test_runner**: make built in reporters internal (Colin Ihrig) [#&#8203;46092](https://github.com/nodejs/node/pull/46092) - \[[`79f4b426fe`](https://github.com/nodejs/node/commit/79f4b426fe)] - **test_runner**: report `file` in test runner events (Moshe Atlow) [#&#8203;46030](https://github.com/nodejs/node/pull/46030) - \[[`4d50db14b3`](https://github.com/nodejs/node/commit/4d50db14b3)] - **(SEMVER-MINOR)** **test_runner**: add reporters (Moshe Atlow) [#&#8203;45712](https://github.com/nodejs/node/pull/45712) - \[[`5fdf374c74`](https://github.com/nodejs/node/commit/5fdf374c74)] - **test_runner**: avoid swallowing of asynchronously thrown errors (MURAKAMI Masahiko) [#&#8203;45264](https://github.com/nodejs/node/pull/45264) - \[[`23b875806c`](https://github.com/nodejs/node/commit/23b875806c)] - **test_runner**: update comment to comply with eslint no-fallthrough rule (Antoine du Hamel) [#&#8203;46258](https://github.com/nodejs/node/pull/46258) - \[[`00c5495aa3`](https://github.com/nodejs/node/commit/00c5495aa3)] - **tools**: update eslint to 8.33.0 (Node.js GitHub Bot) [#&#8203;46400](https://github.com/nodejs/node/pull/46400) - \[[`37a6ce1120`](https://github.com/nodejs/node/commit/37a6ce1120)] - **tools**: update doc to unist-util-select@4.0.3 unist-util-visit@4.1.2 (Node.js GitHub Bot) [#&#8203;46364](https://github.com/nodejs/node/pull/46364) - \[[`1eaafc7db4`](https://github.com/nodejs/node/commit/1eaafc7db4)] - **tools**: update lint-md-dependencies to rollup@3.12.0 (Node.js GitHub Bot) [#&#8203;46398](https://github.com/nodejs/node/pull/46398) - \[[`a97774603b`](https://github.com/nodejs/node/commit/a97774603b)] - **tools**: require more trailing commas (Antoine du Hamel) [#&#8203;46346](https://github.com/nodejs/node/pull/46346) - \[[`03e244a59b`](https://github.com/nodejs/node/commit/03e244a59b)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;46302](https://github.com/nodejs/node/pull/46302) - \[[`60d714e0c3`](https://github.com/nodejs/node/commit/60d714e0c3)] - **tools**: allow icutrim.py to run on python2 (Michael Dawson) [#&#8203;46263](https://github.com/nodejs/node/pull/46263) - \[[`b7950f50de`](https://github.com/nodejs/node/commit/b7950f50de)] - **tools**: update eslint to 8.32.0 (Node.js GitHub Bot) [#&#8203;46258](https://github.com/nodejs/node/pull/46258) - \[[`08bafc84f6`](https://github.com/nodejs/node/commit/08bafc84f6)] - **url**: refactor to use more primordials (Antoine du Hamel) [#&#8203;45966](https://github.com/nodejs/node/pull/45966) - \[[`02632b42cf`](https://github.com/nodejs/node/commit/02632b42cf)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#&#8203;46255](https://github.com/nodejs/node/pull/46255) - \[[`110ead9abb`](https://github.com/nodejs/node/commit/110ead9abb)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#&#8203;46320](https://github.com/nodejs/node/pull/46320) ### [`v18.14.2`](https://github.com/nodejs/node/releases/tag/v18.14.2): 2023-02-21, Version 18.14.2 &#x27;Hydrogen&#x27; (LTS), @&#8203;MylesBorins [Compare Source](https://github.com/nodejs/node/compare/v18.14.1...v18.14.2) ##### Notable Changes - \[[`f864bef32a`](https://github.com/nodejs/node/commit/f864bef32a)] - **deps**: upgrade npm to 9.5.0 (npm team) [#&#8203;46673](https://github.com/nodejs/node/pull/46673) ##### Commits - \[[`880a65d7ff`](https://github.com/nodejs/node/commit/880a65d7ff)] - **build**: delete `snapshot.blob` file from the project (Juan José Arboleda) [#&#8203;46626](https://github.com/nodejs/node/pull/46626) - \[[`cbea56efda`](https://github.com/nodejs/node/commit/cbea56efda)] - **deps**: update undici to 5.20.0 (Node.js GitHub Bot) [#&#8203;46711](https://github.com/nodejs/node/pull/46711) - \[[`f864bef32a`](https://github.com/nodejs/node/commit/f864bef32a)] - **deps**: upgrade npm to 9.5.0 (npm team) [#&#8203;46673](https://github.com/nodejs/node/pull/46673) - \[[`648041d568`](https://github.com/nodejs/node/commit/648041d568)] - **deps**: upgrade npm to 9.4.0 (npm team) [#&#8203;46353](https://github.com/nodejs/node/pull/46353) - \[[`5e1f213f3c`](https://github.com/nodejs/node/commit/5e1f213f3c)] - **deps**: patch V8 to 10.2.154.26 (Michaël Zasso) [#&#8203;46446](https://github.com/nodejs/node/pull/46446) ### [`v18.14.1`](https://github.com/nodejs/node/releases/tag/v18.14.1): 2023-02-16, Version 18.14.1 &#x27;Hydrogen&#x27; (LTS), @&#8203;RafaelGSS prepared by @&#8203;juanarbol [Compare Source](https://github.com/nodejs/node/compare/v18.14.0...v18.14.1) This is a security release. ##### Notable Changes The following CVEs are fixed in this release: - **[CVE-2023-23918](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23918)**: Node.js Permissions policies can be bypassed via process.mainModule (High) - **[CVE-2023-23919](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23919)**: Node.js OpenSSL error handling issues in nodejs crypto library (Medium) - **[CVE-2023-23936](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23936)**: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium) - **[CVE-2023-24807](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24807)**: Regular Expression Denial of Service in Headers in Node.js fetch API (Low) - **[CVE-2023-23920](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23920)**: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low) More detailed information on each of the vulnerabilities can be found in [February 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/) blog post. This security release includes OpenSSL security updates as outlined in the recent [OpenSSL security advisory](https://www.openssl.org/news/secadv/20230207.txt). ##### Commits - \[[`8393ebc72d`](https://github.com/nodejs/node/commit/8393ebc72d)] - **build**: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) [nodejs-private/node-private#&#8203;379](https://github.com/nodejs-private/node-private/pull/379) - \[[`004e34d046`](https://github.com/nodejs/node/commit/004e34d046)] - **crypto**: clear OpenSSL error on invalid ca cert (RafaelGSS) [#&#8203;46572](https://github.com/nodejs/node/pull/46572) - \[[`5e0142a852`](https://github.com/nodejs/node/commit/5e0142a852)] - **deps**: cherry-pick Windows ARM64 fix for openssl (Richard Lau) [#&#8203;46572](https://github.com/nodejs/node/pull/46572) - \[[`f71fe278a6`](https://github.com/nodejs/node/commit/f71fe278a6)] - **deps**: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) [#&#8203;46572](https://github.com/nodejs/node/pull/46572) - \[[`2c6817e42b`](https://github.com/nodejs/node/commit/2c6817e42b)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) [#&#8203;46572](https://github.com/nodejs/node/pull/46572) - \[[`f0afa0bfe5`](https://github.com/nodejs/node/commit/f0afa0bfe5)] - **deps**: update undici to 5.19.1 (Node.js GitHub Bot) [#&#8203;46634](https://github.com/nodejs/node/pull/46634) - \[[`c26a34c13e`](https://github.com/nodejs/node/commit/c26a34c13e)] - **deps**: update undici to 5.18.0 (Node.js GitHub Bot) [#&#8203;46634](https://github.com/nodejs/node/pull/46634) - \[[`db93ee4a15`](https://github.com/nodejs/node/commit/db93ee4a15)] - **deps**: update undici to 5.17.1 (Node.js GitHub Bot) [#&#8203;46634](https://github.com/nodejs/node/pull/46634) - \[[`b4e49fb02c`](https://github.com/nodejs/node/commit/b4e49fb02c)] - **deps**: update undici to 5.16.0 (Node.js GitHub Bot) [#&#8203;46634](https://github.com/nodejs/node/pull/46634) - \[[`90994e6a2c`](https://github.com/nodejs/node/commit/90994e6a2c)] - **deps**: update undici to 5.15.1 (Node.js GitHub Bot) [#&#8203;46634](https://github.com/nodejs/node/pull/46634) - \[[`00302fc7ac`](https://github.com/nodejs/node/commit/00302fc7ac)] - **deps**: update undici to 5.15.0 (Node.js GitHub Bot) [#&#8203;46634](https://github.com/nodejs/node/pull/46634) - \[[`0e3b796cc5`](https://github.com/nodejs/node/commit/0e3b796cc5)] - **lib**: makeRequireFunction patch when experimental policy (RafaelGSS) [nodejs-private/node-private#&#8203;371](https://github.com/nodejs-private/node-private/pull/371) - \[[`7cccd5565f`](https://github.com/nodejs/node/commit/7cccd5565f)] - **policy**: makeRequireFunction on mainModule.require (RafaelGSS) [nodejs-private/node-private#&#8203;371](https://github.com/nodejs-private/node-private/pull/371) ### [`v18.14.0`](https://github.com/nodejs/node/releases/tag/v18.14.0): 2023-02-02, Version 18.14.0 &#x27;Hydrogen&#x27; (LTS), @&#8203;BethGriggs prepared by @&#8203;juanarbol [Compare Source](https://github.com/nodejs/node/compare/v18.13.0...v18.14.0) ##### Notable changes ##### Updated npm to 9.3.1 Based on the [list of guidelines we've established on integrating `npm` and `node`](https://github.com/npm/cli/wiki/Integrating-with-node), here is a grouped list of the breaking changes with the reasoning as to why they fit within the guidelines linked above. Note that all the breaking changes were made in [9.0.0](https://github.com/npm/cli/releases/tag/v9.0.0). All subsequent minor and patch releases after `npm@9.0.0` do not contain any breaking changes. ##### Engines > Explanation: the node engines supported by `npm@9` make it safe to allow `npm@9` as the default in any LTS version of `14` or `16`, as well as anything later than or including `18.0.0` - `npm` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` ##### Filesystem > Explanation: when run as root previous versions of npm attempted to manage file ownership automatically on the user's behalf. this behavior was problematic in many cases and has been removed in favor of allowing users to manage their own filesystem permissions - `npm` will no longer attempt to modify ownership of files it creates. ##### Auth > Explanation: any errors thrown from users having unsupported auth configurations will show `npm config fix` in the remediation instructions, which will allow the user to automatically have their auth config fixed. - The presence of auth related settings that are not scoped to a specific registry found in a config file is no longer supported and will throw errors. ##### Login > Explanation: the default `auth-type` has changed and users can opt back into the old behavior with `npm config set auth-type=legacy`. `login` and `adduser` have also been seperated making each command more closely match it's name instead of being aliases for each other. - Legacy auth types `sso`, `saml` & `legacy` have been consolidated into `"legacy"`. - `auth-type` defaults to `"web"` - `login` and `adduser` are now separate commands that send different data to the registry. - `auth-type` config values `web` and `legacy` only try their respective methods, npm no longer tries them all and waits to see which one doesn't fail. ##### Tarball Packing > Explanation: previously using multiple ignore/allow lists when packing was an undefined behavior, and now the order of operations is strictly defined when packing a tarball making it easier to follow and should only affect users relying on the previously undefined behavior. - `npm pack` now follows a strict order of operations when applying ignore rules. If a `files` array is present in the `package.json`, then rules in `.gitignore` and `.npmignore` files from the root will be ignored. ##### Display/Debug/Timing Info > Explanation: these changes center around the display of information to the terminal including timing and debug log info. We do not anticipate these changes breaking any existing workflows. - Links generated from git urls will now use `HEAD` instead of `master` as the default ref. - `timing` has been removed as a value for `--loglevel`. - `--timing` will show timing information regardless of `--loglevel`, except when `--silent`. - When run with the `--timing` flag, `npm` now writes timing data to a file alongside the debug log data, respecting the `logs-dir` option and falling back to `<CACHE>/_logs/` dir, instead of directly inside the cache directory. - The timing file data is no longer newline delimited JSON, and instead each run will create a uniquely named `<ID>-timing.json` file, with the `<ID>` portion being the same as the debug log. - `npm` now outputs some json errors on stdout. Previously `npm` would output all json formatted errors on stderr, making it difficult to parse as the stderr stream usually has logs already written to it. ##### Config/Command Deprecations or Removals > Explanation: `install-links` is the only config or command in the list that has an effect on package installs. We fixed a number of issues that came up during prereleases with this change. It will also only be applied to new package trees created without a package-lock.json file. Any install with an existing lock file will not be changed. - Deprecate boolean install flags in favor of `--install-strategy`. - `npm config set` will no longer accept deprecated or invalid config options. - `install-links` config defaults to `"true"`. - `node-version` config has been removed. - `npm-version` config has been removed. - `npm access` subcommands have been renamed. - `npm birthday` has been removed. - `npm set-script` has been removed. - `npm bin` has been removed (use `npx` or `npm exec` to execute binaries). ##### Other notable changes - **doc**: - add parallelism note to os.cpus() (Colin Ihrig) [#&#8203;45895](https://github.com/nodejs/node/pull/45895) - **http**: - join authorization headers (Marco Ippolito) [#&#8203;45982](https://github.com/nodejs/node/pull/45982) - improved timeout defaults handling (Paolo Insogna) [#&#8203;45778](https://github.com/nodejs/node/pull/45778) - **stream**: - implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) [#&#8203;46205](https://github.com/nodejs/node/pull/46205) ##### Commits - \[[`1352f08778`](https://github.com/nodejs/node/commit/1352f08778)] - **assert**: remove `assert.snapshot` (Moshe Atlow) [#&#8203;46112](https://github.com/nodejs/node/pull/46112) - \[[`4ee3238643`](https://github.com/nodejs/node/commit/4ee3238643)] - **async_hooks**: refactor to use `validateObject` (Deokjin Kim) [#&#8203;46004](https://github.com/nodejs/node/pull/46004) - \[[`79e0bf9b64`](https://github.com/nodejs/node/commit/79e0bf9b64)] - **benchmark**: include webstreams benchmark (Rafael Gonzaga) [#&#8203;45876](https://github.com/nodejs/node/pull/45876) - \[[`ed1ac82469`](https://github.com/nodejs/node/commit/ed1ac82469)] - **benchmark,tools**: use os.availableParallelism() (Deokjin Kim) [#&#8203;46003](https://github.com/nodejs/node/pull/46003) - \[[`16ee02f2eb`](https://github.com/nodejs/node/commit/16ee02f2eb)] - **(SEMVER-MINOR)** **buffer**: add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) [#&#8203;45947](https://github.com/nodejs/node/pull/45947) - \[[`3bf2371a57`](https://github.com/nodejs/node/commit/3bf2371a57)] - **build**: add extra semi check (Jiawen Geng) [#&#8203;46194](https://github.com/nodejs/node/pull/46194) - \[[`560ee24157`](https://github.com/nodejs/node/commit/560ee24157)] - **build**: fix arm64 cross-compile from powershell (Stefan Stojanovic) [#&#8203;45890](https://github.com/nodejs/node/pull/45890) - \[[`48e3ad3aca`](https://github.com/nodejs/node/commit/48e3ad3aca)] - **build**: add option to disable shared readonly heap (Anna Henningsen) [#&#8203;45887](https://github.com/nodejs/node/pull/45887) - \[[`52a7887b94`](https://github.com/nodejs/node/commit/52a7887b94)] - **(SEMVER-MINOR)** **crypto**: add CryptoKey Symbol.toStringTag (Filip Skokan) [#&#8203;46042](https://github.com/nodejs/node/pull/46042) - \[[`a558774a40`](https://github.com/nodejs/node/commit/a558774a40)] - **crypto**: add cipher update/final methods encoding validation (vitpavlenko) [#&#8203;45990](https://github.com/nodejs/node/pull/45990) - \[[`599d1dc841`](https://github.com/nodejs/node/commit/599d1dc841)] - **crypto**: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) [#&#8203;46185](https://github.com/nodejs/node/pull/46185) - \[[`24a101698c`](https://github.com/nodejs/node/commit/24a101698c)] - **crypto**: return correct bit length in KeyObject's asymmetricKeyDetails (Filip Skokan) [#&#8203;46106](https://github.com/nodejs/node/pull/46106) - \[[`2de50fef84`](https://github.com/nodejs/node/commit/2de50fef84)] - **(SEMVER-MINOR)** **crypto**: add KeyObject Symbol.toStringTag (Filip Skokan) [#&#8203;46043](https://github.com/nodejs/node/pull/46043) - \[[`782b6f6f9f`](https://github.com/nodejs/node/commit/782b6f6f9f)] - **crypto**: ensure exported webcrypto EC keys use uncompressed point format (Ben Noordhuis) [#&#8203;46021](https://github.com/nodejs/node/pull/46021) - \[[`7a97f3f43b`](https://github.com/nodejs/node/commit/7a97f3f43b)] - **crypto**: fix CryptoKey prototype WPT (Filip Skokan) [#&#8203;45857](https://github.com/nodejs/node/pull/45857) - \[[`1a8aa50aa2`](https://github.com/nodejs/node/commit/1a8aa50aa2)] - **crypto**: fix CryptoKey WebIDL conformance (Filip Skokan) [#&#8203;45855](https://github.com/nodejs/node/pull/45855) - \[[`c6436450ee`](https://github.com/nodejs/node/commit/c6436450ee)] - **crypto**: fix error when getRandomValues is called without arguments (Filip Skokan) [#&#8203;45854](https://github.com/nodejs/node/pull/45854) - \[[`4cdf0002c5`](https://github.com/nodejs/node/commit/4cdf0002c5)] - **debugger**: refactor console in lib/internal/debugger/inspect.js (Debadree Chatterjee) [#&#8203;45847](https://github.com/nodejs/node/pull/45847) - \[[`b7fe8c70fa`](https://github.com/nodejs/node/commit/b7fe8c70fa)] - **deps**: update simdutf to 3.1.0 (Node.js GitHub Bot) [#&#8203;46257](https://github.com/nodejs/node/pull/46257) - \[[`eaeb870cd7`](https://github.com/nodejs/node/commit/eaeb870cd7)] - **deps**: upgrade npm to 9.3.1 (npm team) [#&#8203;46242](https://github.com/nodejs/node/pull/46242) - \[[`7c03a3d676`](https://github.com/nodejs/node/commit/7c03a3d676)] - **deps**: upgrade npm to 9.3.0 (npm team) [#&#8203;46193](https://github.com/nodejs/node/pull/46193) - \[[`340d76accb`](https://github.com/nodejs/node/commit/340d76accb)] - **deps**: cherrypick simdutf patch (Jiawen Geng) [#&#8203;46194](https://github.com/nodejs/node/pull/46194) - \[[`cce2af4306`](https://github.com/nodejs/node/commit/cce2af4306)] - **deps**: bump googletest to 2023.01.13 (Jiawen Geng) [#&#8203;46198](https://github.com/nodejs/node/pull/46198) - \[[`d251a66bed`](https://github.com/nodejs/node/commit/d251a66bed)] - **deps**: add /deps/\*\*/.github/ to .gitignore (Luigi Pinca) [#&#8203;46091](https://github.com/nodejs/node/pull/46091) - \[[`874054f469`](https://github.com/nodejs/node/commit/874054f469)] - **deps**: add simdutf version to metadata (Mike Roth) [#&#8203;46145](https://github.com/nodejs/node/pull/46145) - \[[`2497702b82`](https://github.com/nodejs/node/commit/2497702b82)] - **deps**: update simdutf to 2.1.0 (Node.js GitHub Bot) [#&#8203;46128](https://github.com/nodejs/node/pull/46128) - \[[`c8492b7f4c`](https://github.com/nodejs/node/commit/c8492b7f4c)] - **deps**: update corepack to 0.15.3 (Node.js GitHub Bot) [#&#8203;46037](https://github.com/nodejs/node/pull/46037) - \[[`d148f357fd`](https://github.com/nodejs/node/commit/d148f357fd)] - **deps**: update simdutf to 2.0.9 (Node.js GitHub Bot) [#&#8203;45975](https://github.com/nodejs/node/pull/45975) - \[[`422a98199c`](https://github.com/nodejs/node/commit/422a98199c)] - **deps**: update to uvwasi 0.0.14 (Colin Ihrig) [#&#8203;45970](https://github.com/nodejs/node/pull/45970) - \[[`7812752db0`](https://github.com/nodejs/node/commit/7812752db0)] - **deps**: fix updater github workflow job (Yagiz Nizipli) [#&#8203;45972](https://github.com/nodejs/node/pull/45972) - \[[`4063cdcef6`](https://github.com/nodejs/node/commit/4063cdcef6)] - ***Revert*** "**deps**: disable avx512 for simutf on benchmark ci" (Yagiz Nizipli) [#&#8203;45948](https://github.com/nodejs/node/pull/45948) - \[[`64d3e3f3ba`](https://github.com/nodejs/node/commit/64d3e3f3ba)] - **deps**: disable avx512 for simutf on benchmark ci (Yagiz Nizipli) [#&#8203;45803](https://github.com/nodejs/node/pull/45803) - \[[`c9845fc334`](https://github.com/nodejs/node/commit/c9845fc334)] - **deps**: add simdutf dependency (Yagiz Nizipli) [#&#8203;45803](https://github.com/nodejs/node/pull/45803) - \[[`6963c96547`](https://github.com/nodejs/node/commit/6963c96547)] - **deps**: update timezone to 2022g (Node.js GitHub Bot) [#&#8203;45731](https://github.com/nodejs/node/pull/45731) - \[[`874f6c340b`](https://github.com/nodejs/node/commit/874f6c340b)] - **deps**: update undici to 5.14.0 (Node.js GitHub Bot) [#&#8203;45812](https://github.com/nodejs/node/pull/45812) - \[[`7599b913d5`](https://github.com/nodejs/node/commit/7599b913d5)] - **deps**: upgrade npm to 9.2.0 (npm team) [#&#8203;45780](https://github.com/nodejs/node/pull/45780) - \[[`4844935ff3`](https://github.com/nodejs/node/commit/4844935ff3)] - **deps**: upgrade npm to 9.1.3 (npm team) [#&#8203;45693](https://github.com/nodejs/node/pull/45693) - \[[`8dce62c7fe`](https://github.com/nodejs/node/commit/8dce62c7fe)] - **deps**: V8: cherry-pick [`5fe919f`](https://github.com/nodejs/node/commit/5fe919f78321) (Richard Lau) [#&#8203;45587](https://github.com/nodejs/node/pull/45587) - \[[`8de642517e`](https://github.com/nodejs/node/commit/8de642517e)] - **dgram**: sync the old handle state to new handle (theanarkh) [#&#8203;46041](https://github.com/nodejs/node/pull/46041) - \[[`de2b7a9640`](https://github.com/nodejs/node/commit/de2b7a9640)] - **doc**: fix mismatched arguments of `NodeEventTarget` (Deokjin Kim) [#&#8203;45678](https://github.com/nodejs/node/pull/45678) - \[[`6317502d10`](https://github.com/nodejs/node/commit/6317502d10)] - **doc**: update events API example to have runnable code (Deokjin Kim) [#&#8203;45760](https://github.com/nodejs/node/pull/45760) - \[[`a9db45eee1`](https://github.com/nodejs/node/commit/a9db45eee1)] - **doc**: add note to tls docs about secureContext availability (Tim Gerk) [#&#8203;46224](https://github.com/nodejs/node/pull/46224) - \[[`5294371063`](https://github.com/nodejs/node/commit/5294371063)] - **doc**: add text around collaborative expectations (Michael Dawson) [#&#8203;46121](https://github.com/nodejs/node/pull/46121) - \[[`be85d5a6eb`](https://github.com/nodejs/node/commit/be85d5a6eb)] - **doc**: update to match changed `--dns-result-order` default (Mordy Tikotzky) [#&#8203;46148](https://github.com/nodejs/node/pull/46148) - \[[`4f2d9ea6da`](https://github.com/nodejs/node/commit/4f2d9ea6da)] - **doc**: add Node-API media link (Kevin Eady) [#&#8203;46189](https://github.com/nodejs/node/pull/46189) - \[[`9bfd40466f`](https://github.com/nodejs/node/commit/9bfd40466f)] - **doc**: update http.setMaxIdleHTTPParsers arguments (Debadree Chatterjee) [#&#8203;46168](https://github.com/nodejs/node/pull/46168) - \[[`d7a8c076e1`](https://github.com/nodejs/node/commit/d7a8c076e1)] - **doc**: use "file system" instead of "filesystem" (Rich Trott) [#&#8203;46178](https://github.com/nodejs/node/pull/46178) - \[[`e54483cd2b`](https://github.com/nodejs/node/commit/e54483cd2b)] - **doc**: https update default request timeout (Marco Ippolito) [#&#8203;46184](https://github.com/nodejs/node/pull/46184) - \[[`335110b0fb`](https://github.com/nodejs/node/commit/335110b0fb)] - **doc**: make options of readableStream.pipeTo as optional (Deokjin Kim) [#&#8203;46180](https://github.com/nodejs/node/pull/46180) - \[[`ec34cad712`](https://github.com/nodejs/node/commit/ec34cad712)] - **doc**: add PerformanceObserver.supportedEntryTypes to doc (theanarkh) [#&#8203;45962](https://github.com/nodejs/node/pull/45962) - \[[`d0f905bd6f`](https://github.com/nodejs/node/commit/d0f905bd6f)] - **doc**: duplex and readable from uncaught execption warning (Marco Ippolito) [#&#8203;46135](https://github.com/nodejs/node/pull/46135) - \[[`512feaafa4`](https://github.com/nodejs/node/commit/512feaafa4)] - **doc**: remove outdated sections from `maintaining-v8` (Antoine du Hamel) [#&#8203;46137](https://github.com/nodejs/node/pull/46137) - \[[`849a3e2ce7`](https://github.com/nodejs/node/commit/849a3e2ce7)] - **doc**: fix (EC)DHE remark in TLS docs (Tobias Nießen) [#&#8203;46114](https://github.com/nodejs/node/pull/46114) - \[[`a3c9c1b4e6`](https://github.com/nodejs/node/commit/a3c9c1b4e6)] - **doc**: fix ERR_TLS_RENEGOTIATION_DISABLED text (Tobias Nießen) [#&#8203;46122](https://github.com/nodejs/node/pull/46122) - \[[`1834e94ebb`](https://github.com/nodejs/node/commit/1834e94ebb)] - **doc**: fix spelling in SECURITY.md (Vaishno Chaitanya) [#&#8203;46124](https://github.com/nodejs/node/pull/46124) - \[[`3968698af5`](https://github.com/nodejs/node/commit/3968698af5)] - **doc**: abort controller emits error in child process (Debadree Chatterjee) [#&#8203;46072](https://github.com/nodejs/node/pull/46072) - \[[`1ec14c2c61`](https://github.com/nodejs/node/commit/1ec14c2c61)] - **doc**: fix `event.cancelBubble` documentation (Deokjin Kim) [#&#8203;45986](https://github.com/nodejs/node/pull/45986) - \[[`5539977f80`](https://github.com/nodejs/node/commit/5539977f80)] - **doc**: add personal pronouns option (Filip Skokan) [#&#8203;46118](https://github.com/nodejs/node/pull/46118) - \[[`1fabef3a81`](https://github.com/nodejs/node/commit/1fabef3a81)] - **doc**: mention how to run ncu-ci citgm (Rafael Gonzaga) [#&#8203;46090](https://github.com/nodejs/node/pull/46090) - \[[`84dc65ab87`](https://github.com/nodejs/node/commit/84dc65ab87)] - **doc**: include updating release optional step (Rafael Gonzaga) [#&#8203;46089](https://github.com/nodejs/node/pull/46089) - \[[`76c7ea1e74`](https://github.com/nodejs/node/commit/76c7ea1e74)] - **doc**: describe argument of `Symbol.for` (Deokjin Kim) [#&#8203;46019](https://github.com/nodejs/node/pull/46019) - \[[`2307a74990`](https://github.com/nodejs/node/commit/2307a74990)] - **doc**: update isUtf8 description (Yagiz Nizipli) [#&#8203;45973](https://github.com/nodejs/node/pull/45973) - \[[`fa5b65ea24`](https://github.com/nodejs/node/commit/fa5b65ea24)] - **doc**: use console.error for error case in timers and tls (Deokjin Kim) [#&#8203;46002](https://github.com/nodejs/node/pull/46002) - \[[`29d509c100`](https://github.com/nodejs/node/commit/29d509c100)] - **doc**: fix wrong output of example in `url.protocol` (Deokjin Kim) [#&#8203;45954](https://github.com/nodejs/node/pull/45954) - \[[`61dbca2690`](https://github.com/nodejs/node/commit/61dbca2690)] - **doc**: use `os.availableParallelism()` in async_context and cluster (Deokjin Kim) [#&#8203;45979](https://github.com/nodejs/node/pull/45979) - \[[`86b2c8cea2`](https://github.com/nodejs/node/commit/86b2c8cea2)] - **doc**: make EventEmitterAsyncResource's `options` as optional (Deokjin Kim) [#&#8203;45985](https://github.com/nodejs/node/pull/45985) - \[[`335acf7748`](https://github.com/nodejs/node/commit/335acf7748)] - **doc**: replace single executable champion in strategic initiatives doc (Darshan Sen) [#&#8203;45956](https://github.com/nodejs/node/pull/45956) - \[[`aab35a9388`](https://github.com/nodejs/node/commit/aab35a9388)] - **doc**: update error message of example in repl (Deokjin Kim) [#&#8203;45920](https://github.com/nodejs/node/pull/45920) - \[[`53a94a95ff`](https://github.com/nodejs/node/commit/53a94a95ff)] - **doc**: fix typos in packages.md (Eric Mutta) [#&#8203;45957](https://github.com/nodejs/node/pull/45957) - \[[`83875f46cf`](https://github.com/nodejs/node/commit/83875f46cf)] - **doc**: remove port from example in `url.hostname` (Deokjin Kim) [#&#8203;45927](https://github.com/nodejs/node/pull/45927) - \[[`162d3a94e3`](https://github.com/nodejs/node/commit/162d3a94e3)] - **doc**: show output of example in http (Deokjin Kim) [#&#8203;45915](https://github.com/nodejs/node/pull/45915) - \[[`53684e4506`](https://github.com/nodejs/node/commit/53684e4506)] - **(SEMVER-MINOR)** **doc**: add parallelism note to os.cpus() (Colin Ihrig) [#&#8203;45895](https://github.com/nodejs/node/pull/45895) - \[[`546e083d36`](https://github.com/nodejs/node/commit/546e083d36)] - **doc**: fix wrong output of example in `url.password` (Deokjin Kim) [#&#8203;45928](https://github.com/nodejs/node/pull/45928) - \[[`14c95ecd23`](https://github.com/nodejs/node/commit/14c95ecd23)] - **doc**: fix some history entries in `deprecations.md` (Antoine du Hamel) [#&#8203;45891](https://github.com/nodejs/node/pull/45891) - \[[`d94dba973b`](https://github.com/nodejs/node/commit/d94dba973b)] - **doc**: add tip for NODE_MODULE (theanarkh) [#&#8203;45797](https://github.com/nodejs/node/pull/45797) - \[[`662f574c5b`](https://github.com/nodejs/node/commit/662f574c5b)] - **doc**: reduce likelihood of mismerges during release (Richard Lau) [#&#8203;45864](https://github.com/nodejs/node/pull/45864) - \[[`48ea28aa30`](https://github.com/nodejs/node/commit/48ea28aa30)] - **doc**: add backticks to webcrypto rsaOaepParams (Filip Skokan) [#&#8203;45883](https://github.com/nodejs/node/pull/45883) - \[[`726b285163`](https://github.com/nodejs/node/commit/726b285163)] - **doc**: remove release cleanup step (Michaël Zasso) [#&#8203;45858](https://github.com/nodejs/node/pull/45858) - \[[`5eb93f1de9`](https://github.com/nodejs/node/commit/5eb93f1de9)] - **doc**: add stream/promises pipeline and finished to doc (Marco Ippolito) [#&#8203;45832](https://github.com/nodejs/node/pull/45832) - \[[`f874d0ba74`](https://github.com/nodejs/node/commit/f874d0ba74)] - **doc**: remove Juan Jose keys (Rafael Gonzaga) [#&#8203;45827](https://github.com/nodejs/node/pull/45827) - \[[`67efe2a55e`](https://github.com/nodejs/node/commit/67efe2a55e)] - **doc**: fix wrong output of example in util (Deokjin Kim) [#&#8203;45825](https://github.com/nodejs/node/pull/45825) - \[[`b709af31e0`](https://github.com/nodejs/node/commit/b709af31e0)] - **doc**: sort http.createServer() options alphabetically (Luigi Pinca) [#&#8203;45680](https://github.com/nodejs/node/pull/45680) - \[[`ebe292113a`](https://github.com/nodejs/node/commit/ebe292113a)] - **doc,crypto**: fix WebCryptoAPI import keyData and export return (Filip Skokan) [#&#8203;46076](https://github.com/nodejs/node/pull/46076) - \[[`204757719c`](https://github.com/nodejs/node/commit/204757719c)] - **errors**: refactor to use a method that formats a list string (Daeyeon Jeong) [#&#8203;45793](https://github.com/nodejs/node/pull/45793) - \[[`463bb9602e`](https://github.com/nodejs/node/commit/463bb9602e)] - **esm**: mark `importAssertions` as required (Antoine du Hamel) [#&#8203;46164](https://github.com/nodejs/node/pull/46164) - \[[`0bdf2db079`](https://github.com/nodejs/node/commit/0bdf2db079)] - **esm**: rewrite loader hooks test (Geoffrey Booth) [#&#8203;46016](https://github.com/nodejs/node/pull/46016) - \[[`297773c6d1`](https://github.com/nodejs/node/commit/297773c6d1)] - **events**: change status of `event.returnvalue` to legacy (Deokjin Kim) [#&#8203;46175](https://github.com/nodejs/node/pull/46175) - \[[`d088d6e5c3`](https://github.com/nodejs/node/commit/d088d6e5c3)] - **events**: change status of `event.cancelBubble` to legacy (Deokjin Kim) [#&#8203;46146](https://github.com/nodejs/node/pull/46146) - \[[`36be0c4ee2`](https://github.com/nodejs/node/commit/36be0c4ee2)] - **events**: change status of `event.srcElement` to legacy (Deokjin Kim) [#&#8203;46085](https://github.com/nodejs/node/pull/46085) - \[[`b239f0684a`](https://github.com/nodejs/node/commit/b239f0684a)] - **events**: fix violation of symbol naming convention (Deokjin Kim) [#&#8203;45978](https://github.com/nodejs/node/pull/45978) - \[[`aec340b312`](https://github.com/nodejs/node/commit/aec340b312)] - **fs**: refactor to use `validateInteger` (Deokjin Kim) [#&#8203;46008](https://github.com/nodejs/node/pull/46008) - \[[`e620de6444`](https://github.com/nodejs/node/commit/e620de6444)] - **http**: refactor to use `validateHeaderName` (Deokjin Kim) [#&#8203;46143](https://github.com/nodejs/node/pull/46143) - \[[`3e70b7d863`](https://github.com/nodejs/node/commit/3e70b7d863)] - **http**: writeHead if statusmessage is undefined dont override headers (Marco Ippolito) [#&#8203;46173](https://github.com/nodejs/node/pull/46173) - \[[`3d1dd96c4f`](https://github.com/nodejs/node/commit/3d1dd96c4f)] - **http**: refactor to use min of validateNumber for maxTotalSockets (Deokjin Kim) [#&#8203;46115](https://github.com/nodejs/node/pull/46115) - \[[`4df1fcc9db`](https://github.com/nodejs/node/commit/4df1fcc9db)] - **(SEMVER-MINOR)** **http**: join authorization headers (Marco Ippolito) [#&#8203;45982](https://github.com/nodejs/node/pull/45982) - \[[`8c06e2f645`](https://github.com/nodejs/node/commit/8c06e2f645)] - **http**: replace `var` with `const` on code of comment (Deokjin Kim) [#&#8203;45951](https://github.com/nodejs/node/pull/45951) - \[[`3c0c5e0567`](https://github.com/nodejs/node/commit/3c0c5e0567)] - **(SEMVER-MINOR)** **http**: improved timeout defaults handling (Paolo Insogna) [#&#8203;45778](https://github.com/nodejs/node/pull/45778) - \[[`edcd4fc576`](https://github.com/nodejs/node/commit/edcd4fc576)] - **lib**: use kEmptyObject and update JSDoc in webstreams (Deokjin Kim) [#&#8203;46183](https://github.com/nodejs/node/pull/46183) - \[[`d6fc855b8a`](https://github.com/nodejs/node/commit/d6fc855b8a)] - **lib**: refactor to use validate function (Deokjin Kim) [#&#8203;46101](https://github.com/nodejs/node/pull/46101) - \[[`bc17f37b98`](https://github.com/nodejs/node/commit/bc17f37b98)] - **lib**: reuse invalid state errors on webstreams (Rafael Gonzaga) [#&#8203;46086](https://github.com/nodejs/node/pull/46086) - \[[`86554bf27c`](https://github.com/nodejs/node/commit/86554bf27c)] - **lib**: fix incorrect use of console intrinsic (Colin Ihrig) [#&#8203;46044](https://github.com/nodejs/node/pull/46044) - \[[`7fc7b19124`](https://github.com/nodejs/node/commit/7fc7b19124)] - **lib**: update JSDoc of `getOwnPropertyValueOrDefault` (Deokjin Kim) [#&#8203;46010](https://github.com/nodejs/node/pull/46010) - \[[`c1cc1f9e12`](https://github.com/nodejs/node/commit/c1cc1f9e12)] - **lib**: use `kEmptyObject` as default value for options (Deokjin Kim) [#&#8203;46011](https://github.com/nodejs/node/pull/46011) - \[[`db617222da`](https://github.com/nodejs/node/commit/db617222da)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;46215](https://github.com/nodejs/node/pull/46215) - \[[`10afecd0d8`](https://github.com/nodejs/node/commit/10afecd0d8)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;46130](https://github.com/nodejs/node/pull/46130) - \[[`d8ce990ce6`](https://github.com/nodejs/node/commit/d8ce990ce6)] - **meta**: update comment in `CODEOWNERS` to better reflect current policy (Antoine du Hamel) [#&#8203;45944](https://github.com/nodejs/node/pull/45944) - \[[`e3f0194168`](https://github.com/nodejs/node/commit/e3f0194168)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;46040](https://github.com/nodejs/node/pull/46040) - \[[`d31c478929`](https://github.com/nodejs/node/commit/d31c478929)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45968](https://github.com/nodejs/node/pull/45968) - \[[`10a276a3e0`](https://github.com/nodejs/node/commit/10a276a3e0)] - **meta**: add `nodejs/loaders` to CODEOWNERS (Geoffrey Booth) [#&#8203;45940](https://github.com/nodejs/node/pull/45940) - \[[`56247d7c87`](https://github.com/nodejs/node/commit/56247d7c87)] - **meta**: add `nodejs/test_runner` to CODEOWNERS (Antoine du Hamel) [#&#8203;45935](https://github.com/nodejs/node/pull/45935) - \[[`3bef8bc743`](https://github.com/nodejs/node/commit/3bef8bc743)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45899](https://github.com/nodejs/node/pull/45899) - \[[`baf30ee935`](https://github.com/nodejs/node/commit/baf30ee935)] - **module**: fix unintended mutation (Antoine du Hamel) [#&#8203;46108](https://github.com/nodejs/node/pull/46108) - \[[`3ad584c357`](https://github.com/nodejs/node/commit/3ad584c357)] - **net**: handle socket.write(cb) edge case (Santiago Gimeno) [#&#8203;45922](https://github.com/nodejs/node/pull/45922) - \[[`2ab35cf0cc`](https://github.com/nodejs/node/commit/2ab35cf0cc)] - **node-api**: disambiguate napi_add_finalizer (Chengzhong Wu) [#&#8203;45401](https://github.com/nodejs/node/pull/45401) - \[[`6e9676e986`](https://github.com/nodejs/node/commit/6e9676e986)] - **node-api**: generalize finalizer second pass callback (Chengzhong Wu) [#&#8203;44141](https://github.com/nodejs/node/pull/44141) - \[[`b2faceff0a`](https://github.com/nodejs/node/commit/b2faceff0a)] - **(SEMVER-MINOR)** **os**: add availableParallelism() (Colin Ihrig) [#&#8203;45895](https://github.com/nodejs/node/pull/45895) - \[[`8fac4c5684`](https://github.com/nodejs/node/commit/8fac4c5684)] - **perf_hooks**: fix checking range of `options.figures` in createHistogram (Deokjin Kim) [#&#8203;45999](https://github.com/nodejs/node/pull/45999) - \[[`ea73702847`](https://github.com/nodejs/node/commit/ea73702847)] - **process,worker**: ensure code after exit() effectless (ywave620) [#&#8203;45620](https://github.com/nodejs/node/pull/45620) - \[[`784ed594ea`](https://github.com/nodejs/node/commit/784ed594ea)] - **repl**: improve robustness wrt to prototype pollution (Antoine du Hamel) [#&#8203;45604](https://github.com/nodejs/node/pull/45604) - \[[`fcfde3412e`](https://github.com/nodejs/node/commit/fcfde3412e)] - **src**: rename internal module declaration as internal bindings (Chengzhong Wu) [#&#8203;45551](https://github.com/nodejs/node/pull/45551) - \[[`646cadccd0`](https://github.com/nodejs/node/commit/646cadccd0)] - **src**: fix endianness of simdutf (Yagiz Nizipli) [#&#8203;46257](https://github.com/nodejs/node/pull/46257) - \[[`94605b1665`](https://github.com/nodejs/node/commit/94605b1665)] - **src**: replace unreachable code with static_assert (Tobias Nießen) [#&#8203;46209](https://github.com/nodejs/node/pull/46209) - \[[`3ce39bbcb7`](https://github.com/nodejs/node/commit/3ce39bbcb7)] - **src**: hide kMaxDigestMultiplier outside HKDF impl (Tobias Nießen) [#&#8203;46206](https://github.com/nodejs/node/pull/46206) - \[[`9648b06e09`](https://github.com/nodejs/node/commit/9648b06e09)] - **src**: distinguish env stopping flags (Chengzhong Wu) [#&#8203;45907](https://github.com/nodejs/node/pull/45907) - \[[`53ecd20bbd`](https://github.com/nodejs/node/commit/53ecd20bbd)] - **src**: remove return after abort (Shelley Vohr) [#&#8203;46172](https://github.com/nodejs/node/pull/46172) - \[[`c4c8931b9d`](https://github.com/nodejs/node/commit/c4c8931b9d)] - **src**: remove unnecessary semicolons (Shelley Vohr) [#&#8203;46171](https://github.com/nodejs/node/pull/46171) - \[[`fab72b1677`](https://github.com/nodejs/node/commit/fab72b1677)] - **src**: use simdutf for converting externalized builtins to UTF-16 (Anna Henningsen) [#&#8203;46119](https://github.com/nodejs/node/pull/46119) - \[[`67729961e7`](https://github.com/nodejs/node/commit/67729961e7)] - **src**: use constant strings for memory info names (Chengzhong Wu) [#&#8203;46087](https://github.com/nodejs/node/pull/46087) - \[[`0ac4e5dd34`](https://github.com/nodejs/node/commit/0ac4e5dd34)] - **src**: fix typo in node_snapshotable.cc (Vadim) [#&#8203;46103](https://github.com/nodejs/node/pull/46103) - \[[`b454a7665d`](https://github.com/nodejs/node/commit/b454a7665d)] - **src**: keep PipeWrap::Open function consistent with TCPWrap (theanarkh) [#&#8203;46064](https://github.com/nodejs/node/pull/46064) - \[[`41f5a29cca`](https://github.com/nodejs/node/commit/41f5a29cca)] - **src**: speed up process.getActiveResourcesInfo() (Darshan Sen) [#&#8203;46014](https://github.com/nodejs/node/pull/46014) - \[[`02a61dd6bd`](https://github.com/nodejs/node/commit/02a61dd6bd)] - **src**: fix typo in `node_file.cc` (Vadim) [#&#8203;45998](https://github.com/nodejs/node/pull/45998) - \[[`99c033ed98`](https://github.com/nodejs/node/commit/99c033ed98)] - **src**: fix crash on OnStreamRead on Windows (Santiago Gimeno) [#&#8203;45878](https://github.com/nodejs/node/pull/45878) - \[[`27d6a8b2b1`](https://github.com/nodejs/node/commit/27d6a8b2b1)] - **src**: fix creating `Isolate`s from addons (Anna Henningsen) [#&#8203;45885](https://github.com/nodejs/node/pull/45885) - \[[`9ca31cdba3`](https://github.com/nodejs/node/commit/9ca31cdba3)] - **src**: use string_view for FastStringKey implementation (Anna Henningsen) [#&#8203;45914](https://github.com/nodejs/node/pull/45914) - \[[`e4fc3abfd5`](https://github.com/nodejs/node/commit/e4fc3abfd5)] - **src**: fix UB in overflow checks (Ben Noordhuis) [#&#8203;45882](https://github.com/nodejs/node/pull/45882) - \[[`574afac26a`](https://github.com/nodejs/node/commit/574afac26a)] - **src**: check size of args before using for exec_path (A. Wilcox) [#&#8203;45902](https://github.com/nodejs/node/pull/45902) - \[[`f0692468cd`](https://github.com/nodejs/node/commit/f0692468cd)] - **src**: fix tls certificate root store data race (Ben Noordhuis) [#&#8203;45767](https://github.com/nodejs/node/pull/45767) - \[[`a749ceda2e`](https://github.com/nodejs/node/commit/a749ceda2e)] - **src**: add undici and acorn to `process.versions` (Debadree Chatterjee) [#&#8203;45621](https://github.com/nodejs/node/pull/45621) - \[[`08a6a61575`](https://github.com/nodejs/node/commit/08a6a61575)] - **src,lib**: the handle keeps loop alive in cluster rr mode (theanarkh) [#&#8203;46161](https://github.com/nodejs/node/pull/46161) - \[[`a87963de6b`](https://github.com/nodejs/node/commit/a87963de6b)] - **stream**: fix pipeline calling end on destination more than once (Debadree Chatterjee) [#&#8203;46226](https://github.com/nodejs/node/pull/46226) - \[[`cde59606cd`](https://github.com/nodejs/node/commit/cde59606cd)] - **(SEMVER-MINOR)** **stream**: implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) [#&#8203;46205](https://github.com/nodejs/node/pull/46205) - \[[`441d9de33e`](https://github.com/nodejs/node/commit/441d9de33e)] - **stream**: refactor to use `validateFunction` (Deokjin Kim) [#&#8203;46007](https://github.com/nodejs/node/pull/46007) - \[[`325fc08d48`](https://github.com/nodejs/node/commit/325fc08d48)] - **stream**: fix typo in JSDoc (Deokjin Kim) [#&#8203;45991](https://github.com/nodejs/node/pull/45991) - \[[`536322fa1c`](https://github.com/nodejs/node/commit/536322fa1c)] - **test**: update postject to 1.0.0-alpha.4 (Node.js GitHub Bot) [#&#8203;46212](https://github.com/nodejs/node/pull/46212) - \[[`a3056f4125`](https://github.com/nodejs/node/commit/a3056f4125)] - **test**: refactor to avoid mutation of global by a loader (Michaël Zasso) [#&#8203;46220](https://github.com/nodejs/node/pull/46220) - \[[`1790569518`](https://github.com/nodejs/node/commit/1790569518)] - **test**: improve test coverage for WHATWG `TextDecoder` (Juan José) [#&#8203;45241](https://github.com/nodejs/node/pull/45241) - \[[`896027c006`](https://github.com/nodejs/node/commit/896027c006)] - **test**: add fix so that test exits if port 42 is unprivileged (Suyash Nayan) [#&#8203;45904](https://github.com/nodejs/node/pull/45904) - \[[`257224da0e`](https://github.com/nodejs/node/commit/257224da0e)] - **test**: use `os.availableParallelism()` (Deokjin Kim) [#&#8203;46003](https://github.com/nodejs/node/pull/46003) - \[[`7e1462dd02`](https://github.com/nodejs/node/commit/7e1462dd02)] - **test**: update Web Events WPT (Deokjin Kim) [#&#8203;46051](https://github.com/nodejs/node/pull/46051) - \[[`40d52fbc5f`](https://github.com/nodejs/node/commit/40d52fbc5f)] - **test**: add test to once() in event lib (Jonathan Diaz) [#&#8203;46126](https://github.com/nodejs/node/pull/46126) - \[[`f3518f3337`](https://github.com/nodejs/node/commit/f3518f3337)] - **test**: use `process.hrtime.bigint` instead of `process.hrtime` (Deokjin Kim) [#&#8203;45877](https://github.com/nodejs/node/pull/45877) - \[[`4d6dd10464`](https://github.com/nodejs/node/commit/4d6dd10464)] - **test**: print failed JS/parallel tests (Geoffrey Booth) [#&#8203;45960](https://github.com/nodejs/node/pull/45960) - \[[`7cb6fef6d6`](https://github.com/nodejs/node/commit/7cb6fef6d6)] - **test**: fix test broken under --node-builtin-modules-path (Geoffrey Booth) [#&#8203;45894](https://github.com/nodejs/node/pull/45894) - \[[`55e4140c34`](https://github.com/nodejs/node/commit/55e4140c34)] - **test**: fix mock.method to support class instances (Erick Wendel) [#&#8203;45608](https://github.com/nodejs/node/pull/45608) - \[[`286acaa6fe`](https://github.com/nodejs/node/commit/286acaa6fe)] - **test**: update encoding wpt to latest (Yagiz Nizipli) [#&#8203;45850](https://github.com/nodejs/node/pull/45850) - \[[`22c1e918ce`](https://github.com/nodejs/node/commit/22c1e918ce)] - **test**: update url wpt to latest (Yagiz Nizipli) [#&#8203;45852](https://github.com/nodejs/node/pull/45852) - \[[`5fa6a70bbd`](https://github.com/nodejs/node/commit/5fa6a70bbd)] - **test**: add CryptoKey transferring tests (Filip Skokan) [#&#8203;45811](https://github.com/nodejs/node/pull/45811) - \[[`4aaec07266`](https://github.com/nodejs/node/commit/4aaec07266)] - **test**: add postject to fixtures (Darshan Sen) [#&#8203;45298](https://github.com/nodejs/node/pull/45298) - \[[`da78f9cbb8`](https://github.com/nodejs/node/commit/da78f9cbb8)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#&#8203;45860](https://github.com/nodejs/node/pull/45860) - \[[`3269423032`](https://github.com/nodejs/node/commit/3269423032)] - **test,esm**: validate more edge cases for dynamic imports (Antoine du Hamel) [#&#8203;46059](https://github.com/nodejs/node/pull/46059) - \[[`cade2fccf4`](https://github.com/nodejs/node/commit/cade2fccf4)] - **test_runner**: run t.after() if test body throws (Colin Ihrig) [#&#8203;45870](https://github.com/nodejs/node/pull/45870) - \[[`87a0e86604`](https://github.com/nodejs/node/commit/87a0e86604)] - **test_runner**: parse yaml (Moshe Atlow) [#&#8203;45815](https://github.com/nodejs/node/pull/45815) - \[[`757a022443`](https://github.com/nodejs/node/commit/757a022443)] - **tls**: don't treat fatal TLS alerts as EOF (David Benjamin) [#&#8203;44563](https://github.com/nodejs/node/pull/44563) - \[[`c6457cbf8d`](https://github.com/nodejs/node/commit/c6457cbf8d)] - **tls**: fix re-entrancy issue with TLS close_notify (David Benjamin) [#&#8203;44563](https://github.com/nodejs/node/pull/44563) - \[[`fcca2d5ea6`](https://github.com/nodejs/node/commit/fcca2d5ea6)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;46214](https://github.com/nodejs/node/pull/46214) - \[[`09adb86c19`](https://github.com/nodejs/node/commit/09adb86c19)] - **tools**: fix macro name in update-undici (Almeida) [#&#8203;46217](https://github.com/nodejs/node/pull/46217) - \[[`1b0cc79785`](https://github.com/nodejs/node/commit/1b0cc79785)] - **tools**: add automation for updating postject dependency (Darshan Sen) [#&#8203;46157](https://github.com/nodejs/node/pull/46157) - \[[`38df662119`](https://github.com/nodejs/node/commit/38df662119)] - **tools**: update create-or-update-pull-request-action (Michaël Zasso) [#&#8203;46169](https://github.com/nodejs/node/pull/46169) - \[[`3f4c0c0de1`](https://github.com/nodejs/node/commit/3f4c0c0de1)] - **tools**: update eslint to 8.31.0 (Node.js GitHub Bot) [#&#8203;46131](https://github.com/nodejs/node/pull/46131) - \[[`f3dc4329e6`](https://github.com/nodejs/node/commit/f3dc4329e6)] - **tools**: update lint-md-dependencies to rollup@3.9.1 (Node.js GitHub Bot) [#&#8203;46129](https://github.com/nodejs/node/pull/46129) - \[[`fafbd1ca72`](https://github.com/nodejs/node/commit/fafbd1ca72)] - **tools**: move update-eslint.sh to dep_updaters/ (Luigi Pinca) [#&#8203;46088](https://github.com/nodejs/node/pull/46088) - \[[`609df01fa9`](https://github.com/nodejs/node/commit/609df01fa9)] - **tools**: make update-eslint.sh work with npm@9 (Luigi Pinca) [#&#8203;46088](https://github.com/nodejs/node/pull/46088) - \[[`31b8cf1a4d`](https://github.com/nodejs/node/commit/31b8cf1a4d)] - **tools**: fix lint rule recommendation (Colin Ihrig) [#&#8203;46044](https://github.com/nodejs/node/pull/46044) - \[[`0a80cbdcb1`](https://github.com/nodejs/node/commit/0a80cbdcb1)] - **tools**: update lint-md-dependencies to rollup@3.9.0 (Node.js GitHub Bot) [#&#8203;46039](https://github.com/nodejs/node/pull/46039) - \[[`18503fa7ba`](https://github.com/nodejs/node/commit/18503fa7ba)] - **tools**: update doc to unist-util-select@4.0.2 (Node.js GitHub Bot) [#&#8203;46038](https://github.com/nodejs/node/pull/46038) - \[[`b48e82ec1d`](https://github.com/nodejs/node/commit/b48e82ec1d)] - **tools**: add release host var to promotion script (Ruy Adorno) [#&#8203;45913](https://github.com/nodejs/node/pull/45913) - \[[`3b93b0c1f5`](https://github.com/nodejs/node/commit/3b93b0c1f5)] - **tools**: add url to `AUTHORS` update automation (Antoine du Hamel) [#&#8203;45971](https://github.com/nodejs/node/pull/45971) - \[[`623b0eba81`](https://github.com/nodejs/node/commit/623b0eba81)] - **tools**: update lint-md-dependencies to rollup@3.8.1 (Node.js GitHub Bot) [#&#8203;45967](https://github.com/nodejs/node/pull/45967) - \[[`b0e88377fe`](https://github.com/nodejs/node/commit/b0e88377fe)] - **tools**: update GitHub workflow action (Mohammed Keyvanzadeh) [#&#8203;45937](https://github.com/nodejs/node/pull/45937) - \[[`974442e69d`](https://github.com/nodejs/node/commit/974442e69d)] - **tools**: update lint-md dependencies (Node.js GitHub Bot) [#&#8203;45813](https://github.com/nodejs/node/pull/45813) - \[[`5aaa8c3bbf`](https://github.com/nodejs/node/commit/5aaa8c3bbf)] - **tools**: enforce use of trailing commas in `tools/` (Antoine du Hamel) [#&#8203;45889](https://github.com/nodejs/node/pull/45889) - \[[`1e32520f72`](https://github.com/nodejs/node/commit/1e32520f72)] - **tools**: add `ArrayPrototypeConcat` to the list of primordials to avoid (Antoine du Hamel) [#&#8203;44445](https://github.com/nodejs/node/pull/44445) - \[[`e0cda56204`](https://github.com/nodejs/node/commit/e0cda56204)] - **tools**: fix incorrect version history order (Fabien Michel) [#&#8203;45728](https://github.com/nodejs/node/pull/45728) - \[[`7438ff175a`](https://github.com/nodejs/node/commit/7438ff175a)] - **tools**: update eslint to 8.29.0 (Node.js GitHub Bot) [#&#8203;45733](https://github.com/nodejs/node/pull/45733) - \[[`1e11247b91`](https://github.com/nodejs/node/commit/1e11247b91)] - ***Revert*** "**tools**: update V8 gypfiles for RISC-V" (Lu Yahan) [#&#8203;46156](https://github.com/nodejs/node/pull/46156) - \[[`0defe4effa`](https://github.com/nodejs/node/commit/0defe4effa)] - **trace_events**: refactor to use `validateStringArray` (Deokjin Kim) [#&#8203;46012](https://github.com/nodejs/node/pull/46012) - \[[`f1dcbe7652`](https://github.com/nodejs/node/commit/f1dcbe7652)] - **util**: add fast path for text-decoder fatal flag (Yagiz Nizipli) [#&#8203;45803](https://github.com/nodejs/node/pull/45803) - \[[`277d9da876`](https://github.com/nodejs/node/commit/277d9da876)] - **vm**: refactor to use validate function (Deokjin Kim) [#&#8203;46176](https://github.com/nodejs/node/pull/46176) - \[[`96f1b2e731`](https://github.com/nodejs/node/commit/96f1b2e731)] - **vm**: refactor to use `validateStringArray` (Deokjin Kim) [#&#8203;46020](https://github.com/nodejs/node/pull/46020) ### [`v18.13.0`](https://github.com/nodejs/node/releases/tag/v18.13.0): 2023-01-05, Version 18.13.0 &#x27;Hydrogen&#x27; (LTS), @&#8203;danielleadams [Compare Source](https://github.com/nodejs/node/compare/v18.12.1...v18.13.0) ##### Notable changes ##### Add support for externally shared js builtins By default Node.js is built so that all dependencies are bundled into the Node.js binary itself. Some Node.js distributions prefer to manage dependencies externally. There are existing build options that allow dependencies with native code to be externalized. This commit adds additional options so that dependencies with JavaScript code (including WASM) can also be externalized. This addition does not affect binaries shipped by the Node.js project but will allow other distributions to externalize additional dependencies when needed. Contributed by Michael Dawson in [#&#8203;44376](https://github.com/nodejs/node/pull/44376) ##### Introduce `File` The File class is part of the [FileAPI](https://w3c.github.io/FileAPI/). It can be used anywhere a Blob can, for example in `URL.createObjectURL` and `FormData`. It contains two properties that Blobs do not have: `lastModified`, the last time the file was modified in ms, and `name`, the name of the file. Contributed by Khafra in [#&#8203;45139](https://github.com/nodejs/node/pull/45139) ##### Support function mocking on Node.js test runner The `node:test` module supports mocking during testing via a top-level `mock` object. ```js test('spies on an object method', (t) => { const number = { value: 5, add(a) { return this.value + a; }, }; t.mock.method(number, 'add'); assert.strictEqual(number.add(3), 8); assert.strictEqual(number.add.mock.calls.length, 1); }); ``` Contributed by Colin Ihrig in [#&#8203;45326](https://github.com/nodejs/node/pull/45326) ##### Other notable changes - **build**: - disable v8 snapshot compression by default (Joyee Cheung) [#&#8203;45716](https://github.com/nodejs/node/pull/45716) - **crypto**: - update root certificates (Luigi Pinca) [#&#8203;45490](https://github.com/nodejs/node/pull/45490) - **deps**: - update ICU to 72.1 (Michaël Zasso) [#&#8203;45068](https://github.com/nodejs/node/pull/45068) - **doc**: - add doc-only deprecation for headers/trailers setters (Rich Trott) [#&#8203;45697](https://github.com/nodejs/node/pull/45697) - add Rafael to the tsc (Michael Dawson) [#&#8203;45691](https://github.com/nodejs/node/pull/45691) - deprecate use of invalid ports in `url.parse` (Antoine du Hamel) [#&#8203;45576](https://github.com/nodejs/node/pull/45576) - add lukekarrys to collaborators (Luke Karrys) [#&#8203;45180](https://github.com/nodejs/node/pull/45180) - add anonrig to collaborators (Yagiz Nizipli) [#&#8203;45002](https://github.com/nodejs/node/pull/45002) - deprecate url.parse() (Rich Trott) [#&#8203;44919](https://github.com/nodejs/node/pull/44919) - **lib**: - drop fetch experimental warning (Matteo Collina) [#&#8203;45287](https://github.com/nodejs/node/pull/45287) - **net**: - (SEMVER-MINOR) add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) [#&#8203;44731](https://github.com/nodejs/node/pull/44731) - **src**: - (SEMVER-MINOR) add uvwasi version (Jithil P Ponnan) [#&#8203;45639](https://github.com/nodejs/node/pull/45639) - (SEMVER-MINOR) add initial shadow realm support (Chengzhong Wu) [#&#8203;42869](https://github.com/nodejs/node/pull/42869) - **test_runner**: - (SEMVER-MINOR) add t.after() hook (Colin Ihrig) [#&#8203;45792](https://github.com/nodejs/node/pull/45792) - (SEMVER-MINOR) don't use a symbol for runHook() (Colin Ihrig) [#&#8203;45792](https://github.com/nodejs/node/pull/45792) - **tls**: - (SEMVER-MINOR) add "ca" property to certificate object (Ben Noordhuis) [#&#8203;44935](https://github.com/nodejs/node/pull/44935) - remove trustcor root ca certificates (Ben Noordhuis) [#&#8203;45776](https://github.com/nodejs/node/pull/45776) - **tools**: - update certdata.txt (Luigi Pinca) [#&#8203;45490](https://github.com/nodejs/node/pull/45490) - **util**: - add fast path for utf8 encoding (Yagiz Nizipli) [#&#8203;45412](https://github.com/nodejs/node/pull/45412) - improve textdecoder decode performance (Yagiz Nizipli) [#&#8203;45294](https://github.com/nodejs/node/pull/45294) - (SEMVER-MINOR) add MIME utilities ([#&#8203;21128](https://github.com/nodejs/node/issues/21128)) (Bradley Farias) [#&#8203;21128](https://github.com/nodejs/node/pull/21128) ##### Commits - \[[`40123a6bb0`](https://github.com/nodejs/node/commit/40123a6bb0)] - **(SEMVER-MINOR)** **async_hooks**: add hook to stop propagation (Gerhard Stöbich) [#&#8203;45386](https://github.com/nodejs/node/pull/45386) - \[[`9925d20ed8`](https://github.com/nodejs/node/commit/9925d20ed8)] - **benchmark**: add variety of inputs to text-encoder (Yagiz Nizipli) [#&#8203;45787](https://github.com/nodejs/node/pull/45787) - \[[`5e167bd658`](https://github.com/nodejs/node/commit/5e167bd658)] - **benchmark**: make benchmarks runnable in older versions of Node.js (Joyee Cheung) [#&#8203;45746](https://github.com/nodejs/node/pull/45746) - \[[`a1421623ac`](https://github.com/nodejs/node/commit/a1421623ac)] - **benchmark**: add v8 serialize benchmark (Yagiz Nizipli) [#&#8203;45476](https://github.com/nodejs/node/pull/45476) - \[[`fcf61884cc`](https://github.com/nodejs/node/commit/fcf61884cc)] - **benchmark**: add text-encoder benchmark (Yagiz Nizipli) [#&#8203;45450](https://github.com/nodejs/node/pull/45450) - \[[`762d285c98`](https://github.com/nodejs/node/commit/762d285c98)] - **benchmark**: add parameters to text-decoder benchmark (Yagiz Nizipli) [#&#8203;45363](https://github.com/nodejs/node/pull/45363) - \[[`ab891ecbff`](https://github.com/nodejs/node/commit/ab891ecbff)] - **benchmark**: fix text-decoder benchmark (Yagiz Nizipli) [#&#8203;45363](https://github.com/nodejs/node/pull/45363) - \[[`1ed312a737`](https://github.com/nodejs/node/commit/1ed312a737)] - **benchmark**: add blob benchmark (Yagiz Nizipli) [#&#8203;44990](https://github.com/nodejs/node/pull/44990) - \[[`2ee3d81277`](https://github.com/nodejs/node/commit/2ee3d81277)] - **bootstrap**: merge main thread and worker thread initializations (Joyee Cheung) [#&#8203;44869](https://github.com/nodejs/node/pull/44869) - \[[`e638ea4f48`](https://github.com/nodejs/node/commit/e638ea4f48)] - **bootstrap**: check more metadata when loading the snapshot (Joyee Cheung) [#&#8203;44132](https://github.com/nodejs/node/pull/44132) - \[[`bfcf4f0046`](https://github.com/nodejs/node/commit/bfcf4f0046)] - **buffer**: make decodeUTF8 params loose (Yagiz Nizipli) [#&#8203;45610](https://github.com/nodejs/node/pull/45610) - \[[`3a7f3d5993`](https://github.com/nodejs/node/commit/3a7f3d5993)] - **(SEMVER-MINOR)** **buffer**: introduce File (Khafra) [#&#8203;45139](https://github.com/nodejs/node/pull/45139) - \[[`345b847aa6`](https://github.com/nodejs/node/commit/345b847aa6)] - **buffer**: fix validation of options in `Blob` constructor (Antoine du Hamel) [#&#8203;45156](https://github.com/nodejs/node/pull/45156) - \[[`1ddc438444`](https://github.com/nodejs/node/commit/1ddc438444)] - **build**: disable v8 snapshot compression by default (Joyee Cheung) [#&#8203;45716](https://github.com/nodejs/node/pull/45716) - \[[`bd1a2fbd91`](https://github.com/nodejs/node/commit/bd1a2fbd91)] - **build**: add python 3.11 support for android (Mohammed Keyvanzadeh) [#&#8203;45765](https://github.com/nodejs/node/pull/45765) - \[[`2b0ace302d`](https://github.com/nodejs/node/commit/2b0ace302d)] - **build**: rework gyp files for zlib (Richard Lau) [#&#8203;45589](https://github.com/nodejs/node/pull/45589) - \[[`5ab7a30a06`](https://github.com/nodejs/node/commit/5ab7a30a06)] - **build**: avoid redefined macro (Michaël Zasso) [#&#8203;45544](https://github.com/nodejs/node/pull/45544) - \[[`f58b32c22e`](https://github.com/nodejs/node/commit/f58b32c22e)] - **build**: fix env.h for cpp20 (Jiawen Geng) [#&#8203;45516](https://github.com/nodejs/node/pull/45516) - \[[`1de1f679ec`](https://github.com/nodejs/node/commit/1de1f679ec)] - ***Revert*** "**build**: remove precompiled header and debug information for host builds" (Stefan Stojanovic) [#&#8203;45432](https://github.com/nodejs/node/pull/45432) - \[[`89d1eb58b0`](https://github.com/nodejs/node/commit/89d1eb58b0)] - **build**: add --v8-disable-object-print flag (MURAKAMI Masahiko) [#&#8203;45458](https://github.com/nodejs/node/pull/45458) - \[[`f2a4def232`](https://github.com/nodejs/node/commit/f2a4def232)] - **build**: make scripts in gyp run with right python (Jiawen Geng) [#&#8203;45435](https://github.com/nodejs/node/pull/45435) - \[[`473a879c91`](https://github.com/nodejs/node/commit/473a879c91)] - **build**: workaround for node-core-utils (Jiawen Geng) [#&#8203;45199](https://github.com/nodejs/node/pull/45199) - \[[`abcc034c61`](https://github.com/nodejs/node/commit/abcc034c61)] - **build**: fix icu-small build with ICU 72.1 (Steven R. Loomis) [#&#8203;45195](https://github.com/nodejs/node/pull/45195) - \[[`8a99221a21`](https://github.com/nodejs/node/commit/8a99221a21)] - **build**: remove unused language files (Ben Noordhuis) [#&#8203;45138](https://github.com/nodejs/node/pull/45138) - \[[`3fb44f9413`](https://github.com/nodejs/node/commit/3fb44f9413)] - **build**: add GitHub token to auto-start-ci workflow (Richard Lau) [#&#8203;45185](https://github.com/nodejs/node/pull/45185) - \[[`2aac993bb2`](https://github.com/nodejs/node/commit/2aac993bb2)] - **build**: add version info to timezone update PR (Darshan Sen) [#&#8203;45021](https://github.com/nodejs/node/pull/45021) - \[[`0db19b3c60`](https://github.com/nodejs/node/commit/0db19b3c60)] - **build**: support Python 3.11 (Luigi Pinca) [#&#8203;45191](https://github.com/nodejs/node/pull/45191) - \[[`fb008a2e9b`](https://github.com/nodejs/node/commit/fb008a2e9b)] - **build,deps,src**: fix Intel VTune profiling support (Shi Lei) [#&#8203;45248](https://github.com/nodejs/node/pull/45248) - \[[`61bc27a5b4`](https://github.com/nodejs/node/commit/61bc27a5b4)] - **build,win**: pass --debug-nghttp2 to configure (Santiago Gimeno) [#&#8203;45209](https://github.com/nodejs/node/pull/45209) - \[[`7b68c06988`](https://github.com/nodejs/node/commit/7b68c06988)] - **child_process**: validate arguments for null bytes (Darshan Sen) [#&#8203;44782](https://github.com/nodejs/node/pull/44782) - \[[`bac6b7d900`](https://github.com/nodejs/node/commit/bac6b7d900)] - **crypto**: simplify lazy loading of internal modules (Antoine du Hamel) [#&#8203;45809](https://github.com/nodejs/node/pull/45809) - \[[`2fbf95662c`](https://github.com/nodejs/node/commit/2fbf95662c)] - **crypto**: fix CipherBase Update int32 overflow (Marco Ippolito) [#&#8203;45769](https://github.com/nodejs/node/pull/45769) - \[[`0100fd445b`](https://github.com/nodejs/node/commit/0100fd445b)] - **crypto**: refactor ArrayBuffer to bigint conversion utils (Antoine du Hamel) [#&#8203;45567](https://github.com/nodejs/node/pull/45567) - \[[`fa0a2d8e5d`](https://github.com/nodejs/node/commit/fa0a2d8e5d)] - **crypto**: refactor verify acceptable key usage functions (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569) - \[[`ef64b86d0d`](https://github.com/nodejs/node/commit/ef64b86d0d)] - **crypto**: fix ECDH webcrypto public CryptoKey usages (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569) - \[[`b92b80424a`](https://github.com/nodejs/node/commit/b92b80424a)] - **crypto**: validate CFRG webcrypto JWK import "d" and "x" are a pair (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569) - \[[`621e3c9cd4`](https://github.com/nodejs/node/commit/621e3c9cd4)] - **crypto**: use DataError for CFRG webcrypto raw and jwk import key checks (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569) - \[[`8fcfbeffe1`](https://github.com/nodejs/node/commit/8fcfbeffe1)] - **crypto**: use DataError for webcrypto keyData import failures (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569) - \[[`a976a63138`](https://github.com/nodejs/node/commit/a976a63138)] - **crypto**: fix X25519 and X448 webcrypto public CryptoKey usages (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569) - \[[`27adcc9c4b`](https://github.com/nodejs/node/commit/27adcc9c4b)] - **crypto**: ensure "x" is present when importing private CFRG webcrypto keys (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569) - \[[`f27ebab56c`](https://github.com/nodejs/node/commit/f27ebab56c)] - **crypto**: clear OpenSSL error queue after calling X509\_check_private_key() (Filip Skokan) [#&#8203;45495](https://github.com/nodejs/node/pull/45495) - \[[`319ae095fb`](https://github.com/nodejs/node/commit/319ae095fb)] - **crypto**: update root certificates (Luigi Pinca) [#&#8203;45490](https://github.com/nodejs/node/pull/45490) - \[[`dae92e78d6`](https://github.com/nodejs/node/commit/dae92e78d6)] - **crypto**: clear OpenSSL error queue after calling X509\_verify() (Takuro Sato) [#&#8203;45377](https://github.com/nodejs/node/pull/45377) - \[[`1ba1809dfd`](https://github.com/nodejs/node/commit/1ba1809dfd)] - **crypto**: handle more webcrypto errors with OperationError (Filip Skokan) [#&#8203;45320](https://github.com/nodejs/node/pull/45320) - \[[`b54f8761ae`](https://github.com/nodejs/node/commit/b54f8761ae)] - **crypto**: handle unsupported AES ciphers in webcrypto (Filip Skokan) [#&#8203;45321](https://github.com/nodejs/node/pull/45321) - \[[`57f507f1dd`](https://github.com/nodejs/node/commit/57f507f1dd)] - **crypto**: fix webcrypto HMAC "get key length" in deriveKey and generateKey (Filip Skokan) [#&#8203;44917](https://github.com/nodejs/node/pull/44917) - \[[`7565a75ee5`](https://github.com/nodejs/node/commit/7565a75ee5)] - **crypto**: remove webcrypto HKDF and PBKDF2 default-applied lengths (Filip Skokan) [#&#8203;44945](https://github.com/nodejs/node/pull/44945) - \[[`631421e8d0`](https://github.com/nodejs/node/commit/631421e8d0)] - **crypto**: simplify webcrypto ECDH deriveBits (Filip Skokan) [#&#8203;44946](https://github.com/nodejs/node/pull/44946) - \[[`c4f665f528`](https://github.com/nodejs/node/commit/c4f665f528)] - **deps**: V8: cherry-pick [`d1d4c64`](https://github.com/nodejs/node/commit/d1d4c648e7ff) (Danielle Adams) [#&#8203;46098](https://github.com/nodejs/node/pull/46098) - \[[`c04e1df396`](https://github.com/nodejs/node/commit/c04e1df396)] - ***Revert*** "**deps**: fix zlib compilation for CPUs without SIMD features" (Luigi Pinca) [#&#8203;45589](https://github.com/nodejs/node/pull/45589) - \[[`34e708cded`](https://github.com/nodejs/node/commit/34e708cded)] - **deps**: update undici to 5.13.0 (Node.js GitHub Bot) [#&#8203;45634](https://github.com/nodejs/node/pull/45634) - \[[`33b0664bbe`](https://github.com/nodejs/node/commit/33b0664bbe)] - **deps**: update corepack to 0.15.2 (Node.js GitHub Bot) [#&#8203;45635](https://github.com/nodejs/node/pull/45635) - \[[`7b6d2a8ec0`](https://github.com/nodejs/node/commit/7b6d2a8ec0)] - **deps**: update nghttp2 to 1.51.0 (Yagiz Nizipli) [#&#8203;45537](https://github.com/nodejs/node/pull/45537) - \[[`02eabaf409`](https://github.com/nodejs/node/commit/02eabaf409)] - **deps**: update base64 to 0.5.0 (Facundo Tuesca) [#&#8203;45509](https://github.com/nodejs/node/pull/45509) - \[[`7d26bf3c08`](https://github.com/nodejs/node/commit/7d26bf3c08)] - **deps**: V8: cherry-pick [`9df5ef7`](https://github.com/nodejs/node/commit/9df5ef70ff18) (Yagiz Nizipli) [#&#8203;45474](https://github.com/nodejs/node/pull/45474) - \[[`43419ad6bc`](https://github.com/nodejs/node/commit/43419ad6bc)] - **deps**: fix zlib compilation for CPUs without SIMD features (Anna Henningsen) [#&#8203;45387](https://github.com/nodejs/node/pull/45387) - \[[`978cfad005`](https://github.com/nodejs/node/commit/978cfad005)] - **deps**: update zlib to upstream [`8bbd6c3`](https://github.com/nodejs/node/commit/8bbd6c31) (Luigi Pinca) [#&#8203;45387](https://github.com/nodejs/node/pull/45387) - \[[`72362f348c`](https://github.com/nodejs/node/commit/72362f348c)] - **deps**: update acorn to 8.8.1 (Node.js GitHub Bot) [#&#8203;45441](https://github.com/nodejs/node/pull/45441) - \[[`17a89d1f4e`](https://github.com/nodejs/node/commit/17a89d1f4e)] - **deps**: V8: cherry-pick [`031b98b`](https://github.com/nodejs/node/commit/031b98b25cba) (Michaël Zasso) [#&#8203;45375](https://github.com/nodejs/node/pull/45375) - \[[`bbe67c484a`](https://github.com/nodejs/node/commit/bbe67c484a)] - **deps**: upgrade npm to 8.19.3 (npm team) [#&#8203;45322](https://github.com/nodejs/node/pull/45322) - \[[`a274d6bc0d`](https://github.com/nodejs/node/commit/a274d6bc0d)] - **deps**: update corepack to 0.15.1 (Node.js GitHub Bot) [#&#8203;45331](https://github.com/nodejs/node/pull/45331) - \[[`c9c958e188`](https://github.com/nodejs/node/commit/c9c958e188)] - **deps**: upgrade to libuv 1.44.2 (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340) - \[[`07b47ad58c`](https://github.com/nodejs/node/commit/07b47ad58c)] - **deps**: update corepack to 0.15.0 (Node.js GitHub Bot) [#&#8203;45235](https://github.com/nodejs/node/pull/45235) - \[[`bb6e8b1972`](https://github.com/nodejs/node/commit/bb6e8b1972)] - **deps**: update undici to 5.12.0 (Node.js GitHub Bot) [#&#8203;45236](https://github.com/nodejs/node/pull/45236) - \[[`596e3a8f2f`](https://github.com/nodejs/node/commit/596e3a8f2f)] - **deps**: V8: cherry-pick [`c2792e5`](https://github.com/nodejs/node/commit/c2792e58035f) (Jiawen Geng) [#&#8203;44961](https://github.com/nodejs/node/pull/44961) - \[[`2088cb4744`](https://github.com/nodejs/node/commit/2088cb4744)] - **deps**: patch V8 to 10.2.154.23 (Michaël Zasso) [#&#8203;45997](https://github.com/nodejs/node/pull/45997) - \[[`6ea555e8ac`](https://github.com/nodejs/node/commit/6ea555e8ac)] - **deps**: V8: cherry-pick [`2ada52c`](https://github.com/nodejs/node/commit/2ada52cffbff) (Michaël Zasso) [#&#8203;45573](https://github.com/nodejs/node/pull/45573) - \[[`6d8c0f0efd`](https://github.com/nodejs/node/commit/6d8c0f0efd)] - **deps**: update timezone to 2022f (Node.js GitHub Bot) [#&#8203;45289](https://github.com/nodejs/node/pull/45289) - \[[`3b73aa416f`](https://github.com/nodejs/node/commit/3b73aa416f)] - **deps**: update ICU to 72.1 (Michaël Zasso) [#&#8203;45068](https://github.com/nodejs/node/pull/45068) - \[[`555d1723b1`](https://github.com/nodejs/node/commit/555d1723b1)] - **deps**: update timezone (Node.js GitHub Bot) [#&#8203;44950](https://github.com/nodejs/node/pull/44950) - \[[`5c0fcc13f7`](https://github.com/nodejs/node/commit/5c0fcc13f7)] - **deps**: patch V8 to 10.2.154.19 (Michaël Zasso) [#&#8203;45229](https://github.com/nodejs/node/pull/45229) - \[[`1a47a7bbed`](https://github.com/nodejs/node/commit/1a47a7bbed)] - **diagnostics_channel**: fix diagnostics channel memory leak (theanarkh) [#&#8203;45633](https://github.com/nodejs/node/pull/45633) - \[[`40a29aabbc`](https://github.com/nodejs/node/commit/40a29aabbc)] - **diagnostics_channel**: built-in channels should remain experimental (Stephen Belanger) [#&#8203;45423](https://github.com/nodejs/node/pull/45423) - \[[`2752f543bc`](https://github.com/nodejs/node/commit/2752f543bc)] - **diagnostics_channel**: mark as stable (Stephen Belanger) [#&#8203;45290](https://github.com/nodejs/node/pull/45290) - \[[`9ceed7a1cc`](https://github.com/nodejs/node/commit/9ceed7a1cc)] - **dns**: fix port validation (Antoine du Hamel) [#&#8203;45135](https://github.com/nodejs/node/pull/45135) - \[[`108220cb05`](https://github.com/nodejs/node/commit/108220cb05)] - **doc**: buffer.fill empty value (Marco Ippolito) [#&#8203;45794](https://github.com/nodejs/node/pull/45794) - \[[`b5ad92fea2`](https://github.com/nodejs/node/commit/b5ad92fea2)] - **doc**: add args of filter option of fs.cp (MURAKAMI Masahiko) [#&#8203;45739](https://github.com/nodejs/node/pull/45739) - \[[`899ba3d3c2`](https://github.com/nodejs/node/commit/899ba3d3c2)] - **doc**: disambiguate `native module` to `addon` (Daeyeon Jeong) [#&#8203;45673](https://github.com/nodejs/node/pull/45673) - \[[`6e35803789`](https://github.com/nodejs/node/commit/6e35803789)] - **doc**: using console.error for error cases in crypto and events (emirgoren) [#&#8203;45640](https://github.com/nodejs/node/pull/45640) - \[[`fcd0f71979`](https://github.com/nodejs/node/commit/fcd0f71979)] - **doc**: fix actual result of example is different in events (Deokjin Kim) [#&#8203;45656](https://github.com/nodejs/node/pull/45656) - \[[`8203c021dc`](https://github.com/nodejs/node/commit/8203c021dc)] - **doc**: add doc-only deprecation for headers/trailers setters (Rich Trott) [#&#8203;45697](https://github.com/nodejs/node/pull/45697) - \[[`c1f90a5b7b`](https://github.com/nodejs/node/commit/c1f90a5b7b)] - **doc**: add detail on how api docs are published (Michael Dawson) [#&#8203;45626](https://github.com/nodejs/node/pull/45626) - \[[`90e9951d30`](https://github.com/nodejs/node/commit/90e9951d30)] - **doc**: use console.error for error case in child_process and dgram (Deokjin Kim) [#&#8203;45690](https://github.com/nodejs/node/pull/45690) - \[[`d9593ce98b`](https://github.com/nodejs/node/commit/d9593ce98b)] - **doc**: move streaming instruc to doc/contributing (Michael Dawson) [#&#8203;45582](https://github.com/nodejs/node/pull/45582) - \[[`a3eb2dd9b4`](https://github.com/nodejs/node/commit/a3eb2dd9b4)] - **doc**: add Rafael to the tsc (Michael Dawson) [#&#8203;45691](https://github.com/nodejs/node/pull/45691) - \[[`fa8caa328f`](https://github.com/nodejs/node/commit/fa8caa328f)] - **doc**: add missing line in debugger (Deokjin Kim) [#&#8203;45632](https://github.com/nodejs/node/pull/45632) - \[[`3fb5c6d3c5`](https://github.com/nodejs/node/commit/3fb5c6d3c5)] - **doc**: fix actual result of example is different in stream (Deokjin Kim) [#&#8203;45619](https://github.com/nodejs/node/pull/45619) - \[[`8a1e556899`](https://github.com/nodejs/node/commit/8a1e556899)] - **doc**: add `options` parameter to eventTarget.removeEventListener (Deokjin Kim) [#&#8203;45667](https://github.com/nodejs/node/pull/45667) - \[[`6881188f0f`](https://github.com/nodejs/node/commit/6881188f0f)] - **doc**: define "react-native" community condition (Alex Hunt) [#&#8203;45367](https://github.com/nodejs/node/pull/45367) - \[[`53e01f650f`](https://github.com/nodejs/node/commit/53e01f650f)] - **doc**: move os.machine() docs to sorted position (Colin Ihrig) [#&#8203;45647](https://github.com/nodejs/node/pull/45647) - \[[`0669712cbd`](https://github.com/nodejs/node/commit/0669712cbd)] - **doc**: use console.error for error case in fs, https, net and process (Deokjin Kim) [#&#8203;45606](https://github.com/nodejs/node/pull/45606) - \[[`ebc89f15fe`](https://github.com/nodejs/node/commit/ebc89f15fe)] - **doc**: add link to doc with social processes (Michael Dawson) [#&#8203;45584](https://github.com/nodejs/node/pull/45584) - \[[`b771fdb6f8`](https://github.com/nodejs/node/commit/b771fdb6f8)] - **doc**: deprecate use of invalid ports in `url.parse` (Antoine du Hamel) [#&#8203;45576](https://github.com/nodejs/node/pull/45576) - \[[`6a36159764`](https://github.com/nodejs/node/commit/6a36159764)] - **doc**: clarify changes in readableFlowing (Kohei Ueno) [#&#8203;45554](https://github.com/nodejs/node/pull/45554) - \[[`30a8604143`](https://github.com/nodejs/node/commit/30a8604143)] - **doc**: use console.error for error case in http2 (Deokjin Kim) [#&#8203;45577](https://github.com/nodejs/node/pull/45577) - \[[`8e94339891`](https://github.com/nodejs/node/commit/8e94339891)] - **doc**: add version description about fsPromise.constants (chlorine) [#&#8203;45556](https://github.com/nodejs/node/pull/45556) - \[[`203ca494a1`](https://github.com/nodejs/node/commit/203ca494a1)] - **doc**: add missing documentation for paramEncoding (Tobias Nießen) [#&#8203;45523](https://github.com/nodejs/node/pull/45523) - \[[`31233b2064`](https://github.com/nodejs/node/commit/31233b2064)] - **doc**: fix typo in threat model (Tobias Nießen) [#&#8203;45558](https://github.com/nodejs/node/pull/45558) - \[[`e851c43c54`](https://github.com/nodejs/node/commit/e851c43c54)] - **doc**: add Node.js Threat Model (Rafael Gonzaga) [#&#8203;45223](https://github.com/nodejs/node/pull/45223) - \[[`34c2876541`](https://github.com/nodejs/node/commit/34c2876541)] - **doc**: run license-builder (github-actions\[bot]) [#&#8203;45553](https://github.com/nodejs/node/pull/45553) - \[[`dde8740af3`](https://github.com/nodejs/node/commit/dde8740af3)] - **doc**: add async_hooks migration note (Geoffrey Booth) [#&#8203;45335](https://github.com/nodejs/node/pull/45335) - \[[`e304628fb5`](https://github.com/nodejs/node/commit/e304628fb5)] - **doc**: fix RESOLVE_ESM_MATCH in modules.md (翠 / green) [#&#8203;45280](https://github.com/nodejs/node/pull/45280) - \[[`8b44c6121e`](https://github.com/nodejs/node/commit/8b44c6121e)] - **doc**: add arm64 to os.machine() (Carter Snook) [#&#8203;45374](https://github.com/nodejs/node/pull/45374) - \[[`009adc7e21`](https://github.com/nodejs/node/commit/009adc7e21)] - **doc**: add lint rule to enforce trailing commas (Antoine du Hamel) [#&#8203;45471](https://github.com/nodejs/node/pull/45471) - \[[`c6b89abc5f`](https://github.com/nodejs/node/commit/c6b89abc5f)] - **doc**: adjust wording to eliminate awkward typography (Konv) [#&#8203;45398](https://github.com/nodejs/node/pull/45398) - \[[`785817e341`](https://github.com/nodejs/node/commit/785817e341)] - **doc**: fix typo in maintaining-dependencies.md (Tobias Nießen) [#&#8203;45428](https://github.com/nodejs/node/pull/45428) - \[[`00e02bda3a`](https://github.com/nodejs/node/commit/00e02bda3a)] - **doc**: allow for holidays in triage response (Michael Dawson) [#&#8203;45267](https://github.com/nodejs/node/pull/45267) - \[[`bef5206b84`](https://github.com/nodejs/node/commit/bef5206b84)] - **doc**: include last security release date (Juan José Arboleda) [#&#8203;45368](https://github.com/nodejs/node/pull/45368) - \[[`846b1aefac`](https://github.com/nodejs/node/commit/846b1aefac)] - **doc**: fix email for Ashley (Michael Dawson) [#&#8203;45364](https://github.com/nodejs/node/pull/45364) - \[[`913b669a2b`](https://github.com/nodejs/node/commit/913b669a2b)] - **doc**: fix test runner's only tests section header (Colin Ihrig) [#&#8203;45343](https://github.com/nodejs/node/pull/45343) - \[[`691da886f1`](https://github.com/nodejs/node/commit/691da886f1)] - **doc**: run license-builder (github-actions\[bot]) [#&#8203;45349](https://github.com/nodejs/node/pull/45349) - \[[`90a28920de`](https://github.com/nodejs/node/commit/90a28920de)] - **doc**: add more info for timer.setInterval (theanarkh) [#&#8203;45232](https://github.com/nodejs/node/pull/45232) - \[[`d2fc2aa666`](https://github.com/nodejs/node/commit/d2fc2aa666)] - **doc**: use module names in stability overview table (Filip Skokan) [#&#8203;45312](https://github.com/nodejs/node/pull/45312) - \[[`3f69d21b5c`](https://github.com/nodejs/node/commit/3f69d21b5c)] - **doc**: add `node:` prefix for examples (Daeyeon Jeong) [#&#8203;45328](https://github.com/nodejs/node/pull/45328) - \[[`a5c9b3c112`](https://github.com/nodejs/node/commit/a5c9b3c112)] - **doc**: update name of Node.js core Slack channel (Rich Trott) [#&#8203;45293](https://github.com/nodejs/node/pull/45293) - \[[`2bfd60b06f`](https://github.com/nodejs/node/commit/2bfd60b06f)] - **doc**: fix "task_processor.js" typo (andreysoktoev) [#&#8203;45257](https://github.com/nodejs/node/pull/45257) - \[[`248de57278`](https://github.com/nodejs/node/commit/248de57278)] - **doc**: add history section to `fetch`-related globals (Antoine du Hamel) [#&#8203;45198](https://github.com/nodejs/node/pull/45198) - \[[`1f5975ef50`](https://github.com/nodejs/node/commit/1f5975ef50)] - **doc**: clarify moderation in `onboarding.md` (Benjamin Gruenbaum) [#&#8203;41930](https://github.com/nodejs/node/pull/41930) - \[[`4e87c36570`](https://github.com/nodejs/node/commit/4e87c36570)] - **doc**: change make lint to make lint-md (RafaelGSS) [#&#8203;45197](https://github.com/nodejs/node/pull/45197) - \[[`3381a17d2c`](https://github.com/nodejs/node/commit/3381a17d2c)] - **doc**: add more lts update steps to release guide (Ruy Adorno) [#&#8203;45177](https://github.com/nodejs/node/pull/45177) - \[[`64b0495310`](https://github.com/nodejs/node/commit/64b0495310)] - **doc**: add bmuenzenmeyer to triagers (Brian Muenzenmeyer) [#&#8203;45155](https://github.com/nodejs/node/pull/45155) - \[[`6ebdb76727`](https://github.com/nodejs/node/commit/6ebdb76727)] - **doc**: update process.release (Filip Skokan) [#&#8203;45170](https://github.com/nodejs/node/pull/45170) - \[[`05d89c4722`](https://github.com/nodejs/node/commit/05d89c4722)] - **doc**: add link to triage guide (Brian Muenzenmeyer) [#&#8203;45154](https://github.com/nodejs/node/pull/45154) - \[[`f1aa82fd3c`](https://github.com/nodejs/node/commit/f1aa82fd3c)] - **doc**: mark Node.js 12 as End-of-Life (Rafael Gonzaga) [#&#8203;45186](https://github.com/nodejs/node/pull/45186) - \[[`da6f308612`](https://github.com/nodejs/node/commit/da6f308612)] - **doc**: add lukekarrys to collaborators (Luke Karrys) [#&#8203;45180](https://github.com/nodejs/node/pull/45180) - \[[`17380a1e6a`](https://github.com/nodejs/node/commit/17380a1e6a)] - **doc**: update mark release line lts on release guide (Ruy Adorno) [#&#8203;45101](https://github.com/nodejs/node/pull/45101) - \[[`3ddb6ccb2a`](https://github.com/nodejs/node/commit/3ddb6ccb2a)] - **doc**: be more definite and present tense-y (Ben Noordhuis) [#&#8203;45120](https://github.com/nodejs/node/pull/45120) - \[[`b09c386208`](https://github.com/nodejs/node/commit/b09c386208)] - **doc**: add major version note to release guide (Ruy Adorno) [#&#8203;45054](https://github.com/nodejs/node/pull/45054) - \[[`896b48b549`](https://github.com/nodejs/node/commit/896b48b549)] - **doc**: fix v14.x link maintaining openssl guide (RafaelGSS) [#&#8203;45071](https://github.com/nodejs/node/pull/45071) - \[[`33b3d8646b`](https://github.com/nodejs/node/commit/33b3d8646b)] - **doc**: add note about latest GitHub release (Michaël Zasso) [#&#8203;45111](https://github.com/nodejs/node/pull/45111) - \[[`5e76bf5cd5`](https://github.com/nodejs/node/commit/5e76bf5cd5)] - **doc**: mention v18.x openssl maintaining guide (Rafael Gonzaga) [#&#8203;45070](https://github.com/nodejs/node/pull/45070) - \[[`b4e3f3f095`](https://github.com/nodejs/node/commit/b4e3f3f095)] - **doc**: fix display of "problematic" ASCII characters (John Gardner) [#&#8203;44373](https://github.com/nodejs/node/pull/44373) - \[[`8bb23a4da3`](https://github.com/nodejs/node/commit/8bb23a4da3)] - **doc**: mark Node.js v17.x as EOL (KaKa) [#&#8203;45110](https://github.com/nodejs/node/pull/45110) - \[[`3f89dcabdb`](https://github.com/nodejs/node/commit/3f89dcabdb)] - **doc**: update Node.js 16 End-of-Life date (Richard Lau) [#&#8203;45103](https://github.com/nodejs/node/pull/45103) - \[[`7b23ec47b0`](https://github.com/nodejs/node/commit/7b23ec47b0)] - **doc**: fix typo in parseArgs default value (Tobias Nießen) [#&#8203;45083](https://github.com/nodejs/node/pull/45083) - \[[`7da66ef9e7`](https://github.com/nodejs/node/commit/7da66ef9e7)] - **doc**: updated security stewards (Michael Dawson) [#&#8203;45005](https://github.com/nodejs/node/pull/45005) - \[[`e5f9a520e2`](https://github.com/nodejs/node/commit/e5f9a520e2)] - **doc**: fix http and http2 writeEarlyHints() parameter (Fabian Meyer) [#&#8203;45000](https://github.com/nodejs/node/pull/45000) - \[[`e41a39c2b9`](https://github.com/nodejs/node/commit/e41a39c2b9)] - **doc**: run license-builder (github-actions\[bot]) [#&#8203;45034](https://github.com/nodejs/node/pull/45034) - \[[`875de23ee9`](https://github.com/nodejs/node/commit/875de23ee9)] - **doc**: improve the workflow to test release binaries (Rafael Gonzaga) [#&#8203;45004](https://github.com/nodejs/node/pull/45004) - \[[`d7fc12f647`](https://github.com/nodejs/node/commit/d7fc12f647)] - **doc**: fix undici version in changelog (Michael Dawson) [#&#8203;44982](https://github.com/nodejs/node/pull/44982) - \[[`4494cb2e82`](https://github.com/nodejs/node/commit/4494cb2e82)] - **doc**: add info on fixup to security release process (Michael Dawson) [#&#8203;44807](https://github.com/nodejs/node/pull/44807) - \[[`88351b9758`](https://github.com/nodejs/node/commit/88351b9758)] - **doc**: add anonrig to collaborators (Yagiz Nizipli) [#&#8203;45002](https://github.com/nodejs/node/pull/45002) - \[[`aebf7453d7`](https://github.com/nodejs/node/commit/aebf7453d7)] - **doc**: add notable changes to latest v18.x release changelog (Danielle Adams) [#&#8203;44996](https://github.com/nodejs/node/pull/44996) - \[[`b4cc30e18c`](https://github.com/nodejs/node/commit/b4cc30e18c)] - **doc**: deprecate url.parse() (Rich Trott) [#&#8203;44919](https://github.com/nodejs/node/pull/44919) - \[[`4fcbc92788`](https://github.com/nodejs/node/commit/4fcbc92788)] - **doc**: fix backticks in fs API docs (Livia Medeiros) [#&#8203;44962](https://github.com/nodejs/node/pull/44962) - \[[`cc1f41a57e`](https://github.com/nodejs/node/commit/cc1f41a57e)] - **doc, async_hooks**: improve and add migration hints (Gerhard Stöbich) [#&#8203;45369](https://github.com/nodejs/node/pull/45369) - \[[`6fb74a995d`](https://github.com/nodejs/node/commit/6fb74a995d)] - **doc, http**: add Uint8Array as allowed type (Gerhard Stöbich) [#&#8203;45167](https://github.com/nodejs/node/pull/45167) - \[[`066993a10a`](https://github.com/nodejs/node/commit/066993a10a)] - **esm**: add JSDoc property descriptions for loader (Rich Trott) [#&#8203;45370](https://github.com/nodejs/node/pull/45370) - \[[`fa210f91df`](https://github.com/nodejs/node/commit/fa210f91df)] - **esm**: add JSDoc property descriptions for fetch (Rich Trott) [#&#8203;45370](https://github.com/nodejs/node/pull/45370) - \[[`2f27d058c2`](https://github.com/nodejs/node/commit/2f27d058c2)] - **esm**: protect ESM loader from prototype pollution (Antoine du Hamel) [#&#8203;45175](https://github.com/nodejs/node/pull/45175) - \[[`46ded6b96e`](https://github.com/nodejs/node/commit/46ded6b96e)] - **esm**: protect ESM loader from prototype pollution (Antoine du Hamel) [#&#8203;45044](https://github.com/nodejs/node/pull/45044) - \[[`3bb764a58a`](https://github.com/nodejs/node/commit/3bb764a58a)] - **events**: add unique events benchmark (Yagiz Nizipli) [#&#8203;44657](https://github.com/nodejs/node/pull/44657) - \[[`b305ad46fd`](https://github.com/nodejs/node/commit/b305ad46fd)] - **fs**: fix fs.rm support for loop symlinks (Nathanael Ruf) [#&#8203;45439](https://github.com/nodejs/node/pull/45439) - \[[`c2f0377b8f`](https://github.com/nodejs/node/commit/c2f0377b8f)] - **fs**: update todo message (Yagiz Nizipli) [#&#8203;45265](https://github.com/nodejs/node/pull/45265) - \[[`1db20c84e1`](https://github.com/nodejs/node/commit/1db20c84e1)] - **fs**: fix opts.filter issue in cpSync (Tho) [#&#8203;45143](https://github.com/nodejs/node/pull/45143) - \[[`da302ce15b`](https://github.com/nodejs/node/commit/da302ce15b)] - **fs**: trace more fs api (theanarkh) [#&#8203;45095](https://github.com/nodejs/node/pull/45095) - \[[`9ab00f5fbd`](https://github.com/nodejs/node/commit/9ab00f5fbd)] - **gyp**: fix v8 canary build on aix (Vasili Skurydzin) [#&#8203;45496](https://github.com/nodejs/node/pull/45496) - \[[`cbd710bbf4`](https://github.com/nodejs/node/commit/cbd710bbf4)] - **http**: make `OutgoingMessage` more streamlike (Robert Nagy) [#&#8203;45672](https://github.com/nodejs/node/pull/45672) - \[[`209e7e3cff`](https://github.com/nodejs/node/commit/209e7e3cff)] - **http**: add debug log for ERR_UNESCAPED_CHARACTERS (Aidan Temple) [#&#8203;45420](https://github.com/nodejs/node/pull/45420) - \[[`3937118f5e`](https://github.com/nodejs/node/commit/3937118f5e)] - **http**: add JSDoc property descriptions (Rich Trott) [#&#8203;45370](https://github.com/nodejs/node/pull/45370) - \[[`f222c95209`](https://github.com/nodejs/node/commit/f222c95209)] - **http**: add priority to common http headers (James M Snell) [#&#8203;45045](https://github.com/nodejs/node/pull/45045) - \[[`2882e6042e`](https://github.com/nodejs/node/commit/2882e6042e)] - ***Revert*** "**http**: do not leak error listeners" (Luigi Pinca) [#&#8203;44921](https://github.com/nodejs/node/pull/44921) - \[[`b45878b2f1`](https://github.com/nodejs/node/commit/b45878b2f1)] - **http2**: improve session close/destroy procedures (Santiago Gimeno) [#&#8203;45115](https://github.com/nodejs/node/pull/45115) - \[[`a534175aa5`](https://github.com/nodejs/node/commit/a534175aa5)] - **http2**: fix crash on Http2Stream::diagnostic_name() (Santiago Gimeno) [#&#8203;45123](https://github.com/nodejs/node/pull/45123) - \[[`0b9f11bcbe`](https://github.com/nodejs/node/commit/0b9f11bcbe)] - **http2**: fix debugStream method (Santiago Gimeno) [#&#8203;45129](https://github.com/nodejs/node/pull/45129) - \[[`bbaca8442a`](https://github.com/nodejs/node/commit/bbaca8442a)] - **lib**: allow Writeable.toWeb() to work on http.Outgoing message (Debadree Chatterjee) [#&#8203;45642](https://github.com/nodejs/node/pull/45642) - \[[`1284789371`](https://github.com/nodejs/node/commit/1284789371)] - **lib**: check number of arguments in `EventTarget`'s function (Deokjin Kim) [#&#8203;45668](https://github.com/nodejs/node/pull/45668) - \[[`6297e77b1f`](https://github.com/nodejs/node/commit/6297e77b1f)] - **lib**: disambiguate `native module` to `binding` (Daeyeon Jeong) [#&#8203;45673](https://github.com/nodejs/node/pull/45673) - \[[`f7c101555a`](https://github.com/nodejs/node/commit/f7c101555a)] - **lib**: disambiguate `native module` to `builtin module` (Daeyeon Jeong) [#&#8203;45673](https://github.com/nodejs/node/pull/45673) - \[[`55f800b806`](https://github.com/nodejs/node/commit/55f800b806)] - **lib**: added SuiteContext class (Debadree Chatterjee) [#&#8203;45687](https://github.com/nodejs/node/pull/45687) - \[[`1ff8f689fa`](https://github.com/nodejs/node/commit/1ff8f689fa)] - **lib**: add missing type of removeEventListener in question (Deokjin Kim) [#&#8203;45676](https://github.com/nodejs/node/pull/45676) - \[[`2c595da5dc`](https://github.com/nodejs/node/commit/2c595da5dc)] - **lib**: do not throw if global property is no longer configurable (Antoine du Hamel) [#&#8203;45344](https://github.com/nodejs/node/pull/45344) - \[[`b9d4ac2c7e`](https://github.com/nodejs/node/commit/b9d4ac2c7e)] - **lib**: fix eslint early return (RafaelGSS) [#&#8203;45409](https://github.com/nodejs/node/pull/45409) - \[[`4ef86b59b5`](https://github.com/nodejs/node/commit/4ef86b59b5)] - **lib**: fix JSDoc issues (Rich Trott) [#&#8203;45243](https://github.com/nodejs/node/pull/45243) - \[[`9ccf8b2ccc`](https://github.com/nodejs/node/commit/9ccf8b2ccc)] - **lib**: use process.nextTick() instead of setImmediate() (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340) - \[[`8616e9b58b`](https://github.com/nodejs/node/commit/8616e9b58b)] - **lib**: drop fetch experimental warning (Matteo Collina) [#&#8203;45287](https://github.com/nodejs/node/pull/45287) - \[[`57897f80cd`](https://github.com/nodejs/node/commit/57897f80cd)] - **lib**: fix TypeError when converting a detached buffer source (Kohei Ueno) [#&#8203;44020](https://github.com/nodejs/node/pull/44020) - \[[`ba0e7ae3dd`](https://github.com/nodejs/node/commit/ba0e7ae3dd)] - **lib**: fix `AbortSignal.timeout` parameter validation (dnalborczyk) [#&#8203;42856](https://github.com/nodejs/node/pull/42856) - \[[`385d795816`](https://github.com/nodejs/node/commit/385d795816)] - **lib**: fix typo in `pre_execution.js` (Antoine du Hamel) [#&#8203;45039](https://github.com/nodejs/node/pull/45039) - \[[`4ab1530b9b`](https://github.com/nodejs/node/commit/4ab1530b9b)] - **lib**: promise version of streams.finished call clean up (Naor Tedgi (Abu Emma)) [#&#8203;44862](https://github.com/nodejs/node/pull/44862) - \[[`2a3bd11edd`](https://github.com/nodejs/node/commit/2a3bd11edd)] - **lib**: make properties on Blob and URL enumerable (Khafra) [#&#8203;44918](https://github.com/nodejs/node/pull/44918) - \[[`f412834151`](https://github.com/nodejs/node/commit/f412834151)] - **lib**: support more attributes for early hint link (Yagiz Nizipli) [#&#8203;44874](https://github.com/nodejs/node/pull/44874) - \[[`1019209306`](https://github.com/nodejs/node/commit/1019209306)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45814](https://github.com/nodejs/node/pull/45814) - \[[`dc862fe786`](https://github.com/nodejs/node/commit/dc862fe786)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45732](https://github.com/nodejs/node/pull/45732) - \[[`dc5340018f`](https://github.com/nodejs/node/commit/dc5340018f)] - **meta**: add .mailmap entry for Stefan Stojanovic (Rich Trott) [#&#8203;45703](https://github.com/nodejs/node/pull/45703) - \[[`775f659380`](https://github.com/nodejs/node/commit/775f659380)] - **meta**: update AUTHORS info for nstepien (Nicolas Stepien) [#&#8203;45692](https://github.com/nodejs/node/pull/45692) - \[[`e2da381609`](https://github.com/nodejs/node/commit/e2da381609)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45637](https://github.com/nodejs/node/pull/45637) - \[[`29e51e72f9`](https://github.com/nodejs/node/commit/29e51e72f9)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45531](https://github.com/nodejs/node/pull/45531) - \[[`6f8759bc51`](https://github.com/nodejs/node/commit/6f8759bc51)] - **meta**: update VoltrexMaster's username (Mohammed Keyvanzadeh) [#&#8203;45503](https://github.com/nodejs/node/pull/45503) - \[[`404172bb7c`](https://github.com/nodejs/node/commit/404172bb7c)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45443](https://github.com/nodejs/node/pull/45443) - \[[`221f298078`](https://github.com/nodejs/node/commit/221f298078)] - **meta**: be more proactive about removing from teams (Rich Trott) [#&#8203;45352](https://github.com/nodejs/node/pull/45352) - \[[`28b937ae38`](https://github.com/nodejs/node/commit/28b937ae38)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45333](https://github.com/nodejs/node/pull/45333) - \[[`255e89dc8c`](https://github.com/nodejs/node/commit/255e89dc8c)] - **meta**: update collaborator email address in README (Rich Trott) [#&#8203;45251](https://github.com/nodejs/node/pull/45251) - \[[`1a726e9dff`](https://github.com/nodejs/node/commit/1a726e9dff)] - **meta**: fix email address typo in README (Rich Trott) [#&#8203;45250](https://github.com/nodejs/node/pull/45250) - \[[`ffd059328b`](https://github.com/nodejs/node/commit/ffd059328b)] - **meta**: remove dont-land-on-v12 auto labeling (Moshe Atlow) [#&#8203;45233](https://github.com/nodejs/node/pull/45233) - \[[`d7fe2eac07`](https://github.com/nodejs/node/commit/d7fe2eac07)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45238](https://github.com/nodejs/node/pull/45238) - \[[`5aa4ea931a`](https://github.com/nodejs/node/commit/5aa4ea931a)] - **meta**: move a collaborator to emeritus (Rich Trott) [#&#8203;45160](https://github.com/nodejs/node/pull/45160) - \[[`4fe060e957`](https://github.com/nodejs/node/commit/4fe060e957)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;45036](https://github.com/nodejs/node/pull/45036) - \[[`9ec6117b65`](https://github.com/nodejs/node/commit/9ec6117b65)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;45020](https://github.com/nodejs/node/pull/45020) - \[[`3197b913aa`](https://github.com/nodejs/node/commit/3197b913aa)] - **module**: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) [#&#8203;45147](https://github.com/nodejs/node/pull/45147) - \[[`bf8d48a881`](https://github.com/nodejs/node/commit/bf8d48a881)] - **module**: ensure relative requires work from deleted directories (Bradley Farias) [#&#8203;42384](https://github.com/nodejs/node/pull/42384) - \[[`2c0f7d47e4`](https://github.com/nodejs/node/commit/2c0f7d47e4)] - **module**: fix segment deprecation for imports field (Guy Bedford) [#&#8203;44883](https://github.com/nodejs/node/pull/44883) - \[[`a1831dacbf`](https://github.com/nodejs/node/commit/a1831dacbf)] - **net**: check `autoSelectFamilyAttemptTimeout` is positive (Deokjin Kim) [#&#8203;45740](https://github.com/nodejs/node/pull/45740) - \[[`048795dab0`](https://github.com/nodejs/node/commit/048795dab0)] - **(SEMVER-MINOR)** **net**: add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) [#&#8203;44731](https://github.com/nodejs/node/pull/44731) - \[[`e4f7bcff8b`](https://github.com/nodejs/node/commit/e4f7bcff8b)] - **net**: remove \_readableState from debug statement (Rich Trott) [#&#8203;45063](https://github.com/nodejs/node/pull/45063) - \[[`cd4b0626c2`](https://github.com/nodejs/node/commit/cd4b0626c2)] - **node-api**: address coverity warning (Michael Dawson) [#&#8203;45563](https://github.com/nodejs/node/pull/45563) - \[[`581b38af13`](https://github.com/nodejs/node/commit/581b38af13)] - **node-api**: declare type napi_cleanup_hook (Chengzhong Wu) [#&#8203;45391](https://github.com/nodejs/node/pull/45391) - \[[`44766c6522`](https://github.com/nodejs/node/commit/44766c6522)] - **node-api**: fix immediate napi_remove_wrap test (Chengzhong Wu) [#&#8203;45406](https://github.com/nodejs/node/pull/45406) - \[[`746175a272`](https://github.com/nodejs/node/commit/746175a272)] - **node-api**: handle no support for external buffers (Michael Dawson) [#&#8203;45181](https://github.com/nodejs/node/pull/45181) - \[[`b5811c44cb`](https://github.com/nodejs/node/commit/b5811c44cb)] - **node-api,test**: fix test_reference_double_free crash (Vladimir Morozov) [#&#8203;44927](https://github.com/nodejs/node/pull/44927) - \[[`bc5140383c`](https://github.com/nodejs/node/commit/bc5140383c)] - **os**: convert uid and gid to 32-bit signed integers (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340) - \[[`ff03ed1c22`](https://github.com/nodejs/node/commit/ff03ed1c22)] - **readline**: improve robustness against prototype mutation (Antoine du Hamel) [#&#8203;45614](https://github.com/nodejs/node/pull/45614) - \[[`b999983c30`](https://github.com/nodejs/node/commit/b999983c30)] - **repl**: do not define `wasi` on global with no flag (Kohei Ueno) [#&#8203;45595](https://github.com/nodejs/node/pull/45595) - \[[`a186a4d7ef`](https://github.com/nodejs/node/commit/a186a4d7ef)] - **report**: add more memory info (theanarkh) [#&#8203;45254](https://github.com/nodejs/node/pull/45254) - \[[`a880568afd`](https://github.com/nodejs/node/commit/a880568afd)] - **report**: add rss and use/kernel cpu usage fields (theanarkh) [#&#8203;45043](https://github.com/nodejs/node/pull/45043) - \[[`49da5cd0ee`](https://github.com/nodejs/node/commit/49da5cd0ee)] - **report,doc**: define report version semantics (Gireesh Punathil) [#&#8203;45050](https://github.com/nodejs/node/pull/45050) - \[[`ae61740325`](https://github.com/nodejs/node/commit/ae61740325)] - **src**: add internal isArrayBufferDetached (Yagiz Nizipli) [#&#8203;45568](https://github.com/nodejs/node/pull/45568) - \[[`a58bf148b3`](https://github.com/nodejs/node/commit/a58bf148b3)] - **(SEMVER-MINOR)** **src**: add uvwasi version (Jithil P Ponnan) [#&#8203;45639](https://github.com/nodejs/node/pull/45639) - \[[`8e1138d354`](https://github.com/nodejs/node/commit/8e1138d354)] - **src**: simplify NodeBIO::GetMethod initialization (Anna Henningsen) [#&#8203;45799](https://github.com/nodejs/node/pull/45799) - \[[`b88ee545f2`](https://github.com/nodejs/node/commit/b88ee545f2)] - **src**: make structuredClone work for process.env (Ben Noordhuis) [#&#8203;45698](https://github.com/nodejs/node/pull/45698) - \[[`94e6f08606`](https://github.com/nodejs/node/commit/94e6f08606)] - **src**: mark generated `snapshot_data` as `const` (Anna Henningsen) [#&#8203;45786](https://github.com/nodejs/node/pull/45786) - \[[`29f2dabca2`](https://github.com/nodejs/node/commit/29f2dabca2)] - **src**: cleanup on disambiguating native modules (Michael Dawson) [#&#8203;45665](https://github.com/nodejs/node/pull/45665) - \[[`ed0a867a4e`](https://github.com/nodejs/node/commit/ed0a867a4e)] - **src**: use `enum class` instead of `enum` in node_i18n (Deokjin Kim) [#&#8203;45646](https://github.com/nodejs/node/pull/45646) - \[[`1e48a5a5b0`](https://github.com/nodejs/node/commit/1e48a5a5b0)] - **src**: address coverity warning in node_file.cc (Michael Dawson) [#&#8203;45565](https://github.com/nodejs/node/pull/45565) - \[[`3f6f8f920f`](https://github.com/nodejs/node/commit/3f6f8f920f)] - **src**: use qualified `std::move` call in node_http2 (Michaël Zasso) [#&#8203;45555](https://github.com/nodejs/node/pull/45555) - \[[`5e63bf3726`](https://github.com/nodejs/node/commit/5e63bf3726)] - **src**: avoid unused variables and functions (Michaël Zasso) [#&#8203;45542](https://github.com/nodejs/node/pull/45542) - \[[`3f5a23281c`](https://github.com/nodejs/node/commit/3f5a23281c)] - **src**: add missing include for `std::all_of` (Michaël Zasso) [#&#8203;45541](https://github.com/nodejs/node/pull/45541) - \[[`0328208f6c`](https://github.com/nodejs/node/commit/0328208f6c)] - **src**: set an appropriate thread pool size if given `--v8-pool-size=0` (Daeyeon Jeong) [#&#8203;45513](https://github.com/nodejs/node/pull/45513) - \[[`fbfd26da7d`](https://github.com/nodejs/node/commit/fbfd26da7d)] - **src**: move FsStatsOffset and kFsStatsBufferLength to node_file.h (Joyee Cheung) [#&#8203;45498](https://github.com/nodejs/node/pull/45498) - \[[`2c6a4fd6fa`](https://github.com/nodejs/node/commit/2c6a4fd6fa)] - **src**: don't run tasks on isolate termination (Santiago Gimeno) [#&#8203;45444](https://github.com/nodejs/node/pull/45444) - \[[`9c39b5ec48`](https://github.com/nodejs/node/commit/9c39b5ec48)] - **src**: remove the unused PackageConfig class (Joyee Cheung) [#&#8203;45478](https://github.com/nodejs/node/pull/45478) - \[[`70ca26a858`](https://github.com/nodejs/node/commit/70ca26a858)] - **src**: add --max-semi-space-size to the options allowed in NODE_OPTIONS (Emanuel Hoogeveen) [#&#8203;44436](https://github.com/nodejs/node/pull/44436) - \[[`5544ce4bdf`](https://github.com/nodejs/node/commit/5544ce4bdf)] - **src**: condense experimental warning message (Rich Trott) [#&#8203;45424](https://github.com/nodejs/node/pull/45424) - \[[`9ac7df1c6a`](https://github.com/nodejs/node/commit/9ac7df1c6a)] - **src**: track contexts in the Environment instead of AsyncHooks (Joyee Cheung) [#&#8203;45282](https://github.com/nodejs/node/pull/45282) - \[[`89b3336120`](https://github.com/nodejs/node/commit/89b3336120)] - **src**: resolve TODO related to inspector CVEs (Tobias Nießen) [#&#8203;45341](https://github.com/nodejs/node/pull/45341) - \[[`e05ebe8f9b`](https://github.com/nodejs/node/commit/e05ebe8f9b)] - **src**: print nghttp2 logs when using --debug-nghttp2 (Santiago Gimeno) [#&#8203;45209](https://github.com/nodejs/node/pull/45209) - \[[`4634aa987d`](https://github.com/nodejs/node/commit/4634aa987d)] - **src**: trace threadpool event (theanarkh) [#&#8203;44458](https://github.com/nodejs/node/pull/44458) - \[[`bf028a66ef`](https://github.com/nodejs/node/commit/bf028a66ef)] - **src**: lock-free init_process_flags (Jérémy Lal) [#&#8203;45221](https://github.com/nodejs/node/pull/45221) - \[[`8c4ac6dcf5`](https://github.com/nodejs/node/commit/8c4ac6dcf5)] - **src**: call uv_library_shutdown before DisposePlatform (theanarkh) [#&#8203;45226](https://github.com/nodejs/node/pull/45226) - \[[`614d646767`](https://github.com/nodejs/node/commit/614d646767)] - **src**: fix `crypto.privateEncrypt` fails first time (liuxingbaoyu) [#&#8203;42793](https://github.com/nodejs/node/pull/42793) - \[[`dee882e94f`](https://github.com/nodejs/node/commit/dee882e94f)] - **src**: let http2 streams end after session close (Santiago Gimeno) [#&#8203;45153](https://github.com/nodejs/node/pull/45153) - \[[`325254cc2c`](https://github.com/nodejs/node/commit/325254cc2c)] - **src**: remap invalid file descriptors using `dup2` (Obiwac) [#&#8203;44461](https://github.com/nodejs/node/pull/44461) - \[[`f748f5df56`](https://github.com/nodejs/node/commit/f748f5df56)] - **src**: remove unused `contextify_global_private_symbol` (Daeyeon Jeong) [#&#8203;45128](https://github.com/nodejs/node/pull/45128) - \[[`169b33a24c`](https://github.com/nodejs/node/commit/169b33a24c)] - **src**: forbid running watch mode in REPL (Moshe Atlow) [#&#8203;45058](https://github.com/nodejs/node/pull/45058) - \[[`57b7023257`](https://github.com/nodejs/node/commit/57b7023257)] - **src**: fix test runner coverage (Moshe Atlow) [#&#8203;45055](https://github.com/nodejs/node/pull/45055) - \[[`bf17f8dcb8`](https://github.com/nodejs/node/commit/bf17f8dcb8)] - **src**: optimize ALPN callback (Ben Noordhuis) [#&#8203;44875](https://github.com/nodejs/node/pull/44875) - \[[`d433d34765`](https://github.com/nodejs/node/commit/d433d34765)] - **src**: simplify ALPN code, remove indirection (Ben Noordhuis) [#&#8203;44875](https://github.com/nodejs/node/pull/44875) - \[[`33c78e2340`](https://github.com/nodejs/node/commit/33c78e2340)] - **src**: iwyu in cleanup_queue.cc (Shelley Vohr) [#&#8203;44983](https://github.com/nodejs/node/pull/44983) - \[[`23aa41394f`](https://github.com/nodejs/node/commit/23aa41394f)] - **(SEMVER-MINOR)** **src**: add support for externally shared js builtins (Michael Dawson) [#&#8203;44376](https://github.com/nodejs/node/pull/44376) - \[[`2d2e71c189`](https://github.com/nodejs/node/commit/2d2e71c189)] - **src**: refactor BaseObject methods (Joyee Cheung) [#&#8203;44796](https://github.com/nodejs/node/pull/44796) - \[[`7b992cc229`](https://github.com/nodejs/node/commit/7b992cc229)] - **src**: create BaseObject with node::Realm (Chengzhong Wu) [#&#8203;44348](https://github.com/nodejs/node/pull/44348) - \[[`a7f3bc0dbc`](https://github.com/nodejs/node/commit/a7f3bc0dbc)] - **src**: introduce node::Realm (Chengzhong Wu) [#&#8203;44179](https://github.com/nodejs/node/pull/44179) - \[[`b11616be6b`](https://github.com/nodejs/node/commit/b11616be6b)] - **src**: support WeakReference in snapshot (Joyee Cheung) [#&#8203;44193](https://github.com/nodejs/node/pull/44193) - \[[`1ca575501a`](https://github.com/nodejs/node/commit/1ca575501a)] - **src**: iterate over base objects to prepare for snapshot (Joyee Cheung) [#&#8203;44192](https://github.com/nodejs/node/pull/44192) - \[[`f071028a45`](https://github.com/nodejs/node/commit/f071028a45)] - **src**: fix cppgc incompatibility in v8 (Shelley Vohr) [#&#8203;43521](https://github.com/nodejs/node/pull/43521) - \[[`b8290ff7e9`](https://github.com/nodejs/node/commit/b8290ff7e9)] - **(SEMVER-MINOR)** **src**: add initial shadow realm support (Chengzhong Wu) [#&#8203;42869](https://github.com/nodejs/node/pull/42869) - \[[`90e8418e58`](https://github.com/nodejs/node/commit/90e8418e58)] - **src,lib**: group properties used as constants from `util` binding (Daeyeon Jeong) [#&#8203;45539](https://github.com/nodejs/node/pull/45539) - \[[`12779b3e02`](https://github.com/nodejs/node/commit/12779b3e02)] - **src,lib**: retrieve parsed source map url from v8 (Chengzhong Wu) [#&#8203;44798](https://github.com/nodejs/node/pull/44798) - \[[`c5630e2699`](https://github.com/nodejs/node/commit/c5630e2699)] - **src,node-api**: update `napi_is_detached_arraybuffer` (Daeyeon Jeong) [#&#8203;45538](https://github.com/nodejs/node/pull/45538) - \[[`122c51b595`](https://github.com/nodejs/node/commit/122c51b595)] - **stream**: use structuredClone instead of v8 (Yagiz Nizipli) [#&#8203;45611](https://github.com/nodejs/node/pull/45611) - \[[`2bde576822`](https://github.com/nodejs/node/commit/2bde576822)] - **stream**: use ArrayBufferPrototypeGetByteLength (Yagiz Nizipli) [#&#8203;45528](https://github.com/nodejs/node/pull/45528) - \[[`7984e066ca`](https://github.com/nodejs/node/commit/7984e066ca)] - **stream**: add primordials to adapters (Yagiz Nizipli) [#&#8203;45511](https://github.com/nodejs/node/pull/45511) - \[[`ac9a4aba5d`](https://github.com/nodejs/node/commit/ac9a4aba5d)] - **stream**: avoid premature close when will not emit close (Robert Nagy) [#&#8203;45301](https://github.com/nodejs/node/pull/45301) - \[[`6f080e2968`](https://github.com/nodejs/node/commit/6f080e2968)] - **stream**: fix typo in `adapters.js` ([#&#8203;45515](https://github.com/nodejs/node/issues/45515)) (Kohei Ueno) [#&#8203;45515](https://github.com/nodejs/node/pull/45515) - \[[`d2998b6166`](https://github.com/nodejs/node/commit/d2998b6166)] - **stream**: add fast path for utf8 (Yagiz Nizipli) [#&#8203;45483](https://github.com/nodejs/node/pull/45483) - \[[`5f7d2b5c64`](https://github.com/nodejs/node/commit/5f7d2b5c64)] - **stream**: add compose operator (Raz Luvaton) [#&#8203;44937](https://github.com/nodejs/node/pull/44937) - \[[`70244d0b57`](https://github.com/nodejs/node/commit/70244d0b57)] - **stream**: fix duplexify premature destroy (Robert Nagy) [#&#8203;45133](https://github.com/nodejs/node/pull/45133) - \[[`1fb6e82f84`](https://github.com/nodejs/node/commit/1fb6e82f84)] - **stream**: fix web streams have no Symbol.toStringTag (Jithil P Ponnan) [#&#8203;45117](https://github.com/nodejs/node/pull/45117) - \[[`c514751ff3`](https://github.com/nodejs/node/commit/c514751ff3)] - **stream**: don't push null from closed promise [#&#8203;42694](https://github.com/nodejs/node/issues/42694) (David Halls) [#&#8203;45026](https://github.com/nodejs/node/pull/45026) - \[[`8c2d0f9294`](https://github.com/nodejs/node/commit/8c2d0f9294)] - **stream**: fix `size` function returned from QueuingStrategies (Daeyeon Jeong) [#&#8203;44867](https://github.com/nodejs/node/pull/44867) - \[[`7e386f8cb9`](https://github.com/nodejs/node/commit/7e386f8cb9)] - **test**: remove flaky parallel/test-process-wrap test (Ben Noordhuis) [#&#8203;45806](https://github.com/nodejs/node/pull/45806) - \[[`38fb2c1cc8`](https://github.com/nodejs/node/commit/38fb2c1cc8)] - **test**: fix invalid output TAP if there newline in test name (Pulkit Gupta) [#&#8203;45742](https://github.com/nodejs/node/pull/45742) - \[[`c1162535ae`](https://github.com/nodejs/node/commit/c1162535ae)] - **test**: fix -Wunused-variable on report-fatalerror (Santiago Gimeno) [#&#8203;45747](https://github.com/nodejs/node/pull/45747) - \[[`13d2df3c20`](https://github.com/nodejs/node/commit/13d2df3c20)] - **test**: fix test-watch-mode (Stefan Stojanovic) [#&#8203;45585](https://github.com/nodejs/node/pull/45585) - \[[`3a5a2ae2ea`](https://github.com/nodejs/node/commit/3a5a2ae2ea)] - **test**: fix test-watch-mode-inspect (Stefan Stojanovic) [#&#8203;45586](https://github.com/nodejs/node/pull/45586) - \[[`7dbc742bca`](https://github.com/nodejs/node/commit/7dbc742bca)] - **test**: fix typos in test/parallel (Deokjin Kim) [#&#8203;45583](https://github.com/nodejs/node/pull/45583) - \[[`3e87834ac7`](https://github.com/nodejs/node/commit/3e87834ac7)] - **test**: add trailing commas in event tests (Rich Trott) [#&#8203;45466](https://github.com/nodejs/node/pull/45466) - \[[`8f7109aea3`](https://github.com/nodejs/node/commit/8f7109aea3)] - **test**: add trailing commas in async-hooks tests ([#&#8203;45549](https://github.com/nodejs/node/issues/45549)) (Antoine du Hamel) [#&#8203;45549](https://github.com/nodejs/node/pull/45549) - \[[`d5b0844fce`](https://github.com/nodejs/node/commit/d5b0844fce)] - **test**: add trailing commas in addons test ([#&#8203;45548](https://github.com/nodejs/node/issues/45548)) (Antoine du Hamel) [#&#8203;45548](https://github.com/nodejs/node/pull/45548) - \[[`b1e17b4590`](https://github.com/nodejs/node/commit/b1e17b4590)] - **test**: add trailing commas in `test/common` ([#&#8203;45550](https://github.com/nodejs/node/issues/45550)) (Antoine du Hamel) [#&#8203;45550](https://github.com/nodejs/node/pull/45550) - \[[`305d4de72f`](https://github.com/nodejs/node/commit/305d4de72f)] - **test**: revise pull request guide text about code (Rich Trott) [#&#8203;45519](https://github.com/nodejs/node/pull/45519) - \[[`9f1e5b6a89`](https://github.com/nodejs/node/commit/9f1e5b6a89)] - **test**: enable the WPT for `structuredClone` (Daeyeon Jeong) [#&#8203;45482](https://github.com/nodejs/node/pull/45482) - \[[`fac1f1bcd6`](https://github.com/nodejs/node/commit/fac1f1bcd6)] - **test**: add lint rule to enforce trailing commas (Antoine du Hamel) [#&#8203;45468](https://github.com/nodejs/node/pull/45468) - \[[`cac449f0a0`](https://github.com/nodejs/node/commit/cac449f0a0)] - **test**: update uses of \_jabber.\_tcp.google.com (Colin Ihrig) [#&#8203;45451](https://github.com/nodejs/node/pull/45451) - \[[`19eabd7870`](https://github.com/nodejs/node/commit/19eabd7870)] - **test**: add test to validate changelogs for releases (Richard Lau) [#&#8203;45325](https://github.com/nodejs/node/pull/45325) - \[[`85c634d899`](https://github.com/nodejs/node/commit/85c634d899)] - **test**: remove flaky designation for test-worker-http2-stream-terminate (Rich Trott) [#&#8203;45438](https://github.com/nodejs/node/pull/45438) - \[[`4283af48b0`](https://github.com/nodejs/node/commit/4283af48b0)] - **test**: fix flaky test-repl-sigint-nested-eval (Rich Trott) [#&#8203;45354](https://github.com/nodejs/node/pull/45354) - \[[`7e0332a46b`](https://github.com/nodejs/node/commit/7e0332a46b)] - **test**: skip test-fs-largefile if not enough disk space (Rich Trott) [#&#8203;45339](https://github.com/nodejs/node/pull/45339) - \[[`ad3b41c858`](https://github.com/nodejs/node/commit/ad3b41c858)] - **test**: fix catching failed assertion (Pavel Horal) [#&#8203;45222](https://github.com/nodejs/node/pull/45222) - \[[`12764fc725`](https://github.com/nodejs/node/commit/12764fc725)] - **test**: defer invocation checks (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340) - \[[`facb606084`](https://github.com/nodejs/node/commit/facb606084)] - **test**: fix test-socket-write-after-fin-error (Luigi Pinca) [#&#8203;42340](https://github.com/nodejs/node/pull/42340) - \[[`ab9c2df11b`](https://github.com/nodejs/node/commit/ab9c2df11b)] - **test**: make `test-eventemitter-asyncresource.js` shorter (Juan José) [#&#8203;45146](https://github.com/nodejs/node/pull/45146) - \[[`03a3f30cb1`](https://github.com/nodejs/node/commit/03a3f30cb1)] - **test**: convert test-debugger-pid to async/await (Luke Karrys) [#&#8203;45179](https://github.com/nodejs/node/pull/45179) - \[[`d718c675d8`](https://github.com/nodejs/node/commit/d718c675d8)] - **test**: improve test coverage in `test-event-capture-rejections.js` (Juan José) [#&#8203;45148](https://github.com/nodejs/node/pull/45148) - \[[`fe91ac15be`](https://github.com/nodejs/node/commit/fe91ac15be)] - **test**: fix timeout of test-heap-prof.js in riscv devices (Yu Gu) [#&#8203;42674](https://github.com/nodejs/node/pull/42674) - \[[`a110cac4f3`](https://github.com/nodejs/node/commit/a110cac4f3)] - **test**: deflake test-http2-empty-frame-without-eof (Santiago Gimeno) [#&#8203;45212](https://github.com/nodejs/node/pull/45212) - \[[`c890136934`](https://github.com/nodejs/node/commit/c890136934)] - **test**: use common/tmpdir in watch-mode ipc test (Richard Lau) [#&#8203;45211](https://github.com/nodejs/node/pull/45211) - \[[`7b8380dd73`](https://github.com/nodejs/node/commit/7b8380dd73)] - **test**: use uv_sleep() where possible (Santiago Gimeno) [#&#8203;45124](https://github.com/nodejs/node/pull/45124) - \[[`7a7dab4160`](https://github.com/nodejs/node/commit/7a7dab4160)] - **test**: fix typo in `test/parallel/test-fs-rm.js` (Tim Shilov) [#&#8203;44882](https://github.com/nodejs/node/pull/44882) - \[[`c87770b39b`](https://github.com/nodejs/node/commit/c87770b39b)] - **test**: remove a snapshot blob from test-inspect-address-in-use.js (Daeyeon Jeong) [#&#8203;45132](https://github.com/nodejs/node/pull/45132) - \[[`a0f8d8b806`](https://github.com/nodejs/node/commit/a0f8d8b806)] - **test**: add test for Module.\_stat (Darshan Sen) [#&#8203;44713](https://github.com/nodejs/node/pull/44713) - \[[`a8030b9517`](https://github.com/nodejs/node/commit/a8030b9517)] - **test**: watch mode inspect restart repeatedly (Moshe Atlow) [#&#8203;45060](https://github.com/nodejs/node/pull/45060) - \[[`52808d7d71`](https://github.com/nodejs/node/commit/52808d7d71)] - **test**: remove experimental-wasm-threads flag (Michaël Zasso) [#&#8203;45074](https://github.com/nodejs/node/pull/45074) - \[[`b3c4265a95`](https://github.com/nodejs/node/commit/b3c4265a95)] - **test**: remove unnecessary noop function args to `mustCall()` (Antoine du Hamel) [#&#8203;45047](https://github.com/nodejs/node/pull/45047) - \[[`868b4a3d67`](https://github.com/nodejs/node/commit/868b4a3d67)] - **test**: mark test-watch-mode\* as flaky on all platforms (Pierrick Bouvier) [#&#8203;45049](https://github.com/nodejs/node/pull/45049) - \[[`0d9ccc850e`](https://github.com/nodejs/node/commit/0d9ccc850e)] - **test**: wrap missing `common.mustCall` (Moshe Atlow) [#&#8203;45064](https://github.com/nodejs/node/pull/45064) - \[[`8fffd05b85`](https://github.com/nodejs/node/commit/8fffd05b85)] - **test**: remove mentions of `--experimental-async-stack-tagging-api` flag (Simon) [#&#8203;45051](https://github.com/nodejs/node/pull/45051) - \[[`fc58b61e82`](https://github.com/nodejs/node/commit/fc58b61e82)] - **test**: improve assertions in `test-repl-unsupported-option.js` (Juan José) [#&#8203;44953](https://github.com/nodejs/node/pull/44953) - \[[`e5928abef7`](https://github.com/nodejs/node/commit/e5928abef7)] - **test**: remove unnecessary noop function args to mustCall() (Rich Trott) [#&#8203;45027](https://github.com/nodejs/node/pull/45027) - \[[`d86fcbfd6e`](https://github.com/nodejs/node/commit/d86fcbfd6e)] - **test**: update WPT resources (Khaidi Chu) [#&#8203;44948](https://github.com/nodejs/node/pull/44948) - \[[`d103d779d3`](https://github.com/nodejs/node/commit/d103d779d3)] - **test**: skip test depending on `overlapped-checker` when not available (Antoine du Hamel) [#&#8203;45015](https://github.com/nodejs/node/pull/45015) - \[[`5544c55600`](https://github.com/nodejs/node/commit/5544c55600)] - **test**: improve test coverage for `os` package (Juan José) [#&#8203;44959](https://github.com/nodejs/node/pull/44959) - \[[`6e3227b0fd`](https://github.com/nodejs/node/commit/6e3227b0fd)] - **test**: add test to improve coverage in http2-compat-serverresponse (Cesar Mario Diaz) [#&#8203;44970](https://github.com/nodejs/node/pull/44970) - \[[`dfc2419ab4`](https://github.com/nodejs/node/commit/dfc2419ab4)] - **test**: improve test coverage in `test-child-process-spawn-argv0.js` (Juan José) [#&#8203;44955](https://github.com/nodejs/node/pull/44955) - \[[`89a1c57436`](https://github.com/nodejs/node/commit/89a1c57436)] - **test**: use CHECK instead of EXPECT where necessary (Tobias Nießen) [#&#8203;44795](https://github.com/nodejs/node/pull/44795) - \[[`657756fc06`](https://github.com/nodejs/node/commit/657756fc06)] - **test**: refactor promises to async/await (Madhuri) [#&#8203;44980](https://github.com/nodejs/node/pull/44980) - \[[`55cf4b5042`](https://github.com/nodejs/node/commit/55cf4b5042)] - **test**: fix textdecoder test for small-icu builds (Richard Lau) [#&#8203;45225](https://github.com/nodejs/node/pull/45225) - \[[`e2df332ea7`](https://github.com/nodejs/node/commit/e2df332ea7)] - **test**: add a test to ensure the correctness of timezone upgrades (Darshan Sen) [#&#8203;45299](https://github.com/nodejs/node/pull/45299) - \[[`a2e5126227`](https://github.com/nodejs/node/commit/a2e5126227)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#&#8203;45569](https://github.com/nodejs/node/pull/45569) - \[[`69c1f2a021`](https://github.com/nodejs/node/commit/69c1f2a021)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#&#8203;45165](https://github.com/nodejs/node/pull/45165) - \[[`24e2a4fbd7`](https://github.com/nodejs/node/commit/24e2a4fbd7)] - **test_runner**: refactor `tap_lexer` to use more primordials (Antoine du Hamel) [#&#8203;45744](https://github.com/nodejs/node/pull/45744) - \[[`3cee3ca5ae`](https://github.com/nodejs/node/commit/3cee3ca5ae)] - **test_runner**: refactor `tap_parser` to use more primordials (Antoine du Hamel) [#&#8203;45745](https://github.com/nodejs/node/pull/45745) - \[[`449326639d`](https://github.com/nodejs/node/commit/449326639d)] - **(SEMVER-MINOR)** **test_runner**: add t.after() hook (Colin Ihrig) [#&#8203;45792](https://github.com/nodejs/node/pull/45792) - \[[`370ad455d6`](https://github.com/nodejs/node/commit/370ad455d6)] - **(SEMVER-MINOR)** **test_runner**: don't use a symbol for runHook() (Colin Ihrig) [#&#8203;45792](https://github.com/nodejs/node/pull/45792) - \[[`500024384a`](https://github.com/nodejs/node/commit/500024384a)] - **test_runner**: add resetCalls to MockFunctionContext (MURAKAMI Masahiko) [#&#8203;45710](https://github.com/nodejs/node/pull/45710) - \[[`ed9246f6fc`](https://github.com/nodejs/node/commit/ed9246f6fc)] - **test_runner**: don't parse TAP from stderr (Colin Ihrig) [#&#8203;45618](https://github.com/nodejs/node/pull/45618) - \[[`a56560f6fc`](https://github.com/nodejs/node/commit/a56560f6fc)] - **test_runner**: add getter and setter to MockTracker (MURAKAMI Masahiko) [#&#8203;45506](https://github.com/nodejs/node/pull/45506) - \[[`20f6fa3edd`](https://github.com/nodejs/node/commit/20f6fa3edd)] - **test_runner**: remove stdout and stderr from error (Colin Ihrig) [#&#8203;45592](https://github.com/nodejs/node/pull/45592) - \[[`16bedbabce`](https://github.com/nodejs/node/commit/16bedbabce)] - **test_runner**: add initial TAP parser (Wassim Chegham) [#&#8203;43525](https://github.com/nodejs/node/pull/43525) - \[[`55b64e0b14`](https://github.com/nodejs/node/commit/55b64e0b14)] - **test_runner**: support watch mode (Moshe Atlow) [#&#8203;45214](https://github.com/nodejs/node/pull/45214) - \[[`92909f6855`](https://github.com/nodejs/node/commit/92909f6855)] - **test_runner**: support function mocking (Colin Ihrig) [#&#8203;45326](https://github.com/nodejs/node/pull/45326) - \[[`0f69b6c26d`](https://github.com/nodejs/node/commit/0f69b6c26d)] - **test_runner**: fix afterEach not running on test failures (Jithil P Ponnan) [#&#8203;45204](https://github.com/nodejs/node/pull/45204) - \[[`a67da59313`](https://github.com/nodejs/node/commit/a67da59313)] - **test_runner**: report tap subtest in order (Moshe Atlow) [#&#8203;45220](https://github.com/nodejs/node/pull/45220) - \[[`a59c907e14`](https://github.com/nodejs/node/commit/a59c907e14)] - **test_runner**: call {before,after}Each() on suites (Colin Ihrig) [#&#8203;45161](https://github.com/nodejs/node/pull/45161) - \[[`64860dd01f`](https://github.com/nodejs/node/commit/64860dd01f)] - **test_runner**: add extra fields in AssertionError YAML (Bryan English) [#&#8203;44952](https://github.com/nodejs/node/pull/44952) - \[[`979d8376bd`](https://github.com/nodejs/node/commit/979d8376bd)] - **tls**: remove trustcor root ca certificates (Ben Noordhuis) [#&#8203;45776](https://github.com/nodejs/node/pull/45776) - \[[`10cc827ebf`](https://github.com/nodejs/node/commit/10cc827ebf)] - **(SEMVER-MINOR)** **tls**: add "ca" property to certificate object (Ben Noordhuis) [#&#8203;44935](https://github.com/nodejs/node/pull/44935) - \[[`8336e32713`](https://github.com/nodejs/node/commit/8336e32713)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;45730](https://github.com/nodejs/node/pull/45730) - \[[`aa57f6c362`](https://github.com/nodejs/node/commit/aa57f6c362)] - **tools**: add GitHub token permissions to label flaky-test issues (Gabriela Gutierrez) [#&#8203;45308](https://github.com/nodejs/node/pull/45308) - \[[`79b3ee14a5`](https://github.com/nodejs/node/commit/79b3ee14a5)] - **tools**: remove dependency vulnerability checker (Facundo Tuesca) [#&#8203;45675](https://github.com/nodejs/node/pull/45675) - \[[`496a528149`](https://github.com/nodejs/node/commit/496a528149)] - **tools**: update lint-md-dependencies to rollup@3.4.0 (Node.js GitHub Bot) [#&#8203;45638](https://github.com/nodejs/node/pull/45638) - \[[`346132926d`](https://github.com/nodejs/node/commit/346132926d)] - **tools**: update doc to highlight.js@11.7.0 (Node.js GitHub Bot) [#&#8203;45636](https://github.com/nodejs/node/pull/45636) - \[[`610341f241`](https://github.com/nodejs/node/commit/610341f241)] - **tools**: update eslint to 8.28.0 (Node.js GitHub Bot) [#&#8203;45532](https://github.com/nodejs/node/pull/45532) - \[[`682a730131`](https://github.com/nodejs/node/commit/682a730131)] - **tools**: add automation for updating libuv dependency (Facundo Tuesca) [#&#8203;45362](https://github.com/nodejs/node/pull/45362) - \[[`360c7be315`](https://github.com/nodejs/node/commit/360c7be315)] - **tools**: add missing step in update-base64.sh script (Facundo Tuesca) [#&#8203;45509](https://github.com/nodejs/node/pull/45509) - \[[`e52f0472bb`](https://github.com/nodejs/node/commit/e52f0472bb)] - **tools**: update certdata.txt (Luigi Pinca) [#&#8203;45490](https://github.com/nodejs/node/pull/45490) - \[[`ad8c6c91b5`](https://github.com/nodejs/node/commit/ad8c6c91b5)] - **tools**: include current release in the list of released versions (Antoine du Hamel) [#&#8203;45463](https://github.com/nodejs/node/pull/45463) - \[[`7641044eff`](https://github.com/nodejs/node/commit/7641044eff)] - **tools**: update lint-md-dependencies to rollup@3.3.0 (Node.js GitHub Bot) [#&#8203;45442](https://github.com/nodejs/node/pull/45442) - \[[`f5a4c52278`](https://github.com/nodejs/node/commit/f5a4c52278)] - **tools**: do not run CQ on non-fast-tracked PRs open for less than 2 days (Moshe Atlow) [#&#8203;45407](https://github.com/nodejs/node/pull/45407) - \[[`0f45c90533`](https://github.com/nodejs/node/commit/0f45c90533)] - **tools**: simplify .eslintrc.js (Rich Trott) [#&#8203;45397](https://github.com/nodejs/node/pull/45397) - \[[`172cbfefa8`](https://github.com/nodejs/node/commit/172cbfefa8)] - **tools**: simplify regex in ESLint config (Rich Trott) [#&#8203;45399](https://github.com/nodejs/node/pull/45399) - \[[`456f048e0e`](https://github.com/nodejs/node/commit/456f048e0e)] - **tools**: enable jsdoc/require-property-description rule (Rich Trott) [#&#8203;45370](https://github.com/nodejs/node/pull/45370) - \[[`6fafec351a`](https://github.com/nodejs/node/commit/6fafec351a)] - **tools**: dynamically determine parallelism on GitHub Actions macOS (Rich Trott) [#&#8203;45350](https://github.com/nodejs/node/pull/45350) - \[[`2ca30cacee`](https://github.com/nodejs/node/commit/2ca30cacee)] - **tools**: add automation for updating acorn dependency (Facundo Tuesca) [#&#8203;45357](https://github.com/nodejs/node/pull/45357) - \[[`04f213b44c`](https://github.com/nodejs/node/commit/04f213b44c)] - **tools**: add documentation regarding our api tooling (Claudio Wunder) [#&#8203;45270](https://github.com/nodejs/node/pull/45270) - \[[`c63d825681`](https://github.com/nodejs/node/commit/c63d825681)] - **tools**: allow scripts to run from anywhere (Luigi Pinca) [#&#8203;45361](https://github.com/nodejs/node/pull/45361) - \[[`1b0b68037a`](https://github.com/nodejs/node/commit/1b0b68037a)] - **tools**: update eslint to 8.27.0 (Node.js GitHub Bot) [#&#8203;45358](https://github.com/nodejs/node/pull/45358) - \[[`398ca2496b`](https://github.com/nodejs/node/commit/398ca2496b)] - **tools**: update eslint to 8.26.0 (Node.js GitHub Bot) [#&#8203;45243](https://github.com/nodejs/node/pull/45243) - \[[`3053c65fb1`](https://github.com/nodejs/node/commit/3053c65fb1)] - **tools**: update lint-md-dependencies to rollup@3.2.5 (Node.js GitHub Bot) [#&#8203;45332](https://github.com/nodejs/node/pull/45332) - \[[`510506027b`](https://github.com/nodejs/node/commit/510506027b)] - **tools**: fix stability index generation (Antoine du Hamel) [#&#8203;45346](https://github.com/nodejs/node/pull/45346) - \[[`e0a8effbc1`](https://github.com/nodejs/node/commit/e0a8effbc1)] - **tools**: increase macOS cores to 3 on GitHub CI (Rich Trott) [#&#8203;45340](https://github.com/nodejs/node/pull/45340) - \[[`75a146f436`](https://github.com/nodejs/node/commit/75a146f436)] - **tools**: add automation for updating base64 dependency (Facundo Tuesca) [#&#8203;45300](https://github.com/nodejs/node/pull/45300) - \[[`13390e94af`](https://github.com/nodejs/node/commit/13390e94af)] - **tools**: fix `request-ci-failed` comment (Antoine du Hamel) [#&#8203;45291](https://github.com/nodejs/node/pull/45291) - \[[`a93c4f7e41`](https://github.com/nodejs/node/commit/a93c4f7e41)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;45237](https://github.com/nodejs/node/pull/45237) - \[[`078be3ba21`](https://github.com/nodejs/node/commit/078be3ba21)] - **tools**: fix `request-ci-failed` comment (Antoine du Hamel) [#&#8203;45218](https://github.com/nodejs/node/pull/45218) - \[[`62c233c221`](https://github.com/nodejs/node/commit/62c233c221)] - **tools**: keep Emeriti lists case-insensitive alphabetic (Rich Trott) [#&#8203;45159](https://github.com/nodejs/node/pull/45159) - \[[`d07a5e25b0`](https://github.com/nodejs/node/commit/d07a5e25b0)] - **tools**: update actions/setup-python to v4 (Yagiz Nizipli) [#&#8203;45178](https://github.com/nodejs/node/pull/45178) - \[[`48cf8905f7`](https://github.com/nodejs/node/commit/48cf8905f7)] - **tools**: update V8 gypfiles for RISC-V (Andreas Schwab) [#&#8203;45149](https://github.com/nodejs/node/pull/45149) - \[[`0cbd2c6f8d`](https://github.com/nodejs/node/commit/0cbd2c6f8d)] - **tools**: fix `create-or-update-pull-request-action` hash on GHA (Antoine du Hamel) [#&#8203;45166](https://github.com/nodejs/node/pull/45166) - \[[`cd911d72ab`](https://github.com/nodejs/node/commit/cd911d72ab)] - **tools**: update gr2m/create-or-update-pull-request-action (Luigi Pinca) [#&#8203;45022](https://github.com/nodejs/node/pull/45022) - \[[`ee78e2e0ec`](https://github.com/nodejs/node/commit/ee78e2e0ec)] - **tools**: do not use the set-output command in workflows (Luigi Pinca) [#&#8203;45024](https://github.com/nodejs/node/pull/45024) - \[[`f98a6967e6`](https://github.com/nodejs/node/commit/f98a6967e6)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;45019](https://github.com/nodejs/node/pull/45019) - \[[`71433f3127`](https://github.com/nodejs/node/commit/71433f3127)] - **tools**: refactor dynamic strings creation in shell scripts (Antoine du Hamel) [#&#8203;45240](https://github.com/nodejs/node/pull/45240) - \[[`f08c129144`](https://github.com/nodejs/node/commit/f08c129144)] - **tools**: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) [#&#8203;45191](https://github.com/nodejs/node/pull/45191) - \[[`76897430ed`](https://github.com/nodejs/node/commit/76897430ed)] - **tools**: have test-asan use ubuntu-20.04 (Filip Skokan) [#&#8203;45581](https://github.com/nodejs/node/pull/45581) - \[[`210cbcbf89`](https://github.com/nodejs/node/commit/210cbcbf89)] - **trace_events**: add new categories (theanarkh) [#&#8203;45266](https://github.com/nodejs/node/pull/45266) - \[[`20a39a34e0`](https://github.com/nodejs/node/commit/20a39a34e0)] - **trace_events**: fix getCategories (theanarkh) [#&#8203;45092](https://github.com/nodejs/node/pull/45092) - \[[`597c7fcbab`](https://github.com/nodejs/node/commit/597c7fcbab)] - **url**: remove unnecessary object call to kFormat (Yagiz Nizipli) [#&#8203;45492](https://github.com/nodejs/node/pull/45492) - \[[`5d964cd4d4`](https://github.com/nodejs/node/commit/5d964cd4d4)] - **url**: remove \t \n \r in url.parse() similar to WHATWG (Rich Trott) [#&#8203;45116](https://github.com/nodejs/node/pull/45116) - \[[`eb81b6f0fb`](https://github.com/nodejs/node/commit/eb81b6f0fb)] - **url**: improve url.parse() compliance with WHATWG URL (Rich Trott) [#&#8203;45011](https://github.com/nodejs/node/pull/45011) - \[[`3f18a833ff`](https://github.com/nodejs/node/commit/3f18a833ff)] - **util**: use private symbols in JS land directly (Joyee Cheung) [#&#8203;45379](https://github.com/nodejs/node/pull/45379) - \[[`32a3859a90`](https://github.com/nodejs/node/commit/32a3859a90)] - **util**: add fast path for utf8 encoding (Yagiz Nizipli) [#&#8203;45412](https://github.com/nodejs/node/pull/45412) - \[[`cd740d0b0d`](https://github.com/nodejs/node/commit/cd740d0b0d)] - **util**: improve text decoder performance (Yagiz Nizipli) [#&#8203;45388](https://github.com/nodejs/node/pull/45388) - \[[`1dc91abddf`](https://github.com/nodejs/node/commit/1dc91abddf)] - **util**: improve text-decoder performance (Yagiz Nizipli) [#&#8203;45363](https://github.com/nodejs/node/pull/45363) - \[[`4730850972`](https://github.com/nodejs/node/commit/4730850972)] - **util**: improve textdecoder decode performance (Yagiz Nizipli) [#&#8203;45294](https://github.com/nodejs/node/pull/45294) - \[[`717b604da7`](https://github.com/nodejs/node/commit/717b604da7)] - **(SEMVER-MINOR)** **util**: add MIME utilities ([#&#8203;21128](https://github.com/nodejs/node/issues/21128)) (Bradley Farias) [#&#8203;21128](https://github.com/nodejs/node/pull/21128) - \[[`39cf8b4f16`](https://github.com/nodejs/node/commit/39cf8b4f16)] - **vm**: make ContextifyContext a BaseObject (Joyee Cheung) [#&#8203;44796](https://github.com/nodejs/node/pull/44796) - \[[`09ea75823c`](https://github.com/nodejs/node/commit/09ea75823c)] - **watch**: add CLI flag to preserve output (Debadree Chatterjee) [#&#8203;45717](https://github.com/nodejs/node/pull/45717) - \[[`24bfe543c5`](https://github.com/nodejs/node/commit/24bfe543c5)] - **watch**: watch for missing dependencies (Moshe Atlow) [#&#8203;45348](https://github.com/nodejs/node/pull/45348) ### [`v18.12.1`](https://github.com/nodejs/node/releases/tag/v18.12.1): 2022-11-04, Version 18.12.1 &#x27;Hydrogen&#x27; (LTS), @&#8203;juanarbol [Compare Source](https://github.com/nodejs/node/compare/v18.12.0...v18.12.1) This is a security release. ##### Notable changes The following CVEs are fixed in this release: - **[CVE-2022-3602](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3602)**: X.509 Email Address 4-byte Buffer Overflow (High) - **[CVE-2022-3786](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3786)**: X.509 Email Address Variable Length Buffer Overflow (High) - **[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548)**: DNS rebinding in --inspect via invalid octal IP address (Medium) More detailed information on each of the vulnerabilities can be found in [November 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/) blog post. ##### Commits - \[[`39f8a672e3`](https://github.com/nodejs/node/commit/39f8a672e3)] - **deps**: update archs files for quictls/openssl-3.0.7+quic [nodejs/node#&#8203;45286](https://github.com/nodejs/node/pull/45286) - \[[`80218127c8`](https://github.com/nodejs/node/commit/80218127c8)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.7+quic [nodejs/node#&#8203;45286](https://github.com/nodejs/node/pull/45286) - \[[`165342beac`](https://github.com/nodejs/node/commit/165342beac)] - **inspector**: harden IP address validation again (Tobias Nießen) [nodejs-private/node-private#&#8203;354](https://github.com/nodejs-private/node-private/pull/354) ### [`v18.12.0`](https://github.com/nodejs/node/releases/tag/v18.12.0): 2022-10-25, Version 18.12.0 &#x27;Hydrogen&#x27; (LTS), @&#8203;ruyadorno and @&#8203;RafaelGSS [Compare Source](https://github.com/nodejs/node/compare/v18.11.0...v18.12.0) ##### Notable Changes This release marks the transition of Node.js 18.x into Long Term Support (LTS) with the codename 'Hydrogen'. The 18.x release line now moves into "Active LTS" and will remain so until October 2023. After that time, it will move into "Maintenance" until end of life in April 2025. ### [`v18.11.0`](https://github.com/nodejs/node/releases/tag/v18.11.0): 2022-10-13, Version 18.11.0 (Current), @&#8203;danielleadams [Compare Source](https://github.com/nodejs/node/compare/v18.10.0...v18.11.0) ##### Notable changes ##### watch mode (experimental) Running in 'watch' mode using `node --watch` restarts the process when an imported file is changed. Contributed by Moshe Atlow in [#&#8203;44366](https://github.com/nodejs/node/pull/44366) ##### Other notable changes - **fs**: - (SEMVER-MINOR) add `FileHandle.prototype.readLines` (Antoine du Hamel) [#&#8203;42590](https://github.com/nodejs/node/pull/42590) - **http**: - (SEMVER-MINOR) add writeEarlyHints function to ServerResponse (Wing) [#&#8203;44180](https://github.com/nodejs/node/pull/44180) - **http2**: - (SEMVER-MINOR) make early hints generic (Yagiz Nizipli) [#&#8203;44820](https://github.com/nodejs/node/pull/44820) - **lib**: - (SEMVER-MINOR) refactor transferable AbortSignal (flakey5) [#&#8203;44048](https://github.com/nodejs/node/pull/44048) - **src**: - (SEMVER-MINOR) add detailed embedder process initialization API (Anna Henningsen) [#&#8203;44121](https://github.com/nodejs/node/pull/44121) - **util**: - (SEMVER-MINOR) add default value option to parsearg (Manuel Spigolon) [#&#8203;44631](https://github.com/nodejs/node/pull/44631) ##### Commits - \[[`27b4b782ce`](https://github.com/nodejs/node/commit/27b4b782ce)] - **benchmark**: add vm context global proxy benchmark (Joyee Cheung) [#&#8203;44796](https://github.com/nodejs/node/pull/44796) - \[[`4e82521af1`](https://github.com/nodejs/node/commit/4e82521af1)] - **bootstrap**: update comments in bootstrap/node.js (Joyee Cheung) [#&#8203;44726](https://github.com/nodejs/node/pull/44726) - \[[`725be0ea50`](https://github.com/nodejs/node/commit/725be0ea50)] - **buffer**: initialize TextDecoder once on blob.text() (Yagiz Nizipli) [#&#8203;44787](https://github.com/nodejs/node/pull/44787) - \[[`653c3b1f62`](https://github.com/nodejs/node/commit/653c3b1f62)] - **buffer,lib**: update atob to align wpt's base64.json (Khaidi Chu) [#&#8203;43901](https://github.com/nodejs/node/pull/43901) - \[[`37808b3355`](https://github.com/nodejs/node/commit/37808b3355)] - **build**: convert V8 test JSON to JUnit XML (Keyhan Vakil) [#&#8203;44049](https://github.com/nodejs/node/pull/44049) - \[[`f92871a52b`](https://github.com/nodejs/node/commit/f92871a52b)] - **build**: update timezone-update.yml (Alex) [#&#8203;44717](https://github.com/nodejs/node/pull/44717) - \[[`f85d3471ee`](https://github.com/nodejs/node/commit/f85d3471ee)] - **child_process**: remove lookup of undefined property (Colin Ihrig) [#&#8203;44766](https://github.com/nodejs/node/pull/44766) - \[[`2f5f41c315`](https://github.com/nodejs/node/commit/2f5f41c315)] - **(SEMVER-MINOR)** **cli**: add `--watch` (Moshe Atlow) [#&#8203;44366](https://github.com/nodejs/node/pull/44366) - \[[`7fb9cc70f3`](https://github.com/nodejs/node/commit/7fb9cc70f3)] - **cluster**: use inspector utils (Moshe Atlow) [#&#8203;44592](https://github.com/nodejs/node/pull/44592) - \[[`99a2c16040`](https://github.com/nodejs/node/commit/99a2c16040)] - **crypto**: add causes to applicable webcrypto's OperationError (Filip Skokan) [#&#8203;44890](https://github.com/nodejs/node/pull/44890) - \[[`e0fbba0939`](https://github.com/nodejs/node/commit/e0fbba0939)] - **crypto**: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available (David Benjamin) [#&#8203;44561](https://github.com/nodejs/node/pull/44561) - \[[`a90386b0a1`](https://github.com/nodejs/node/commit/a90386b0a1)] - **deps**: update undici to 5.11.0 (Node.js GitHub Bot) [#&#8203;44929](https://github.com/nodejs/node/pull/44929) - \[[`aa68d40fbf`](https://github.com/nodejs/node/commit/aa68d40fbf)] - **deps**: update corepack to 0.14.2 (Node.js GitHub Bot) [#&#8203;44775](https://github.com/nodejs/node/pull/44775) - \[[`c892f35815`](https://github.com/nodejs/node/commit/c892f35815)] - **deps**: V8: fix debug build (Ben Noordhuis) [#&#8203;44392](https://github.com/nodejs/node/pull/44392) - \[[`91514393dc`](https://github.com/nodejs/node/commit/91514393dc)] - **dns**: support dns module in the snapshot (Joyee Cheung) [#&#8203;44633](https://github.com/nodejs/node/pull/44633) - \[[`ce3cb29319`](https://github.com/nodejs/node/commit/ce3cb29319)] - **doc**: add fsPromises.readFile() example (Tierney Cyren) [#&#8203;40237](https://github.com/nodejs/node/pull/40237) - \[[`97df9b84a2`](https://github.com/nodejs/node/commit/97df9b84a2)] - **doc**: improve building doc for Android (BuShe Pie) [#&#8203;44888](https://github.com/nodejs/node/pull/44888) - \[[`8c69da893b`](https://github.com/nodejs/node/commit/8c69da893b)] - **doc**: mention `corepack prepare` supports tag or range (Michael Rienstra) [#&#8203;44646](https://github.com/nodejs/node/pull/44646) - \[[`842bc64833`](https://github.com/nodejs/node/commit/842bc64833)] - **doc**: remove Legacy status from querystring (Rich Trott) [#&#8203;44912](https://github.com/nodejs/node/pull/44912) - \[[`ddb5402f5f`](https://github.com/nodejs/node/commit/ddb5402f5f)] - **doc**: fix label name in collaborator guide (Rich Trott) [#&#8203;44920](https://github.com/nodejs/node/pull/44920) - \[[`d08b024a3d`](https://github.com/nodejs/node/commit/d08b024a3d)] - **doc**: fix typo in Node.js 12 changelog (Lorand Horvath) [#&#8203;42880](https://github.com/nodejs/node/pull/42880) - \[[`b6b9c427c5`](https://github.com/nodejs/node/commit/b6b9c427c5)] - **doc**: move release keys we don't use anymore in README (Rich Trott) [#&#8203;44899](https://github.com/nodejs/node/pull/44899) - \[[`e92b074b32`](https://github.com/nodejs/node/commit/e92b074b32)] - **doc**: fix grammar in dns docs ([#&#8203;44850](https://github.com/nodejs/node/issues/44850)) (Colin Ihrig) [#&#8203;44850](https://github.com/nodejs/node/pull/44850) - \[[`780144c339`](https://github.com/nodejs/node/commit/780144c339)] - **doc**: remove unnecessary leading commas (Colin Ihrig) [#&#8203;44854](https://github.com/nodejs/node/pull/44854) - \[[`6ae9bc8fbc`](https://github.com/nodejs/node/commit/6ae9bc8fbc)] - **doc**: add extra step for reporter pre-approval (Rafael Gonzaga) [#&#8203;44806](https://github.com/nodejs/node/pull/44806) - \[[`ccf31d8bca`](https://github.com/nodejs/node/commit/ccf31d8bca)] - **doc**: add anchor link for --preserve-symlinks (Kohei Ueno) [#&#8203;44858](https://github.com/nodejs/node/pull/44858) - \[[`7c5c19ee54`](https://github.com/nodejs/node/commit/7c5c19ee54)] - **doc**: update node prefix require.cache example (Simone Busoli) [#&#8203;44724](https://github.com/nodejs/node/pull/44724) - \[[`2a5bce6318`](https://github.com/nodejs/node/commit/2a5bce6318)] - **doc**: include last security release date (Vladimir de Turckheim) [#&#8203;44794](https://github.com/nodejs/node/pull/44794) - \[[`4efaf4265c`](https://github.com/nodejs/node/commit/4efaf4265c)] - **doc**: remove "currently" and comma splice from child_process.md (Rich Trott) [#&#8203;44789](https://github.com/nodejs/node/pull/44789) - \[[`3627616b40`](https://github.com/nodejs/node/commit/3627616b40)] - **doc,crypto**: mark experimental algorithms more visually (Filip Skokan) [#&#8203;44892](https://github.com/nodejs/node/pull/44892) - \[[`3c653cf23a`](https://github.com/nodejs/node/commit/3c653cf23a)] - **doc,crypto**: add missing CFRG curve algorithms to supported lists (Filip Skokan) [#&#8203;44876](https://github.com/nodejs/node/pull/44876) - \[[`70f55020d3`](https://github.com/nodejs/node/commit/70f55020d3)] - **doc,crypto**: add null length to crypto.subtle.deriveBits (Filip Skokan) [#&#8203;44876](https://github.com/nodejs/node/pull/44876) - \[[`910fbd0ece`](https://github.com/nodejs/node/commit/910fbd0ece)] - **esm**: fix duplicated test (Geoffrey Booth) [#&#8203;44779](https://github.com/nodejs/node/pull/44779) - \[[`bc00f3bde1`](https://github.com/nodejs/node/commit/bc00f3bde1)] - **fs**: fix opts.filter issue in cp async (Tho) [#&#8203;44922](https://github.com/nodejs/node/pull/44922) - \[[`11d1c23fa0`](https://github.com/nodejs/node/commit/11d1c23fa0)] - **(SEMVER-MINOR)** **fs**: add `FileHandle.prototype.readLines` (Antoine du Hamel) [#&#8203;42590](https://github.com/nodejs/node/pull/42590) - \[[`67fb76519a`](https://github.com/nodejs/node/commit/67fb76519a)] - **fs**: improve promise based readFile performance for big files (Ruben Bridgewater) [#&#8203;44295](https://github.com/nodejs/node/pull/44295) - \[[`dc6379bdc2`](https://github.com/nodejs/node/commit/dc6379bdc2)] - **fs**: don't hard code name in validatePosition() (Colin Ihrig) [#&#8203;44767](https://github.com/nodejs/node/pull/44767) - \[[`eb19b1e97c`](https://github.com/nodejs/node/commit/eb19b1e97c)] - **http**: be more aggressive to reply 400, 408 and 431 (ywave620) [#&#8203;44818](https://github.com/nodejs/node/pull/44818) - \[[`4c869c8d9e`](https://github.com/nodejs/node/commit/4c869c8d9e)] - **(SEMVER-MINOR)** **http**: add writeEarlyHints function to ServerResponse (Wing) [#&#8203;44180](https://github.com/nodejs/node/pull/44180) - \[[`9c7e66478c`](https://github.com/nodejs/node/commit/9c7e66478c)] - **(SEMVER-MINOR)** **http2**: make early hints generic (Yagiz Nizipli) [#&#8203;44820](https://github.com/nodejs/node/pull/44820) - \[[`3f20e5b15c`](https://github.com/nodejs/node/commit/3f20e5b15c)] - **(SEMVER-MINOR)** **lib**: refactor transferable AbortSignal (flakey5) [#&#8203;44048](https://github.com/nodejs/node/pull/44048) - \[[`ada7d82b16`](https://github.com/nodejs/node/commit/ada7d82b16)] - **lib**: require JSDoc in internal validators code (Rich Trott) [#&#8203;44896](https://github.com/nodejs/node/pull/44896) - \[[`67eaa303af`](https://github.com/nodejs/node/commit/67eaa303af)] - **lib**: add cause to DOMException (flakey5) [#&#8203;44703](https://github.com/nodejs/node/pull/44703) - \[[`0db86ee98e`](https://github.com/nodejs/node/commit/0db86ee98e)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44930](https://github.com/nodejs/node/pull/44930) - \[[`2efe4d985b`](https://github.com/nodejs/node/commit/2efe4d985b)] - **meta**: label test.js and test.md with test_runner label (Moshe Atlow) [#&#8203;44863](https://github.com/nodejs/node/pull/44863) - \[[`fd9feb3a6c`](https://github.com/nodejs/node/commit/fd9feb3a6c)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44857](https://github.com/nodejs/node/pull/44857) - \[[`a854bb39c9`](https://github.com/nodejs/node/commit/a854bb39c9)] - **node-api**: create reference only when needed (Gerhard Stöbich) [#&#8203;44827](https://github.com/nodejs/node/pull/44827) - \[[`fd5c26b8db`](https://github.com/nodejs/node/commit/fd5c26b8db)] - **path**: change basename() argument from ext to suffix (Rich Trott) [#&#8203;44774](https://github.com/nodejs/node/pull/44774) - \[[`803fbfb168`](https://github.com/nodejs/node/commit/803fbfb168)] - **process**: fix uid/gid validation to avoid crash (Tobias Nießen) [#&#8203;44910](https://github.com/nodejs/node/pull/44910) - \[[`9f2dd48fc3`](https://github.com/nodejs/node/commit/9f2dd48fc3)] - **src**: remove uid_t/gid_t casts (Tobias Nießen) [#&#8203;44914](https://github.com/nodejs/node/pull/44914) - \[[`3abb607f3a`](https://github.com/nodejs/node/commit/3abb607f3a)] - **src**: remove UncheckedMalloc(0) workaround (Tobias Nießen) [#&#8203;44543](https://github.com/nodejs/node/pull/44543) - \[[`0606f9298f`](https://github.com/nodejs/node/commit/0606f9298f)] - **src**: deduplicate setting RSA OAEP label (Tobias Nießen) [#&#8203;44849](https://github.com/nodejs/node/pull/44849) - \[[`daf3152f7e`](https://github.com/nodejs/node/commit/daf3152f7e)] - **src**: implement GetDetachedness() in MemoryRetainerNode (Joyee Cheung) [#&#8203;44803](https://github.com/nodejs/node/pull/44803) - \[[`7ca77dd4ef`](https://github.com/nodejs/node/commit/7ca77dd4ef)] - **src**: avoid X509\_free in loops in crypto_x509.cc (Tobias Nießen) [#&#8203;44855](https://github.com/nodejs/node/pull/44855) - \[[`781ad96227`](https://github.com/nodejs/node/commit/781ad96227)] - **src**: use OnScopeLeave instead of multiple free() (Tobias Nießen) [#&#8203;44852](https://github.com/nodejs/node/pull/44852) - \[[`b27b336a7a`](https://github.com/nodejs/node/commit/b27b336a7a)] - **src**: remove ParseIP() in cares_wrap.cc (Tobias Nießen) [#&#8203;44771](https://github.com/nodejs/node/pull/44771) - \[[`f99f5d3c01`](https://github.com/nodejs/node/commit/f99f5d3c01)] - **(SEMVER-MINOR)** **src**: add detailed embedder process initialization API (Anna Henningsen) [#&#8203;44121](https://github.com/nodejs/node/pull/44121) - \[[`281fd7a09a`](https://github.com/nodejs/node/commit/281fd7a09a)] - **src,stream**: improve DoWrite() and Write() (ywave620) [#&#8203;44434](https://github.com/nodejs/node/pull/44434) - \[[`a33cc22bf7`](https://github.com/nodejs/node/commit/a33cc22bf7)] - **src,worker**: fix race of WorkerHeapSnapshotTaker (ywave620) [#&#8203;44745](https://github.com/nodejs/node/pull/44745) - \[[`f300f197da`](https://github.com/nodejs/node/commit/f300f197da)] - **stream**: handle enqueuing chunks when a pending BYOB pull request exists (Daeyeon Jeong) [#&#8203;44770](https://github.com/nodejs/node/pull/44770) - \[[`9ac029ea11`](https://github.com/nodejs/node/commit/9ac029ea11)] - **test**: bump memory limit for abort fatal error (Danielle Adams) [#&#8203;44984](https://github.com/nodejs/node/pull/44984) - \[[`b9b671f25f`](https://github.com/nodejs/node/commit/b9b671f25f)] - **test**: debug watch mode inspect (Moshe Atlow) [#&#8203;44861](https://github.com/nodejs/node/pull/44861) - \[[`2308b71d09`](https://github.com/nodejs/node/commit/2308b71d09)] - **test**: don't clobber RegExp.$\_ on startup (Ben Noordhuis) [#&#8203;44864](https://github.com/nodejs/node/pull/44864) - \[[`fe91bebb67`](https://github.com/nodejs/node/commit/fe91bebb67)] - **test**: loosen test for negative timestamps in `test-fs-stat-date` (Livia Medeiros) [#&#8203;44707](https://github.com/nodejs/node/pull/44707) - \[[`a080608552`](https://github.com/nodejs/node/commit/a080608552)] - **test**: check `--test` is disallowed in NODE_OPTIONS (Kohei Ueno) [#&#8203;44846](https://github.com/nodejs/node/pull/44846) - \[[`dc2af265d7`](https://github.com/nodejs/node/commit/dc2af265d7)] - **test**: improve lib/internal/source_map/source_map.js coverage (MURAKAMI Masahiko) [#&#8203;42771](https://github.com/nodejs/node/pull/42771) - \[[`60a05d6dea`](https://github.com/nodejs/node/commit/60a05d6dea)] - **test**: skip some binding tests on IBMi PASE (Richard Lau) [#&#8203;44810](https://github.com/nodejs/node/pull/44810) - \[[`8dacedaa3d`](https://github.com/nodejs/node/commit/8dacedaa3d)] - **test**: remove unused variable in addon test (Joyee Cheung) [#&#8203;44809](https://github.com/nodejs/node/pull/44809) - \[[`c54cee1c3f`](https://github.com/nodejs/node/commit/c54cee1c3f)] - **test**: check server status in test-tls-psk-client (Richard Lau) [#&#8203;44824](https://github.com/nodejs/node/pull/44824) - \[[`ee3c6a4dc5`](https://github.com/nodejs/node/commit/ee3c6a4dc5)] - **test**: use async/await in test-debugger-exceptions (pete3249) [#&#8203;44690](https://github.com/nodejs/node/pull/44690) - \[[`9f14625fe5`](https://github.com/nodejs/node/commit/9f14625fe5)] - **test**: use async/await in test-debugger-help (Chandana) [#&#8203;44686](https://github.com/nodejs/node/pull/44686) - \[[`8033ad846b`](https://github.com/nodejs/node/commit/8033ad846b)] - **test**: update test-debugger-scripts to use await/async (mmeenapriya) [#&#8203;44692](https://github.com/nodejs/node/pull/44692) - \[[`f4f08be384`](https://github.com/nodejs/node/commit/f4f08be384)] - **test**: use await in test-debugger-invalid-json (Anjana Krishnakumar Vellore) [#&#8203;44689](https://github.com/nodejs/node/pull/44689) - \[[`d2f36169f3`](https://github.com/nodejs/node/commit/d2f36169f3)] - **test**: use async/await in test-debugger-random-port-with-inspect-port (Monu-Chaudhary) [#&#8203;44695](https://github.com/nodejs/node/pull/44695) - \[[`ddf029725b`](https://github.com/nodejs/node/commit/ddf029725b)] - **test**: use async/await in test-debugger-heap-profiler (Brinda Ashar) [#&#8203;44693](https://github.com/nodejs/node/pull/44693) - \[[`117f068250`](https://github.com/nodejs/node/commit/117f068250)] - **test**: use async/await in test-debugger-auto-resume (samyuktaprabhu) [#&#8203;44675](https://github.com/nodejs/node/pull/44675) - \[[`143c428cae`](https://github.com/nodejs/node/commit/143c428cae)] - **test**: migrated from Promise chains to Async/Await (Rathi N Das) [#&#8203;44674](https://github.com/nodejs/node/pull/44674) - \[[`e609a3309c`](https://github.com/nodejs/node/commit/e609a3309c)] - **test**: change promises to async/await in test-debugger-backtrace.js (Juliet Zhang) [#&#8203;44677](https://github.com/nodejs/node/pull/44677) - \[[`eeabd23ca6`](https://github.com/nodejs/node/commit/eeabd23ca6)] - **test**: use async/await in test-debugger-sb-before-load (Hope Olaidé) [#&#8203;44697](https://github.com/nodejs/node/pull/44697) - \[[`5c63d1464e`](https://github.com/nodejs/node/commit/5c63d1464e)] - **test**: add extra tests for basename with ext option (Connor Burton) [#&#8203;44772](https://github.com/nodejs/node/pull/44772) - \[[`f8b2d7a059`](https://github.com/nodejs/node/commit/f8b2d7a059)] - **test**: refactor to async/await (Divya Mohan) [#&#8203;44694](https://github.com/nodejs/node/pull/44694) - \[[`9864bde9ab`](https://github.com/nodejs/node/commit/9864bde9ab)] - **test**: modify test-debugger-custom-port.js to use async-await (Priya Shastri) [#&#8203;44680](https://github.com/nodejs/node/pull/44680) - \[[`af30823881`](https://github.com/nodejs/node/commit/af30823881)] - **test**: upgrade all 1024 bit RSA keys to 2048 bits (Momtchil Momtchev) [#&#8203;44498](https://github.com/nodejs/node/pull/44498) - \[[`0fb669e31f`](https://github.com/nodejs/node/commit/0fb669e31f)] - **test**: update test-debugger-breakpoint-exists.js to use async/await (Archana Kamath) [#&#8203;44682](https://github.com/nodejs/node/pull/44682) - \[[`cca253503e`](https://github.com/nodejs/node/commit/cca253503e)] - **test**: use async/await in test-debugger-preserve-breaks (poorvitusam) [#&#8203;44696](https://github.com/nodejs/node/pull/44696) - \[[`0b2e8b1681`](https://github.com/nodejs/node/commit/0b2e8b1681)] - **test**: use async/await in test-debugger-profile (surbhirjain) [#&#8203;44684](https://github.com/nodejs/node/pull/44684) - \[[`4db72a65cf`](https://github.com/nodejs/node/commit/4db72a65cf)] - **test**: change the promises to async/await in test-debugger-exec-scope.js (Ankita Khiratkar) [#&#8203;44685](https://github.com/nodejs/node/pull/44685) - \[[`56c9c98963`](https://github.com/nodejs/node/commit/56c9c98963)] - **test**: fix test-runner-inspect (Moshe Atlow) [#&#8203;44620](https://github.com/nodejs/node/pull/44620) - \[[`36227ed862`](https://github.com/nodejs/node/commit/36227ed862)] - **test**: fix watch mode test flake (Moshe Atlow) [#&#8203;44739](https://github.com/nodejs/node/pull/44739) - \[[`3abd71a0ea`](https://github.com/nodejs/node/commit/3abd71a0ea)] - **test**: deflake watch mode tests (Moshe Atlow) [#&#8203;44621](https://github.com/nodejs/node/pull/44621) - \[[`0c9f38f2be`](https://github.com/nodejs/node/commit/0c9f38f2be)] - **test**: split watch mode inspector tests to sequential (Moshe Atlow) [#&#8203;44551](https://github.com/nodejs/node/pull/44551) - \[[`d762a34128`](https://github.com/nodejs/node/commit/d762a34128)] - **test_runner**: add --test-name-pattern CLI flag (Colin Ihrig) - \[[`c7ece464a1`](https://github.com/nodejs/node/commit/c7ece464a1)] - **test_runner**: remove runtime experimental warning (Colin Ihrig) [#&#8203;44844](https://github.com/nodejs/node/pull/44844) - \[[`3c1e9d41c8`](https://github.com/nodejs/node/commit/3c1e9d41c8)] - **test_runner**: support using `--inspect` with `--test` (Moshe Atlow) [#&#8203;44520](https://github.com/nodejs/node/pull/44520) - \[[`4bdef48732`](https://github.com/nodejs/node/commit/4bdef48732)] - **tools**: remove faulty early termination logic from update-timezone.mjs (Darshan Sen) [#&#8203;44870](https://github.com/nodejs/node/pull/44870) - \[[`19d8574996`](https://github.com/nodejs/node/commit/19d8574996)] - **tools**: fix timezone update tool (Darshan Sen) [#&#8203;44870](https://github.com/nodejs/node/pull/44870) - \[[`ad8b8ae7d3`](https://github.com/nodejs/node/commit/ad8b8ae7d3)] - **tools**: update eslint to 8.25.0 (Node.js GitHub Bot) [#&#8203;44931](https://github.com/nodejs/node/pull/44931) - \[[`fd99b17a4d`](https://github.com/nodejs/node/commit/fd99b17a4d)] - **tools**: make `utils.SearchFiles` deterministic (Bruno Pitrus) [#&#8203;44496](https://github.com/nodejs/node/pull/44496) - \[[`131adece37`](https://github.com/nodejs/node/commit/131adece37)] - **tools**: fix typo in tools/update-authors.mjs (Darshan Sen) [#&#8203;44780](https://github.com/nodejs/node/pull/44780) - \[[`ab22777e65`](https://github.com/nodejs/node/commit/ab22777e65)] - **tools**: refactor deprecated format in no-unescaped-regexp-dot (Madhuri) [#&#8203;44763](https://github.com/nodejs/node/pull/44763) - \[[`3ad0fae89d`](https://github.com/nodejs/node/commit/3ad0fae89d)] - **tools**: update eslint-check.js to object style (andiemontoyeah) [#&#8203;44706](https://github.com/nodejs/node/pull/44706) - \[[`e9d572a9bd`](https://github.com/nodejs/node/commit/e9d572a9bd)] - **tools**: update eslint to 8.24.0 (Node.js GitHub Bot) [#&#8203;44778](https://github.com/nodejs/node/pull/44778) - \[[`984b0b4a6c`](https://github.com/nodejs/node/commit/984b0b4a6c)] - **tools**: update lint-md-dependencies to rollup@2.79.1 (Node.js GitHub Bot) [#&#8203;44776](https://github.com/nodejs/node/pull/44776) - \[[`db5aeed702`](https://github.com/nodejs/node/commit/db5aeed702)] - **(SEMVER-MINOR)** **util**: add default value option to parsearg (Manuel Spigolon) [#&#8203;44631](https://github.com/nodejs/node/pull/44631) - \[[`576ccdf125`](https://github.com/nodejs/node/commit/576ccdf125)] - **util**: increase robustness with primordials (Jordan Harband) [#&#8203;41212](https://github.com/nodejs/node/pull/41212) ### [`v18.10.0`](https://github.com/nodejs/node/releases/tag/v18.10.0): 2022-09-28, Version 18.10.0 (Current), @&#8203;RafaelGSS [Compare Source](https://github.com/nodejs/node/compare/v18.9.1...v18.10.0) ##### Notable changes - **doc**: - (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#&#8203;44588](https://github.com/nodejs/node/pull/44588) - add legendecas to TSC list (Michael Dawson) [#&#8203;44662](https://github.com/nodejs/node/pull/44662) - move `policy` docs to the `permissions` scope (Rafael Gonzaga) [#&#8203;44222](https://github.com/nodejs/node/pull/44222) - **gyp**: - libnode for ios app embedding (chexiongsheng) [#&#8203;44210](https://github.com/nodejs/node/pull/44210) - **http**: - (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks) [#&#8203;44588](https://github.com/nodejs/node/pull/44378) - **stream**: - (SEMVER-MINOR) add `ReadableByteStream.tee()` (Daeyeon Jeong) [#&#8203;44505](https://github.com/nodejs/node/pull/44505) ##### Commits - \[[`f497368679`](https://github.com/nodejs/node/commit/f497368679)] - **benchmark**: fix startup benchmark (Evan Lucas) [#&#8203;44727](https://github.com/nodejs/node/pull/44727) - \[[`0c9a94684e`](https://github.com/nodejs/node/commit/0c9a94684e)] - **benchmark**: add stream destroy benchmark (SindreXie) [#&#8203;44533](https://github.com/nodejs/node/pull/44533) - \[[`9c5c1459a8`](https://github.com/nodejs/node/commit/9c5c1459a8)] - **bootstrap**: clean up inspector console methods during serialization (Joyee Cheung) [#&#8203;44279](https://github.com/nodejs/node/pull/44279) - \[[`19f67dba8a`](https://github.com/nodejs/node/commit/19f67dba8a)] - **bootstrap**: remove unused global parameter in per-context scripts (Joyee Cheung) [#&#8203;44472](https://github.com/nodejs/node/pull/44472) - \[[`9da11426f6`](https://github.com/nodejs/node/commit/9da11426f6)] - **build**: remove redundant entry in crypto (Jiawen Geng) [#&#8203;44604](https://github.com/nodejs/node/pull/44604) - \[[`70898b4e67`](https://github.com/nodejs/node/commit/70898b4e67)] - **build**: rewritten the Android build system (BuShe Pie) [#&#8203;44207](https://github.com/nodejs/node/pull/44207) - \[[`a733f7faac`](https://github.com/nodejs/node/commit/a733f7faac)] - ***Revert*** "**build**: go faster, drop -fno-omit-frame-pointer" (Ben Noordhuis) [#&#8203;44566](https://github.com/nodejs/node/pull/44566) - \[[`1315a83333`](https://github.com/nodejs/node/commit/1315a83333)] - **build**: fix bad upstream merge (Stephen Gallagher) [#&#8203;44642](https://github.com/nodejs/node/pull/44642) - \[[`993bd9b134`](https://github.com/nodejs/node/commit/993bd9b134)] - **crypto**: restrict PBKDF2 args to signed int (Tobias Nießen) [#&#8203;44575](https://github.com/nodejs/node/pull/44575) - \[[`ca5fb67b4e`](https://github.com/nodejs/node/commit/ca5fb67b4e)] - **deps**: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) [#&#8203;44622](https://github.com/nodejs/node/pull/44622) - \[[`8da1d6ebc4`](https://github.com/nodejs/node/commit/8da1d6ebc4)] - **deps**: update corepack to 0.14.1 (Node.js GitHub Bot) [#&#8203;44704](https://github.com/nodejs/node/pull/44704) - \[[`d36c4a3088`](https://github.com/nodejs/node/commit/d36c4a3088)] - **deps**: update ngtcp2 update instructions (Tobias Nießen) [#&#8203;44619](https://github.com/nodejs/node/pull/44619) - \[[`7129106aa0`](https://github.com/nodejs/node/commit/7129106aa0)] - **deps**: upgrade npm to 8.19.2 (npm team) [#&#8203;44632](https://github.com/nodejs/node/pull/44632) - \[[`3cc8f4bb56`](https://github.com/nodejs/node/commit/3cc8f4bb56)] - **deps**: update to uvwasi 0.0.13 (Colin Ihrig) [#&#8203;44524](https://github.com/nodejs/node/pull/44524) - \[[`4686579d4b`](https://github.com/nodejs/node/commit/4686579d4b)] - **dns**: remove unnecessary parameter from validateOneOf (Yagiz Nizipli) [#&#8203;44635](https://github.com/nodejs/node/pull/44635) - \[[`729dd95f1f`](https://github.com/nodejs/node/commit/729dd95f1f)] - **dns**: refactor default resolver (Joyee Cheung) [#&#8203;44541](https://github.com/nodejs/node/pull/44541) - \[[`6dc038262a`](https://github.com/nodejs/node/commit/6dc038262a)] - **doc**: mention git node backport (RafaelGSS) [#&#8203;44764](https://github.com/nodejs/node/pull/44764) - \[[`fd971f5176`](https://github.com/nodejs/node/commit/fd971f5176)] - **doc**: ensure to revert node_version changes (Rafael Gonzaga) [#&#8203;44760](https://github.com/nodejs/node/pull/44760) - \[[`f274b08f8e`](https://github.com/nodejs/node/commit/f274b08f8e)] - **doc**: fix description for `napi_get_cb_info()` in `n-api.md` (Daeyeon Jeong) [#&#8203;44761](https://github.com/nodejs/node/pull/44761) - \[[`2502f2353d`](https://github.com/nodejs/node/commit/2502f2353d)] - **doc**: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) [#&#8203;44714](https://github.com/nodejs/node/pull/44714) - \[[`064543d0ae`](https://github.com/nodejs/node/commit/064543d0ae)] - **doc**: update guidance for adding new modules (Michael Dawson) [#&#8203;44576](https://github.com/nodejs/node/pull/44576) - \[[`33a2f17534`](https://github.com/nodejs/node/commit/33a2f17534)] - **doc**: add registry number for Electron 22 (Keeley Hammond) [#&#8203;44748](https://github.com/nodejs/node/pull/44748) - \[[`10a0d75c26`](https://github.com/nodejs/node/commit/10a0d75c26)] - **doc**: include code examples for webstreams consumers (Lucas Santos) [#&#8203;44387](https://github.com/nodejs/node/pull/44387) - \[[`4dbe4a010c`](https://github.com/nodejs/node/commit/4dbe4a010c)] - **doc**: mention where to push security commits (RafaelGSS) [#&#8203;44691](https://github.com/nodejs/node/pull/44691) - \[[`82cb8151ad`](https://github.com/nodejs/node/commit/82cb8151ad)] - **doc**: remove extra space on threadpool usage (Connor Burton) [#&#8203;44734](https://github.com/nodejs/node/pull/44734) - \[[`6ef9af2748`](https://github.com/nodejs/node/commit/6ef9af2748)] - **doc**: make legacy banner slightly less bright (Rich Trott) [#&#8203;44665](https://github.com/nodejs/node/pull/44665) - \[[`b209c83e66`](https://github.com/nodejs/node/commit/b209c83e66)] - **doc**: improve building doc for Windows Powershell (Brian Muenzenmeyer) [#&#8203;44625](https://github.com/nodejs/node/pull/44625) - \[[`05b17e9250`](https://github.com/nodejs/node/commit/05b17e9250)] - **doc**: maintain only one list of MODP groups (Tobias Nießen) [#&#8203;44644](https://github.com/nodejs/node/pull/44644) - \[[`ec1cbdb69b`](https://github.com/nodejs/node/commit/ec1cbdb69b)] - **doc**: add legendecas to TSC list (Michael Dawson) [#&#8203;44662](https://github.com/nodejs/node/pull/44662) - \[[`9341fb4446`](https://github.com/nodejs/node/commit/9341fb4446)] - **doc**: remove comma in README.md (Taha-Chaudhry) [#&#8203;44599](https://github.com/nodejs/node/pull/44599) - \[[`3dabb44dda`](https://github.com/nodejs/node/commit/3dabb44dda)] - **doc**: use serial comma in report docs (Daeyeon Jeong) [#&#8203;44608](https://github.com/nodejs/node/pull/44608) - \[[`226d90a95a`](https://github.com/nodejs/node/commit/226d90a95a)] - **doc**: use serial comma in stream docs (Daeyeon Jeong) [#&#8203;44609](https://github.com/nodejs/node/pull/44609) - \[[`3f710fa636`](https://github.com/nodejs/node/commit/3f710fa636)] - **doc**: remove empty line in YAML block (Claudio Wunder) [#&#8203;44617](https://github.com/nodejs/node/pull/44617) - \[[`4ad1b0abc3`](https://github.com/nodejs/node/commit/4ad1b0abc3)] - **(SEMVER-MINOR)** **doc**: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) [#&#8203;44588](https://github.com/nodejs/node/pull/44588) - \[[`2d92610525`](https://github.com/nodejs/node/commit/2d92610525)] - **doc**: remove old OpenSSL ENGINE constants (Tobias Nießen) [#&#8203;44589](https://github.com/nodejs/node/pull/44589) - \[[`03705639c4`](https://github.com/nodejs/node/commit/03705639c4)] - **doc**: fix heading levels for test runner hooks (Fabian Meyer) [#&#8203;44603](https://github.com/nodejs/node/pull/44603) - \[[`6c557346a7`](https://github.com/nodejs/node/commit/6c557346a7)] - **doc**: fix errors in http.md (Luigi Pinca) [#&#8203;44587](https://github.com/nodejs/node/pull/44587) - \[[`48d944b71c`](https://github.com/nodejs/node/commit/48d944b71c)] - **doc**: fix vm.Script createCachedData example (Chengzhong Wu) [#&#8203;44487](https://github.com/nodejs/node/pull/44487) - \[[`2813323120`](https://github.com/nodejs/node/commit/2813323120)] - **doc**: mention how to get commit release (Rafael Gonzaga) [#&#8203;44572](https://github.com/nodejs/node/pull/44572) - \[[`ea7b44d474`](https://github.com/nodejs/node/commit/ea7b44d474)] - **doc**: fix link in `process.md` (Antoine du Hamel) [#&#8203;44594](https://github.com/nodejs/node/pull/44594) - \[[`39b65d2fb7`](https://github.com/nodejs/node/commit/39b65d2fb7)] - **doc**: do not use weak MODP group in example (Tobias Nießen) [#&#8203;44585](https://github.com/nodejs/node/pull/44585) - \[[`f5549afd90`](https://github.com/nodejs/node/commit/f5549afd90)] - **doc**: remove ebpf from supported tooling list (Rafael Gonzaga) [#&#8203;44549](https://github.com/nodejs/node/pull/44549) - \[[`a3360b1f4f`](https://github.com/nodejs/node/commit/a3360b1f4f)] - **doc**: emphasize that createCipher is never secure (Tobias Nießen) [#&#8203;44538](https://github.com/nodejs/node/pull/44538) - \[[`4e6f7862ba`](https://github.com/nodejs/node/commit/4e6f7862ba)] - **doc**: document attribute Script.cachedDataRejected (Chengzhong Wu) [#&#8203;44451](https://github.com/nodejs/node/pull/44451) - \[[`01e584ecab`](https://github.com/nodejs/node/commit/01e584ecab)] - **doc**: move policy docs to the permissions scope (Rafael Gonzaga) [#&#8203;44222](https://github.com/nodejs/node/pull/44222) - \[[`57dac53c22`](https://github.com/nodejs/node/commit/57dac53c22)] - **doc,crypto**: cleanup removed pbkdf2 behaviours (Filip Skokan) [#&#8203;44733](https://github.com/nodejs/node/pull/44733) - \[[`c209bd6fb9`](https://github.com/nodejs/node/commit/c209bd6fb9)] - **doc,inspector**: document changes of inspector.close (Chengzhong Wu) [#&#8203;44628](https://github.com/nodejs/node/pull/44628) - \[[`9b3b7d6978`](https://github.com/nodejs/node/commit/9b3b7d6978)] - **esm,loader**: tidy ESMLoader internals (Jacob Smith) [#&#8203;44701](https://github.com/nodejs/node/pull/44701) - \[[`daf63d2fa3`](https://github.com/nodejs/node/commit/daf63d2fa3)] - **fs**: fix typo in mkdir example (SergeyTsukanov) [#&#8203;44791](https://github.com/nodejs/node/pull/44791) - \[[`85ab2f857f`](https://github.com/nodejs/node/commit/85ab2f857f)] - **fs**: remove unused option in `fs.fstatSync()` (Livia Medeiros) [#&#8203;44613](https://github.com/nodejs/node/pull/44613) - \[[`a6091f5496`](https://github.com/nodejs/node/commit/a6091f5496)] - **gyp**: libnode for ios app embedding (chexiongsheng) [#&#8203;44210](https://github.com/nodejs/node/pull/44210) - \[[`f158656e4c`](https://github.com/nodejs/node/commit/f158656e4c)] - **(SEMVER-MINOR)** **http**: throw error on content-length mismatch (sidwebworks) [#&#8203;44378](https://github.com/nodejs/node/pull/44378) - \[[`1b160517f5`](https://github.com/nodejs/node/commit/1b160517f5)] - **inspector**: expose inspector.close on workers (Chengzhong Wu) [#&#8203;44489](https://github.com/nodejs/node/pull/44489) - \[[`a2eb55a2c9`](https://github.com/nodejs/node/commit/a2eb55a2c9)] - **lib**: don't match `sourceMappingURL` in strings (Alan Agius) [#&#8203;44658](https://github.com/nodejs/node/pull/44658) - \[[`2baf532518`](https://github.com/nodejs/node/commit/2baf532518)] - **lib**: fix reference leak (falsandtru) [#&#8203;44499](https://github.com/nodejs/node/pull/44499) - \[[`d8d34ae6bc`](https://github.com/nodejs/node/commit/d8d34ae6bc)] - **lib**: reset `RegExp` statics before running user code (Antoine du Hamel) [#&#8203;44247](https://github.com/nodejs/node/pull/44247) - \[[`eb3635184b`](https://github.com/nodejs/node/commit/eb3635184b)] - **lib,test**: fix bug in InternalSocketAddress (Tobias Nießen) [#&#8203;44618](https://github.com/nodejs/node/pull/44618) - \[[`74dc4d198f`](https://github.com/nodejs/node/commit/74dc4d198f)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44777](https://github.com/nodejs/node/pull/44777) - \[[`97d2ed7296`](https://github.com/nodejs/node/commit/97d2ed7296)] - **meta**: add mailmap entry for dnlup (Rich Trott) [#&#8203;44716](https://github.com/nodejs/node/pull/44716) - \[[`35fbd2cc14`](https://github.com/nodejs/node/commit/35fbd2cc14)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44705](https://github.com/nodejs/node/pull/44705) - \[[`c5c1bc40a2`](https://github.com/nodejs/node/commit/c5c1bc40a2)] - **meta**: move dnlup to emeriti (dnlup) [#&#8203;44667](https://github.com/nodejs/node/pull/44667) - \[[`c62dfe0427`](https://github.com/nodejs/node/commit/c62dfe0427)] - **meta**: update test_runner in label-pr-config (Shrujal Shah) [#&#8203;44615](https://github.com/nodejs/node/pull/44615) - \[[`fe56efd0bc`](https://github.com/nodejs/node/commit/fe56efd0bc)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44591](https://github.com/nodejs/node/pull/44591) - \[[`4436ffb536`](https://github.com/nodejs/node/commit/4436ffb536)] - **module**: open stat/readPackage to mutations (Maël Nison) [#&#8203;44537](https://github.com/nodejs/node/pull/44537) - \[[`f8ec946c82`](https://github.com/nodejs/node/commit/f8ec946c82)] - **module**: exports & imports map invalid slash deprecation (Guy Bedford) [#&#8203;44477](https://github.com/nodejs/node/pull/44477) - \[[`64cb43a2b6`](https://github.com/nodejs/node/commit/64cb43a2b6)] - **node-api**: add deprecation code of uncaught exception (Chengzhong Wu) [#&#8203;44624](https://github.com/nodejs/node/pull/44624) - \[[`ce1704c2c7`](https://github.com/nodejs/node/commit/ce1704c2c7)] - **src**: avoid using v8 on Isolate termination (Santiago Gimeno) [#&#8203;44669](https://github.com/nodejs/node/pull/44669) - \[[`3036b85d71`](https://github.com/nodejs/node/commit/3036b85d71)] - **src**: remove \<unistd.h> from node_os.cc (Tobias Nießen) [#&#8203;44668](https://github.com/nodejs/node/pull/44668) - \[[`29f57b7899`](https://github.com/nodejs/node/commit/29f57b7899)] - **src**: avoid copy when creating Blob (Tobias Nießen) [#&#8203;44616](https://github.com/nodejs/node/pull/44616) - \[[`75cfb13ea6`](https://github.com/nodejs/node/commit/75cfb13ea6)] - **src**: make ReqWrap weak (Rafael Gonzaga) [#&#8203;44074](https://github.com/nodejs/node/pull/44074) - \[[`c12abb5ece`](https://github.com/nodejs/node/commit/c12abb5ece)] - **src**: make NearHeapLimitCallback() more robust (Joyee Cheung) [#&#8203;44581](https://github.com/nodejs/node/pull/44581) - \[[`81ea507e8e`](https://github.com/nodejs/node/commit/81ea507e8e)] - **src**: dump isolate stats when process exits (daomingq) [#&#8203;44534](https://github.com/nodejs/node/pull/44534) - \[[`687844822f`](https://github.com/nodejs/node/commit/687844822f)] - **src**: consolidate environment cleanup queue (Chengzhong Wu) [#&#8203;44379](https://github.com/nodejs/node/pull/44379) - \[[`3d42aaaac0`](https://github.com/nodejs/node/commit/3d42aaaac0)] - **stream**: handle a pending pull request from a released reader (Daeyeon Jeong) [#&#8203;44702](https://github.com/nodejs/node/pull/44702) - \[[`73ad9db6c5`](https://github.com/nodejs/node/commit/73ad9db6c5)] - **stream**: refactor use es2020 statement (SindreXie) [#&#8203;44533](https://github.com/nodejs/node/pull/44533) - \[[`0af6e420b3`](https://github.com/nodejs/node/commit/0af6e420b3)] - **stream**: remove `abortReason` from `WritableStreamDefaultController` (Daeyeon Jeong) [#&#8203;44540](https://github.com/nodejs/node/pull/44540) - \[[`2f2f8d5821`](https://github.com/nodejs/node/commit/2f2f8d5821)] - **(SEMVER-MINOR)** **stream**: add `ReadableByteStream.tee()` (Daeyeon Jeong) [#&#8203;44505](https://github.com/nodejs/node/pull/44505) - \[[`667e8bf3fb`](https://github.com/nodejs/node/commit/667e8bf3fb)] - **stream**: fix `writableStream.abort()` (Daeyeon Jeong) [#&#8203;44327](https://github.com/nodejs/node/pull/44327) - \[[`3112d5dae0`](https://github.com/nodejs/node/commit/3112d5dae0)] - **test**: verify napi_remove_wrap with napi_delete_reference (Chengzhong Wu) [#&#8203;44754](https://github.com/nodejs/node/pull/44754) - \[[`b512436841`](https://github.com/nodejs/node/commit/b512436841)] - **test**: change promises to async/await (Madhulika Sharma) [#&#8203;44683](https://github.com/nodejs/node/pull/44683) - \[[`858631f720`](https://github.com/nodejs/node/commit/858631f720)] - **test**: use async/await in test-debugger-invalid-args (Nupur Chauhan) [#&#8203;44678](https://github.com/nodejs/node/pull/44678) - \[[`6c9ded810c`](https://github.com/nodejs/node/commit/6c9ded810c)] - **test**: update test-debugger-low-level to use await/async (Meghana Ramesh) [#&#8203;44688](https://github.com/nodejs/node/pull/44688) - \[[`945aa74e57`](https://github.com/nodejs/node/commit/945aa74e57)] - **test**: check that sysconf returns a positive value (Tobias Nießen) [#&#8203;44666](https://github.com/nodejs/node/pull/44666) - \[[`79f0f48a6f`](https://github.com/nodejs/node/commit/79f0f48a6f)] - **test**: change promise to async/await in debugger-watcher (“Pooja) [#&#8203;44687](https://github.com/nodejs/node/pull/44687) - \[[`a56cb65bd6`](https://github.com/nodejs/node/commit/a56cb65bd6)] - **test**: fix addon tests compilation with OpenSSL 1.1.1 (Adam Majer) [#&#8203;44725](https://github.com/nodejs/node/pull/44725) - \[[`8a68a80a06`](https://github.com/nodejs/node/commit/8a68a80a06)] - **test**: fix test-performance-measure (smitley) [#&#8203;44637](https://github.com/nodejs/node/pull/44637) - \[[`55de0136b3`](https://github.com/nodejs/node/commit/55de0136b3)] - **test**: improve lib/readline.js coverage (MURAKAMI Masahiko) [#&#8203;42686](https://github.com/nodejs/node/pull/42686) - \[[`a3095d217f`](https://github.com/nodejs/node/commit/a3095d217f)] - **test**: fix `test-repl` not validating leaked globals properly (Antoine du Hamel) [#&#8203;44640](https://github.com/nodejs/node/pull/44640) - \[[`7db2974692`](https://github.com/nodejs/node/commit/7db2974692)] - **test**: ignore stale process cleanup failures on Windows (Joyee Cheung) [#&#8203;44480](https://github.com/nodejs/node/pull/44480) - \[[`6c35f338c3`](https://github.com/nodejs/node/commit/6c35f338c3)] - **test**: use python3 instead of python (Luigi Pinca) [#&#8203;44545](https://github.com/nodejs/node/pull/44545) - \[[`20e04c6d44`](https://github.com/nodejs/node/commit/20e04c6d44)] - **test**: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel Bevenius) [#&#8203;44341](https://github.com/nodejs/node/pull/44341) - \[[`eb25fe73b0`](https://github.com/nodejs/node/commit/eb25fe73b0)] - **test**: add more cases for parse-encoding (Tony Gorez) [#&#8203;44427](https://github.com/nodejs/node/pull/44427) - \[[`5ab3bc9419`](https://github.com/nodejs/node/commit/5ab3bc9419)] - **test_runner**: include stack of uncaught exceptions (Moshe Atlow) [#&#8203;44614](https://github.com/nodejs/node/pull/44614) - \[[`752e1472e1`](https://github.com/nodejs/node/commit/752e1472e1)] - **tls**: fix out-of-bounds read in ClientHelloParser (Tobias Nießen) [#&#8203;44580](https://github.com/nodejs/node/pull/44580) - \[[`0cddb0af99`](https://github.com/nodejs/node/commit/0cddb0af99)] - **tools**: add update-llhttp.sh (Paolo Insogna) [#&#8203;44652](https://github.com/nodejs/node/pull/44652) - \[[`ef0dc47df9`](https://github.com/nodejs/node/commit/ef0dc47df9)] - **tools**: fix typo in update-nghttp2.sh (Luigi Pinca) [#&#8203;44664](https://github.com/nodejs/node/pull/44664) - \[[`0df181a5a1`](https://github.com/nodejs/node/commit/0df181a5a1)] - **tools**: add timezone update workflow (Lenvin Gonsalves) [#&#8203;43988](https://github.com/nodejs/node/pull/43988) - \[[`dd4348900d`](https://github.com/nodejs/node/commit/dd4348900d)] - **tools**: update eslint to 8.23.1 (Node.js GitHub Bot) [#&#8203;44639](https://github.com/nodejs/node/pull/44639) - \[[`b9cfb71e12`](https://github.com/nodejs/node/commit/b9cfb71e12)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)[@&#8203;14](https://github.com/14).1.0 (Node.js GitHub Bot) [#&#8203;44638](https://github.com/nodejs/node/pull/44638) - \[[`5ae142d7ad`](https://github.com/nodejs/node/commit/5ae142d7ad)] - **tools**: update gyp-next to v0.13.0 (Jiawen Geng) [#&#8203;44605](https://github.com/nodejs/node/pull/44605) - \[[`5dd86c3faf`](https://github.com/nodejs/node/commit/5dd86c3faf)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)[@&#8203;14](https://github.com/14).0.1 (Node.js GitHub Bot) [#&#8203;44590](https://github.com/nodejs/node/pull/44590) - \[[`caad4748cf`](https://github.com/nodejs/node/commit/caad4748cf)] - **tools**: increase timeout of running WPT (Joyee Cheung) [#&#8203;44574](https://github.com/nodejs/node/pull/44574) - \[[`5db9779f14`](https://github.com/nodejs/node/commit/5db9779f14)] - **tools**: fix shebang to use python3 by default (Himself65) [#&#8203;44531](https://github.com/nodejs/node/pull/44531) - \[[`9aa6a560e9`](https://github.com/nodejs/node/commit/9aa6a560e9)] - **v8**: add setHeapSnapshotNearHeapLimit (theanarkh) [#&#8203;44420](https://github.com/nodejs/node/pull/44420) - \[[`360b74e94f`](https://github.com/nodejs/node/commit/360b74e94f)] - **win**: fix fs.realpath.native for long paths (StefanStojanovic) [#&#8203;44536](https://github.com/nodejs/node/pull/44536) ### [`v18.9.1`](https://github.com/nodejs/node/releases/tag/v18.9.1): 2022-09-23, Version 18.9.1 (Current), @&#8203;RafaelGSS [Compare Source](https://github.com/nodejs/node/compare/v18.9.0...v18.9.1) This is a security release. ##### Notable changes The following CVEs are fixed in this release: - **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High) - Insufficient fix for macOS devices on v18.5.0 - **[CVE-2022-32222](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32222)**: Node 18 reads openssl.cnf from /home/iojs/build/ upon startup on MacOS (Medium) - **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: HTTP Request Smuggling - Flawed Parsing of Transfer-Encoding (Medium) - Insufficient fix on v18.5.0 - **[CVE-2022-32215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32215)**: HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium) - Insufficient fix on v18.5.0 - **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium) - **[CVE-2022-35255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35255)**: Weak randomness in WebCrypto keygen More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post. ##### llhttp updated to 6.0.10 `llhttp` is updated to 6.0.10 which includes fixes for the following vulnerabilities. - **HTTP Request Smuggling - CVE-2022-32213 bypass via obs-fold mechanic (Medium)([CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213) )**: The `llhttp` parser in the `http` module does not correctly parse and validate Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS). - **HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)([CVE-2022-32215](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32215))**: The `llhttp` parser in the `http` module does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS). - **HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)([CVE-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256))**: The llhttp parser in the `http` does not correctly handle header fields that are not terminated with CLRF. This can lead to HTTP Request Smuggling (HRS). ##### Commits - \[[`0c2a5723be`](https://github.com/nodejs/node/commit/0c2a5723be)] - **crypto**: fix weak randomness in WebCrypto keygen (Ben Noordhuis) [nodejs-private/node-private#](https://github.com/nodejs-private/node-private/pull/346) - \[[`ffb6f4d51d`](https://github.com/nodejs/node/commit/ffb6f4d51d)] - **deps**: MacOS - fix location of OpenSSL config file (Michael Dawson) [nodejs-private/node-private#&#8203;345](https://github.com/nodejs-private/node-private/pull/345) - \[[`01bffcdd93`](https://github.com/nodejs/node/commit/01bffcdd93)] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-private#&#8203;341](https://github.com/nodejs-private/node-private/pull/341) - \[[`2c379d341d`](https://github.com/nodejs/node/commit/2c379d341d)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#&#8203;337](https://github.com/nodejs-private/node-private/pull/337) ### [`v18.9.0`](https://github.com/nodejs/node/releases/tag/v18.9.0): 2022-09-08, Version 18.9.0 (Current), @&#8203;RafaelGSS [Compare Source](https://github.com/nodejs/node/compare/v18.8.0...v18.9.0) ##### Notable changes - **doc** - add daeyeon to collaborators (Daeyeon Jeong) [#&#8203;44355](https://github.com/nodejs/node/pull/44355) - **lib** - (SEMVER-MINOR) add diagnostics channel for process and worker (theanarkh) [#&#8203;44045](https://github.com/nodejs/node/pull/44045) - **os** - (SEMVER-MINOR) add machine method (theanarkh) [#&#8203;44416](https://github.com/nodejs/node/pull/44416) - **report** - (SEMVER-MINOR) expose report public native apis (Chengzhong Wu) [#&#8203;44255](https://github.com/nodejs/node/pull/44255) - **src** - (SEMVER-MINOR) expose environment RequestInterrupt api (Chengzhong Wu) [#&#8203;44362](https://github.com/nodejs/node/pull/44362) - **vm** - include vm context in the embedded snapshot (Joyee Cheung) [#&#8203;44252](https://github.com/nodejs/node/pull/44252) ##### Commits - \[[`e27e709d3c`](https://github.com/nodejs/node/commit/e27e709d3c)] - **build**: add --libdir flag to configure (Stephen Gallagher) [#&#8203;44361](https://github.com/nodejs/node/pull/44361) - \[[`30da2b4d89`](https://github.com/nodejs/node/commit/30da2b4d89)] - **build**: added NINJA env to customize ninja binary (Jeff Dickey) [#&#8203;44293](https://github.com/nodejs/node/pull/44293) - \[[`3c5354869e`](https://github.com/nodejs/node/commit/3c5354869e)] - **cluster**: fix cluster rr distribute error (theanarkh) [#&#8203;44202](https://github.com/nodejs/node/pull/44202) - \[[`5cefd02618`](https://github.com/nodejs/node/commit/5cefd02618)] - **crypto**: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) [#&#8203;44475](https://github.com/nodejs/node/pull/44475) - \[[`c868e36385`](https://github.com/nodejs/node/commit/c868e36385)] - **crypto**: add digest name to INVALID_DIGEST errors (Tobias Nießen) [#&#8203;44468](https://github.com/nodejs/node/pull/44468) - \[[`35cbe1ad85`](https://github.com/nodejs/node/commit/35cbe1ad85)] - **crypto**: use actual option name in error message (Tobias Nießen) [#&#8203;44455](https://github.com/nodejs/node/pull/44455) - \[[`c3dbe18e4c`](https://github.com/nodejs/node/commit/c3dbe18e4c)] - **crypto**: simplify control flow in HKDF (Tobias Nießen) [#&#8203;44272](https://github.com/nodejs/node/pull/44272) - \[[`28781a1f7e`](https://github.com/nodejs/node/commit/28781a1f7e)] - **crypto**: improve RSA-PSS digest error messages (Tobias Nießen) [#&#8203;44307](https://github.com/nodejs/node/pull/44307) - \[[`b1eafe14fd`](https://github.com/nodejs/node/commit/b1eafe14fd)] - **debugger**: decrease timeout used to wait for the port to be free (Joyee Cheung) [#&#8203;44359](https://github.com/nodejs/node/pull/44359) - \[[`8ef5c40a83`](https://github.com/nodejs/node/commit/8ef5c40a83)] - **deps**: update corepack to 0.14.0 (Node.js GitHub Bot) [#&#8203;44509](https://github.com/nodejs/node/pull/44509) - \[[`cf19a79dfc`](https://github.com/nodejs/node/commit/cf19a79dfc)] - **deps**: upgrade npm to 8.19.1 (npm team) [#&#8203;44486](https://github.com/nodejs/node/pull/44486) - \[[`c5630ad1a7`](https://github.com/nodejs/node/commit/c5630ad1a7)] - **deps**: V8: backport [`ff8d67c`](https://github.com/nodejs/node/commit/ff8d67c88449) (Michaël Zasso) [#&#8203;44423](https://github.com/nodejs/node/pull/44423) - \[[`255e7fbd08`](https://github.com/nodejs/node/commit/255e7fbd08)] - **deps**: update Acorn to v8.8.0 (Michaël Zasso) [#&#8203;44437](https://github.com/nodejs/node/pull/44437) - \[[`754d26a53e`](https://github.com/nodejs/node/commit/754d26a53e)] - **deps**: patch V8 to 10.2.154.15 (Michaël Zasso) [#&#8203;44294](https://github.com/nodejs/node/pull/44294) - \[[`1b50ff2600`](https://github.com/nodejs/node/commit/1b50ff2600)] - **deps**: update icu tzdata to 2022b (Matías Zúñiga) [#&#8203;44283](https://github.com/nodejs/node/pull/44283) - \[[`1e451dca99`](https://github.com/nodejs/node/commit/1e451dca99)] - **deps**: upgrade llhttp to 6.0.9 (Paolo Insogna) [#&#8203;44344](https://github.com/nodejs/node/pull/44344) - \[[`57da3db522`](https://github.com/nodejs/node/commit/57da3db522)] - **deps**: update undici to 5.9.1 (Node.js GitHub Bot) [#&#8203;44319](https://github.com/nodejs/node/pull/44319) - \[[`1c87a7e8f6`](https://github.com/nodejs/node/commit/1c87a7e8f6)] - **doc**: add missing parenthesis in TLSSocket section (Tobias Nießen) [#&#8203;44512](https://github.com/nodejs/node/pull/44512) - \[[`05006eddb2`](https://github.com/nodejs/node/commit/05006eddb2)] - **doc**: do not use "Returns:" for crypto.constants (Tobias Nießen) [#&#8203;44481](https://github.com/nodejs/node/pull/44481) - \[[`54b6ed58bc`](https://github.com/nodejs/node/commit/54b6ed58bc)] - **doc**: use serial comma in addons docs (Tobias Nießen) [#&#8203;44482](https://github.com/nodejs/node/pull/44482) - \[[`11452a97b3`](https://github.com/nodejs/node/commit/11452a97b3)] - **doc**: add --update-assert-snapshot to node.1 (Colin Ihrig) [#&#8203;44429](https://github.com/nodejs/node/pull/44429) - \[[`ae028e8ac3`](https://github.com/nodejs/node/commit/ae028e8ac3)] - **doc**: improve assert.snapshot() docs (Colin Ihrig) [#&#8203;44429](https://github.com/nodejs/node/pull/44429) - \[[`71c869688a`](https://github.com/nodejs/node/commit/71c869688a)] - **doc**: add missing imports in events sample code (Brian Evans) [#&#8203;44337](https://github.com/nodejs/node/pull/44337) - \[[`92046e8027`](https://github.com/nodejs/node/commit/92046e8027)] - **doc**: apply scroll-margin-top to h2, h3 elements (metonym) [#&#8203;44414](https://github.com/nodejs/node/pull/44414) - \[[`3e6cde5931`](https://github.com/nodejs/node/commit/3e6cde5931)] - **doc**: fix spacing issue in `--build-snapshot` help text (Shohei YOSHIDA) [#&#8203;44435](https://github.com/nodejs/node/pull/44435) - \[[`8e41dbb81b`](https://github.com/nodejs/node/commit/8e41dbb81b)] - **doc**: mention cherry-pick edge-case on release (RafaelGSS) [#&#8203;44408](https://github.com/nodejs/node/pull/44408) - \[[`cef30f9afc`](https://github.com/nodejs/node/commit/cef30f9afc)] - **doc**: note on release guide to update `main` branch (Ruy Adorno) [#&#8203;44384](https://github.com/nodejs/node/pull/44384) - \[[`21437f7a7f`](https://github.com/nodejs/node/commit/21437f7a7f)] - **doc**: fix release guide example consistency (Ruy Adorno) [#&#8203;44385](https://github.com/nodejs/node/pull/44385) - \[[`ed52bd0a18`](https://github.com/nodejs/node/commit/ed52bd0a18)] - **doc**: fix style of n-api.md (theanarkh) [#&#8203;44377](https://github.com/nodejs/node/pull/44377) - \[[`65c1f4015f`](https://github.com/nodejs/node/commit/65c1f4015f)] - **doc**: add history for net.createServer() options (Luigi Pinca) [#&#8203;44326](https://github.com/nodejs/node/pull/44326) - \[[`4a0f750a6c`](https://github.com/nodejs/node/commit/4a0f750a6c)] - **doc**: add daeyeon to collaborators (Daeyeon Jeong) [#&#8203;44355](https://github.com/nodejs/node/pull/44355) - \[[`8cc5556f76`](https://github.com/nodejs/node/commit/8cc5556f76)] - **doc**: fix typo in test runner code examples (Moshe Atlow) [#&#8203;44351](https://github.com/nodejs/node/pull/44351) - \[[`b660b7467d`](https://github.com/nodejs/node/commit/b660b7467d)] - **doc,worker**: document resourceLimits overrides (Keyhan Vakil) [#&#8203;43992](https://github.com/nodejs/node/pull/43992) - \[[`2ed3b30696`](https://github.com/nodejs/node/commit/2ed3b30696)] - **inspector**: prevent integer overflow in open() (Tobias Nießen) [#&#8203;44367](https://github.com/nodejs/node/pull/44367) - \[[`b8f08e5e7e`](https://github.com/nodejs/node/commit/b8f08e5e7e)] - **lib**: codify findSourceMap return value when not found (Chengzhong Wu) [#&#8203;44397](https://github.com/nodejs/node/pull/44397) - \[[`a86ef1ba3e`](https://github.com/nodejs/node/commit/a86ef1ba3e)] - **lib**: use safe `Promise` alternatives when available (Antoine du Hamel) [#&#8203;43476](https://github.com/nodejs/node/pull/43476) - \[[`e519ac7842`](https://github.com/nodejs/node/commit/e519ac7842)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44511](https://github.com/nodejs/node/pull/44511) - \[[`c03f28b960`](https://github.com/nodejs/node/commit/c03f28b960)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44422](https://github.com/nodejs/node/pull/44422) - \[[`ef08cbddac`](https://github.com/nodejs/node/commit/ef08cbddac)] - **node-api**: avoid calling virtual methods in base's dtor (Chengzhong Wu) [#&#8203;44424](https://github.com/nodejs/node/pull/44424) - \[[`256340197c`](https://github.com/nodejs/node/commit/256340197c)] - **node-api**: cleanup redundant static modifiers (Chengzhong Wu) [#&#8203;44301](https://github.com/nodejs/node/pull/44301) - \[[`6714736706`](https://github.com/nodejs/node/commit/6714736706)] - **(SEMVER-MINOR)** **os**: add machine method (theanarkh) [#&#8203;44416](https://github.com/nodejs/node/pull/44416) - \[[`807b1e5533`](https://github.com/nodejs/node/commit/807b1e5533)] - **report**: get stack trace with cross origin contexts (Chengzhong Wu) [#&#8203;44398](https://github.com/nodejs/node/pull/44398) - \[[`b17cc877d0`](https://github.com/nodejs/node/commit/b17cc877d0)] - **report**: fix missing section javascriptHeap on OOMError (Chengzhong Wu) [#&#8203;44398](https://github.com/nodejs/node/pull/44398) - \[[`1f23c17ae0`](https://github.com/nodejs/node/commit/1f23c17ae0)] - **(SEMVER-MINOR)** **report**: expose report public native apis (Chengzhong Wu) [#&#8203;44255](https://github.com/nodejs/node/pull/44255) - \[[`df259005d9`](https://github.com/nodejs/node/commit/df259005d9)] - **report**: add queue info for udp (theanarkh) [#&#8203;44345](https://github.com/nodejs/node/pull/44345) - \[[`fc17b808c9`](https://github.com/nodejs/node/commit/fc17b808c9)] - **src**: rename misleading arg in ClientHelloParser (Tobias Nießen) [#&#8203;44500](https://github.com/nodejs/node/pull/44500) - \[[`125ab7da2a`](https://github.com/nodejs/node/commit/125ab7da2a)] - **src**: improve error handling in CloneSSLCerts (Tobias Nießen) [#&#8203;44410](https://github.com/nodejs/node/pull/44410) - \[[`aa34f7347b`](https://github.com/nodejs/node/commit/aa34f7347b)] - **src**: fix incorrect comments in crypto (Tobias Nießen) [#&#8203;44470](https://github.com/nodejs/node/pull/44470) - \[[`18b720805f`](https://github.com/nodejs/node/commit/18b720805f)] - **src**: avoid casting std::trunc(... / ...) to size_t (Tobias Nießen) [#&#8203;44467](https://github.com/nodejs/node/pull/44467) - \[[`4331bbe2af`](https://github.com/nodejs/node/commit/4331bbe2af)] - **(SEMVER-MINOR)** **src**: expose environment RequestInterrupt api (Chengzhong Wu) [#&#8203;44362](https://github.com/nodejs/node/pull/44362) - \[[`c5413a1146`](https://github.com/nodejs/node/commit/c5413a1146)] - **src**: simplify enable_if logic of `ToStringHelper::BaseConvert` (Feng Yu) [#&#8203;44306](https://github.com/nodejs/node/pull/44306) - \[[`dcc1cf4f4e`](https://github.com/nodejs/node/commit/dcc1cf4f4e)] - **src**: add error handling to `uv_uptime` call (Juan José Arboleda) [#&#8203;44386](https://github.com/nodejs/node/pull/44386) - \[[`fd611cc272`](https://github.com/nodejs/node/commit/fd611cc272)] - **src**: remove base64\_select_table and base64\_table (Tobias Nießen) [#&#8203;44425](https://github.com/nodejs/node/pull/44425) - \[[`4776b4767b`](https://github.com/nodejs/node/commit/4776b4767b)] - **src**: fix uv_err_name memory leak (theanarkh) [#&#8203;44421](https://github.com/nodejs/node/pull/44421) - \[[`8db2e66d3a`](https://github.com/nodejs/node/commit/8db2e66d3a)] - **src**: make Endianness an enum class (Tobias Nießen) [#&#8203;44411](https://github.com/nodejs/node/pull/44411) - \[[`048e440878`](https://github.com/nodejs/node/commit/048e440878)] - **src**: fix ssize_t error from nghttp2.h (Darshan Sen) [#&#8203;44393](https://github.com/nodejs/node/pull/44393) - \[[`dc1c95ede3`](https://github.com/nodejs/node/commit/dc1c95ede3)] - **src**: trace fs async api (theanarkh) [#&#8203;44057](https://github.com/nodejs/node/pull/44057) - \[[`0f4e98ba2c`](https://github.com/nodejs/node/commit/0f4e98ba2c)] - **src**: restore context default IsCodeGenerationFromStringsAllowed value (Chengzhong Wu) [#&#8203;44324](https://github.com/nodejs/node/pull/44324) - \[[`05fb650b54`](https://github.com/nodejs/node/commit/05fb650b54)] - **src**: simplify and optimize GetOpenSSLVersion() (Tobias Nießen) [#&#8203;44395](https://github.com/nodejs/node/pull/44395) - \[[`7f16177f96`](https://github.com/nodejs/node/commit/7f16177f96)] - **src**: use `if constexpr` where appropriate (Anna Henningsen) [#&#8203;44291](https://github.com/nodejs/node/pull/44291) - \[[`2be8acad18`](https://github.com/nodejs/node/commit/2be8acad18)] - **src**: simplify ECDH::GetCurves() (Tobias Nießen) [#&#8203;44309](https://github.com/nodejs/node/pull/44309) - \[[`3eb7918f8e`](https://github.com/nodejs/node/commit/3eb7918f8e)] - **src**: make minor improvements to EnabledDebugList (Tobias Nießen) [#&#8203;44350](https://github.com/nodejs/node/pull/44350) - \[[`88d9566593`](https://github.com/nodejs/node/commit/88d9566593)] - **src**: remove KeyObjectData::symmetric_key_len\_ (Tobias Nießen) [#&#8203;44346](https://github.com/nodejs/node/pull/44346) - \[[`768c9cb872`](https://github.com/nodejs/node/commit/768c9cb872)] - **src**: fix multiple format string bugs (Tobias Nießen) [#&#8203;44314](https://github.com/nodejs/node/pull/44314) - \[[`6857ee8299`](https://github.com/nodejs/node/commit/6857ee8299)] - **src**: make minor improvements to SecureBuffer (Tobias Nießen) [#&#8203;44302](https://github.com/nodejs/node/pull/44302) - \[[`2facf8b8e0`](https://github.com/nodejs/node/commit/2facf8b8e0)] - **stream**: fix setting abort reason in `ReadableStream.pipeTo()` (Daeyeon Jeong) [#&#8203;44418](https://github.com/nodejs/node/pull/44418) - \[[`65134d696b`](https://github.com/nodejs/node/commit/65134d696b)] - **stream**: fix `ReadableStreamReader.releaseLock()` (Daeyeon Jeong) [#&#8203;44292](https://github.com/nodejs/node/pull/44292) - \[[`4c33e5d4ce`](https://github.com/nodejs/node/commit/4c33e5d4ce)] - **test**: avoid race in file write stream handle tests (Joyee Cheung) [#&#8203;44380](https://github.com/nodejs/node/pull/44380) - \[[`0d77342a39`](https://github.com/nodejs/node/commit/0d77342a39)] - **test**: style updates for assert.snapshot() (Colin Ihrig) [#&#8203;44429](https://github.com/nodejs/node/pull/44429) - \[[`e36ed44b26`](https://github.com/nodejs/node/commit/e36ed44b26)] - **test**: deflake child process exec timeout tests (Joyee Cheung) [#&#8203;44390](https://github.com/nodejs/node/pull/44390) - \[[`0af15c71fb`](https://github.com/nodejs/node/commit/0af15c71fb)] - **test**: make the vm timeout escape tests more lenient (Joyee Cheung) [#&#8203;44433](https://github.com/nodejs/node/pull/44433) - \[[`0f071b800e`](https://github.com/nodejs/node/commit/0f071b800e)] - **test**: split heap prof tests (Joyee Cheung) [#&#8203;44388](https://github.com/nodejs/node/pull/44388) - \[[`2dd88b8425`](https://github.com/nodejs/node/commit/2dd88b8425)] - **test**: fix multiple incorrect mustNotCall() uses (Tobias Nießen) [#&#8203;44022](https://github.com/nodejs/node/pull/44022) - \[[`4ae1f4990c`](https://github.com/nodejs/node/commit/4ae1f4990c)] - **test**: split report OOM tests (Joyee Cheung) [#&#8203;44389](https://github.com/nodejs/node/pull/44389) - \[[`3a5fdacdc2`](https://github.com/nodejs/node/commit/3a5fdacdc2)] - **test**: fix WPT runner result (Daeyeon Jeong) [#&#8203;44238](https://github.com/nodejs/node/pull/44238) - \[[`e001aafee3`](https://github.com/nodejs/node/commit/e001aafee3)] - **test**: raise sleep times in child process tests (Joyee Cheung) [#&#8203;44375](https://github.com/nodejs/node/pull/44375) - \[[`8e2dcafc24`](https://github.com/nodejs/node/commit/8e2dcafc24)] - **test**: remove duplicate test (Luigi Pinca) [#&#8203;44313](https://github.com/nodejs/node/pull/44313) - \[[`c65d7fb1fa`](https://github.com/nodejs/node/commit/c65d7fb1fa)] - **test**: add OpenSSL 3.x providers test (Richard Lau) [#&#8203;44148](https://github.com/nodejs/node/pull/44148) - \[[`11e9d6e173`](https://github.com/nodejs/node/commit/11e9d6e173)] - **test**: make tmpdir.js importable from esm (Geoffrey Booth) [#&#8203;44322](https://github.com/nodejs/node/pull/44322) - \[[`a35c2f9ef4`](https://github.com/nodejs/node/commit/a35c2f9ef4)] - **test_runner**: fix `duration_ms` to be milliseconds (Moshe Atlow) [#&#8203;44450](https://github.com/nodejs/node/pull/44450) - \[[`8175c65b4d`](https://github.com/nodejs/node/commit/8175c65b4d)] - **test_runner**: support programmatically running `--test` (Moshe Atlow) [#&#8203;44241](https://github.com/nodejs/node/pull/44241) - \[[`1cdccbc845`](https://github.com/nodejs/node/commit/1cdccbc845)] - **tls**: remove SecureContext setFreeListLength (Tobias Nießen) [#&#8203;44300](https://github.com/nodejs/node/pull/44300) - \[[`70399166f3`](https://github.com/nodejs/node/commit/70399166f3)] - **tls**: use OpenSSL constant for client random size (Tobias Nießen) [#&#8203;44305](https://github.com/nodejs/node/pull/44305) - \[[`6fe189b62a`](https://github.com/nodejs/node/commit/6fe189b62a)] - **tools**: update lint-md-dependencies to rollup@2.79.0 (Node.js GitHub Bot) [#&#8203;44510](https://github.com/nodejs/node/pull/44510) - \[[`1e62bb14dd`](https://github.com/nodejs/node/commit/1e62bb14dd)] - **tools**: fix typo in `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#&#8203;44446](https://github.com/nodejs/node/pull/44446) - \[[`78c6827688`](https://github.com/nodejs/node/commit/78c6827688)] - **tools**: don't use f-strings in test.py (Santiago Gimeno) [#&#8203;44407](https://github.com/nodejs/node/pull/44407) - \[[`443730c419`](https://github.com/nodejs/node/commit/443730c419)] - **tools**: update doc to unist-util-visit@4.1.1 (Node.js GitHub Bot) [#&#8203;44370](https://github.com/nodejs/node/pull/44370) - \[[`96df99375e`](https://github.com/nodejs/node/commit/96df99375e)] - **tools**: update eslint to 8.23.0 (Node.js GitHub Bot) [#&#8203;44419](https://github.com/nodejs/node/pull/44419) - \[[`b6709544e9`](https://github.com/nodejs/node/commit/b6709544e9)] - **tools**: refactor `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#&#8203;43476](https://github.com/nodejs/node/pull/43476) - \[[`8b0a4afcae`](https://github.com/nodejs/node/commit/8b0a4afcae)] - **tty**: fix TypeError when stream is closed (Antoine du Hamel) [#&#8203;43803](https://github.com/nodejs/node/pull/43803) - \[[`c4a45a93f3`](https://github.com/nodejs/node/commit/c4a45a93f3)] - **vm**: avoid unnecessary property getter interceptor calls (Joyee Cheung) [#&#8203;44252](https://github.com/nodejs/node/pull/44252) - \[[`736a04aa13`](https://github.com/nodejs/node/commit/736a04aa13)] - **vm**: include vm context in the embedded snapshot (Joyee Cheung) [#&#8203;44252](https://github.com/nodejs/node/pull/44252) - \[[`bce827e5d1`](https://github.com/nodejs/node/commit/bce827e5d1)] - **vm**: make ContextifyContext template context-independent (Joyee Cheung) [#&#8203;44252](https://github.com/nodejs/node/pull/44252) ### [`v18.8.0`](https://github.com/nodejs/node/releases/tag/v18.8.0): 2022-08-24, Version 18.8.0 (Current), @&#8203;ruyadorno [Compare Source](https://github.com/nodejs/node/compare/v18.7.0...v18.8.0) #### Notable changes ##### bootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blob This patch introduces `--build-snapshot` and `--snapshot-blob` options for creating and using user land snapshots. To generate a snapshot using snapshot.js as an entry point and write the snapshot blob to snapshot.blob: ```bash echo "globalThis.foo = 'I am from the snapshot'" > snapshot.js node --snapshot-blob snapshot.blob --build-snapshot snapshot.js ``` To restore application state from snapshot.blob, with index.js as the entry point script for the deserialized application: ```bash echo "console.log(globalThis.foo)" > index.js node --snapshot-blob snapshot.blob index.js ### => I am from the snapshot ``` Users can also use the `v8.startupSnapshot` API to specify an entry point at snapshot building time, thus avoiding the need of an additional entry script at deserialization time: ```bash echo "require('v8').startupSnapshot.setDeserializeMainFunction(() => console.log('I am from the snapshot'))" > snapshot.js node --snapshot-blob snapshot.blob --build-snapshot snapshot.js node --snapshot-blob snapshot.blob ### => I am from the snapshot ``` Contributed by Joyee Cheung in [#&#8203;38905](https://github.com/nodejs/node/pull/38905) ##### Other notable changes - **crypto**: - (SEMVER-MINOR) allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201) - (SEMVER-MINOR) allow zero-length secret KeyObject (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201) - **deps**: - upgrade npm to 8.18.0 (npm team) [#&#8203;44263](https://github.com/nodejs/node/pull/44263) - Adds a new `npm query` command - **doc**: - add Erick Wendel to collaborators (Erick Wendel) [#&#8203;44088](https://github.com/nodejs/node/pull/44088) - add theanarkh to collaborators (theanarkh) [#&#8203;44131](https://github.com/nodejs/node/pull/44131) - add MoLow to collaborators (Moshe Atlow) [#&#8203;44214](https://github.com/nodejs/node/pull/44214) - add cola119 to collaborators (cola119) [#&#8203;44248](https://github.com/nodejs/node/pull/44248) - deprecate `--trace-atomics-wait` (Keyhan Vakil) [#&#8203;44093](https://github.com/nodejs/node/pull/44093) - **http**: - (SEMVER-MINOR) make idle http parser count configurable (theanarkh) [#&#8203;43974](https://github.com/nodejs/node/pull/43974) - **net**: - (SEMVER-MINOR) add local family (theanarkh) [#&#8203;43975](https://github.com/nodejs/node/pull/43975) - **src**: - (SEMVER-MINOR) print source map error source on demand (Chengzhong Wu) [#&#8203;43875](https://github.com/nodejs/node/pull/43875) - **tls**: - (SEMVER-MINOR) pass a valid socket on `tlsClientError` (Daeyeon Jeong) [#&#8203;44021](https://github.com/nodejs/node/pull/44021) ##### Commits - \[[`0e20072e32`](https://github.com/nodejs/node/commit/0e20072e32)] - **assert**: add `getCalls` and `reset` to callTracker (Moshe Atlow) [#&#8203;44191](https://github.com/nodejs/node/pull/44191) - \[[`126fbbab74`](https://github.com/nodejs/node/commit/126fbbab74)] - **assert**: add assert.Snapshot (Moshe Atlow) [#&#8203;44095](https://github.com/nodejs/node/pull/44095) - \[[`87d7845b4f`](https://github.com/nodejs/node/commit/87d7845b4f)] - **bootstrap**: fixup Error.stackTraceLimit for user-land snapshot (Joyee Cheung) [#&#8203;44203](https://github.com/nodejs/node/pull/44203) - \[[`597a5171ee`](https://github.com/nodejs/node/commit/597a5171ee)] - **(SEMVER-MINOR)** **bootstrap**: clean up warning setup during serialization (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905) - \[[`3561514ff5`](https://github.com/nodejs/node/commit/3561514ff5)] - **(SEMVER-MINOR)** **bootstrap**: implement --snapshot-blob and --build-snapshot (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905) - \[[`123b2d6795`](https://github.com/nodejs/node/commit/123b2d6795)] - **bootstrap**: turn on FunctionCodeHandling::kKeep in the snapshot builder (Joyee Cheung) [#&#8203;44104](https://github.com/nodejs/node/pull/44104) - \[[`e7d101fbd4`](https://github.com/nodejs/node/commit/e7d101fbd4)] - **bootstrap**: support more builtins in the embedded code cache (Joyee Cheung) [#&#8203;44018](https://github.com/nodejs/node/pull/44018) - \[[`2ae2828040`](https://github.com/nodejs/node/commit/2ae2828040)] - **build**: enable pointer authentication for branch protection on arm64 (Jeremiah Gowdy) [#&#8203;43200](https://github.com/nodejs/node/pull/43200) - \[[`fecec4d3ba`](https://github.com/nodejs/node/commit/fecec4d3ba)] - **build**: add workflow to label flaky-test platform (Rafael Gonzaga) [#&#8203;44042](https://github.com/nodejs/node/pull/44042) - \[[`c975c4f674`](https://github.com/nodejs/node/commit/c975c4f674)] - **build**: optimized and fixed building configuration to Android (BuShe) [#&#8203;44016](https://github.com/nodejs/node/pull/44016) - \[[`ec1b31e6ad`](https://github.com/nodejs/node/commit/ec1b31e6ad)] - **build**: allow test-internet on forks if not scheduled (Rich Trott) [#&#8203;44073](https://github.com/nodejs/node/pull/44073) - \[[`ea48c5673b`](https://github.com/nodejs/node/commit/ea48c5673b)] - **build**: skip test-internet run on forks (Rich Trott) [#&#8203;44054](https://github.com/nodejs/node/pull/44054) - \[[`1c0d66e927`](https://github.com/nodejs/node/commit/1c0d66e927)] - **(SEMVER-MINOR)** **crypto**: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201) - \[[`07d90c8a71`](https://github.com/nodejs/node/commit/07d90c8a71)] - **(SEMVER-MINOR)** **crypto**: allow zero-length secret KeyObject (Filip Skokan) [#&#8203;44201](https://github.com/nodejs/node/pull/44201) - \[[`ac2b10e0c7`](https://github.com/nodejs/node/commit/ac2b10e0c7)] - **crypto**: fix webcrypto deriveBits validations (Filip Skokan) [#&#8203;44173](https://github.com/nodejs/node/pull/44173) - \[[`4c902be5a5`](https://github.com/nodejs/node/commit/4c902be5a5)] - **crypto**: fix webcrypto EC key namedCurve validation errors (Filip Skokan) [#&#8203;44172](https://github.com/nodejs/node/pull/44172) - \[[`81e1ec4f6f`](https://github.com/nodejs/node/commit/81e1ec4f6f)] - **crypto**: fix webcrypto generateKey() AES key length validation error (Filip Skokan) [#&#8203;44170](https://github.com/nodejs/node/pull/44170) - \[[`ad8ef3a56c`](https://github.com/nodejs/node/commit/ad8ef3a56c)] - **crypto**: fix webcrypto operation errors to be OperationError (Filip Skokan) [#&#8203;44171](https://github.com/nodejs/node/pull/44171) - \[[`c270b9a0aa`](https://github.com/nodejs/node/commit/c270b9a0aa)] - **deps**: update corepack to 0.13.0 (Node.js GitHub Bot) [#&#8203;44318](https://github.com/nodejs/node/pull/44318) - \[[`bce8041d67`](https://github.com/nodejs/node/commit/bce8041d67)] - **deps**: upgrade npm to 8.18.0 (npm team) [#&#8203;44263](https://github.com/nodejs/node/pull/44263) - \[[`a26997263b`](https://github.com/nodejs/node/commit/a26997263b)] - **deps**: update corepack to 0.12.3 (Node.js GitHub Bot) [#&#8203;44229](https://github.com/nodejs/node/pull/44229) - \[[`b1590bbca2`](https://github.com/nodejs/node/commit/b1590bbca2)] - **deps**: upgrade npm to 8.17.0 (npm team) [#&#8203;44205](https://github.com/nodejs/node/pull/44205) - \[[`818271c1c3`](https://github.com/nodejs/node/commit/818271c1c3)] - **deps**: update undici to 5.8.2 (Node.js GitHub Bot) [#&#8203;44187](https://github.com/nodejs/node/pull/44187) - \[[`d09bc5402d`](https://github.com/nodejs/node/commit/d09bc5402d)] - **deps**: update undici to 5.8.1 (Node.js GitHub Bot) [#&#8203;44158](https://github.com/nodejs/node/pull/44158) - \[[`a92d90b482`](https://github.com/nodejs/node/commit/a92d90b482)] - **deps**: update corepack to 0.12.2 (Node.js GitHub Bot) [#&#8203;44159](https://github.com/nodejs/node/pull/44159) - \[[`52a516a281`](https://github.com/nodejs/node/commit/52a516a281)] - **deps**: V8: cherry-pick [`9861ce1`](https://github.com/nodejs/node/commit/9861ce1deae2) (Milad Fa) [#&#8203;44115](https://github.com/nodejs/node/pull/44115) - \[[`763b956f07`](https://github.com/nodejs/node/commit/763b956f07)] - **deps**: remove unnecessary file (Brian White) [#&#8203;44133](https://github.com/nodejs/node/pull/44133) - \[[`194587e767`](https://github.com/nodejs/node/commit/194587e767)] - **deps**: upgrade npm to 8.16.0 (npm team) [#&#8203;44119](https://github.com/nodejs/node/pull/44119) - \[[`116dcccc79`](https://github.com/nodejs/node/commit/116dcccc79)] - **deps**: upgrade base64 to [`dc6a41c`](https://github.com/nodejs/node/commit/dc6a41ce36e) (Brian White) [#&#8203;44032](https://github.com/nodejs/node/pull/44032) - \[[`b7aaf3d4ca`](https://github.com/nodejs/node/commit/b7aaf3d4ca)] - **deps**: upgrade npm to 8.15.1 (npm team) [#&#8203;44013](https://github.com/nodejs/node/pull/44013) - \[[`a0c57837c4`](https://github.com/nodejs/node/commit/a0c57837c4)] - **deps**: cherry-pick [`00704f5`](https://github.com/nodejs/node/commit/00704f5a) from V8 upstream (Keyhan Vakil) [#&#8203;43921](https://github.com/nodejs/node/pull/43921) - \[[`19557ad6a4`](https://github.com/nodejs/node/commit/19557ad6a4)] - **dgram**: add dgram send queue info (theanarkh) [#&#8203;44149](https://github.com/nodejs/node/pull/44149) - \[[`a93371205b`](https://github.com/nodejs/node/commit/a93371205b)] - **doc**: fix optionality of callback arg of checkPrime (Tobias Nießen) [#&#8203;44311](https://github.com/nodejs/node/pull/44311) - \[[`d3f3bf602d`](https://github.com/nodejs/node/commit/d3f3bf602d)] - **doc**: fix typo (Hana) [#&#8203;44262](https://github.com/nodejs/node/pull/44262) - \[[`7a567875b0`](https://github.com/nodejs/node/commit/7a567875b0)] - **doc**: add TypeScript execution requirements (Michael Dawson) [#&#8203;44030](https://github.com/nodejs/node/pull/44030) - \[[`e8916fa758`](https://github.com/nodejs/node/commit/e8916fa758)] - **doc**: add cola119 to collaborators (cola119) [#&#8203;44248](https://github.com/nodejs/node/pull/44248) - \[[`8c1fe86026`](https://github.com/nodejs/node/commit/8c1fe86026)] - **doc**: fix added version for readable.closed/destroyed (Matthew Peveler) [#&#8203;44033](https://github.com/nodejs/node/pull/44033) - \[[`f39a0514d3`](https://github.com/nodejs/node/commit/f39a0514d3)] - **doc**: improved building doc for Android (BuShe) [#&#8203;44166](https://github.com/nodejs/node/pull/44166) - \[[`4d26cb9bb2`](https://github.com/nodejs/node/commit/4d26cb9bb2)] - **doc**: add MoLow to collaborators (Moshe Atlow) [#&#8203;44214](https://github.com/nodejs/node/pull/44214) - \[[`6bff14b6f1`](https://github.com/nodejs/node/commit/6bff14b6f1)] - **doc**: update tags in adding-new-napi-api.md (Chengzhong Wu) [#&#8203;44190](https://github.com/nodejs/node/pull/44190) - \[[`721639a1d4`](https://github.com/nodejs/node/commit/721639a1d4)] - **doc**: fix typo in diagnostics_channel (Evan Lucas) [#&#8203;44199](https://github.com/nodejs/node/pull/44199) - \[[`0fffc24caa`](https://github.com/nodejs/node/commit/0fffc24caa)] - **doc**: add Retry CI in collaborator guide (Livia Medeiros) [#&#8203;44130](https://github.com/nodejs/node/pull/44130) - \[[`fb11643e31`](https://github.com/nodejs/node/commit/fb11643e31)] - **doc**: add performance note to `--enable-source-maps` docs (Saurabh Daware) [#&#8203;43817](https://github.com/nodejs/node/pull/43817) - \[[`cb7a9e78fd`](https://github.com/nodejs/node/commit/cb7a9e78fd)] - **doc**: remove unused code in call tracker example (Colin Ihrig) [#&#8203;44127](https://github.com/nodejs/node/pull/44127) - \[[`8c26daff7c`](https://github.com/nodejs/node/commit/8c26daff7c)] - **doc**: add theanarkh to collaborators (theanarkh) [#&#8203;44131](https://github.com/nodejs/node/pull/44131) - \[[`46f8fb8e53`](https://github.com/nodejs/node/commit/46f8fb8e53)] - **doc**: clarify tls.tlsSocket.getCipher().version (Adam Majer) [#&#8203;44086](https://github.com/nodejs/node/pull/44086) - \[[`02236032f0`](https://github.com/nodejs/node/commit/02236032f0)] - **doc**: update repository list in onboarding doc (Rich Trott) [#&#8203;44089](https://github.com/nodejs/node/pull/44089) - \[[`58f2739e32`](https://github.com/nodejs/node/commit/58f2739e32)] - **doc**: add Erick Wendel to collaborators (Erick Wendel) [#&#8203;44088](https://github.com/nodejs/node/pull/44088) - \[[`fe83d514b2`](https://github.com/nodejs/node/commit/fe83d514b2)] - **doc**: update collaborator email (Ruy Adorno) [#&#8203;44044](https://github.com/nodejs/node/pull/44044) - \[[`76011dd7f7`](https://github.com/nodejs/node/commit/76011dd7f7)] - **doc**: copyedit `test.md` (Antoine du Hamel) [#&#8203;44061](https://github.com/nodejs/node/pull/44061) - \[[`1d6029aa3d`](https://github.com/nodejs/node/commit/1d6029aa3d)] - **doc**: add kvakil to triagers (Keyhan Vakil) [#&#8203;43996](https://github.com/nodejs/node/pull/43996) - \[[`7f7a0eb2f5`](https://github.com/nodejs/node/commit/7f7a0eb2f5)] - **doc**: clarify part of onboarding guide regarding adding to teams (Darshan Sen) [#&#8203;44024](https://github.com/nodejs/node/pull/44024) - \[[`2ae5d853a7`](https://github.com/nodejs/node/commit/2ae5d853a7)] - **doc**: fix code examples in `crypto.md` (Antoine du Hamel) [#&#8203;44053](https://github.com/nodejs/node/pull/44053) - \[[`1b9537b6a5`](https://github.com/nodejs/node/commit/1b9537b6a5)] - **doc**: claim ABI version for Electron 21 (Keeley Hammond) [#&#8203;44034](https://github.com/nodejs/node/pull/44034) - \[[`d23dfa4dcb`](https://github.com/nodejs/node/commit/d23dfa4dcb)] - **doc**: remove old reference from crypto/README.md (Tobias Nießen) [#&#8203;44012](https://github.com/nodejs/node/pull/44012) - \[[`222ecd6e14`](https://github.com/nodejs/node/commit/222ecd6e14)] - **doc**: add missing env vars to man page (cola119) [#&#8203;43492](https://github.com/nodejs/node/pull/43492) - \[[`374b77619b`](https://github.com/nodejs/node/commit/374b77619b)] - **doc**: list supported MODP groups explicitly (Tobias Nießen) [#&#8203;43986](https://github.com/nodejs/node/pull/43986) - \[[`72a9ecf94f`](https://github.com/nodejs/node/commit/72a9ecf94f)] - **doc**: fix typo in packages.md (Dominic Saadi) [#&#8203;44005](https://github.com/nodejs/node/pull/44005) - \[[`1b328305f0`](https://github.com/nodejs/node/commit/1b328305f0)] - **doc**: fix typos in `test.md` (Antoine du Hamel) [#&#8203;43997](https://github.com/nodejs/node/pull/43997) - \[[`7af55dbc40`](https://github.com/nodejs/node/commit/7af55dbc40)] - **doc**: add missing test runner option (Moshe Atlow) [#&#8203;43989](https://github.com/nodejs/node/pull/43989) - \[[`e8441a2864`](https://github.com/nodejs/node/commit/e8441a2864)] - **doc,report**: document special filenames (Chengzhong Wu) [#&#8203;44257](https://github.com/nodejs/node/pull/44257) - \[[`da7bc5acdf`](https://github.com/nodejs/node/commit/da7bc5acdf)] - **doc,worker**: deprecate `--trace-atomics-wait` (Keyhan Vakil) [#&#8203;44093](https://github.com/nodejs/node/pull/44093) - \[[`37a9d7a754`](https://github.com/nodejs/node/commit/37a9d7a754)] - **errors**: refactor to use optional chaining (SindreXie) [#&#8203;44184](https://github.com/nodejs/node/pull/44184) - \[[`a6dccc969f`](https://github.com/nodejs/node/commit/a6dccc969f)] - **esm**: do not bind loader hook functions (Antoine du Hamel) [#&#8203;44122](https://github.com/nodejs/node/pull/44122) - \[[`5e9c197d85`](https://github.com/nodejs/node/commit/5e9c197d85)] - **esm**: fix loader hooks accepting too many arguments (Jacob Smith) [#&#8203;44109](https://github.com/nodejs/node/pull/44109) - \[[`e072c3aa70`](https://github.com/nodejs/node/commit/e072c3aa70)] - **esm**: move package config helpers (Geoffrey Booth) [#&#8203;43967](https://github.com/nodejs/node/pull/43967) - \[[`d57178cdfc`](https://github.com/nodejs/node/commit/d57178cdfc)] - **events**: use bitset to save memory (Basit Chonka) [#&#8203;43700](https://github.com/nodejs/node/pull/43700) - \[[`4ec3f671af`](https://github.com/nodejs/node/commit/4ec3f671af)] - **fs**: add encoding parameter to benchmarks (Yagiz Nizipli) [#&#8203;44278](https://github.com/nodejs/node/pull/44278) - \[[`851264ca90`](https://github.com/nodejs/node/commit/851264ca90)] - **http**: add max for http keepalive (theanarkh) [#&#8203;44217](https://github.com/nodejs/node/pull/44217) - \[[`340ca4d8fe`](https://github.com/nodejs/node/commit/340ca4d8fe)] - **http**: fix error message when specifying headerTimeout for createServer (Nick Sia) [#&#8203;44163](https://github.com/nodejs/node/pull/44163) - \[[`c340344641`](https://github.com/nodejs/node/commit/c340344641)] - **http**: trace http request / response (theanarkh) [#&#8203;44102](https://github.com/nodejs/node/pull/44102) - \[[`a2cd8b316c`](https://github.com/nodejs/node/commit/a2cd8b316c)] - **(SEMVER-MINOR)** **http**: make idle http parser count configurable (theanarkh) [#&#8203;43974](https://github.com/nodejs/node/pull/43974) - \[[`5dc39a10bd`](https://github.com/nodejs/node/commit/5dc39a10bd)] - **http**: reuse socket only when it is drained (ywave620) [#&#8203;43902](https://github.com/nodejs/node/pull/43902) - \[[`8c2d19b2d6`](https://github.com/nodejs/node/commit/8c2d19b2d6)] - **http**: do not leak error listeners (Paolo Insogna) [#&#8203;43587](https://github.com/nodejs/node/pull/43587) - \[[`1a44fbc19e`](https://github.com/nodejs/node/commit/1a44fbc19e)] - **lib**: add diagnostics channel and perf hooks detail (Danielle Adams) [#&#8203;43984](https://github.com/nodejs/node/pull/43984) - \[[`8cfc8b0e7b`](https://github.com/nodejs/node/commit/8cfc8b0e7b)] - **lib**: refactor to avoid prototype pollution (Antoine du Hamel) [#&#8203;43474](https://github.com/nodejs/node/pull/43474) - \[[`04007f2f51`](https://github.com/nodejs/node/commit/04007f2f51)] - **lib**: fix diagnostics channel (theanarkh) [#&#8203;44154](https://github.com/nodejs/node/pull/44154) - \[[`c02bbdd921`](https://github.com/nodejs/node/commit/c02bbdd921)] - **lib**: pass env variables to child process on z/OS (alexcfyung) [#&#8203;42255](https://github.com/nodejs/node/pull/42255) - \[[`617ea4af1c`](https://github.com/nodejs/node/commit/617ea4af1c)] - **lib**: add missing env vars to --help (cola119) [#&#8203;43492](https://github.com/nodejs/node/pull/43492) - \[[`94912bb09c`](https://github.com/nodejs/node/commit/94912bb09c)] - **lib**: add `Promise` methods to `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#&#8203;43849](https://github.com/nodejs/node/pull/43849) - \[[`8977a87504`](https://github.com/nodejs/node/commit/8977a87504)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44321](https://github.com/nodejs/node/pull/44321) - \[[`f7be92fe86`](https://github.com/nodejs/node/commit/f7be92fe86)] - **meta**: update `web streams` in label-pr-config (Daeyeon Jeong) [#&#8203;44235](https://github.com/nodejs/node/pull/44235) - \[[`2c72ded880`](https://github.com/nodejs/node/commit/2c72ded880)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44231](https://github.com/nodejs/node/pull/44231) - \[[`c59dc7a4c1`](https://github.com/nodejs/node/commit/c59dc7a4c1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44161](https://github.com/nodejs/node/pull/44161) - \[[`e0efd9af50`](https://github.com/nodejs/node/commit/e0efd9af50)] - **meta**: add codeowner for src/node_snapshot\* (Chengzhong Wu) [#&#8203;44113](https://github.com/nodejs/node/pull/44113) - \[[`a996f53c78`](https://github.com/nodejs/node/commit/a996f53c78)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;44065](https://github.com/nodejs/node/pull/44065) - \[[`697dbfb174`](https://github.com/nodejs/node/commit/697dbfb174)] - **meta**: shorten PowerShell snippet for bug-report template (NicoNekoru) [#&#8203;44011](https://github.com/nodejs/node/pull/44011) - \[[`05802c2877`](https://github.com/nodejs/node/commit/05802c2877)] - **module**: protect against prototype mutation (Antoine du Hamel) [#&#8203;44007](https://github.com/nodejs/node/pull/44007) - \[[`1b3fcf765f`](https://github.com/nodejs/node/commit/1b3fcf765f)] - **(SEMVER-MINOR)** **net**: create diagnostics channels lazily (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905) - \[[`aa7c053926`](https://github.com/nodejs/node/commit/aa7c053926)] - **net**: remove unused callback (theanarkh) [#&#8203;44204](https://github.com/nodejs/node/pull/44204) - \[[`b6b632c09c`](https://github.com/nodejs/node/commit/b6b632c09c)] - **(SEMVER-MINOR)** **net**: add local family (theanarkh) [#&#8203;43975](https://github.com/nodejs/node/pull/43975) - \[[`c3d87564d4`](https://github.com/nodejs/node/commit/c3d87564d4)] - **net, dns**: socket should handle its output as input (Adam Majer) [#&#8203;44083](https://github.com/nodejs/node/pull/44083) - \[[`3ba75b341b`](https://github.com/nodejs/node/commit/3ba75b341b)] - **(SEMVER-MINOR)** **net,tls**: pass a valid socket on `tlsClientError` (Daeyeon Jeong) [#&#8203;44021](https://github.com/nodejs/node/pull/44021) - \[[`0e38fba552`](https://github.com/nodejs/node/commit/0e38fba552)] - **perf_hooks**: add resourcetiming buffer limit (Chengzhong Wu) [#&#8203;44220](https://github.com/nodejs/node/pull/44220) - \[[`b9fd240f63`](https://github.com/nodejs/node/commit/b9fd240f63)] - **perf_hooks**: fix gc elapsed time (theanarkh) [#&#8203;44058](https://github.com/nodejs/node/pull/44058) - \[[`8cf64998e2`](https://github.com/nodejs/node/commit/8cf64998e2)] - **report**: print javascript stack on fatal error (Chengzhong Wu) [#&#8203;44242](https://github.com/nodejs/node/pull/44242) - \[[`c842ab36b6`](https://github.com/nodejs/node/commit/c842ab36b6)] - **report**: skip report if uncaught exception is handled (Chengzhong Wu) [#&#8203;44208](https://github.com/nodejs/node/pull/44208) - \[[`ab73cc8706`](https://github.com/nodejs/node/commit/ab73cc8706)] - **src**: disambiguate terms used to refer to builtins and addons (Joyee Cheung) [#&#8203;44135](https://github.com/nodejs/node/pull/44135) - \[[`e9d19ac64c`](https://github.com/nodejs/node/commit/e9d19ac64c)] - **src**: use imported namespaces in `node_contextify.cc` (Juan José) [#&#8203;44299](https://github.com/nodejs/node/pull/44299) - \[[`3dadc95cd2`](https://github.com/nodejs/node/commit/3dadc95cd2)] - **src**: refactor to avoid using a moved object (Tobias Nießen) [#&#8203;44269](https://github.com/nodejs/node/pull/44269) - \[[`3765c6335b`](https://github.com/nodejs/node/commit/3765c6335b)] - **src**: extract common context embedder tag checks (Chengzhong Wu) [#&#8203;44258](https://github.com/nodejs/node/pull/44258) - \[[`d2dce59729`](https://github.com/nodejs/node/commit/d2dce59729)] - **src**: avoid copying BaseObjectPtrs in loop (Tobias Nießen) [#&#8203;44270](https://github.com/nodejs/node/pull/44270) - \[[`9614907104`](https://github.com/nodejs/node/commit/9614907104)] - **src**: remove usage on ScriptCompiler::CompileFunctionInContext (Chengzhong Wu) [#&#8203;44198](https://github.com/nodejs/node/pull/44198) - \[[`4e1ffd932e`](https://github.com/nodejs/node/commit/4e1ffd932e)] - **src**: fix --heapsnapshot-near-heap-limit error hint (Chengzhong Wu) [#&#8203;44216](https://github.com/nodejs/node/pull/44216) - \[[`960a20928f`](https://github.com/nodejs/node/commit/960a20928f)] - **src**: prevent copying ArrayBufferViewContents (Keyhan Vakil) [#&#8203;44091](https://github.com/nodejs/node/pull/44091) - \[[`4755ad5495`](https://github.com/nodejs/node/commit/4755ad5495)] - **src**: remove usages of GetBackingStore in crypto (Keyhan Vakil) [#&#8203;44079](https://github.com/nodejs/node/pull/44079) - \[[`a2022e5aff`](https://github.com/nodejs/node/commit/a2022e5aff)] - **src**: remove unowned usages of GetBackingStore (Keyhan Vakil) [#&#8203;44080](https://github.com/nodejs/node/pull/44080) - \[[`8e1b7e2b8f`](https://github.com/nodejs/node/commit/8e1b7e2b8f)] - **src**: remove usages of GetBackingStore in node-api (Keyhan Vakil) [#&#8203;44075](https://github.com/nodejs/node/pull/44075) - \[[`cddf3eda28`](https://github.com/nodejs/node/commit/cddf3eda28)] - **src**: remove usages of GetBackingStore in modules (Keyhan Vakil) [#&#8203;44076](https://github.com/nodejs/node/pull/44076) - \[[`a54e4d4170`](https://github.com/nodejs/node/commit/a54e4d4170)] - **src**: remove usages of GetBackingStore in WASI (Keyhan Vakil) [#&#8203;44077](https://github.com/nodejs/node/pull/44077) - \[[`38cdb1f9b6`](https://github.com/nodejs/node/commit/38cdb1f9b6)] - **src**: remove usages of GetBackingStore in startup (Keyhan Vakil) [#&#8203;44078](https://github.com/nodejs/node/pull/44078) - \[[`c4783e37d7`](https://github.com/nodejs/node/commit/c4783e37d7)] - **src**: nest namespace report in namespace node (Chengzhong Wu) [#&#8203;44069](https://github.com/nodejs/node/pull/44069) - \[[`04bcdf63a0`](https://github.com/nodejs/node/commit/04bcdf63a0)] - **src**: use a typed array internally for process.\_exiting (Darshan Sen) [#&#8203;43883](https://github.com/nodejs/node/pull/43883) - \[[`b90b8abdd5`](https://github.com/nodejs/node/commit/b90b8abdd5)] - **src**: fix bug in GetErrorSource() (Tobias Nießen) [#&#8203;44019](https://github.com/nodejs/node/pull/44019) - \[[`728e18e025`](https://github.com/nodejs/node/commit/728e18e025)] - **src**: fix to use replacement character (Kohei Ueno) [#&#8203;43999](https://github.com/nodejs/node/pull/43999) - \[[`cc6e0fc8ff`](https://github.com/nodejs/node/commit/cc6e0fc8ff)] - **src**: improve SPKAC::ExportChallenge() (Tobias Nießen) [#&#8203;44002](https://github.com/nodejs/node/pull/44002) - \[[`9763e2fba9`](https://github.com/nodejs/node/commit/9763e2fba9)] - **src**: fix typo in src/README.md (Anna Henningsen) [#&#8203;44009](https://github.com/nodejs/node/pull/44009) - \[[`460397709b`](https://github.com/nodejs/node/commit/460397709b)] - **src**: remove unnecessary cast in crypto_sig.cc (Tobias Nießen) [#&#8203;44001](https://github.com/nodejs/node/pull/44001) - \[[`68ee8e9089`](https://github.com/nodejs/node/commit/68ee8e9089)] - **src**: split property helpers from node::Environment (Chengzhong Wu) [#&#8203;44056](https://github.com/nodejs/node/pull/44056) - \[[`9990dc7d18`](https://github.com/nodejs/node/commit/9990dc7d18)] - **src,buffer**: remove unused chars_written parameter (Keyhan Vakil) [#&#8203;44092](https://github.com/nodejs/node/pull/44092) - \[[`ecf82186e0`](https://github.com/nodejs/node/commit/ecf82186e0)] - **src,fs**: refactor duplicated code in fs.readdir (Daeyeon Jeong) [#&#8203;43204](https://github.com/nodejs/node/pull/43204) - \[[`ee6412a992`](https://github.com/nodejs/node/commit/ee6412a992)] - **src,lib**: print prinstine source when source map source not found (Chengzhong Wu) [#&#8203;44052](https://github.com/nodejs/node/pull/44052) - \[[`4249276783`](https://github.com/nodejs/node/commit/4249276783)] - **(SEMVER-MINOR)** **src,lib**: print source map error source on demand (Chengzhong Wu) [#&#8203;43875](https://github.com/nodejs/node/pull/43875) - \[[`1dabdbf05c`](https://github.com/nodejs/node/commit/1dabdbf05c)] - **src,test**: fix typos (SADIK KUZU) [#&#8203;44110](https://github.com/nodejs/node/pull/44110) - \[[`a3ac445198`](https://github.com/nodejs/node/commit/a3ac445198)] - **stream**: fix `isDetachedBuffer` validations (Daeyeon Jeong) [#&#8203;44114](https://github.com/nodejs/node/pull/44114) - \[[`c079abe017`](https://github.com/nodejs/node/commit/c079abe017)] - **stream**: improve views validation on `BYOBRequest` (Daeyeon Jeong) [#&#8203;44155](https://github.com/nodejs/node/pull/44155) - \[[`2f904bc8bf`](https://github.com/nodejs/node/commit/2f904bc8bf)] - **stream**: update TextEncoderStream to align the latest spec (Kohei Ueno) [#&#8203;44101](https://github.com/nodejs/node/pull/44101) - \[[`40b817cfb9`](https://github.com/nodejs/node/commit/40b817cfb9)] - **(SEMVER-MINOR)** **test**: test snapshotting TypeScript compiler (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905) - \[[`d4189ab609`](https://github.com/nodejs/node/commit/d4189ab609)] - **(SEMVER-MINOR)** **test**: add UMD module test with marked (Joyee Cheung) [#&#8203;38905](https://github.com/nodejs/node/pull/38905) - \[[`514e5162d2`](https://github.com/nodejs/node/commit/514e5162d2)] - **test**: deflake test-diagnostics-channel-net (Keyhan Vakil) [#&#8203;44144](https://github.com/nodejs/node/pull/44144) - \[[`a2707d0f48`](https://github.com/nodejs/node/commit/a2707d0f48)] - **test**: add coverage for invalid RSA-PSS digests (Tobias Nießen) [#&#8203;44271](https://github.com/nodejs/node/pull/44271) - \[[`7b6126a59a`](https://github.com/nodejs/node/commit/7b6126a59a)] - **test**: update Web Streams WPT (Daeyeon Jeong) [#&#8203;44234](https://github.com/nodejs/node/pull/44234) - \[[`a02492f96c`](https://github.com/nodejs/node/commit/a02492f96c)] - **test**: move "errors" test to "parallel" (Michaël Zasso) [#&#8203;44233](https://github.com/nodejs/node/pull/44233) - \[[`b4224dd192`](https://github.com/nodejs/node/commit/b4224dd192)] - **test**: reduce http-server-request-timeouts-mixed flakiness (Nick Sia) [#&#8203;44169](https://github.com/nodejs/node/pull/44169) - \[[`f5e2f6c362`](https://github.com/nodejs/node/commit/f5e2f6c362)] - **test**: remove cjs loader from stack traces (Geoffrey Booth) [#&#8203;44197](https://github.com/nodejs/node/pull/44197) - \[[`e37314497a`](https://github.com/nodejs/node/commit/e37314497a)] - **test**: add filesystem check to `test-fs-stat-date.mjs` (Livia Medeiros) [#&#8203;44174](https://github.com/nodejs/node/pull/44174) - \[[`9755b1f979`](https://github.com/nodejs/node/commit/9755b1f979)] - **test**: mark connection leak test flaky on IBM i (Richard Lau) [#&#8203;44215](https://github.com/nodejs/node/pull/44215) - \[[`beaf5f5776`](https://github.com/nodejs/node/commit/beaf5f5776)] - **test**: use `mustSucceed` instead of `mustCall` with `assert.ifError` (MURAKAMI Masahiko) [#&#8203;44196](https://github.com/nodejs/node/pull/44196) - \[[`11f74e72a7`](https://github.com/nodejs/node/commit/11f74e72a7)] - **test**: update WPT runner (Filip Skokan) [#&#8203;43455](https://github.com/nodejs/node/pull/43455) - \[[`b2a15b6275`](https://github.com/nodejs/node/commit/b2a15b6275)] - **test**: update wpt url status (Kohei Ueno) [#&#8203;44175](https://github.com/nodejs/node/pull/44175) - \[[`6b84451d70`](https://github.com/nodejs/node/commit/6b84451d70)] - **test**: update wasm/jsapi web platform tests (Yagiz Nizipli) [#&#8203;44100](https://github.com/nodejs/node/pull/44100) - \[[`537d52fa0f`](https://github.com/nodejs/node/commit/537d52fa0f)] - **test**: update hr-time web platform tests (Yagiz Nizipli) [#&#8203;44100](https://github.com/nodejs/node/pull/44100) - \[[`79445cb215`](https://github.com/nodejs/node/commit/79445cb215)] - **test**: update console web platform tests (Yagiz Nizipli) [#&#8203;44100](https://github.com/nodejs/node/pull/44100) - \[[`70267a0eeb`](https://github.com/nodejs/node/commit/70267a0eeb)] - **test**: move tests with many workers to sequential (Keyhan Vakil) [#&#8203;44139](https://github.com/nodejs/node/pull/44139) - \[[`86a7fb0c8a`](https://github.com/nodejs/node/commit/86a7fb0c8a)] - **test**: deflake gc-http-client tests by restricting number of requests (Nick Sia) [#&#8203;44146](https://github.com/nodejs/node/pull/44146) - \[[`e17117dfda`](https://github.com/nodejs/node/commit/e17117dfda)] - **test**: move test-vm-break-on-sigint to sequential (Keyhan Vakil) [#&#8203;44140](https://github.com/nodejs/node/pull/44140) - \[[`e5113fab05`](https://github.com/nodejs/node/commit/e5113fab05)] - **test**: remove test-http-client-response-timeout flaky designation (Luigi Pinca) [#&#8203;44145](https://github.com/nodejs/node/pull/44145) - \[[`f1b5f933d7`](https://github.com/nodejs/node/commit/f1b5f933d7)] - **test**: s390x z15 accelerated zlib fixes (Adam Majer) [#&#8203;44117](https://github.com/nodejs/node/pull/44117) - \[[`86bbd5e61a`](https://github.com/nodejs/node/commit/86bbd5e61a)] - **test**: tune down parallelism for some flaky tests (Keyhan Vakil) [#&#8203;44090](https://github.com/nodejs/node/pull/44090) - \[[`40e2ca7f66`](https://github.com/nodejs/node/commit/40e2ca7f66)] - **test**: fix `internet/test-inspector-help-page` (Daeyeon Jeong) [#&#8203;44025](https://github.com/nodejs/node/pull/44025) - \[[`b19564b9d2`](https://github.com/nodejs/node/commit/b19564b9d2)] - **test**: refactor ESM tests to improve performance (Jacob Smith) [#&#8203;43784](https://github.com/nodejs/node/pull/43784) - \[[`d964b308ae`](https://github.com/nodejs/node/commit/d964b308ae)] - **test**: remove test-gc-http-client-timeout from flaky list (Feng Yu) [#&#8203;43971](https://github.com/nodejs/node/pull/43971) - \[[`2cab7bb791`](https://github.com/nodejs/node/commit/2cab7bb791)] - **test**: reduce loop times for preventing test from timeout (theanarkh) [#&#8203;43981](https://github.com/nodejs/node/pull/43981) - \[[`9244d6d416`](https://github.com/nodejs/node/commit/9244d6d416)] - **test**: fix test-cluster-concurrent-disconnect (Daeyeon Jeong) [#&#8203;43961](https://github.com/nodejs/node/pull/43961) - \[[`3c8037a9fa`](https://github.com/nodejs/node/commit/3c8037a9fa)] - **test**: change misleading variable name (Tobias Nießen) [#&#8203;43990](https://github.com/nodejs/node/pull/43990) - \[[`82164344e2`](https://github.com/nodejs/node/commit/82164344e2)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#&#8203;44223](https://github.com/nodejs/node/pull/44223) - \[[`c0b160c842`](https://github.com/nodejs/node/commit/c0b160c842)] - **test_runner**: fix test runner hooks failure stack (Moshe Atlow) [#&#8203;44284](https://github.com/nodejs/node/pull/44284) - \[[`8ed39397d5`](https://github.com/nodejs/node/commit/8ed39397d5)] - **test_runner**: refactor to use more primordials (Antoine du Hamel) [#&#8203;44062](https://github.com/nodejs/node/pull/44062) - \[[`d8749c3b87`](https://github.com/nodejs/node/commit/d8749c3b87)] - **test_runner**: verbous error when entire test tree is canceled (Moshe Atlow) [#&#8203;44060](https://github.com/nodejs/node/pull/44060) - \[[`0d007471fa`](https://github.com/nodejs/node/commit/0d007471fa)] - **test_runner**: empty pending tests queue post running (Moshe Atlow) [#&#8203;44059](https://github.com/nodejs/node/pull/44059) - \[[`c3fa82f007`](https://github.com/nodejs/node/commit/c3fa82f007)] - **test_runner**: add before/after/each hooks (Moshe Atlow) [#&#8203;43730](https://github.com/nodejs/node/pull/43730) - \[[`50c854bbfe`](https://github.com/nodejs/node/commit/50c854bbfe)] - **test_runner**: fix top level `describe` queuing (Moshe Atlow) [#&#8203;43998](https://github.com/nodejs/node/pull/43998) - \[[`04fdc3e1fa`](https://github.com/nodejs/node/commit/04fdc3e1fa)] - **test_runner**: graceful termination on `--test` only (Moshe Atlow) [#&#8203;43977](https://github.com/nodejs/node/pull/43977) - \[[`51a0310398`](https://github.com/nodejs/node/commit/51a0310398)] - **test_runner**: validate `concurrency` option (Antoine du Hamel) [#&#8203;43976](https://github.com/nodejs/node/pull/43976) - \[[`ecf7b0720a`](https://github.com/nodejs/node/commit/ecf7b0720a)] - **tls**: use logical OR operator (Mohammed Keyvanzadeh) [#&#8203;44236](https://github.com/nodejs/node/pull/44236) - \[[`f7c1b838ba`](https://github.com/nodejs/node/commit/f7c1b838ba)] - **tools**: update lint-md-dependencies to rollup@2.78.1 (Node.js GitHub Bot) [#&#8203;44320](https://github.com/nodejs/node/pull/44320) - \[[`36b39db74d`](https://github.com/nodejs/node/commit/36b39db74d)] - **tools**: update ESLint to 8.22.0 (Luigi Pinca) [#&#8203;44243](https://github.com/nodejs/node/pull/44243) - \[[`87f75a27fb`](https://github.com/nodejs/node/commit/87f75a27fb)] - **tools**: update lint-md-dependencies to rollup@2.78.0 (Node.js GitHub Bot) [#&#8203;44244](https://github.com/nodejs/node/pull/44244) - \[[`a3cc8ce959`](https://github.com/nodejs/node/commit/a3cc8ce959)] - **tools**: update lint-md-dependencies to rollup@2.77.3 (Node.js GitHub Bot) [#&#8203;44230](https://github.com/nodejs/node/pull/44230) - \[[`873941a43e`](https://github.com/nodejs/node/commit/873941a43e)] - **tools**: update eslint to 8.21.0 (Node.js GitHub Bot) [#&#8203;44162](https://github.com/nodejs/node/pull/44162) - \[[`6be7e6d136`](https://github.com/nodejs/node/commit/6be7e6d136)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs)[@&#8203;22](https://github.com/22).0.2 (Node.js GitHub Bot) [#&#8203;44160](https://github.com/nodejs/node/pull/44160) - \[[`b252f389d7`](https://github.com/nodejs/node/commit/b252f389d7)] - **tools**: update undici CPE in vuln checking script (Facundo Tuesca) [#&#8203;44128](https://github.com/nodejs/node/pull/44128) - \[[`3eacf25789`](https://github.com/nodejs/node/commit/3eacf25789)] - **tools**: update lint-md-dependencies to rollup@2.77.2 (Node.js GitHub Bot) [#&#8203;44064](https://github.com/nodejs/node/pull/44064) - \[[`1175d9036a`](https://github.com/nodejs/node/commit/1175d9036a)] - **tools**: add verbose flag to find-inactive-collaborators (Rich Trott) [#&#8203;43964](https://github.com/nodejs/node/pull/43964) - \[[`2cf3ce83d8`](https://github.com/nodejs/node/commit/2cf3ce83d8)] - **trace_events**: add example (theanarkh) [#&#8203;43253](https://github.com/nodejs/node/pull/43253) - \[[`2efce0fe5b`](https://github.com/nodejs/node/commit/2efce0fe5b)] - **typings**: add JSDoc for `internal/validators` (Yagiz Nizipli) [#&#8203;44181](https://github.com/nodejs/node/pull/44181) ### [`v18.7.0`](https://github.com/nodejs/node/releases/tag/v18.7.0): 2022-07-26, Version 18.7.0 (Current), @&#8203;danielleadams [Compare Source](https://github.com/nodejs/node/compare/v18.6.0...v18.7.0) ##### Notable changes - **doc**: - add F3n67u to collaborators (Feng Yu) [#&#8203;43953](https://github.com/nodejs/node/pull/43953) - deprecate coercion to integer in process.exit (Daeyeon Jeong) [#&#8203;43738](https://github.com/nodejs/node/pull/43738) - **(SEMVER-MINOR)** deprecate diagnostics_channel object subscribe method (Stephen Belanger) [#&#8203;42714](https://github.com/nodejs/node/pull/42714) - **events**: - **(SEMVER-MINOR)** expose CustomEvent on global with CLI flag (Daeyeon Jeong) [#&#8203;43885](https://github.com/nodejs/node/pull/43885) - **(SEMVER-MINOR)** add `CustomEvent` (Daeyeon Jeong) [#&#8203;43514](https://github.com/nodejs/node/pull/43514) - **http**: - **(SEMVER-MINOR)** add drop request event for http server (theanarkh) [#&#8203;43806](https://github.com/nodejs/node/pull/43806) - **lib**: - **(SEMVER-MINOR)** improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) [#&#8203;42714](https://github.com/nodejs/node/pull/42714) - **util**: - **(SEMVER-MINOR)** add tokens to parseArgs (John Gee) [#&#8203;43459](https://github.com/nodejs/node/pull/43459) ##### Commits - \[[`0aa255ab72`](https://github.com/nodejs/node/commit/0aa255ab72)] - **bootstrap**: handle snapshot errors gracefully (Joyee Cheung) [#&#8203;43531](https://github.com/nodejs/node/pull/43531) - \[[`0783ddf57e`](https://github.com/nodejs/node/commit/0783ddf57e)] - **buffer**: do not leak memory if buffer is too big (Keyhan Vakil) [#&#8203;43938](https://github.com/nodejs/node/pull/43938) - \[[`12657accdd`](https://github.com/nodejs/node/commit/12657accdd)] - **build**: add .gitattributes for npm and other shims (Hrishikesh Kadam) [#&#8203;43879](https://github.com/nodejs/node/pull/43879) - \[[`c2db4f4581`](https://github.com/nodejs/node/commit/c2db4f4581)] - **build**: make GitPod less noisy (Rich Trott) [#&#8203;43829](https://github.com/nodejs/node/pull/43829) - \[[`364deeadcd`](https://github.com/nodejs/node/commit/364deeadcd)] - **build**: add GitHub token permissions for workflows (Varun Sharma) [#&#8203;43743](https://github.com/nodejs/node/pull/43743) - \[[`8b83b4d5be`](https://github.com/nodejs/node/commit/8b83b4d5be)] - **child_process**: do not need to count length when maxBuffer is Infinity (theanarkh) [#&#8203;43822](https://github.com/nodejs/node/pull/43822) - \[[`c1893b7a7c`](https://github.com/nodejs/node/commit/c1893b7a7c)] - **child_process**: avoid repeated calls to `normalizeSpawnArguments` (木杉) [#&#8203;43345](https://github.com/nodejs/node/pull/43345) - \[[`7b276b89b9`](https://github.com/nodejs/node/commit/7b276b89b9)] - **cluster**: send connection to other server when worker drop it (theanarkh) [#&#8203;43747](https://github.com/nodejs/node/pull/43747) - \[[`e8c66f92a5`](https://github.com/nodejs/node/commit/e8c66f92a5)] - **crypto**: remove unneeded guard (Rich Trott) [#&#8203;43856](https://github.com/nodejs/node/pull/43856) - \[[`c95132e9ea`](https://github.com/nodejs/node/commit/c95132e9ea)] - **deps**: cherry-pick [libuv/libuv@`3a7b955`](https://github.com/libuv/libuv/commit/3a7b955) (Ben Noordhuis) [#&#8203;43950](https://github.com/nodejs/node/pull/43950) - \[[`cc8d5426d2`](https://github.com/nodejs/node/commit/cc8d5426d2)] - **deps**: cherry-pick [libuv/libuv@`abb109f`](https://github.com/libuv/libuv/commit/abb109f) (Ben Noordhuis) [#&#8203;43950](https://github.com/nodejs/node/pull/43950) - \[[`7762e463d6`](https://github.com/nodejs/node/commit/7762e463d6)] - **deps**: update corepack to 0.12.1 (Node.js GitHub Bot) [#&#8203;43965](https://github.com/nodejs/node/pull/43965) - \[[`1256c4dad5`](https://github.com/nodejs/node/commit/1256c4dad5)] - **deps**: update hast-util-raw (Moshe Atlow) [#&#8203;43927](https://github.com/nodejs/node/pull/43927) - \[[`aac97c2d2a`](https://github.com/nodejs/node/commit/aac97c2d2a)] - **deps**: update undici to 5.8.0 (Node.js GitHub Bot) [#&#8203;43886](https://github.com/nodejs/node/pull/43886) - \[[`cdff61917d`](https://github.com/nodejs/node/commit/cdff61917d)] - **deps**: clean archs files for OpenSSL (RafaelGSS) [#&#8203;43735](https://github.com/nodejs/node/pull/43735) - \[[`fc936a84e4`](https://github.com/nodejs/node/commit/fc936a84e4)] - **deps**: remove not used architectures (RafaelGSS) [#&#8203;43735](https://github.com/nodejs/node/pull/43735) - \[[`361a643d8b`](https://github.com/nodejs/node/commit/361a643d8b)] - **deps**: V8: backport [`f3cad8c`](https://github.com/nodejs/node/commit/f3cad8cec656) (Joyee Cheung) [#&#8203;43531](https://github.com/nodejs/node/pull/43531) - \[[`2e1732ebd0`](https://github.com/nodejs/node/commit/2e1732ebd0)] - **deps**: V8: backport [`22698d2`](https://github.com/nodejs/node/commit/22698d267667) (Chengzhong Wu) [#&#8203;43751](https://github.com/nodejs/node/pull/43751) - \[[`979f469d3a`](https://github.com/nodejs/node/commit/979f469d3a)] - **deps**: upgrade npm to 8.15.0 (npm team) [#&#8203;43917](https://github.com/nodejs/node/pull/43917) - \[[`4096d81988`](https://github.com/nodejs/node/commit/4096d81988)] - **deps**: upgrade npm to 8.14.0 (npm team) [#&#8203;43826](https://github.com/nodejs/node/pull/43826) - \[[`2ec8092e2c`](https://github.com/nodejs/node/commit/2ec8092e2c)] - **deps,src**: use SIMD for normal base64 encoding (Brian White) [#&#8203;39775](https://github.com/nodejs/node/pull/39775) - \[[`67b4edde37`](https://github.com/nodejs/node/commit/67b4edde37)] - **dns**: fix getServers return undefined (jiahao.si) [#&#8203;43922](https://github.com/nodejs/node/pull/43922) - \[[`7c75539a88`](https://github.com/nodejs/node/commit/7c75539a88)] - **dns**: fix cares memory leak (theanarkh) [#&#8203;43912](https://github.com/nodejs/node/pull/43912) - \[[`1f80b88da5`](https://github.com/nodejs/node/commit/1f80b88da5)] - **doc**: update email and mailmap for BethGriggs (Beth Griggs) [#&#8203;43985](https://github.com/nodejs/node/pull/43985) - \[[`8a2a6e16eb`](https://github.com/nodejs/node/commit/8a2a6e16eb)] - **doc**: add 15.x - 18.x to Other Versions section (shhh7612) [#&#8203;43940](https://github.com/nodejs/node/pull/43940) - \[[`51cb0d42ca`](https://github.com/nodejs/node/commit/51cb0d42ca)] - **doc**: inspector.close undefined in worker threads (Keyhan Vakil) [#&#8203;43867](https://github.com/nodejs/node/pull/43867) - \[[`c789c0f5f7`](https://github.com/nodejs/node/commit/c789c0f5f7)] - **doc**: improve documentation for safe `Promise` statics alternatives (Antoine du Hamel) [#&#8203;43759](https://github.com/nodejs/node/pull/43759) - \[[`cb9b0e0011`](https://github.com/nodejs/node/commit/cb9b0e0011)] - **doc**: recommend git-node-v8 (Keyhan Vakil) [#&#8203;43934](https://github.com/nodejs/node/pull/43934) - \[[`d7e9bd1830`](https://github.com/nodejs/node/commit/d7e9bd1830)] - **doc**: clarify subprocess.stdout/in/err property (Kohei Ueno) [#&#8203;43910](https://github.com/nodejs/node/pull/43910) - \[[`808793ebb5`](https://github.com/nodejs/node/commit/808793ebb5)] - **doc**: fix typo in `src/crypto/README.md` (Jianru Lin) [#&#8203;43968](https://github.com/nodejs/node/pull/43968) - \[[`bbc455c4f9`](https://github.com/nodejs/node/commit/bbc455c4f9)] - **doc**: remind backporter about v8\_embedder_string (Keyhan Vakil) [#&#8203;43924](https://github.com/nodejs/node/pull/43924) - \[[`a86b66c8b4`](https://github.com/nodejs/node/commit/a86b66c8b4)] - **doc**: fix typo in http.md (Airing) [#&#8203;43933](https://github.com/nodejs/node/pull/43933) - \[[`a96af37233`](https://github.com/nodejs/node/commit/a96af37233)] - **doc**: add F3n67u to collaborators (Feng Yu) [#&#8203;43953](https://github.com/nodejs/node/pull/43953) - \[[`aa7d4e59f7`](https://github.com/nodejs/node/commit/aa7d4e59f7)] - **doc**: improve test runner timeout docs (Tobias Nießen) [#&#8203;43836](https://github.com/nodejs/node/pull/43836) - \[[`80c2fa8212`](https://github.com/nodejs/node/commit/80c2fa8212)] - **doc**: mention Win 32-bit openssl build issue (RafaelGSS) [#&#8203;43853](https://github.com/nodejs/node/pull/43853) - \[[`8b8c55df7e`](https://github.com/nodejs/node/commit/8b8c55df7e)] - **doc**: add security release specifics to releases.md (Beth Griggs) [#&#8203;43835](https://github.com/nodejs/node/pull/43835) - \[[`42693aaf9f`](https://github.com/nodejs/node/commit/42693aaf9f)] - **doc**: add history info for `global.performance` (Antoine du Hamel) [#&#8203;43841](https://github.com/nodejs/node/pull/43841) - \[[`140d6af572`](https://github.com/nodejs/node/commit/140d6af572)] - **doc**: add platform-windows-arm to who to CC (Michael Dawson) [#&#8203;43808](https://github.com/nodejs/node/pull/43808) - \[[`976093efe3`](https://github.com/nodejs/node/commit/976093efe3)] - **doc**: document ES2022's Error "cause" property (James Ide) [#&#8203;43830](https://github.com/nodejs/node/pull/43830) - \[[`ec7e45e4a2`](https://github.com/nodejs/node/commit/ec7e45e4a2)] - **doc**: include make clean to openssl arch (RafaelGSS) [#&#8203;43735](https://github.com/nodejs/node/pull/43735) - \[[`d64dfd53c9`](https://github.com/nodejs/node/commit/d64dfd53c9)] - **doc**: add link to diagnostic tools (Rafael Gonzaga) [#&#8203;43736](https://github.com/nodejs/node/pull/43736) - \[[`2910136920`](https://github.com/nodejs/node/commit/2910136920)] - **doc**: update links to MDN page about dynamic imports (Jannis R) [#&#8203;43847](https://github.com/nodejs/node/pull/43847) - \[[`d88a9fae79`](https://github.com/nodejs/node/commit/d88a9fae79)] - **doc**: deprecate coercion to integer in process.exit (Daeyeon Jeong) [#&#8203;43738](https://github.com/nodejs/node/pull/43738) - \[[`fc843e103d`](https://github.com/nodejs/node/commit/fc843e103d)] - **doc**: add MoLow to triagers (Moshe Atlow) [#&#8203;43799](https://github.com/nodejs/node/pull/43799) - \[[`8c8c97da61`](https://github.com/nodejs/node/commit/8c8c97da61)] - **(SEMVER-MINOR)** **doc**: deprecate diagnostics_channel object subscribe method (Stephen Belanger) [#&#8203;42714](https://github.com/nodejs/node/pull/42714) - \[[`9b53a694b5`](https://github.com/nodejs/node/commit/9b53a694b5)] - **doc**: revert anachronistic 'node:' module require()s in API history notes (DeeDeeG) [#&#8203;43768](https://github.com/nodejs/node/pull/43768) - \[[`2815bd3002`](https://github.com/nodejs/node/commit/2815bd3002)] - **doc**: clarify release process for new releasers (Rafael Gonzaga) [#&#8203;43739](https://github.com/nodejs/node/pull/43739) - \[[`50b3750e67`](https://github.com/nodejs/node/commit/50b3750e67)] - **doc**: fix typo in ngtcp2 readme (Dan Castillo) [#&#8203;43767](https://github.com/nodejs/node/pull/43767) - \[[`6bcd40dd85`](https://github.com/nodejs/node/commit/6bcd40dd85)] - **domain**: fix vm promise tracking while keeping isolation (Stephen Belanger) [#&#8203;43556](https://github.com/nodejs/node/pull/43556) - \[[`e89e0b470b`](https://github.com/nodejs/node/commit/e89e0b470b)] - **esm**: remove superfluous argument (Rich Trott) [#&#8203;43884](https://github.com/nodejs/node/pull/43884) - \[[`0d2921f396`](https://github.com/nodejs/node/commit/0d2921f396)] - **esm**: fix erroneous re-initialization of ESMLoader (Jacob Smith) [#&#8203;43763](https://github.com/nodejs/node/pull/43763) - \[[`9b5b8d78c3`](https://github.com/nodejs/node/commit/9b5b8d78c3)] - **esm**: throw on any non-2xx response (LiviaMedeiros) [#&#8203;43742](https://github.com/nodejs/node/pull/43742) - \[[`dfc4832ef1`](https://github.com/nodejs/node/commit/dfc4832ef1)] - **(SEMVER-MINOR)** **events**: expose CustomEvent on global with CLI flag (Daeyeon Jeong) [#&#8203;43885](https://github.com/nodejs/node/pull/43885) - \[[`e4473952ae`](https://github.com/nodejs/node/commit/e4473952ae)] - **(SEMVER-MINOR)** **events**: add `CustomEvent` (Daeyeon Jeong) [#&#8203;43514](https://github.com/nodejs/node/pull/43514) - \[[`100f6deb09`](https://github.com/nodejs/node/commit/100f6deb09)] - **fs**: use signed types for stat data (LiviaMedeiros) [#&#8203;43714](https://github.com/nodejs/node/pull/43714) - \[[`25ec71db63`](https://github.com/nodejs/node/commit/25ec71db63)] - **http**: fix http server connection list when close (theanarkh) [#&#8203;43949](https://github.com/nodejs/node/pull/43949) - \[[`ca658c8afe`](https://github.com/nodejs/node/commit/ca658c8afe)] - **(SEMVER-MINOR)** **http**: add drop request event for http server (theanarkh) [#&#8203;43806](https://github.com/nodejs/node/pull/43806) - \[[`9c699bd8a8`](https://github.com/nodejs/node/commit/9c699bd8a8)] - **http**: wait for pending responses in closeIdleConnections (Paolo Insogna) [#&#8203;43890](https://github.com/nodejs/node/pull/43890) - \[[`781d5e54e3`](https://github.com/nodejs/node/commit/781d5e54e3)] - **inspector**: set sampling interval before start (Shelley Vohr) [#&#8203;43779](https://github.com/nodejs/node/pull/43779) - \[[`0b5dbb2a56`](https://github.com/nodejs/node/commit/0b5dbb2a56)] - **lib**: refactor PriorityQueue to use private field (Finn Yu) [#&#8203;43889](https://github.com/nodejs/node/pull/43889) - \[[`324473ca32`](https://github.com/nodejs/node/commit/324473ca32)] - **(SEMVER-MINOR)** **lib**: improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) [#&#8203;42714](https://github.com/nodejs/node/pull/42714) - \[[`5aa3b213ac`](https://github.com/nodejs/node/commit/5aa3b213ac)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43966](https://github.com/nodejs/node/pull/43966) - \[[`e707552357`](https://github.com/nodejs/node/commit/e707552357)] - **meta**: update `node-api` in label-pr-config (Daeyeon Jeong) [#&#8203;43794](https://github.com/nodejs/node/pull/43794) - \[[`8a8de94034`](https://github.com/nodejs/node/commit/8a8de94034)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43872](https://github.com/nodejs/node/pull/43872) - \[[`7d49fc766c`](https://github.com/nodejs/node/commit/7d49fc766c)] - **meta**: use platform dropdown on flaky template (Rafael Gonzaga) [#&#8203;43855](https://github.com/nodejs/node/pull/43855) - \[[`e4aa50fc3f`](https://github.com/nodejs/node/commit/e4aa50fc3f)] - **meta**: enable blank issues (Matteo Collina) [#&#8203;43775](https://github.com/nodejs/node/pull/43775) - \[[`ceb7c150ec`](https://github.com/nodejs/node/commit/ceb7c150ec)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;43770](https://github.com/nodejs/node/pull/43770) - \[[`29bcd47738`](https://github.com/nodejs/node/commit/29bcd47738)] - **net**: fix socket.\_getpeername (Daeyeon Jeong) [#&#8203;43010](https://github.com/nodejs/node/pull/43010) - \[[`380659daf1`](https://github.com/nodejs/node/commit/380659daf1)] - **process**: use `defineProperty` instead of assignment (Mark S. Miller) [#&#8203;43907](https://github.com/nodejs/node/pull/43907) - \[[`aba9c8ebea`](https://github.com/nodejs/node/commit/aba9c8ebea)] - **repl**: fix overzealous top-level await (Tobias Nießen) [#&#8203;43827](https://github.com/nodejs/node/pull/43827) - \[[`1deb6b73b7`](https://github.com/nodejs/node/commit/1deb6b73b7)] - **repl**: use `SafePromiseAll` and `SafePromiseRace` (Antoine du Hamel) [#&#8203;43758](https://github.com/nodejs/node/pull/43758) - \[[`bf8f2e23ff`](https://github.com/nodejs/node/commit/bf8f2e23ff)] - **src**: refactor DH groups to delete crypto_groups.h (Tobias Nießen) [#&#8203;43896](https://github.com/nodejs/node/pull/43896) - \[[`9435fbf8cd`](https://github.com/nodejs/node/commit/9435fbf8cd)] - **src**: remove dead code in base64\_encode (Tobias Nießen) [#&#8203;43979](https://github.com/nodejs/node/pull/43979) - \[[`2c47e58ea0`](https://github.com/nodejs/node/commit/2c47e58ea0)] - **src**: fix regression that a source marker is lost (cola119) [#&#8203;43086](https://github.com/nodejs/node/pull/43086) - \[[`d084150320`](https://github.com/nodejs/node/commit/d084150320)] - **src**: per-isolate eternal template properties (Chengzhong Wu) [#&#8203;43802](https://github.com/nodejs/node/pull/43802) - \[[`9f9d00ccbb`](https://github.com/nodejs/node/commit/9f9d00ccbb)] - **src**: merge NativeModuleEnv into NativeModuleLoader (Joyee Cheung) [#&#8203;43824](https://github.com/nodejs/node/pull/43824) - \[[`bb512904e9`](https://github.com/nodejs/node/commit/bb512904e9)] - **src**: use named struct instead of typedef (Tobias Nießen) [#&#8203;43881](https://github.com/nodejs/node/pull/43881) - \[[`bb5511e8cc`](https://github.com/nodejs/node/commit/bb5511e8cc)] - **src**: use named enum instead of typedef (Tobias Nießen) [#&#8203;43880](https://github.com/nodejs/node/pull/43880) - \[[`5db0c8f667`](https://github.com/nodejs/node/commit/5db0c8f667)] - **src**: pass only Isolate\* and env_vars to EnabledDebugList::Parse() (Darshan Sen) [#&#8203;43668](https://github.com/nodejs/node/pull/43668) - \[[`249365524e`](https://github.com/nodejs/node/commit/249365524e)] - **src**: fix node watchdog race condition (theanarkh) [#&#8203;43780](https://github.com/nodejs/node/pull/43780) - \[[`17cb27237d`](https://github.com/nodejs/node/commit/17cb27237d)] - **src**: deduplicate `SetALPN` implementations (Tobias Nießen) [#&#8203;43756](https://github.com/nodejs/node/pull/43756) - \[[`b4c75a96be`](https://github.com/nodejs/node/commit/b4c75a96be)] - **src**: fix `napi_check_object_type_tag()` (Daeyeon Jeong) [#&#8203;43788](https://github.com/nodejs/node/pull/43788) - \[[`8432d6596f`](https://github.com/nodejs/node/commit/8432d6596f)] - **src**: slim down env-inl.h (Ben Noordhuis) [#&#8203;43745](https://github.com/nodejs/node/pull/43745) - \[[`2266a4b6d6`](https://github.com/nodejs/node/commit/2266a4b6d6)] - **stream**: improve `respondWithNewView()` (Daeyeon Jeong) [#&#8203;43866](https://github.com/nodejs/node/pull/43866) - \[[`bf3991b406`](https://github.com/nodejs/node/commit/bf3991b406)] - **stream**: fix 0 transform hwm backpressure (Robert Nagy) [#&#8203;43685](https://github.com/nodejs/node/pull/43685) - \[[`a057510037`](https://github.com/nodejs/node/commit/a057510037)] - **stream**: initial approach to include strategy options on Readable.toWeb() (txxnano) [#&#8203;43515](https://github.com/nodejs/node/pull/43515) - \[[`198cf59d2c`](https://github.com/nodejs/node/commit/198cf59d2c)] - **test**: update WPT encoding tests (Kohei Ueno) [#&#8203;43958](https://github.com/nodejs/node/pull/43958) - \[[`f0ed1aed8d`](https://github.com/nodejs/node/commit/f0ed1aed8d)] - **test**: remove test-whatwg-events-add-event-listener-options-once.js (Feng Yu) [#&#8203;43877](https://github.com/nodejs/node/pull/43877) - \[[`88505556fe`](https://github.com/nodejs/node/commit/88505556fe)] - **test**: work scheduled in process.nextTick can keep the event loop alive (Andreu Botella) [#&#8203;43787](https://github.com/nodejs/node/pull/43787) - \[[`81a21946eb`](https://github.com/nodejs/node/commit/81a21946eb)] - **test**: simplify test-tls-set-secure-context (Tobias Nießen) [#&#8203;43878](https://github.com/nodejs/node/pull/43878) - \[[`61cd11a8a7`](https://github.com/nodejs/node/commit/61cd11a8a7)] - **test**: use `common.mustNotMutateObjectDeep()` in fs tests (LiviaMedeiros) [#&#8203;43819](https://github.com/nodejs/node/pull/43819) - \[[`b1081dbe12`](https://github.com/nodejs/node/commit/b1081dbe12)] - **test**: fix test http upload timeout (theanarkh) [#&#8203;43935](https://github.com/nodejs/node/pull/43935) - \[[`efd5e0e925`](https://github.com/nodejs/node/commit/efd5e0e925)] - **test**: simplify ReplStream.wait() (Tobias Nießen) [#&#8203;43857](https://github.com/nodejs/node/pull/43857) - \[[`ef21ad2996`](https://github.com/nodejs/node/commit/ef21ad2996)] - **test**: merge test-crypto-dh-hash with modp18 test (Tobias Nießen) [#&#8203;43891](https://github.com/nodejs/node/pull/43891) - \[[`e502c50a90`](https://github.com/nodejs/node/commit/e502c50a90)] - **test**: refactor `test/es-module/test-esm-resolve-type` (Antoine du Hamel) [#&#8203;43178](https://github.com/nodejs/node/pull/43178) - \[[`c782c3dc69`](https://github.com/nodejs/node/commit/c782c3dc69)] - **test**: ensure NODE_EXTRA_CA_CERTS not set before tests (KrayzeeKev) [#&#8203;43858](https://github.com/nodejs/node/pull/43858) - \[[`bb6787cb57`](https://github.com/nodejs/node/commit/bb6787cb57)] - **test**: add check to test-fs-readfile-tostring-fail (Richard Lau) [#&#8203;43850](https://github.com/nodejs/node/pull/43850) - \[[`7571704186`](https://github.com/nodejs/node/commit/7571704186)] - **test**: complete TODO in test/wpt/test-url.js (Kohei Ueno) [#&#8203;43797](https://github.com/nodejs/node/pull/43797) - \[[`6f1d2dfb9d`](https://github.com/nodejs/node/commit/6f1d2dfb9d)] - **test**: add test on worker process.exit in async modules (Chengzhong Wu) [#&#8203;43751](https://github.com/nodejs/node/pull/43751) - \[[`776cc3abbd`](https://github.com/nodejs/node/commit/776cc3abbd)] - **test**: use `common.mustNotMutateObjectDeep()` in immutability tests (LiviaMedeiros) [#&#8203;43196](https://github.com/nodejs/node/pull/43196) - \[[`42f2deb3a0`](https://github.com/nodejs/node/commit/42f2deb3a0)] - **test**: add `common.mustNotMutateObjectDeep()` (LiviaMedeiros) [#&#8203;43196](https://github.com/nodejs/node/pull/43196) - \[[`f3fc51c508`](https://github.com/nodejs/node/commit/f3fc51c508)] - **test**: fix coverity warning in test (Michael Dawson) [#&#8203;43631](https://github.com/nodejs/node/pull/43631) - \[[`a9ecba2fa8`](https://github.com/nodejs/node/commit/a9ecba2fa8)] - **test**: mark test-http-client-response-timeout flaky (Tobias Nießen) [#&#8203;43792](https://github.com/nodejs/node/pull/43792) - \[[`cd0d9ddb7c`](https://github.com/nodejs/node/commit/cd0d9ddb7c)] - **test_runner**: add support for boolean values for `concurrency` option (Lenvin Gonsalves) [#&#8203;43887](https://github.com/nodejs/node/pull/43887) - \[[`f98020138a`](https://github.com/nodejs/node/commit/f98020138a)] - **test_runner**: validate `timeout` option (Antoine du Hamel) [#&#8203;43843](https://github.com/nodejs/node/pull/43843) - \[[`58d15b3687`](https://github.com/nodejs/node/commit/58d15b3687)] - **test_runner**: pass signal on timeout (Moshe Atlow) [#&#8203;43911](https://github.com/nodejs/node/pull/43911) - \[[`8b0248506f`](https://github.com/nodejs/node/commit/8b0248506f)] - **test_runner**: do not report an error when tests are passing (Antoine du Hamel) [#&#8203;43919](https://github.com/nodejs/node/pull/43919) - \[[`aa8053e1fa`](https://github.com/nodejs/node/commit/aa8053e1fa)] - **test_runner**: recieve and pass AbortSignal (Moshe Atlow) [#&#8203;43554](https://github.com/nodejs/node/pull/43554) - \[[`f13e4c1be9`](https://github.com/nodejs/node/commit/f13e4c1be9)] - **test_runner**: fix `it` concurrency (Moshe Atlow) [#&#8203;43757](https://github.com/nodejs/node/pull/43757) - \[[`e404a3ef6d`](https://github.com/nodejs/node/commit/e404a3ef6d)] - **test_runner**: support timeout for tests (Moshe Atlow) [#&#8203;43505](https://github.com/nodejs/node/pull/43505) - \[[`f28198cc05`](https://github.com/nodejs/node/commit/f28198cc05)] - **test_runner**: catch errors thrown within `describe` (Moshe Atlow) [#&#8203;43729](https://github.com/nodejs/node/pull/43729) - \[[`bfe0ac6cd0`](https://github.com/nodejs/node/commit/bfe0ac6cd0)] - **tools**: add more options to track flaky tests (Antoine du Hamel) [#&#8203;43954](https://github.com/nodejs/node/pull/43954) - \[[`17a4e5e775`](https://github.com/nodejs/node/commit/17a4e5e775)] - **tools**: add verbose flag to inactive TSC finder (Rich Trott) [#&#8203;43913](https://github.com/nodejs/node/pull/43913) - \[[`373304b0c7`](https://github.com/nodejs/node/commit/373304b0c7)] - **tools**: add support for using API key to vuln checking script (Facundo Tuesca) [#&#8203;43909](https://github.com/nodejs/node/pull/43909) - \[[`ed45088c14`](https://github.com/nodejs/node/commit/ed45088c14)] - **tools**: support versioned node shared libs on z/OS (alexcfyung) [#&#8203;42256](https://github.com/nodejs/node/pull/42256) - \[[`c9ecd6d21f`](https://github.com/nodejs/node/commit/c9ecd6d21f)] - **tools**: update doc to highlight.js@11.6.0 (Node.js GitHub Bot) [#&#8203;43870](https://github.com/nodejs/node/pull/43870) - \[[`c92135aa0f`](https://github.com/nodejs/node/commit/c92135aa0f)] - **tools**: update lint-md-dependencies to rollup@2.77.0 (Node.js GitHub Bot) [#&#8203;43871](https://github.com/nodejs/node/pull/43871) - \[[`e12bf40fd1`](https://github.com/nodejs/node/commit/e12bf40fd1)] - **tools**: update eslint to 8.20.0 (Node.js GitHub Bot) [#&#8203;43873](https://github.com/nodejs/node/pull/43873) - \[[`09fe9b30a9`](https://github.com/nodejs/node/commit/09fe9b30a9)] - **tools**: add script for vulnerability checking (Facundo Tuesca) [#&#8203;43362](https://github.com/nodejs/node/pull/43362) - \[[`19e8876877`](https://github.com/nodejs/node/commit/19e8876877)] - **trace_events**: trace net connect event (theanarkh) [#&#8203;43903](https://github.com/nodejs/node/pull/43903) - \[[`1af7f24143`](https://github.com/nodejs/node/commit/1af7f24143)] - **util**: remove unicode support todo for perf implications (Rhys) [#&#8203;43762](https://github.com/nodejs/node/pull/43762) - \[[`acfc33ca8c`](https://github.com/nodejs/node/commit/acfc33ca8c)] - **(SEMVER-MINOR)** **util**: add tokens to parseArgs (John Gee) [#&#8203;43459](https://github.com/nodejs/node/pull/43459) - \[[`f32aec8a6d`](https://github.com/nodejs/node/commit/f32aec8a6d)] - **util**: refactor to use validateObject (Kohei Ueno) [#&#8203;43769](https://github.com/nodejs/node/pull/43769) - \[[`d7cfd0c5ba`](https://github.com/nodejs/node/commit/d7cfd0c5ba)] - **v8**: serialize BigInt64Array and BigUint64Array (Ben Noordhuis) [#&#8203;43571](https://github.com/nodejs/node/pull/43571) ### [`v18.6.0`](https://github.com/nodejs/node/releases/tag/v18.6.0): 2022-07-13, Version 18.6.0 (Current), @&#8203;targos [Compare Source](https://github.com/nodejs/node/compare/v18.5.0...v18.6.0) ##### Notable Changes ##### Experimental ESM Loader Hooks API Node.js ESM Loader hooks now support multiple custom loaders, and composition is achieved via "chaining": `foo-loader` calls `bar-loader` calls `qux-loader` (a custom loader *must* now signal a short circuit when intentionally not calling the next). See the [ESM docs](https://nodejs.org/api/esm.html) for details. Real-world use-cases are laid out for end-users with working examples in the article [Custom ESM loaders: Who, what, when, where, why, how](https://dev.to/jakobjingleheimer/custom-esm-loaders-who-what-when-where-why-how-4i1o). Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - [#&#8203;42623](https://github.com/nodejs/node/pull/42623) ##### Commits ##### Semver-minor commits - \[[`0bca7b722e`](https://github.com/nodejs/node/commit/0bca7b722e)] - **(SEMVER-MINOR)** **dns**: export error code constants from `dns/promises` (Feng Yu) [#&#8203;43176](https://github.com/nodejs/node/pull/43176) - \[[`da61e2330f`](https://github.com/nodejs/node/commit/da61e2330f)] - **(SEMVER-MINOR)** **esm**: add chaining to loaders (Jacob Smith) [#&#8203;42623](https://github.com/nodejs/node/pull/42623) - \[[`8c97f63401`](https://github.com/nodejs/node/commit/8c97f63401)] - **(SEMVER-MINOR)** **http**: add diagnostics channel for http client (theanarkh) [#&#8203;43580](https://github.com/nodejs/node/pull/43580) - \[[`b27856d3d4`](https://github.com/nodejs/node/commit/b27856d3d4)] - **(SEMVER-MINOR)** **http**: add perf_hooks detail for http request and client (theanarkh) [#&#8203;43361](https://github.com/nodejs/node/pull/43361) - \[[`9d918d9923`](https://github.com/nodejs/node/commit/9d918d9923)] - **(SEMVER-MINOR)** **module**: add isBuiltIn method (hemanth.hm) [#&#8203;43396](https://github.com/nodejs/node/pull/43396) - \[[`a0e7b9983c`](https://github.com/nodejs/node/commit/a0e7b9983c)] - **(SEMVER-MINOR)** **net**: add drop event for net server (theanarkh) [#&#8203;43582](https://github.com/nodejs/node/pull/43582) - \[[`4bda6e02a3`](https://github.com/nodejs/node/commit/4bda6e02a3)] - **(SEMVER-MINOR)** **test_runner**: expose `describe` and `it` (Moshe Atlow) [#&#8203;43420](https://github.com/nodejs/node/pull/43420) - \[[`34e83312a4`](https://github.com/nodejs/node/commit/34e83312a4)] - **(SEMVER-MINOR)** **v8**: add v8.startupSnapshot utils (Joyee Cheung) [#&#8203;43329](https://github.com/nodejs/node/pull/43329) ##### Semver-patch commits - \[[`ef174eac87`](https://github.com/nodejs/node/commit/ef174eac87)] - **assert**: callTracker throw a specific error message when possible (Moshe Atlow) [#&#8203;43640](https://github.com/nodejs/node/pull/43640) - \[[`07836637af`](https://github.com/nodejs/node/commit/07836637af)] - **bootstrap**: move global initialization to js (Alena Khineika) [#&#8203;43625](https://github.com/nodejs/node/pull/43625) - \[[`e9ee7e44be`](https://github.com/nodejs/node/commit/e9ee7e44be)] - **build,test**: increase stack size limit on Windows (Tobias Nießen) [#&#8203;43632](https://github.com/nodejs/node/pull/43632) - \[[`3ca9e653a6`](https://github.com/nodejs/node/commit/3ca9e653a6)] - **child_process**: improve ipc write performance (rubikscraft) [#&#8203;42931](https://github.com/nodejs/node/pull/42931) - \[[`cad6d990ec`](https://github.com/nodejs/node/commit/cad6d990ec)] - **child_process**: speed up 'advanced' ipc receiving (rubikscraft) [#&#8203;42931](https://github.com/nodejs/node/pull/42931) - \[[`ce3a22a9e3`](https://github.com/nodejs/node/commit/ce3a22a9e3)] - **cluster**: fix closing dgram sockets in cluster workers throws errors (Ouyang Yadong) [#&#8203;43709](https://github.com/nodejs/node/pull/43709) - \[[`5d8ee519db`](https://github.com/nodejs/node/commit/5d8ee519db)] - **cluster**: fix fd leak (theanarkh) [#&#8203;43650](https://github.com/nodejs/node/pull/43650) - \[[`fa5c4643e2`](https://github.com/nodejs/node/commit/fa5c4643e2)] - **cluster, net**: fix listen pipe with readable and writable in cluster (theanarkh) [#&#8203;43634](https://github.com/nodejs/node/pull/43634) - \[[`4df96b501d`](https://github.com/nodejs/node/commit/4df96b501d)] - **crypto**: don't disable TLS 1.3 without suites (Adam Majer) [#&#8203;43427](https://github.com/nodejs/node/pull/43427) - \[[`a43928ae78`](https://github.com/nodejs/node/commit/a43928ae78)] - **crypto**: use ByteSource::Builder in To\*Copy (Tobias Nießen) [#&#8203;43477](https://github.com/nodejs/node/pull/43477) - \[[`bb326f7ece`](https://github.com/nodejs/node/commit/bb326f7ece)] - **crypto**: handle webcrypto generateKey() usages edge case (Filip Skokan) [#&#8203;43454](https://github.com/nodejs/node/pull/43454) - \[[`9bd13bbb3a`](https://github.com/nodejs/node/commit/9bd13bbb3a)] - **crypto**: update Wrapping and unwrapping keys webcrypto example (Filip Skokan) [#&#8203;43452](https://github.com/nodejs/node/pull/43452) - \[[`679f19128e`](https://github.com/nodejs/node/commit/679f19128e)] - **crypto**: fix webcrypto generateKey() with empty usages (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431) - \[[`64a9dd7b83`](https://github.com/nodejs/node/commit/64a9dd7b83)] - **crypto**: fix webcrypto digest() invalid algorithm (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431) - \[[`dedb22e965`](https://github.com/nodejs/node/commit/dedb22e965)] - **crypto**: fix webcrypto RSA generateKey() use of publicExponent (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431) - \[[`018f61cb4f`](https://github.com/nodejs/node/commit/018f61cb4f)] - **crypto**: fix webcrypto AES-KW keys accepting encrypt/decrypt usages (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431) - \[[`3ee0bb8d03`](https://github.com/nodejs/node/commit/3ee0bb8d03)] - **crypto**: fix webcrypto deriveBits for non-byte lengths (Filip Skokan) [#&#8203;43431](https://github.com/nodejs/node/pull/43431) - \[[`7fc075b23a`](https://github.com/nodejs/node/commit/7fc075b23a)] - **deps**: update undici to 5.7.0 (Node.js GitHub Bot) [#&#8203;43790](https://github.com/nodejs/node/pull/43790) - \[[`d6a9e93426`](https://github.com/nodejs/node/commit/d6a9e93426)] - **deps**: patch V8 to 10.2.154.13 (Michaël Zasso) [#&#8203;43727](https://github.com/nodejs/node/pull/43727) - \[[`428d03cb94`](https://github.com/nodejs/node/commit/428d03cb94)] - **deps**: update corepack to 0.12.0 (Node.js GitHub Bot) [#&#8203;43748](https://github.com/nodejs/node/pull/43748) - \[[`74914698e5`](https://github.com/nodejs/node/commit/74914698e5)] - **deps**: upgrade npm to 8.13.2 (npm team) [#&#8203;43622](https://github.com/nodejs/node/pull/43622) - \[[`0636f86ecc`](https://github.com/nodejs/node/commit/0636f86ecc)] - **deps**: upgrade npm to 8.13.1 (npm team) [#&#8203;43552](https://github.com/nodejs/node/pull/43552) - \[[`2149acda60`](https://github.com/nodejs/node/commit/2149acda60)] - **dns**: make promise API fully constructed from `lib/internal/dns/promises` (Feng Yu) [#&#8203;43227](https://github.com/nodejs/node/pull/43227) - \[[`79ea19e5e2`](https://github.com/nodejs/node/commit/79ea19e5e2)] - **errors**: extract type detection & use in `ERR_INVALID_RETURN_VALUE` (Jacob Smith) [#&#8203;43558](https://github.com/nodejs/node/pull/43558) - \[[`80ced1ae31`](https://github.com/nodejs/node/commit/80ced1ae31)] - **esm**: treat `307` and `308` as redirects in HTTPS imports (Kid) [#&#8203;43689](https://github.com/nodejs/node/pull/43689) - \[[`953fefe77b`](https://github.com/nodejs/node/commit/953fefe77b)] - **esm**: restore `next<HookName>`'s `context` as optional arg (Jacob Smith) [#&#8203;43553](https://github.com/nodejs/node/pull/43553) - \[[`10bcad5c6e`](https://github.com/nodejs/node/commit/10bcad5c6e)] - **esm**: fix chain advances when loader calls next\<HookName> multiple times (Jacob Smith) [#&#8203;43303](https://github.com/nodejs/node/pull/43303) - \[[`50d64edd49`](https://github.com/nodejs/node/commit/50d64edd49)] - **esm**: refactor responseURL handling (Guy Bedford) [#&#8203;43164](https://github.com/nodejs/node/pull/43164) - \[[`254efd9e3b`](https://github.com/nodejs/node/commit/254efd9e3b)] - **esm**: fix http(s) import via custom loader (Jacob Smith) [#&#8203;43130](https://github.com/nodejs/node/pull/43130) - \[[`061ed0e76b`](https://github.com/nodejs/node/commit/061ed0e76b)] - **events**: improve `Event` compatibility (Daeyeon Jeong) [#&#8203;43461](https://github.com/nodejs/node/pull/43461) - \[[`66fb059547`](https://github.com/nodejs/node/commit/66fb059547)] - **events**: improve `EventListener` validation (Daeyeon Jeong) [#&#8203;43491](https://github.com/nodejs/node/pull/43491) - \[[`12a591a676`](https://github.com/nodejs/node/commit/12a591a676)] - **fs**: refactor realpath with Map and Set (LiviaMedeiros) [#&#8203;43569](https://github.com/nodejs/node/pull/43569) - \[[`df501316c1`](https://github.com/nodejs/node/commit/df501316c1)] - **fs**: don't end fs promises on Isolate termination (Santiago Gimeno) [#&#8203;42910](https://github.com/nodejs/node/pull/42910) - \[[`e6d4837fad`](https://github.com/nodejs/node/commit/e6d4837fad)] - **http**: fix failing test (Paolo Insogna) [#&#8203;43641](https://github.com/nodejs/node/pull/43641) - \[[`491c7619c4`](https://github.com/nodejs/node/commit/491c7619c4)] - **http**: defer reentrant execution of Parser::Execute (Paolo Insogna) [#&#8203;43369](https://github.com/nodejs/node/pull/43369) - \[[`d71ba322b0`](https://github.com/nodejs/node/commit/d71ba322b0)] - **http**: fix http agent keep alive (theanarkh) [#&#8203;43380](https://github.com/nodejs/node/pull/43380) - \[[`1f4f811de5`](https://github.com/nodejs/node/commit/1f4f811de5)] - **http2**: log debug only when in debug mode (Basit) [#&#8203;43626](https://github.com/nodejs/node/pull/43626) - \[[`c8cbec4cef`](https://github.com/nodejs/node/commit/c8cbec4cef)] - **lib**: make `validateObject` less affected by prototype tampering (Antoine du Hamel) [#&#8203;42929](https://github.com/nodejs/node/pull/42929) - \[[`dc484b6f6f`](https://github.com/nodejs/node/commit/dc484b6f6f)] - **lib**: implement safe alternatives to `Promise` static methods (Antoine du Hamel) [#&#8203;43728](https://github.com/nodejs/node/pull/43728) - \[[`2233567331`](https://github.com/nodejs/node/commit/2233567331)] - **lib**: use null-prototype objects for property descriptors (Antoine du Hamel) [#&#8203;43473](https://github.com/nodejs/node/pull/43473) - \[[`b9198d977f`](https://github.com/nodejs/node/commit/b9198d977f)] - **lib**: refactor to avoid unsafe regex primordials (Antoine du Hamel) [#&#8203;43475](https://github.com/nodejs/node/pull/43475) - \[[`deaf4bb5cd`](https://github.com/nodejs/node/commit/deaf4bb5cd)] - **lib**: fix TODO in `freeze_intrinsics` (Antoine du Hamel) [#&#8203;43472](https://github.com/nodejs/node/pull/43472) - \[[`61e6d7858a`](https://github.com/nodejs/node/commit/61e6d7858a)] - **lib,src**: add source map support for global eval (Chengzhong Wu) [#&#8203;43428](https://github.com/nodejs/node/pull/43428) - \[[`58646eaad6`](https://github.com/nodejs/node/commit/58646eaad6)] - **loader**: make `require.resolve` throw for unknown builtin modules (木杉) [#&#8203;43336](https://github.com/nodejs/node/pull/43336) - \[[`e914185c44`](https://github.com/nodejs/node/commit/e914185c44)] - **module**: cjs-module-lexer WebAssembly fallback (Guy Bedford) [#&#8203;43612](https://github.com/nodejs/node/pull/43612) - \[[`3ad4d37b3c`](https://github.com/nodejs/node/commit/3ad4d37b3c)] - **module**: also enable subpath imports in REPL (Ray) [#&#8203;43450](https://github.com/nodejs/node/pull/43450) - \[[`bf4ac4c55f`](https://github.com/nodejs/node/commit/bf4ac4c55f)] - **net**: remove redundant connecting assignment (Ouyang Yadong) [#&#8203;43710](https://github.com/nodejs/node/pull/43710) - \[[`ad1d0541c5`](https://github.com/nodejs/node/commit/ad1d0541c5)] - **net**: fix net keepalive and noDelay (theanarkh) [#&#8203;43561](https://github.com/nodejs/node/pull/43561) - \[[`f8bdc53e4f`](https://github.com/nodejs/node/commit/f8bdc53e4f)] - **net**: prevent /32 ipv4 mask from matching all ips (supriyo-biswas) [#&#8203;43381](https://github.com/nodejs/node/pull/43381) - \[[`47a252257b`](https://github.com/nodejs/node/commit/47a252257b)] - **net**: fix net.Server keepalive and noDelay (theanarkh) [#&#8203;43497](https://github.com/nodejs/node/pull/43497) - \[[`d834d216f2`](https://github.com/nodejs/node/commit/d834d216f2)] - **perf_hooks**: add initiatorType getter (Rafael Gonzaga) [#&#8203;43593](https://github.com/nodejs/node/pull/43593) - \[[`02009b7069`](https://github.com/nodejs/node/commit/02009b7069)] - **perf_hooks**: fix miscounted gc performance entry starttime ([#&#8203;43066](https://github.com/nodejs/node/issues/43066)) (Xuguang Mei) [#&#8203;43066](https://github.com/nodejs/node/pull/43066) - \[[`e9574f3009`](https://github.com/nodejs/node/commit/e9574f3009)] - **readline**: fix to not access a property on an undefined value (Kohei Ueno) [#&#8203;43543](https://github.com/nodejs/node/pull/43543) - \[[`fe1f740f61`](https://github.com/nodejs/node/commit/fe1f740f61)] - **src**: merge RunInThisContext() with RunInContext() (Daeyeon Jeong) [#&#8203;43225](https://github.com/nodejs/node/pull/43225) - \[[`0f6d19489a`](https://github.com/nodejs/node/commit/0f6d19489a)] - **src**: fix crash on FSReqPromise destructor (Santiago Gimeno) [#&#8203;43533](https://github.com/nodejs/node/pull/43533) - \[[`4e6a844207`](https://github.com/nodejs/node/commit/4e6a844207)] - **src**: delegate NodeArrayBufferAllocator to v8's allocator (Jeremy Rose) [#&#8203;43594](https://github.com/nodejs/node/pull/43594) - \[[`5ae30bf17a`](https://github.com/nodejs/node/commit/5ae30bf17a)] - **src**: remove a stale comment in `async_hooks` (Daeyeon Jeong) [#&#8203;43317](https://github.com/nodejs/node/pull/43317) - \[[`0b432b957e`](https://github.com/nodejs/node/commit/0b432b957e)] - **src**: fix compiler warning in src/heap_utils.cc (Darshan Sen) [#&#8203;43579](https://github.com/nodejs/node/pull/43579) - \[[`d3fc791c3d`](https://github.com/nodejs/node/commit/d3fc791c3d)] - **src**: improve and update ByteSource description (Tobias Nießen) [#&#8203;43478](https://github.com/nodejs/node/pull/43478) - \[[`4e0afa4133`](https://github.com/nodejs/node/commit/4e0afa4133)] - **src**: remove CopyBuffer (Tobias Nießen) [#&#8203;43463](https://github.com/nodejs/node/pull/43463) - \[[`0659d5e3b0`](https://github.com/nodejs/node/commit/0659d5e3b0)] - **src**: change FormatSize to actually accept a size_t (Tobias Nießen) [#&#8203;43464](https://github.com/nodejs/node/pull/43464) - \[[`66ee1f1e3c`](https://github.com/nodejs/node/commit/66ee1f1e3c)] - **src**: register StreamBase while registering LibuvStreamWrap (Darshan Sen) [#&#8203;43321](https://github.com/nodejs/node/pull/43321) - \[[`48ee6b9dc9`](https://github.com/nodejs/node/commit/48ee6b9dc9)] - **src,bootstrap**: remove NodeMainInstance::registry\_ (Darshan Sen) [#&#8203;43392](https://github.com/nodejs/node/pull/43392) - \[[`2e181f68a3`](https://github.com/nodejs/node/commit/2e181f68a3)] - **src,stream**: change return type to `Maybe` (Daeyeon Jeong) [#&#8203;43575](https://github.com/nodejs/node/pull/43575) - \[[`0f07abc80d`](https://github.com/nodejs/node/commit/0f07abc80d)] - **stream**: finish pipeline if dst closes before src (Robert Nagy) [#&#8203;43701](https://github.com/nodejs/node/pull/43701) - \[[`1617a4621e`](https://github.com/nodejs/node/commit/1617a4621e)] - **stream**: pass error on legacy destroy (Giacomo Gregoletto) [#&#8203;43519](https://github.com/nodejs/node/pull/43519) - \[[`40f51d8e83`](https://github.com/nodejs/node/commit/40f51d8e83)] - **test_runner**: protect internals against prototype tampering (Antoine du Hamel) [#&#8203;43578](https://github.com/nodejs/node/pull/43578) - \[[`ddf7518520`](https://github.com/nodejs/node/commit/ddf7518520)] - **test_runner**: cancel on termination (Moshe Atlow) [#&#8203;43549](https://github.com/nodejs/node/pull/43549) - \[[`e51d8c6004`](https://github.com/nodejs/node/commit/e51d8c6004)] - **test_runner**: wait for stderr and stdout to complete (Moshe Atlow) [#&#8203;43666](https://github.com/nodejs/node/pull/43666) - \[[`dda64ddfbd`](https://github.com/nodejs/node/commit/dda64ddfbd)] - **test_runner**: add Subtest to tap protocol output (Moshe Atlow) [#&#8203;43417](https://github.com/nodejs/node/pull/43417) - \[[`a1f1d3a7b3`](https://github.com/nodejs/node/commit/a1f1d3a7b3)] - **url**: update WHATWG URL parser to align with latest spec (Feng Yu) [#&#8203;43190](https://github.com/nodejs/node/pull/43190) - \[[`5a5c4be5a3`](https://github.com/nodejs/node/commit/5a5c4be5a3)] - **util**: add `AggregateError.prototype.errors` to inspect output (LiviaMedeiros) [#&#8203;43646](https://github.com/nodejs/node/pull/43646) - \[[`bdca4d3ccf`](https://github.com/nodejs/node/commit/bdca4d3ccf)] - **util**: remove unnecessary template string (Ruben Bridgewater) [#&#8203;41082](https://github.com/nodejs/node/pull/41082) - \[[`6b16836448`](https://github.com/nodejs/node/commit/6b16836448)] - **util**: mark cwd grey while inspecting errors (Ruben Bridgewater) [#&#8203;41082](https://github.com/nodejs/node/pull/41082) - \[[`baa22a7b7d`](https://github.com/nodejs/node/commit/baa22a7b7d)] - **util**: avoid inline access to Symbol.iterator (Kohei Ueno) [#&#8203;43683](https://github.com/nodejs/node/pull/43683) - \[[`a1f581a61e`](https://github.com/nodejs/node/commit/a1f581a61e)] - **util**: fix TypeError of symbol in template literals (cola119) [#&#8203;42790](https://github.com/nodejs/node/pull/42790) - \[[`ba9b2f021f`](https://github.com/nodejs/node/commit/ba9b2f021f)] - **wasi**: use WasmMemoryObject handle for perf ([#&#8203;43544](https://github.com/nodejs/node/issues/43544)) (snek) [#&#8203;43544](https://github.com/nodejs/node/pull/43544) ##### Documentation commits - \[[`e0769554a5`](https://github.com/nodejs/node/commit/e0769554a5)] - **doc**: remove bullet point referring to Node.js 12 (Luigi Pinca) [#&#8203;43744](https://github.com/nodejs/node/pull/43744) - \[[`7ffcd85ace`](https://github.com/nodejs/node/commit/7ffcd85ace)] - **doc**: include last security release date (Rafael Gonzaga) [#&#8203;43774](https://github.com/nodejs/node/pull/43774) - \[[`4569d6ebcb`](https://github.com/nodejs/node/commit/4569d6ebcb)] - **doc**: add details for July 2022 security releases (Beth Griggs) [#&#8203;43733](https://github.com/nodejs/node/pull/43733) - \[[`1bd56339c5`](https://github.com/nodejs/node/commit/1bd56339c5)] - **doc**: remove openssl 1.x reference (Rafael Gonzaga) [#&#8203;43734](https://github.com/nodejs/node/pull/43734) - \[[`bf62ffd848`](https://github.com/nodejs/node/commit/bf62ffd848)] - **doc**: remove node-report from support tiers (RafaelGSS) [#&#8203;43737](https://github.com/nodejs/node/pull/43737) - \[[`ca5af0dbf7`](https://github.com/nodejs/node/commit/ca5af0dbf7)] - **doc**: update changelog-maker to the new flags (RafaelGSS) [#&#8203;43696](https://github.com/nodejs/node/pull/43696) - \[[`088b9266d0`](https://github.com/nodejs/node/commit/088b9266d0)] - **doc**: remove extra 'in's (Colin Ihrig) [#&#8203;43705](https://github.com/nodejs/node/pull/43705) - \[[`7679c77347`](https://github.com/nodejs/node/commit/7679c77347)] - **doc**: add Geoffrey Booth to TSC (Rich Trott) [#&#8203;43706](https://github.com/nodejs/node/pull/43706) - \[[`d46261ceed`](https://github.com/nodejs/node/commit/d46261ceed)] - **doc**: improve readability of `dns.md` (0xSanyam) [#&#8203;43694](https://github.com/nodejs/node/pull/43694) - \[[`ca0fbfd87f`](https://github.com/nodejs/node/commit/ca0fbfd87f)] - **doc**: add note regarding special case of 0 stat.size (Douglas Wilson) [#&#8203;43690](https://github.com/nodejs/node/pull/43690) - \[[`267f66b5cc`](https://github.com/nodejs/node/commit/267f66b5cc)] - **doc**: fix default of duplex.allowHalfOpen (Vincent Weevers) [#&#8203;43665](https://github.com/nodejs/node/pull/43665) - \[[`46ad2061db`](https://github.com/nodejs/node/commit/46ad2061db)] - **doc**: fix typo in errors.md (Kazuma Ohashi) [#&#8203;43677](https://github.com/nodejs/node/pull/43677) - \[[`3a8edb363e`](https://github.com/nodejs/node/commit/3a8edb363e)] - **doc**: improve description of --input-type (cola119) [#&#8203;43507](https://github.com/nodejs/node/pull/43507) - \[[`b4b15b71d7`](https://github.com/nodejs/node/commit/b4b15b71d7)] - **doc**: add daeyeon to triagers (Daeyeon Jeong) [#&#8203;43637](https://github.com/nodejs/node/pull/43637) - \[[`cb77b3e3f7`](https://github.com/nodejs/node/commit/cb77b3e3f7)] - **doc**: remove appmetrics from tierlist (Tony Gorez) [#&#8203;43608](https://github.com/nodejs/node/pull/43608) - \[[`0fe825ac07`](https://github.com/nodejs/node/commit/0fe825ac07)] - **doc**: remove systemtap from tierlist (Tony Gorez) [#&#8203;43605](https://github.com/nodejs/node/pull/43605) - \[[`6fc5a13fe0`](https://github.com/nodejs/node/commit/6fc5a13fe0)] - **doc**: add single executable application initiative (Michael Dawson) [#&#8203;43611](https://github.com/nodejs/node/pull/43611) - \[[`350e6ae04c`](https://github.com/nodejs/node/commit/350e6ae04c)] - **doc**: remove windows xperf from tierlist (Tony Gorez) [#&#8203;43607](https://github.com/nodejs/node/pull/43607) - \[[`a6e98dfd65`](https://github.com/nodejs/node/commit/a6e98dfd65)] - **doc**: remove lttng from tierlist (Tony Gorez) [#&#8203;43604](https://github.com/nodejs/node/pull/43604) - \[[`22512427b3`](https://github.com/nodejs/node/commit/22512427b3)] - **doc**: remove dtrace from tierlist (Tony Gorez) [#&#8203;43606](https://github.com/nodejs/node/pull/43606) - \[[`a3659e3547`](https://github.com/nodejs/node/commit/a3659e3547)] - **doc**: promote 0x to tier 4 (Tony Gorez) [#&#8203;43609](https://github.com/nodejs/node/pull/43609) - \[[`6ede1c2162`](https://github.com/nodejs/node/commit/6ede1c2162)] - **doc**: include CVSS mention (Rafael Gonzaga) [#&#8203;43602](https://github.com/nodejs/node/pull/43602) - \[[`23c5de3579`](https://github.com/nodejs/node/commit/23c5de3579)] - **doc**: fix icu-small example (Michael Dawson) [#&#8203;43591](https://github.com/nodejs/node/pull/43591) - \[[`54a8a0c9c7`](https://github.com/nodejs/node/commit/54a8a0c9c7)] - **doc**: add `backport-open-vN.x` step to backporting guide (LiviaMedeiros) [#&#8203;43590](https://github.com/nodejs/node/pull/43590) - \[[`60b949d8ff`](https://github.com/nodejs/node/commit/60b949d8ff)] - **doc**: move MylesBorins to TSC Emeritus (Myles Borins) [#&#8203;43524](https://github.com/nodejs/node/pull/43524) - \[[`08ed28c31e`](https://github.com/nodejs/node/commit/08ed28c31e)] - **doc**: add Juan as a security steward (Michael Dawson) [#&#8203;43512](https://github.com/nodejs/node/pull/43512) - \[[`2e799bcd35`](https://github.com/nodejs/node/commit/2e799bcd35)] - **doc**: update link to MDN page about dynamic imports (James Scott-Brown) [#&#8203;43530](https://github.com/nodejs/node/pull/43530) - \[[`c8aafe2036`](https://github.com/nodejs/node/commit/c8aafe2036)] - **doc**: fix Visual Studio 2019 download link (Feng Yu) [#&#8203;43236](https://github.com/nodejs/node/pull/43236) - \[[`d0c78d21e0`](https://github.com/nodejs/node/commit/d0c78d21e0)] - **doc**: update link of `ICU data slicer` (Feng Yu) [#&#8203;43483](https://github.com/nodejs/node/pull/43483) - \[[`324728094c`](https://github.com/nodejs/node/commit/324728094c)] - **doc**: update v8 doc link to v8.dev (Feng Yu) [#&#8203;43482](https://github.com/nodejs/node/pull/43482) - \[[`b111331c9c`](https://github.com/nodejs/node/commit/b111331c9c)] - **doc**: add ESM version examples to events api doc (Feng Yu) [#&#8203;43226](https://github.com/nodejs/node/pull/43226) - \[[`038decfbc3`](https://github.com/nodejs/node/commit/038decfbc3)] - **doc**: update default branch name in `test/**` (Luigi Pinca) [#&#8203;43445](https://github.com/nodejs/node/pull/43445) - \[[`a23051af84`](https://github.com/nodejs/node/commit/a23051af84)] - **doc**: add new useful V8 option (JialuZhang-intel) [#&#8203;42575](https://github.com/nodejs/node/pull/42575) - \[[`7f406fd77b`](https://github.com/nodejs/node/commit/7f406fd77b)] - **doc**: remove branch name mention in `src/README.md` (Feng Yu) [#&#8203;43442](https://github.com/nodejs/node/pull/43442) - \[[`06fe60a6f9`](https://github.com/nodejs/node/commit/06fe60a6f9)] - **doc**: update default branch name in `Makefile` (Feng Yu) [#&#8203;43441](https://github.com/nodejs/node/pull/43441) - \[[`9d61da0aef`](https://github.com/nodejs/node/commit/9d61da0aef)] - **doc**: update main branch name in release guide (Richard Lau) [#&#8203;43437](https://github.com/nodejs/node/pull/43437) - \[[`739d3a35ed`](https://github.com/nodejs/node/commit/739d3a35ed)] - **doc**: update main branch name in onboarding.md (Feng Yu) [#&#8203;43443](https://github.com/nodejs/node/pull/43443) - \[[`e0fedcfb18`](https://github.com/nodejs/node/commit/e0fedcfb18)] - **doc**: fixup after rename of primary nodejs branch (Michael Dawson) [#&#8203;43453](https://github.com/nodejs/node/pull/43453) - \[[`429e0f433b`](https://github.com/nodejs/node/commit/429e0f433b)] - **doc**: update main branch name in doc/contributing/\* (Luigi Pinca) [#&#8203;43438](https://github.com/nodejs/node/pull/43438) - \[[`cbaf1207f4`](https://github.com/nodejs/node/commit/cbaf1207f4)] - **doc**: add code examples to node test runner (Wassim Chegham) [#&#8203;43359](https://github.com/nodejs/node/pull/43359) - \[[`462e526237`](https://github.com/nodejs/node/commit/462e526237)] - **doc,test**: clarify timingSafeEqual semantics (Tobias Nießen) [#&#8203;43228](https://github.com/nodejs/node/pull/43228) ##### Other commits - \[[`7ee0be71f9`](https://github.com/nodejs/node/commit/7ee0be71f9)] - **benchmark**: fix output regression (Brian White) [#&#8203;43635](https://github.com/nodejs/node/pull/43635) - \[[`d90a6f9bda`](https://github.com/nodejs/node/commit/d90a6f9bda)] - **benchmark**: fix fork detection (Paolo Insogna) [#&#8203;43601](https://github.com/nodejs/node/pull/43601) - \[[`f9c30abcdc`](https://github.com/nodejs/node/commit/f9c30abcdc)] - **benchmark**: forcefully close processes (Paolo Insogna) [#&#8203;43557](https://github.com/nodejs/node/pull/43557) - \[[`ebf962c053`](https://github.com/nodejs/node/commit/ebf962c053)] - **build**: enable GitPod prebuilds (Rich Trott) [#&#8203;43698](https://github.com/nodejs/node/pull/43698) - \[[`482bd53357`](https://github.com/nodejs/node/commit/482bd53357)] - **build**: clarify missing clang-format tool (Tobias Nießen) [#&#8203;42762](https://github.com/nodejs/node/pull/42762) - \[[`919c5ee5c2`](https://github.com/nodejs/node/commit/919c5ee5c2)] - **build**: update main branch name in GH workflow (Feng Yu) [#&#8203;43481](https://github.com/nodejs/node/pull/43481) - \[[`3b08dfdc5d`](https://github.com/nodejs/node/commit/3b08dfdc5d)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43750](https://github.com/nodejs/node/pull/43750) - \[[`508cbbcbf9`](https://github.com/nodejs/node/commit/508cbbcbf9)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43660](https://github.com/nodejs/node/pull/43660) - \[[`d650c9c6b0`](https://github.com/nodejs/node/commit/d650c9c6b0)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43573](https://github.com/nodejs/node/pull/43573) - \[[`b9204c9be8`](https://github.com/nodejs/node/commit/b9204c9be8)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43480](https://github.com/nodejs/node/pull/43480) - \[[`294f0ef4df`](https://github.com/nodejs/node/commit/294f0ef4df)] - **test**: mark test-net-connect-reset-until-connected flaky on freebsd (Feng Yu) [#&#8203;43613](https://github.com/nodejs/node/pull/43613) - \[[`f2f7d7b207`](https://github.com/nodejs/node/commit/f2f7d7b207)] - **test**: remove unnecessary .toString() calls in HTTP tests (Anna Henningsen) [#&#8203;43731](https://github.com/nodejs/node/pull/43731) - \[[`38e92fd88f`](https://github.com/nodejs/node/commit/38e92fd88f)] - **test**: mark test-gc-http-client-timeout as flaky on arm (Chengzhong Wu) [#&#8203;43754](https://github.com/nodejs/node/pull/43754) - \[[`b164848c55`](https://github.com/nodejs/node/commit/b164848c55)] - **test**: fix typo in file name (Antoine du Hamel) [#&#8203;43764](https://github.com/nodejs/node/pull/43764) - \[[`a0b799f645`](https://github.com/nodejs/node/commit/a0b799f645)] - **test**: add test for profile command of node inspect (Kohei Ueno) [#&#8203;43058](https://github.com/nodejs/node/pull/43058) - \[[`c4d88b3345`](https://github.com/nodejs/node/commit/c4d88b3345)] - **test**: use Object for `tests` variable in fs trace test (Feng Yu) [#&#8203;43585](https://github.com/nodejs/node/pull/43585) - \[[`c9f130e1cf`](https://github.com/nodejs/node/commit/c9f130e1cf)] - **test**: improve code coverage for performance_entry (Kohei Ueno) [#&#8203;43434](https://github.com/nodejs/node/pull/43434) - \[[`0b4956079a`](https://github.com/nodejs/node/commit/0b4956079a)] - **test**: add test to ensure repl doesn't support --input-type (cola119) [#&#8203;43507](https://github.com/nodejs/node/pull/43507) - \[[`2adf4e7727`](https://github.com/nodejs/node/commit/2adf4e7727)] - **test**: fix flaky test-perf-hooks-histogram (Santiago Gimeno) [#&#8203;43567](https://github.com/nodejs/node/pull/43567) - \[[`043756d540`](https://github.com/nodejs/node/commit/043756d540)] - **test**: fill DOMException names (LiviaMedeiros) [#&#8203;43615](https://github.com/nodejs/node/pull/43615) - \[[`e718a6e913`](https://github.com/nodejs/node/commit/e718a6e913)] - **test**: fix Buffer.from(ArrayBufferView) call (LiviaMedeiros) [#&#8203;43614](https://github.com/nodejs/node/pull/43614) - \[[`ac72f4e812`](https://github.com/nodejs/node/commit/ac72f4e812)] - **test**: mark test-worker-http2-stream-terminate flaky on all platforms (Finn Yu) [#&#8203;43620](https://github.com/nodejs/node/pull/43620) - \[[`dabccef69f`](https://github.com/nodejs/node/commit/dabccef69f)] - **test**: mark flaky tests on smartos (Feng Yu) [#&#8203;43596](https://github.com/nodejs/node/pull/43596) - \[[`705e85e736`](https://github.com/nodejs/node/commit/705e85e736)] - **test**: improve code coverage for SourceMap class (italo jose) [#&#8203;43285](https://github.com/nodejs/node/pull/43285) - \[[`7c6f548382`](https://github.com/nodejs/node/commit/7c6f548382)] - **test**: mark test-http-server-request-timeouts-mixed flaky on macOS (F3n67u) [#&#8203;43597](https://github.com/nodejs/node/pull/43597) - \[[`bd91337988`](https://github.com/nodejs/node/commit/bd91337988)] - **test**: refactor to top-level await (Meek Simbule) [#&#8203;43500](https://github.com/nodejs/node/pull/43500) - \[[`9940dc38c1`](https://github.com/nodejs/node/commit/9940dc38c1)] - **test**: skip test-v8-serialize-leak on IBM i (Richard Lau) [#&#8203;43511](https://github.com/nodejs/node/pull/43511) - \[[`17b92f0679`](https://github.com/nodejs/node/commit/17b92f0679)] - **test**: use unique file names in fs trace test (Ben Noordhuis) [#&#8203;43504](https://github.com/nodejs/node/pull/43504) - \[[`7ca58b8ee7`](https://github.com/nodejs/node/commit/7ca58b8ee7)] - **test**: allow EOVERFLOW errors in fs position tests (Richard Lau) [#&#8203;43510](https://github.com/nodejs/node/pull/43510) - \[[`eece34cddb`](https://github.com/nodejs/node/commit/eece34cddb)] - **test**: add WPT tests for dom/events (Daiki Nishikawa) [#&#8203;43151](https://github.com/nodejs/node/pull/43151) - \[[`70d297c271`](https://github.com/nodejs/node/commit/70d297c271)] - **test**: replace gc(true) with gc({ type: 'minor' }) (Tobias Nießen) [#&#8203;43493](https://github.com/nodejs/node/pull/43493) - \[[`1022c0d0d4`](https://github.com/nodejs/node/commit/1022c0d0d4)] - **test**: fix flaky test-https-server-close- tests (Santiago Gimeno) [#&#8203;43216](https://github.com/nodejs/node/pull/43216) - \[[`a9ab41cb38`](https://github.com/nodejs/node/commit/a9ab41cb38)] - **test**: refactor to top-level await (Meek Simbule) [#&#8203;43366](https://github.com/nodejs/node/pull/43366) - \[[`b1a7798821`](https://github.com/nodejs/node/commit/b1a7798821)] - **test**: skip test-net-connect-reset-until-connected on SmartOS (Filip Skokan) [#&#8203;43449](https://github.com/nodejs/node/pull/43449) - \[[`3b0703fd0d`](https://github.com/nodejs/node/commit/3b0703fd0d)] - **test**: rename `test-eventtarget-whatwg-*.js` (Daeyeon Jeong) [#&#8203;43467](https://github.com/nodejs/node/pull/43467) - \[[`5c0a24d5be`](https://github.com/nodejs/node/commit/5c0a24d5be)] - **test**: mark test-worker-http2-stream-terminate flaky on Windows (Darshan Sen) [#&#8203;43425](https://github.com/nodejs/node/pull/43425) - \[[`48ae00c0b1`](https://github.com/nodejs/node/commit/48ae00c0b1)] - **test**: improve coverage for load hooks (Antoine du Hamel) [#&#8203;43374](https://github.com/nodejs/node/pull/43374) - \[[`2b55b606f7`](https://github.com/nodejs/node/commit/2b55b606f7)] - ***Revert*** "**test**: mark test_buffer/test_finalizer flaky" (Matteo Collina) [#&#8203;43418](https://github.com/nodejs/node/pull/43418) - \[[`3948accbf4`](https://github.com/nodejs/node/commit/3948accbf4)] - **test**: make node-api/test_buffer/test_finalizer not flaky (Matteo Collina) [#&#8203;43418](https://github.com/nodejs/node/pull/43418) - \[[`c954bcd20b`](https://github.com/nodejs/node/commit/c954bcd20b)] - **tools**: remove rpm build scripts (Ben Noordhuis) [#&#8203;43647](https://github.com/nodejs/node/pull/43647) - \[[`8a06b7b9d0`](https://github.com/nodejs/node/commit/8a06b7b9d0)] - **tools**: update lint-md-dependencies to rollup@2.76.0 (Node.js GitHub Bot) [#&#8203;43749](https://github.com/nodejs/node/pull/43749) - \[[`aafdf1239e`](https://github.com/nodejs/node/commit/aafdf1239e)] - **tools**: refactor `tools/license2rtf` to ESM (Feng Yu) [#&#8203;43232](https://github.com/nodejs/node/pull/43232) - \[[`99ffabf2dd`](https://github.com/nodejs/node/commit/99ffabf2dd)] - **tools**: update eslint to 8.19.0 (Node.js GitHub Bot) [#&#8203;43662](https://github.com/nodejs/node/pull/43662) - \[[`c6396c179f`](https://github.com/nodejs/node/commit/c6396c179f)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;43572](https://github.com/nodejs/node/pull/43572) - \[[`8d14d6e215`](https://github.com/nodejs/node/commit/8d14d6e215)] - **tools**: fix CJS/ESM toggle on small screens (Antoine du Hamel) [#&#8203;43506](https://github.com/nodejs/node/pull/43506) - \[[`59d4da699e`](https://github.com/nodejs/node/commit/59d4da699e)] - **tools**: update eslint to 8.18.0 (Node.js GitHub Bot) [#&#8203;43479](https://github.com/nodejs/node/pull/43479) - \[[`752380a959`](https://github.com/nodejs/node/commit/752380a959)] - **tools**: update main branch name (Feng Yu) [#&#8203;43440](https://github.com/nodejs/node/pull/43440) - \[[`06c367ef8b`](https://github.com/nodejs/node/commit/06c367ef8b)] - **tools**: update lint-md-dependencies to rollup@2.75.6 (Node.js GitHub Bot) [#&#8203;43386](https://github.com/nodejs/node/pull/43386) ### [`v18.5.0`](https://github.com/nodejs/node/releases/tag/v18.5.0): 2022-07-07, Version 18.5.0 (Current), @&#8203;RafaelGSS [Compare Source](https://github.com/nodejs/node/compare/v18.4.0...v18.5.0) This is a security release. ##### Notable Changes - \[[`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#&#8203;43124](https://github.com/nodejs/node/pull/43124) - \[[`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#&#8203;43124](https://github.com/nodejs/node/pull/43124) - Node.js now reads `nodejs_conf` section in the `openssl` config - \[[`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#&#8203;43693](https://github.com/nodejs/node/pull/43693) - \[[`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#&#8203;43693](https://github.com/nodejs/node/pull/43693) ##### Commits - \[[`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#&#8203;43693](https://github.com/nodejs/node/pull/43693) - \[[`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#&#8203;43693](https://github.com/nodejs/node/pull/43693) - \[[`a5fc2deb43`](https://github.com/nodejs/node/commit/a5fc2deb43)] - **deps**: update default openssl.cnf directory (Michael Dawson) [nodejs-private/node-private#&#8203;335](https://github.com/nodejs-private/node-private/pull/335) - \[[`f2407748e3`](https://github.com/nodejs/node/commit/f2407748e3)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [nodejs-private/node-private#&#8203;315](https://github.com/nodejs-private/node-private/pull/315) - \[[`e4af5eba95`](https://github.com/nodejs/node/commit/e4af5eba95)] - **src**: fix IPv4 validation in inspector_socket (Tobias Nießen) [nodejs-private/node-private#&#8203;320](https://github.com/nodejs-private/node-private/pull/320) - \[[`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#&#8203;43124](https://github.com/nodejs/node/pull/43124) - \[[`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#&#8203;43124](https://github.com/nodejs/node/pull/43124) ### [`v18.4.0`](https://github.com/nodejs/node/releases/tag/v18.4.0): 2022-06-16, Version 18.4.0 (Current), @&#8203;danielleadams [Compare Source](https://github.com/nodejs/node/compare/v18.3.0...v18.4.0) ##### Notable Changes - **crypto**: - remove Node.js-specific webcrypto extensions (Filip Skokan) [#&#8203;43310](https://github.com/nodejs/node/pull/43310) - add CFRG curves to Web Crypto API (Filip Skokan) [#&#8203;42507](https://github.com/nodejs/node/pull/42507) - **dns**: - accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) [#&#8203;43054](https://github.com/nodejs/node/pull/43054) - **report**: - add more heap infos in process report (theanarkh) [#&#8203;43116](https://github.com/nodejs/node/pull/43116) ##### Commits - \[[`702bfa0b7c`](https://github.com/nodejs/node/commit/702bfa0b7c)] - **async_hooks**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`f7c4015fd8`](https://github.com/nodejs/node/commit/f7c4015fd8)] - **bootstrap**: consolidate global properties definition (Chengzhong Wu) [#&#8203;43357](https://github.com/nodejs/node/pull/43357) - \[[`8d892f5259`](https://github.com/nodejs/node/commit/8d892f5259)] - **build**: add nonpm and nocorepack to vcbuild.bat (Darshan Sen) [#&#8203;43219](https://github.com/nodejs/node/pull/43219) - \[[`4109ddc005`](https://github.com/nodejs/node/commit/4109ddc005)] - **child_process**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`7b5cb14f0c`](https://github.com/nodejs/node/commit/7b5cb14f0c)] - **cluster**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`9f1de2c005`](https://github.com/nodejs/node/commit/9f1de2c005)] - **crypto**: fix webcrypto import of cfrg raw public keys (Filip Skokan) [#&#8203;43404](https://github.com/nodejs/node/pull/43404) - \[[`7f02e22998`](https://github.com/nodejs/node/commit/7f02e22998)] - **crypto**: test webcrypto ec raw public key import (Filip Skokan) [#&#8203;43405](https://github.com/nodejs/node/pull/43405) - \[[`0a075cb548`](https://github.com/nodejs/node/commit/0a075cb548)] - **crypto**: fix webcrypto JWK EC and OKP import crv check (Filip Skokan) [#&#8203;43346](https://github.com/nodejs/node/pull/43346) - \[[`df0903c8e8`](https://github.com/nodejs/node/commit/df0903c8e8)] - **crypto**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`6d0053345e`](https://github.com/nodejs/node/commit/6d0053345e)] - **(SEMVER-MINOR)** **crypto**: remove Node.js-specific webcrypto extensions (Filip Skokan) [#&#8203;43310](https://github.com/nodejs/node/pull/43310) - \[[`28c034d6b5`](https://github.com/nodejs/node/commit/28c034d6b5)] - **(SEMVER-MINOR)** **crypto**: add CFRG curves to Web Crypto API (Filip Skokan) [#&#8203;42507](https://github.com/nodejs/node/pull/42507) - \[[`fe7fd85109`](https://github.com/nodejs/node/commit/fe7fd85109)] - **deps**: update Corepack to 0.11.2 (Maël Nison) [#&#8203;43402](https://github.com/nodejs/node/pull/43402) - \[[`517f17b214`](https://github.com/nodejs/node/commit/517f17b214)] - **deps**: update undici to 5.5.1 (Node.js GitHub Bot) [#&#8203;43412](https://github.com/nodejs/node/pull/43412) - \[[`f4c830fbe4`](https://github.com/nodejs/node/commit/f4c830fbe4)] - **deps**: upgrade npm to 8.12.1 (npm CLI robot) [#&#8203;43301](https://github.com/nodejs/node/pull/43301) - \[[`0bb84b09a5`](https://github.com/nodejs/node/commit/0bb84b09a5)] - **(SEMVER-MINOR)** **dns**: accept `'IPv4'` and `'IPv6'` for `family` (Antoine du Hamel) [#&#8203;43054](https://github.com/nodejs/node/pull/43054) - \[[`f91babe494`](https://github.com/nodejs/node/commit/f91babe494)] - **doc**: packages documentation updates for 12 EOL (Guy Bedford) [#&#8203;43375](https://github.com/nodejs/node/pull/43375) - \[[`066f963ec1`](https://github.com/nodejs/node/commit/066f963ec1)] - **doc**: add initial doc on how to update cjs-module-lexer (Michael Dawson) [#&#8203;43255](https://github.com/nodejs/node/pull/43255) - \[[`36e5684ae0`](https://github.com/nodejs/node/commit/36e5684ae0)] - **doc**: clarify use of deps/icu-small (Michael Dawson) [#&#8203;43287](https://github.com/nodejs/node/pull/43287) - \[[`b9634e7ef3`](https://github.com/nodejs/node/commit/b9634e7ef3)] - **doc**: remove llnode from diag tierlist (Tony Gorez) [#&#8203;43289](https://github.com/nodejs/node/pull/43289) - \[[`4caeb10e7b`](https://github.com/nodejs/node/commit/4caeb10e7b)] - **doc**: remove ETW from diag tierlist (Tony Gorez) [#&#8203;43295](https://github.com/nodejs/node/pull/43295) - \[[`41955e5ce5`](https://github.com/nodejs/node/commit/41955e5ce5)] - **doc**: use serial comma in report docs (Tobias Nießen) [#&#8203;43394](https://github.com/nodejs/node/pull/43394) - \[[`e30d4c1cb0`](https://github.com/nodejs/node/commit/e30d4c1cb0)] - **doc**: add fspromises mkdir example (Tierney Cyren) [#&#8203;40843](https://github.com/nodejs/node/pull/40843) - \[[`adec5fa929`](https://github.com/nodejs/node/commit/adec5fa929)] - **doc**: add F3n67u to triagers (Feng Yu) [#&#8203;43350](https://github.com/nodejs/node/pull/43350) - \[[`cc3505b192`](https://github.com/nodejs/node/commit/cc3505b192)] - **doc**: fix typo in globals.md (Daeyeon Jeong) [#&#8203;43365](https://github.com/nodejs/node/pull/43365) - \[[`052c8eaf6a`](https://github.com/nodejs/node/commit/052c8eaf6a)] - **doc**: use serial comma in webstreams docs (Tobias Nießen) [#&#8203;43353](https://github.com/nodejs/node/pull/43353) - \[[`b824a0b7d0`](https://github.com/nodejs/node/commit/b824a0b7d0)] - **doc**: fix specifier example in `esm.md` (hiroki osame) [#&#8203;43351](https://github.com/nodejs/node/pull/43351) - \[[`d558b3c028`](https://github.com/nodejs/node/commit/d558b3c028)] - **doc**: add undici to glossary (F3n67u) [#&#8203;43327](https://github.com/nodejs/node/pull/43327) - \[[`f9ad98f5cb`](https://github.com/nodejs/node/commit/f9ad98f5cb)] - **doc**: change glossary link in pull request guide to node's glossary doc (Feng Yu) [#&#8203;43318](https://github.com/nodejs/node/pull/43318) - \[[`02944a6783`](https://github.com/nodejs/node/commit/02944a6783)] - **doc**: fix typo in util.parseArgs usage example (Michael Ficarra) [#&#8203;43332](https://github.com/nodejs/node/pull/43332) - \[[`f2bc6a3f71`](https://github.com/nodejs/node/commit/f2bc6a3f71)] - **doc**: improve description of TZ (Tobias Nießen) [#&#8203;43334](https://github.com/nodejs/node/pull/43334) - \[[`9335ea6c35`](https://github.com/nodejs/node/commit/9335ea6c35)] - **doc**: use serial comma in net docs (Tobias Nießen) [#&#8203;43335](https://github.com/nodejs/node/pull/43335) - \[[`05f38c6c3e`](https://github.com/nodejs/node/commit/05f38c6c3e)] - **doc**: make clear the result of comparison between Symbol.for (Kohei Ueno) [#&#8203;43309](https://github.com/nodejs/node/pull/43309) - \[[`c9aed9de9f`](https://github.com/nodejs/node/commit/c9aed9de9f)] - **doc**: add missing require to stream api doc (Feng Yu) [#&#8203;43237](https://github.com/nodejs/node/pull/43237) - \[[`f3188c1c9c`](https://github.com/nodejs/node/commit/f3188c1c9c)] - **doc**: add CIGTM to `glossary.md` (Feng Yu) [#&#8203;43316](https://github.com/nodejs/node/pull/43316) - \[[`c572d2d115`](https://github.com/nodejs/node/commit/c572d2d115)] - **doc**: use serial comma in pull request doc (Feng Yu) [#&#8203;43319](https://github.com/nodejs/node/pull/43319) - \[[`8a4e1fa002`](https://github.com/nodejs/node/commit/8a4e1fa002)] - **doc**: use serial comma in ESM docs (Tobias Nießen) [#&#8203;43322](https://github.com/nodejs/node/pull/43322) - \[[`fff0560a66`](https://github.com/nodejs/node/commit/fff0560a66)] - **doc**: promote cdt to tier 3 (Tony Gorez) [#&#8203;43290](https://github.com/nodejs/node/pull/43290) - \[[`7d0f6da97f`](https://github.com/nodejs/node/commit/7d0f6da97f)] - **doc**: fix chromium document link in pull-requests.md (rikapo) [#&#8203;43265](https://github.com/nodejs/node/pull/43265) - \[[`4674b0d2a5`](https://github.com/nodejs/node/commit/4674b0d2a5)] - **doc**: fix 404 link of BUILDING.md (Feng Yu) [#&#8203;43234](https://github.com/nodejs/node/pull/43234) - \[[`ee392c5c0b`](https://github.com/nodejs/node/commit/ee392c5c0b)] - **doc**: update CHANGELOG_V18.md (Filip Skokan) [#&#8203;43298](https://github.com/nodejs/node/pull/43298) - \[[`5a3a2a197f`](https://github.com/nodejs/node/commit/5a3a2a197f)] - **doc**: add src/crypto to CC list for nodejs/crypto (Tobias Nießen) [#&#8203;43286](https://github.com/nodejs/node/pull/43286) - \[[`69ce50396c`](https://github.com/nodejs/node/commit/69ce50396c)] - **doc**: use serial comma in console docs (Tobias Nießen) [#&#8203;43257](https://github.com/nodejs/node/pull/43257) - \[[`0c5092c51c`](https://github.com/nodejs/node/commit/0c5092c51c)] - **events**: fix adding abort listener in `events.once` (Daeyeon Jeong) [#&#8203;43373](https://github.com/nodejs/node/pull/43373) - \[[`fda2105481`](https://github.com/nodejs/node/commit/fda2105481)] - **events**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`63bf49b143`](https://github.com/nodejs/node/commit/63bf49b143)] - **fs**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`9b764531b9`](https://github.com/nodejs/node/commit/9b764531b9)] - **fs**: export constants from `fs/promises` (Feng Yu) [#&#8203;43177](https://github.com/nodejs/node/pull/43177) - \[[`a4409f85f8`](https://github.com/nodejs/node/commit/a4409f85f8)] - **http**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`2ffd54105a`](https://github.com/nodejs/node/commit/2ffd54105a)] - **http2**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`b468b8fe51`](https://github.com/nodejs/node/commit/b468b8fe51)] - **https**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`d2a98dc6cf`](https://github.com/nodejs/node/commit/d2a98dc6cf)] - **inspector**: add missing initialization (Michael Dawson) [#&#8203;43254](https://github.com/nodejs/node/pull/43254) - \[[`3b2f7eed39`](https://github.com/nodejs/node/commit/3b2f7eed39)] - **lib**: use `kEmptyObject` in various places (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`4a9511d971`](https://github.com/nodejs/node/commit/4a9511d971)] - **lib**: give names to promisified methods (LiviaMedeiros) [#&#8203;43218](https://github.com/nodejs/node/pull/43218) - \[[`b8644606eb`](https://github.com/nodejs/node/commit/b8644606eb)] - **lib**: use null-prototype objects for property descriptors (Antoine du Hamel) [#&#8203;43270](https://github.com/nodejs/node/pull/43270) - \[[`64edd6cbc3`](https://github.com/nodejs/node/commit/64edd6cbc3)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;43399](https://github.com/nodejs/node/pull/43399) - \[[`b05cea57ba`](https://github.com/nodejs/node/commit/b05cea57ba)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43387](https://github.com/nodejs/node/pull/43387) - \[[`a8ecec57e3`](https://github.com/nodejs/node/commit/a8ecec57e3)] - **meta**: move one or more collaborators to emeritus ([#&#8203;43183](https://github.com/nodejs/node/issues/43183)) (Node.js GitHub Bot) [#&#8203;43183](https://github.com/nodejs/node/pull/43183) - \[[`60dc36244a`](https://github.com/nodejs/node/commit/60dc36244a)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43312](https://github.com/nodejs/node/pull/43312) - \[[`9803b82ac7`](https://github.com/nodejs/node/commit/9803b82ac7)] - **net,dns**: move hasObserver out of perf function (theanarkh) [#&#8203;43217](https://github.com/nodejs/node/pull/43217) - \[[`112518fb1d`](https://github.com/nodejs/node/commit/112518fb1d)] - **perf_hooks**: fix function wrapped by `timerify` to work correctly (Kohei Ueno) [#&#8203;43330](https://github.com/nodejs/node/pull/43330) - \[[`a3310d13bf`](https://github.com/nodejs/node/commit/a3310d13bf)] - **perf_hooks**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`7e8a00a26d`](https://github.com/nodejs/node/commit/7e8a00a26d)] - **readline**: fix question stack overflow (Eugene Chapko) [#&#8203;43320](https://github.com/nodejs/node/pull/43320) - \[[`5e98cacf77`](https://github.com/nodejs/node/commit/5e98cacf77)] - **readline**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`66d956ca49`](https://github.com/nodejs/node/commit/66d956ca49)] - **repl**: make autocomplete case-insensitive (Sergey Petushkov) [#&#8203;41632](https://github.com/nodejs/node/pull/41632) - \[[`201f3d7f56`](https://github.com/nodejs/node/commit/201f3d7f56)] - **(SEMVER-MINOR)** **report**: add more heap infos in process report (theanarkh) [#&#8203;43116](https://github.com/nodejs/node/pull/43116) - \[[`a0568409b6`](https://github.com/nodejs/node/commit/a0568409b6)] - **src**: fix json utils escapes for U+000B (Chengzhong Wu) [#&#8203;43206](https://github.com/nodejs/node/pull/43206) - \[[`931ecfa033`](https://github.com/nodejs/node/commit/931ecfa033)] - **src**: fix memory leaks and refactor `ByteSource` (Tobias Nießen) [#&#8203;43202](https://github.com/nodejs/node/pull/43202) - \[[`5e65c1f3da`](https://github.com/nodejs/node/commit/5e65c1f3da)] - **src**: convey potential exceptions during StreamPipe construction (Darshan Sen) [#&#8203;43240](https://github.com/nodejs/node/pull/43240) - \[[`b200a5ff67`](https://github.com/nodejs/node/commit/b200a5ff67)] - **stream**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`1cc1a57cdb`](https://github.com/nodejs/node/commit/1cc1a57cdb)] - **test**: remove unused argument in test-util-inspect.js (Colin Ihrig) [#&#8203;43395](https://github.com/nodejs/node/pull/43395) - \[[`42c2115a82`](https://github.com/nodejs/node/commit/42c2115a82)] - **test**: mark test_buffer/test_finalizer flaky (Michael Dawson) [#&#8203;43414](https://github.com/nodejs/node/pull/43414) - \[[`71802c32d0`](https://github.com/nodejs/node/commit/71802c32d0)] - **test**: fix address in use error (Caleb Everett) [#&#8203;43199](https://github.com/nodejs/node/pull/43199) - \[[`e1b8c85a7a`](https://github.com/nodejs/node/commit/e1b8c85a7a)] - **test**: add test for short-option followed by its value (Kohei Ueno) [#&#8203;43358](https://github.com/nodejs/node/pull/43358) - \[[`f8d26c6011`](https://github.com/nodejs/node/commit/f8d26c6011)] - **test**: fix `common.mustNotCall` error message (Antoine du Hamel) [#&#8203;42917](https://github.com/nodejs/node/pull/42917) - \[[`18fffe6108`](https://github.com/nodejs/node/commit/18fffe6108)] - **test**: convert then to async/await (Meek Simbule) [#&#8203;43292](https://github.com/nodejs/node/pull/43292) - \[[`acd96d80eb`](https://github.com/nodejs/node/commit/acd96d80eb)] - **test**: add `BigInt`s to `common.getArrayBufferViews()` (LiviaMedeiros) [#&#8203;43235](https://github.com/nodejs/node/pull/43235) - \[[`e576a7fa50`](https://github.com/nodejs/node/commit/e576a7fa50)] - **test_runner**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`fecad7a3a5`](https://github.com/nodejs/node/commit/fecad7a3a5)] - **timers**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`e31baca76a`](https://github.com/nodejs/node/commit/e31baca76a)] - **tls**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`7f8f61a749`](https://github.com/nodejs/node/commit/7f8f61a749)] - **tls**: fix performance regression in `convertALPNProtocols()` (LiviaMedeiros) [#&#8203;43250](https://github.com/nodejs/node/pull/43250) - \[[`ac9599a718`](https://github.com/nodejs/node/commit/ac9599a718)] - **tools**: report unsafe string and regex primordials as lint errors (Antoine du Hamel) [#&#8203;43393](https://github.com/nodejs/node/pull/43393) - \[[`b69d874592`](https://github.com/nodejs/node/commit/b69d874592)] - **tools**: fix `create-or-update-pull-request-action` hash on GHA (Antoine du Hamel) [#&#8203;43378](https://github.com/nodejs/node/pull/43378) - \[[`cf8a115983`](https://github.com/nodejs/node/commit/cf8a115983)] - **tools**: add `avoid-prototype-pollution` lint rule (Antoine du Hamel) [#&#8203;43308](https://github.com/nodejs/node/pull/43308) - \[[`8c0fe1e184`](https://github.com/nodejs/node/commit/8c0fe1e184)] - **tools**: fix find-inactive actions (LiviaMedeiros) [#&#8203;43377](https://github.com/nodejs/node/pull/43377) - \[[`7f45d69f83`](https://github.com/nodejs/node/commit/7f45d69f83)] - **tools**: update lint-md-dependencies to rollup@2.75.5 (Node.js GitHub Bot) [#&#8203;43313](https://github.com/nodejs/node/pull/43313) - \[[`d5d0f01c5a`](https://github.com/nodejs/node/commit/d5d0f01c5a)] - **tools**: update eslint to 8.17.0 (Node.js GitHub Bot) [#&#8203;43314](https://github.com/nodejs/node/pull/43314) - \[[`f598fe1585`](https://github.com/nodejs/node/commit/f598fe1585)] - **tools**: use hashes instead of tags for external actions ([#&#8203;43284](https://github.com/nodejs/node/issues/43284)) (Antoine du Hamel) [#&#8203;43284](https://github.com/nodejs/node/pull/43284) - \[[`10f79947d9`](https://github.com/nodejs/node/commit/10f79947d9)] - **tools**: update `codecov/codecov-action` version (Antoine du Hamel) [#&#8203;43297](https://github.com/nodejs/node/pull/43297) - \[[`f93848fa50`](https://github.com/nodejs/node/commit/f93848fa50)] - **tools**: update lint-md-dependencies to rollup@2.75.3 (Node.js GitHub Bot) [#&#8203;43261](https://github.com/nodejs/node/pull/43261) - \[[`b3d7dc1de8`](https://github.com/nodejs/node/commit/b3d7dc1de8)] - **tools**: update clang-format 1.7.0 to 1.8.0 (Darshan Sen) [#&#8203;43241](https://github.com/nodejs/node/pull/43241) - \[[`812140c65a`](https://github.com/nodejs/node/commit/812140c65a)] - **tools,doc**: add guards against prototype pollution when creating proxies (Antoine du Hamel) [#&#8203;43391](https://github.com/nodejs/node/pull/43391) - \[[`56b8cc5cef`](https://github.com/nodejs/node/commit/56b8cc5cef)] - **util**: freeze `kEnumerableProperty` (LiviaMedeiros) [#&#8203;43390](https://github.com/nodejs/node/pull/43390) - \[[`b187d55b6d`](https://github.com/nodejs/node/commit/b187d55b6d)] - **util**: add `kEmptyObject` to internal/util (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`024b396275`](https://github.com/nodejs/node/commit/024b396275)] - **vm**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`7fc432fa35`](https://github.com/nodejs/node/commit/7fc432fa35)] - **wasi**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) - \[[`44b65d0ca7`](https://github.com/nodejs/node/commit/44b65d0ca7)] - **worker**: use `kEmptyObject` (LiviaMedeiros) [#&#8203;43159](https://github.com/nodejs/node/pull/43159) ### [`v18.3.0`](https://github.com/nodejs/node/releases/tag/v18.3.0): 2022-06-01, Version 18.3.0 (Current), @&#8203;bengl [Compare Source](https://github.com/nodejs/node/compare/v18.2.0...v18.3.0) ##### Notable Changes - \[[`dc3b91f351`](https://github.com/nodejs/node/commit/dc3b91f351)] - **deps**: update undici to 5.4.0 (Node.js GitHub Bot) [#&#8203;43262](https://github.com/nodejs/node/pull/43262) - \[[`d6cf409d78`](https://github.com/nodejs/node/commit/d6cf409d78)] - **(SEMVER-MINOR)** **util**: add parseArgs module (Benjamin Coe) [#&#8203;42675](https://github.com/nodejs/node/pull/42675) - \[[`9539cfa358`](https://github.com/nodejs/node/commit/9539cfa358)] - **(SEMVER-MINOR)** **http**: add uniqueHeaders option to request and createServer (Paolo Insogna) [#&#8203;41397](https://github.com/nodejs/node/pull/41397) - \[[`41fdc2617d`](https://github.com/nodejs/node/commit/41fdc2617d)] - **deps**: upgrade npm to 8.11.0 (npm team) [#&#8203;43210](https://github.com/nodejs/node/pull/43210) - \[[`0000654e47`](https://github.com/nodejs/node/commit/0000654e47)] - **deps**: patch V8 to 10.2.154.4 (Michaël Zasso) [#&#8203;43067](https://github.com/nodejs/node/pull/43067) - \[[`b3c8e609fd`](https://github.com/nodejs/node/commit/b3c8e609fd)] - **(SEMVER-MINOR)** **deps**: update V8 to 10.2.154.2 (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740) - \[[`3e89b7336d`](https://github.com/nodejs/node/commit/3e89b7336d)] - **(SEMVER-MINOR)** **fs**: make params in writing methods optional (LiviaMedeiros) [#&#8203;42601](https://github.com/nodejs/node/pull/42601) - \[[`9539cfa358`](https://github.com/nodejs/node/commit/9539cfa358)] - **(SEMVER-MINOR)** **http**: add uniqueHeaders option to request and createServer (Paolo Insogna) [#&#8203;41397](https://github.com/nodejs/node/pull/41397) - \[[`8f5b4570e5`](https://github.com/nodejs/node/commit/8f5b4570e5)] - **(SEMVER-MINOR)** **net**: add ability to reset a tcp socket (pupilTong) [#&#8203;43112](https://github.com/nodejs/node/pull/43112) - \[[`5eff7b4a6a`](https://github.com/nodejs/node/commit/5eff7b4a6a)] - **(SEMVER-MINOR)** ***Revert*** "**build**: make x86 Windows support temporarily experimental" (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740) - This means 32-bit Windows binaries are back with this release. ##### Commits - \[[`aefc9dda9a`](https://github.com/nodejs/node/commit/aefc9dda9a)] - **benchmark**: add node-error benchmark (RafaelGSS) [#&#8203;43077](https://github.com/nodejs/node/pull/43077) - \[[`85d81a764f`](https://github.com/nodejs/node/commit/85d81a764f)] - **bootstrap**: include code cache in the embedded snapshot (Joyee Cheung) [#&#8203;43023](https://github.com/nodejs/node/pull/43023) - \[[`5eff7b4a6a`](https://github.com/nodejs/node/commit/5eff7b4a6a)] - **(SEMVER-MINOR)** ***Revert*** "**build**: make x86 Windows support temporarily experimental" (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740) - \[[`d6634707c5`](https://github.com/nodejs/node/commit/d6634707c5)] - **(SEMVER-MINOR)** **build**: run V8 tests with detected Python version (Richard Lau) [#&#8203;42740](https://github.com/nodejs/node/pull/42740) - \[[`b8b5e6df67`](https://github.com/nodejs/node/commit/b8b5e6df67)] - **(SEMVER-MINOR)** **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740) - \[[`285ef30877`](https://github.com/nodejs/node/commit/285ef30877)] - **console**: fix console.dir crash on a revoked proxy (Daeyeon Jeong) [#&#8203;43100](https://github.com/nodejs/node/pull/43100) - \[[`920d8c5300`](https://github.com/nodejs/node/commit/920d8c5300)] - **crypto**: align webcrypto RSA key import/export with other implementations (Filip Skokan) [#&#8203;42816](https://github.com/nodejs/node/pull/42816) - \[[`c76caadf2e`](https://github.com/nodejs/node/commit/c76caadf2e)] - **debugger**: throw a more useful error when the frame is missing (Kohei Ueno) [#&#8203;42776](https://github.com/nodejs/node/pull/42776) - \[[`dc3b91f351`](https://github.com/nodejs/node/commit/dc3b91f351)] - **deps**: update undici to 5.4.0 (Node.js GitHub Bot) [#&#8203;43262](https://github.com/nodejs/node/pull/43262) - \[[`35250bf2f6`](https://github.com/nodejs/node/commit/35250bf2f6)] - **deps**: regenerate OpenSSL archs files (Daniel Bevenius) [#&#8203;42973](https://github.com/nodejs/node/pull/42973) - \[[`ecacc3a727`](https://github.com/nodejs/node/commit/ecacc3a727)] - **deps**: exclude linker scripts for windows builds (Daniel Bevenius) [#&#8203;42973](https://github.com/nodejs/node/pull/42973) - \[[`41fdc2617d`](https://github.com/nodejs/node/commit/41fdc2617d)] - **deps**: upgrade npm to 8.11.0 (npm team) [#&#8203;43210](https://github.com/nodejs/node/pull/43210) - \[[`87b248e27e`](https://github.com/nodejs/node/commit/87b248e27e)] - **deps**: update undici to 5.3.0 (Node.js GitHub Bot) [#&#8203;43197](https://github.com/nodejs/node/pull/43197) - \[[`d42de132a7`](https://github.com/nodejs/node/commit/d42de132a7)] - **deps**: upgrade npm to 8.10.0 (npm team) [#&#8203;43061](https://github.com/nodejs/node/pull/43061) - \[[`0000654e47`](https://github.com/nodejs/node/commit/0000654e47)] - **deps**: patch V8 to 10.2.154.4 (Michaël Zasso) [#&#8203;43067](https://github.com/nodejs/node/pull/43067) - \[[`742ffefb44`](https://github.com/nodejs/node/commit/742ffefb44)] - **(SEMVER-MINOR)** **deps**: make V8 10.2 ABI-compatible with 10.1 (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740) - \[[`c626a533c7`](https://github.com/nodejs/node/commit/c626a533c7)] - **deps**: make V8 compilable with older glibc (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`76546b12a2`](https://github.com/nodejs/node/commit/76546b12a2)] - **deps**: V8: fix v8-cppgc.h for MSVC (Jiawen Geng) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`45e1fd4473`](https://github.com/nodejs/node/commit/45e1fd4473)] - **deps**: silence V8's warning on CompileFunction (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`2130891a9a`](https://github.com/nodejs/node/commit/2130891a9a)] - **(SEMVER-MINOR)** **deps**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488) - \[[`e678b6c63d`](https://github.com/nodejs/node/commit/e678b6c63d)] - **deps**: fix V8 build issue with inline methods (Jiawen Geng) [#&#8203;38807](https://github.com/nodejs/node/pull/38807) - \[[`f83323f304`](https://github.com/nodejs/node/commit/f83323f304)] - **deps**: V8: forward declaration of `Rtl*FunctionTable` (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116) - \[[`4be7584ca6`](https://github.com/nodejs/node/commit/4be7584ca6)] - **deps**: V8: un-cherry-pick [`bd019bd`](https://github.com/nodejs/node/commit/bd019bd) (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116) - \[[`b3c8e609fd`](https://github.com/nodejs/node/commit/b3c8e609fd)] - **(SEMVER-MINOR)** **deps**: update V8 to 10.2.154.2 (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740) - \[[`0afdc3e9a8`](https://github.com/nodejs/node/commit/0afdc3e9a8)] - **doc**: use serial comma in errors docs (Tobias Nießen) [#&#8203;43242](https://github.com/nodejs/node/pull/43242) - \[[`00989338b3`](https://github.com/nodejs/node/commit/00989338b3)] - **doc**: add note regarding `%Array.prototype.concat%` in `primordials.md` (Antoine du Hamel) [#&#8203;43166](https://github.com/nodejs/node/pull/43166) - \[[`badf72dd0a`](https://github.com/nodejs/node/commit/badf72dd0a)] - **doc**: use serial comma in worker_threads docs (Tobias Nießen) [#&#8203;43220](https://github.com/nodejs/node/pull/43220) - \[[`776e746f0a`](https://github.com/nodejs/node/commit/776e746f0a)] - **doc**: fix napi version for node_api_symbol_for (Danielle Adams) [#&#8203;42878](https://github.com/nodejs/node/pull/42878) - \[[`76b46801f8`](https://github.com/nodejs/node/commit/76b46801f8)] - **doc**: document `signal` option for `EventTarget#addEventListener` (Antoine du Hamel) [#&#8203;43170](https://github.com/nodejs/node/pull/43170) - \[[`3082c75efd`](https://github.com/nodejs/node/commit/3082c75efd)] - **doc**: make minor adjustments (LiviaMedeiros) [#&#8203;43175](https://github.com/nodejs/node/pull/43175) - \[[`598c1f102e`](https://github.com/nodejs/node/commit/598c1f102e)] - **doc**: use serial comma in dgram docs (Tobias Nießen) [#&#8203;43191](https://github.com/nodejs/node/pull/43191) - \[[`b772c13a62`](https://github.com/nodejs/node/commit/b772c13a62)] - **doc**: use serial comma in process docs (Tobias Nießen) [#&#8203;43179](https://github.com/nodejs/node/pull/43179) - \[[`f90a3d7a54`](https://github.com/nodejs/node/commit/f90a3d7a54)] - **doc**: improved parallel specification (mawaregetsuka) [#&#8203;42679](https://github.com/nodejs/node/pull/42679) - \[[`71074eedef`](https://github.com/nodejs/node/commit/71074eedef)] - **doc**: improve callback params for `fs.mkdir` (Daeyeon Jeong) [#&#8203;43016](https://github.com/nodejs/node/pull/43016) - \[[`2b8b224077`](https://github.com/nodejs/node/commit/2b8b224077)] - **doc**: remove outdated footnote (Python 2 --> 3 for V8 tests) (DeeDeeG) [#&#8203;43105](https://github.com/nodejs/node/pull/43105) - \[[`945f228cf1`](https://github.com/nodejs/node/commit/945f228cf1)] - **doc**: add release key for RafaelGSS (Rafael Gonzaga) [#&#8203;43131](https://github.com/nodejs/node/pull/43131) - \[[`56fc712f93`](https://github.com/nodejs/node/commit/56fc712f93)] - **doc**: use serial comma in assert docs (Tobias Nießen) [#&#8203;43154](https://github.com/nodejs/node/pull/43154) - \[[`093a3cf2f1`](https://github.com/nodejs/node/commit/093a3cf2f1)] - **doc**: fix errors in Performance hooks doc (OneNail) [#&#8203;43152](https://github.com/nodejs/node/pull/43152) - \[[`4d9f43a8a7`](https://github.com/nodejs/node/commit/4d9f43a8a7)] - **doc**: use serial comma in dns docs (Tobias Nießen) [#&#8203;43145](https://github.com/nodejs/node/pull/43145) - \[[`4e9393e32f`](https://github.com/nodejs/node/commit/4e9393e32f)] - **doc**: use ASCII apostrophes consistently (Tobias Nießen) [#&#8203;43114](https://github.com/nodejs/node/pull/43114) - \[[`b3181851d7`](https://github.com/nodejs/node/commit/b3181851d7)] - **doc**: add strategic initiative for shadow realm (Chengzhong Wu) [#&#8203;43037](https://github.com/nodejs/node/pull/43037) - \[[`6f48dfb499`](https://github.com/nodejs/node/commit/6f48dfb499)] - **fs**: add trailing commas (LiviaMedeiros) [#&#8203;43127](https://github.com/nodejs/node/pull/43127) - \[[`3e89b7336d`](https://github.com/nodejs/node/commit/3e89b7336d)] - **(SEMVER-MINOR)** **fs**: make params in writing methods optional (LiviaMedeiros) [#&#8203;42601](https://github.com/nodejs/node/pull/42601) - \[[`9539cfa358`](https://github.com/nodejs/node/commit/9539cfa358)] - **(SEMVER-MINOR)** **http**: add uniqueHeaders option to request and createServer (Paolo Insogna) [#&#8203;41397](https://github.com/nodejs/node/pull/41397) - \[[`b187060f76`](https://github.com/nodejs/node/commit/b187060f76)] - **http2**: set origin name correctly when servername is empty (ofirbarak) [#&#8203;42838](https://github.com/nodejs/node/pull/42838) - \[[`a07f5f28f3`](https://github.com/nodejs/node/commit/a07f5f28f3)] - **http2**: improve tests and docs (Daeyeon Jeong) [#&#8203;42858](https://github.com/nodejs/node/pull/42858) - \[[`701d40496d`](https://github.com/nodejs/node/commit/701d40496d)] - **lib**: refactor `validateInt32` and `validateUint32` (mawaregetsuka) [#&#8203;43071](https://github.com/nodejs/node/pull/43071) - \[[`09da76493a`](https://github.com/nodejs/node/commit/09da76493a)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43231](https://github.com/nodejs/node/pull/43231) - \[[`1da6b7c32b`](https://github.com/nodejs/node/commit/1da6b7c32b)] - **meta**: add mailmap entry for legendecas (Chengzhong Wu) [#&#8203;43156](https://github.com/nodejs/node/pull/43156) - \[[`1be254b24e`](https://github.com/nodejs/node/commit/1be254b24e)] - **meta**: add mailmap entry for npm team (Luigi Pinca) [#&#8203;43143](https://github.com/nodejs/node/pull/43143) - \[[`7d8d9d625a`](https://github.com/nodejs/node/commit/7d8d9d625a)] - **meta**: add mailmap entry for Morgan Roderick (Luigi Pinca) [#&#8203;43144](https://github.com/nodejs/node/pull/43144) - \[[`8f5b4570e5`](https://github.com/nodejs/node/commit/8f5b4570e5)] - **(SEMVER-MINOR)** **net**: add ability to reset a tcp socket (pupilTong) [#&#8203;43112](https://github.com/nodejs/node/pull/43112) - \[[`11c783fa63`](https://github.com/nodejs/node/commit/11c783fa63)] - **net**: remoteAddress always undefined called before connected (OneNail) [#&#8203;43011](https://github.com/nodejs/node/pull/43011) - \[[`9c4e070567`](https://github.com/nodejs/node/commit/9c4e070567)] - **(SEMVER-MINOR)** **node-api**: emit uncaught-exception on unhandled tsfn callbacks (Chengzhong Wu) [#&#8203;36510](https://github.com/nodejs/node/pull/36510) - \[[`54d68b1afd`](https://github.com/nodejs/node/commit/54d68b1afd)] - **perf_hooks**: fix start_time of perf_hooks (theanarkh) [#&#8203;43069](https://github.com/nodejs/node/pull/43069) - \[[`baa5d0005a`](https://github.com/nodejs/node/commit/baa5d0005a)] - **src**: refactor GetCipherValue and related functions (Tobias Nießen) [#&#8203;43171](https://github.com/nodejs/node/pull/43171) - \[[`6ee9fb14e4`](https://github.com/nodejs/node/commit/6ee9fb14e4)] - **src**: make SecureContext fields private (Tobias Nießen) [#&#8203;43173](https://github.com/nodejs/node/pull/43173) - \[[`1e2552ba6c`](https://github.com/nodejs/node/commit/1e2552ba6c)] - **src**: reuse GetServerName (Tobias Nießen) [#&#8203;43168](https://github.com/nodejs/node/pull/43168) - \[[`d8a14a2486`](https://github.com/nodejs/node/commit/d8a14a2486)] - **src**: fix static analysis warning and use smart ptr (Tobias Nießen) [#&#8203;43117](https://github.com/nodejs/node/pull/43117) - \[[`72a767b7ca`](https://github.com/nodejs/node/commit/72a767b7ca)] - **src**: remove SecureContext::operator\* (Tobias Nießen) [#&#8203;43121](https://github.com/nodejs/node/pull/43121) - \[[`82fb037388`](https://github.com/nodejs/node/commit/82fb037388)] - **src**: move context snapshot index to SnapshotData (Joyee Cheung) [#&#8203;43023](https://github.com/nodejs/node/pull/43023) - \[[`9577878258`](https://github.com/nodejs/node/commit/9577878258)] - **src**: replace TraceEventScope with sync events (Chengzhong Wu) [#&#8203;42977](https://github.com/nodejs/node/pull/42977) - \[[`41b69e3cf4`](https://github.com/nodejs/node/commit/41b69e3cf4)] - **src,lib**: migrate to console on context's extra binding (Chengzhong Wu) [#&#8203;43142](https://github.com/nodejs/node/pull/43142) - \[[`3e1ed1ee0c`](https://github.com/nodejs/node/commit/3e1ed1ee0c)] - **test**: improve code coverage for inspector connection errors (Kohei Ueno) [#&#8203;42310](https://github.com/nodejs/node/pull/42310) - \[[`d7ca2234dc`](https://github.com/nodejs/node/commit/d7ca2234dc)] - **test**: use mustSucceed instead of mustCall with assert.ifError (MURAKAMI Masahiko) [#&#8203;43188](https://github.com/nodejs/node/pull/43188) - \[[`9cc5ce6a24`](https://github.com/nodejs/node/commit/9cc5ce6a24)] - **test**: improve readline/emitKeypressEvents.js coverage (OneNail) [#&#8203;42908](https://github.com/nodejs/node/pull/42908) - \[[`447bbd0d66`](https://github.com/nodejs/node/commit/447bbd0d66)] - **tls**: fix convertALPNProtocols accepting ArrayBufferViews (LiviaMedeiros) [#&#8203;43211](https://github.com/nodejs/node/pull/43211) - \[[`df691464aa`](https://github.com/nodejs/node/commit/df691464aa)] - **tools**: update lint-md-dependencies to rollup@2.75.1 (Node.js GitHub Bot) [#&#8203;43230](https://github.com/nodejs/node/pull/43230) - \[[`d9fb25c936`](https://github.com/nodejs/node/commit/d9fb25c936)] - **tools**: refactor build-addons.js to ESM (Feng Yu) [#&#8203;43099](https://github.com/nodejs/node/pull/43099) - \[[`0efeceb4a6`](https://github.com/nodejs/node/commit/0efeceb4a6)] - **tools**: update lint-md-dependencies to rollup@2.74.1 (Node.js GitHub Bot) [#&#8203;43172](https://github.com/nodejs/node/pull/43172) - \[[`ed352a945c`](https://github.com/nodejs/node/commit/ed352a945c)] - **tools**: update eslint to 8.16.0 (Node.js GitHub Bot) [#&#8203;43174](https://github.com/nodejs/node/pull/43174) - \[[`1183058908`](https://github.com/nodejs/node/commit/1183058908)] - **tools**: refactor update-authors.js to ESM (Feng Yu) [#&#8203;43098](https://github.com/nodejs/node/pull/43098) - \[[`5228028962`](https://github.com/nodejs/node/commit/5228028962)] - **(SEMVER-MINOR)** **tools**: update V8 gypfiles for 10.2 (Michaël Zasso) [#&#8203;42740](https://github.com/nodejs/node/pull/42740) - \[[`d6cf409d78`](https://github.com/nodejs/node/commit/d6cf409d78)] - **(SEMVER-MINOR)** **util**: add parseArgs module (Benjamin Coe) [#&#8203;42675](https://github.com/nodejs/node/pull/42675) - \[[`d91b489784`](https://github.com/nodejs/node/commit/d91b489784)] - **worker**: fix heap snapshot crash on exit (Chengzhong Wu) [#&#8203;43123](https://github.com/nodejs/node/pull/43123) ### [`v18.2.0`](https://github.com/nodejs/node/releases/tag/v18.2.0): 2022-05-17, Version 18.2.0 (Current), @&#8203;BethGriggs prepared by @&#8203;RafaelGSS [Compare Source](https://github.com/nodejs/node/compare/v18.1.0...v18.2.0) ##### Notable Changes ##### OpenSSL 3.0.3 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. See <https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/> for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. - \[[`8e54c19a6e`](https://github.com/nodejs/node/commit/8e54c19a6e)] - **deps**: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022) - \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022) ##### Other Notable Changes - \[[`13c333e533`](https://github.com/nodejs/node/commit/13c333e533)] - ***Revert*** "**deps**: add template for generated headers" (Daniel Bevenius) [#&#8203;42978](https://github.com/nodejs/node/pull/42978) - \[[`d128356a7f`](https://github.com/nodejs/node/commit/d128356a7f)] - **deps**: update undici to 5.2.0 (Node.js GitHub Bot) [#&#8203;43059](https://github.com/nodejs/node/pull/43059) - \[[`2df1624f80`](https://github.com/nodejs/node/commit/2df1624f80)] - **deps**: upgrade npm to 8.9.0 (npm team) [#&#8203;42968](https://github.com/nodejs/node/pull/42968) - \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022) - \[[`4a3f678e70`](https://github.com/nodejs/node/commit/4a3f678e70)] - **doc**: add LiviaMedeiros to collaborators (LiviaMedeiros) [#&#8203;43039](https://github.com/nodejs/node/pull/43039) - \[[`686c4c1f6f`](https://github.com/nodejs/node/commit/686c4c1f6f)] - **doc**: add release key for Juan Arboleda (Juan José) [#&#8203;42961](https://github.com/nodejs/node/pull/42961) - \[[`784d84cf34`](https://github.com/nodejs/node/commit/784d84cf34)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#&#8203;42768](https://github.com/nodejs/node/pull/42768) - \[[`2f192c4be0`](https://github.com/nodejs/node/commit/2f192c4be0)] - **(SEMVER-MINOR)** **http**: added connection closing methods (Paolo Insogna) [#&#8203;42812](https://github.com/nodejs/node/pull/42812) - \[[`c92e291beb`](https://github.com/nodejs/node/commit/c92e291beb)] - **(SEMVER-MINOR)** **perf_hooks**: add PerformanceResourceTiming (RafaelGSS) [#&#8203;42725](https://github.com/nodejs/node/pull/42725) ##### Commits - \[[`7cac7bb806`](https://github.com/nodejs/node/commit/7cac7bb806)] - **assert**: fix CallTracker wraps the function causes the length to be lost (OneNail) [#&#8203;42909](https://github.com/nodejs/node/pull/42909) - \[[`e74a8da287`](https://github.com/nodejs/node/commit/e74a8da287)] - **assert**: make `assert.fail` less affected by prototype tampering (Antoine du Hamel) [#&#8203;42918](https://github.com/nodejs/node/pull/42918) - \[[`1146806673`](https://github.com/nodejs/node/commit/1146806673)] - **bootstrap**: stop delaying instantiation of maps in per-context scripts (Darshan Sen) [#&#8203;42934](https://github.com/nodejs/node/pull/42934) - \[[`a20310d171`](https://github.com/nodejs/node/commit/a20310d171)] - **bootstrap**: use a context snapshotted with primordials in workers (Joyee Cheung) [#&#8203;42867](https://github.com/nodejs/node/pull/42867) - \[[`9ee7d9eb15`](https://github.com/nodejs/node/commit/9ee7d9eb15)] - **bootstrap**: fix wasm_web_api external reference registration (Joyee Cheung) [#&#8203;42903](https://github.com/nodejs/node/pull/42903) - \[[`cec678a00e`](https://github.com/nodejs/node/commit/cec678a00e)] - **build**: set ASAN workaround (Richard Lau) [#&#8203;43085](https://github.com/nodejs/node/pull/43085) - \[[`7c4df42caa`](https://github.com/nodejs/node/commit/7c4df42caa)] - **build**: disable windows-2022 temporarily (Jiawen Geng) [#&#8203;43093](https://github.com/nodejs/node/pull/43093) - \[[`0eb32ed976`](https://github.com/nodejs/node/commit/0eb32ed976)] - **build**: fix various shared library build issues (William Marlow) [#&#8203;41850](https://github.com/nodejs/node/pull/41850) - \[[`48f4a714b2`](https://github.com/nodejs/node/commit/48f4a714b2)] - **build**: fix indeterminacy of icu_locales value (Sergey Nazaryev) [#&#8203;42865](https://github.com/nodejs/node/pull/42865) - \[[`19c060fd84`](https://github.com/nodejs/node/commit/19c060fd84)] - **crypto**: adjust minimum length in generateKey('hmac', ...) (LiviaMedeiros) [#&#8203;42944](https://github.com/nodejs/node/pull/42944) - \[[`183bcc0699`](https://github.com/nodejs/node/commit/183bcc0699)] - **crypto**: clean up parameter validation in HKDF (Tobias Nießen) [#&#8203;42924](https://github.com/nodejs/node/pull/42924) - \[[`946f57c7bc`](https://github.com/nodejs/node/commit/946f57c7bc)] - **debugger**: fix inconsistent inspector output of exec new Map() (Kohei Ueno) [#&#8203;42423](https://github.com/nodejs/node/pull/42423) - \[[`d128356a7f`](https://github.com/nodejs/node/commit/d128356a7f)] - **deps**: update undici to 5.2.0 (Node.js GitHub Bot) [#&#8203;43059](https://github.com/nodejs/node/pull/43059) - \[[`a9703a55ef`](https://github.com/nodejs/node/commit/a9703a55ef)] - **deps**: remove opensslconf template headers (Daniel Bevenius) [#&#8203;43035](https://github.com/nodejs/node/pull/43035) - \[[`a4a4f7134b`](https://github.com/nodejs/node/commit/a4a4f7134b)] - **deps**: fix llhttp version number (Michael Dawson) [#&#8203;43029](https://github.com/nodejs/node/pull/43029) - \[[`8e54c19a6e`](https://github.com/nodejs/node/commit/8e54c19a6e)] - **deps**: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022) - \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43022](https://github.com/nodejs/node/pull/43022) - \[[`e8121ae7fe`](https://github.com/nodejs/node/commit/e8121ae7fe)] - **deps**: regenerate OpenSSL archs files (Daniel Bevenius) [#&#8203;42978](https://github.com/nodejs/node/pull/42978) - \[[`13c333e533`](https://github.com/nodejs/node/commit/13c333e533)] - ***Revert*** "**deps**: add template for generated headers" (Daniel Bevenius) [#&#8203;42978](https://github.com/nodejs/node/pull/42978) - \[[`2df1624f80`](https://github.com/nodejs/node/commit/2df1624f80)] - **deps**: upgrade npm to 8.9.0 (npm team) [#&#8203;42968](https://github.com/nodejs/node/pull/42968) - \[[`f53ed9d1bb`](https://github.com/nodejs/node/commit/f53ed9d1bb)] - **doc**: use serial comma in fs docs (Tobias Nießen) [#&#8203;43104](https://github.com/nodejs/node/pull/43104) - \[[`839824aca8`](https://github.com/nodejs/node/commit/839824aca8)] - **doc**: use serial comma in events docs (Tobias Nießen) [#&#8203;43113](https://github.com/nodejs/node/pull/43113) - \[[`9629c74080`](https://github.com/nodejs/node/commit/9629c74080)] - **doc**: use serial comma in modules docs (Tobias Nießen) [#&#8203;43103](https://github.com/nodejs/node/pull/43103) - \[[`76096c2d4a`](https://github.com/nodejs/node/commit/76096c2d4a)] - **doc**: use serial comma in util docs (Tobias Nießen) [#&#8203;43063](https://github.com/nodejs/node/pull/43063) - \[[`1e9de0dd5a`](https://github.com/nodejs/node/commit/1e9de0dd5a)] - **doc**: remove git:// protocol, adjust nits in onboarding.md (LiviaMedeiros) [#&#8203;43045](https://github.com/nodejs/node/pull/43045) - \[[`eb630d7ef9`](https://github.com/nodejs/node/commit/eb630d7ef9)] - **doc**: add maintaining info for shared libary option (Michael Dawson) [#&#8203;42517](https://github.com/nodejs/node/pull/42517) - \[[`3816a97bae`](https://github.com/nodejs/node/commit/3816a97bae)] - **doc**: add detail for how to update llhttp (Michael Dawson) [#&#8203;43028](https://github.com/nodejs/node/pull/43028) - \[[`330e267a57`](https://github.com/nodejs/node/commit/330e267a57)] - **doc**: use serial comma in buffer docs (Tobias Nießen) [#&#8203;43048](https://github.com/nodejs/node/pull/43048) - \[[`0957212390`](https://github.com/nodejs/node/commit/0957212390)] - **doc**: use consistent method symbol (Paolo Insogna) [#&#8203;42974](https://github.com/nodejs/node/pull/42974) - \[[`22cb7104cb`](https://github.com/nodejs/node/commit/22cb7104cb)] - **doc**: add Rafael to the security steward for NearForm (Matteo Collina) [#&#8203;42966](https://github.com/nodejs/node/pull/42966) - \[[`ef177da3f1`](https://github.com/nodejs/node/commit/ef177da3f1)] - **doc**: mark some node-api functions as experimental (NickNaso) [#&#8203;42987](https://github.com/nodejs/node/pull/42987) - \[[`4a3f678e70`](https://github.com/nodejs/node/commit/4a3f678e70)] - **doc**: add LiviaMedeiros to collaborators (LiviaMedeiros) [#&#8203;43039](https://github.com/nodejs/node/pull/43039) - \[[`c988a0ed26`](https://github.com/nodejs/node/commit/c988a0ed26)] - **doc**: use serial comma in http docs (Tobias Nießen) [#&#8203;43026](https://github.com/nodejs/node/pull/43026) - \[[`4de918b4c1`](https://github.com/nodejs/node/commit/4de918b4c1)] - **doc**: add the preferred name for [@&#8203;himself65](https://github.com/himself65) (Himself65) [#&#8203;43024](https://github.com/nodejs/node/pull/43024) - \[[`686c4c1f6f`](https://github.com/nodejs/node/commit/686c4c1f6f)] - **doc**: add release key for Juan Arboleda (Juan José) [#&#8203;42961](https://github.com/nodejs/node/pull/42961) - \[[`64e0aa116d`](https://github.com/nodejs/node/commit/64e0aa116d)] - **doc**: rename N-API to Node-API in test/README.md (Daeyeon Jeong) [#&#8203;42946](https://github.com/nodejs/node/pull/42946) - \[[`65d64553c0`](https://github.com/nodejs/node/commit/65d64553c0)] - **doc**: use serial comma in tls docs (Tobias Nießen) [#&#8203;43001](https://github.com/nodejs/node/pull/43001) - \[[`840e61e745`](https://github.com/nodejs/node/commit/840e61e745)] - **doc**: improve commit message example for releases (Juan José) [#&#8203;42954](https://github.com/nodejs/node/pull/42954) - \[[`ba3ad7c665`](https://github.com/nodejs/node/commit/ba3ad7c665)] - **doc**: use serial comma in cluster docs (Tobias Nießen) [#&#8203;42989](https://github.com/nodejs/node/pull/42989) - \[[`3ab3086008`](https://github.com/nodejs/node/commit/3ab3086008)] - **doc**: fix errors in Web Streams doc (OneNail) [#&#8203;42862](https://github.com/nodejs/node/pull/42862) - \[[`1fbfee2497`](https://github.com/nodejs/node/commit/1fbfee2497)] - **doc**: fix examples in cluster.md (OneNail) [#&#8203;42889](https://github.com/nodejs/node/pull/42889) - \[[`1237c742f4`](https://github.com/nodejs/node/commit/1237c742f4)] - **doc**: add additional step to security release process (Michael Dawson) [#&#8203;42916](https://github.com/nodejs/node/pull/42916) - \[[`88692d8fd6`](https://github.com/nodejs/node/commit/88692d8fd6)] - **doc**: add section regarding property definition in `primordials.md` (Antoine du Hamel) [#&#8203;42921](https://github.com/nodejs/node/pull/42921) - \[[`924670f3af`](https://github.com/nodejs/node/commit/924670f3af)] - **doc**: clarify some default values in `fs.md` (LiviaMedeiros) [#&#8203;42892](https://github.com/nodejs/node/pull/42892) - \[[`becca06f9b`](https://github.com/nodejs/node/commit/becca06f9b)] - **fs**: remove unnecessary ?? operator (Morgan Roderick) [#&#8203;43073](https://github.com/nodejs/node/pull/43073) - \[[`784d84cf34`](https://github.com/nodejs/node/commit/784d84cf34)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#&#8203;42768](https://github.com/nodejs/node/pull/42768) - \[[`2f192c4be0`](https://github.com/nodejs/node/commit/2f192c4be0)] - **(SEMVER-MINOR)** **http**: added connection closing methods (Paolo Insogna) [#&#8203;42812](https://github.com/nodejs/node/pull/42812) - \[[`bfbf965eb0`](https://github.com/nodejs/node/commit/bfbf965eb0)] - **http2**: compat support for array headers (OneNail) [#&#8203;42901](https://github.com/nodejs/node/pull/42901) - \[[`46a44b3011`](https://github.com/nodejs/node/commit/46a44b3011)] - **lib**: move WebAssembly Web API into separate file (Tobias Nießen) [#&#8203;42993](https://github.com/nodejs/node/pull/42993) - \[[`c64b8d3282`](https://github.com/nodejs/node/commit/c64b8d3282)] - **lib,test**: enable wasm/webapi/empty-body WPT (Tobias Nießen) [#&#8203;42960](https://github.com/nodejs/node/pull/42960) - \[[`ddd271ec2b`](https://github.com/nodejs/node/commit/ddd271ec2b)] - **meta**: add mailmap entry for ShogunPanda (Paolo Insogna) [#&#8203;43094](https://github.com/nodejs/node/pull/43094) - \[[`174ff972f0`](https://github.com/nodejs/node/commit/174ff972f0)] - **meta**: update .mailmap for recent README name change (Rich Trott) [#&#8203;43027](https://github.com/nodejs/node/pull/43027) - \[[`16df8ad7c3`](https://github.com/nodejs/node/commit/16df8ad7c3)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;43004](https://github.com/nodejs/node/pull/43004) - \[[`0ec32d0715`](https://github.com/nodejs/node/commit/0ec32d0715)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;42937](https://github.com/nodejs/node/pull/42937) - \[[`037ff3da6d`](https://github.com/nodejs/node/commit/037ff3da6d)] - **node-api**: explicitly set \__cdecl for API functions (Vladimir Morozov) [#&#8203;42780](https://github.com/nodejs/node/pull/42780) - \[[`e2462a2f98`](https://github.com/nodejs/node/commit/e2462a2f98)] - **node-api**: fix napi_get_all_property_names (Vladimir Morozov) [#&#8203;42463](https://github.com/nodejs/node/pull/42463) - \[[`c92e291beb`](https://github.com/nodejs/node/commit/c92e291beb)] - **(SEMVER-MINOR)** **perf_hooks**: add PerformanceResourceTiming (RafaelGSS) [#&#8203;42725](https://github.com/nodejs/node/pull/42725) - \[[`c535db1195`](https://github.com/nodejs/node/commit/c535db1195)] - **src**: delete AllocatedBuffer (Darshan Sen) [#&#8203;43008](https://github.com/nodejs/node/pull/43008) - \[[`5dc79298e1`](https://github.com/nodejs/node/commit/5dc79298e1)] - **src**: remove unnecessary comment (Kohei Ueno) [#&#8203;42952](https://github.com/nodejs/node/pull/42952) - \[[`38e4c15534`](https://github.com/nodejs/node/commit/38e4c15534)] - **src**: always signal V8 for intercepted properties (Michaël Zasso) [#&#8203;42963](https://github.com/nodejs/node/pull/42963) - \[[`cacff07e75`](https://github.com/nodejs/node/commit/cacff07e75)] - **src**: fix memory leak for v8.serialize (liuxingbaoyu) [#&#8203;42695](https://github.com/nodejs/node/pull/42695) - \[[`8cfc18e4db`](https://github.com/nodejs/node/commit/8cfc18e4db)] - **src,crypto**: remove uses of AllocatedBuffer from crypto_rsa.cc (Darshan Sen) [#&#8203;42852](https://github.com/nodejs/node/pull/42852) - \[[`0670843b24`](https://github.com/nodejs/node/commit/0670843b24)] - **test**: fix dangerous .map in `test/parallel/test-http-set-trailers.js` (LiviaMedeiros) [#&#8203;43087](https://github.com/nodejs/node/pull/43087) - \[[`9eb8bf1d26`](https://github.com/nodejs/node/commit/9eb8bf1d26)] - **test**: reduce flakiness of `test-fs-read-position-validation.mjs` (LiviaMedeiros) [#&#8203;42999](https://github.com/nodejs/node/pull/42999) - \[[`41d2f6e8c5`](https://github.com/nodejs/node/commit/41d2f6e8c5)] - **test**: rename handlewrap.hasref tests (Daeyeon Jeong) [#&#8203;42754](https://github.com/nodejs/node/pull/42754) - \[[`e058f47277`](https://github.com/nodejs/node/commit/e058f47277)] - **test**: improve observable ICU behaviour coverage (LiviaMedeiros) [#&#8203;42683](https://github.com/nodejs/node/pull/42683) - \[[`d23debb4cb`](https://github.com/nodejs/node/commit/d23debb4cb)] - **test**: validate webstream encoder/decoder inspector (Yoshiki Kurihara) [#&#8203;42747](https://github.com/nodejs/node/pull/42747) - \[[`b1c18edaa9`](https://github.com/nodejs/node/commit/b1c18edaa9)] - **test**: use`mustSucceed` instead of `mustCall` with `assert.ifError` (MURAKAMI Masahiko) [#&#8203;42806](https://github.com/nodejs/node/pull/42806) - \[[`2dc795687a`](https://github.com/nodejs/node/commit/2dc795687a)] - **test**: improve `lib/internal/webstreams/readablestream.js` coverage (MURAKAMI Masahiko) [#&#8203;42823](https://github.com/nodejs/node/pull/42823) - \[[`d746207dc2`](https://github.com/nodejs/node/commit/d746207dc2)] - **test**: fix test-crypto-fips.js under shared OpenSSL (Vita Batrla) [#&#8203;42947](https://github.com/nodejs/node/pull/42947) - \[[`56c47b5101`](https://github.com/nodejs/node/commit/56c47b5101)] - **test**: use consistent timeouts (Paolo Insogna) [#&#8203;42893](https://github.com/nodejs/node/pull/42893) - \[[`68ed3c88d9`](https://github.com/nodejs/node/commit/68ed3c88d9)] - **test**: add test for position validation in fs.read() and fs.readSync() (LiviaMedeiros) [#&#8203;42837](https://github.com/nodejs/node/pull/42837) - \[[`72b90fd5f5`](https://github.com/nodejs/node/commit/72b90fd5f5)] - **test**: reduce impact of flaky HTTP server tests (Tobias Nießen) [#&#8203;42926](https://github.com/nodejs/node/pull/42926) - \[[`531a0a9980`](https://github.com/nodejs/node/commit/531a0a9980)] - **tools**: update lint-md-dependencies to rollup@2.73.0 (Node.js GitHub Bot) [#&#8203;43107](https://github.com/nodejs/node/pull/43107) - \[[`64daaca46d`](https://github.com/nodejs/node/commit/64daaca46d)] - **tools**: update eslint to 8.15.0 (Node.js GitHub Bot) [#&#8203;43005](https://github.com/nodejs/node/pull/43005) - \[[`79872382ef`](https://github.com/nodejs/node/commit/79872382ef)] - **tools**: refactor lint-sh.js to esm module (Feng Yu) [#&#8203;42942](https://github.com/nodejs/node/pull/42942) - \[[`265ecdfe07`](https://github.com/nodejs/node/commit/265ecdfe07)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;43003](https://github.com/nodejs/node/pull/43003) - \[[`e9e1f1e194`](https://github.com/nodejs/node/commit/e9e1f1e194)] - **typings**: fix `os.cpus` invalid return type (Himself65) [#&#8203;43006](https://github.com/nodejs/node/pull/43006) - \[[`55ef6e81cb`](https://github.com/nodejs/node/commit/55ef6e81cb)] - **wasm**: add missing init reported by coverity (Michael Dawson) [#&#8203;42897](https://github.com/nodejs/node/pull/42897) - \[[`5470578008`](https://github.com/nodejs/node/commit/5470578008)] - **worker**: fix stream racing with terminate (Keyhan Vakil) [#&#8203;42874](https://github.com/nodejs/node/pull/42874) ### [`v18.1.0`](https://github.com/nodejs/node/releases/tag/v18.1.0): 2022-05-03, Version 18.1.0 (Current), @&#8203;targos [Compare Source](https://github.com/nodejs/node/compare/v18.0.0...v18.1.0) ##### Notable Changes - \[[`c46e7bbf69`](https://github.com/nodejs/node/commit/c46e7bbf69)] - **doc**: add [@&#8203;kuriyosh](https://github.com/kuriyosh) to collaborators (Yoshiki Kurihara) [#&#8203;42824](https://github.com/nodejs/node/pull/42824) - \[[`b0f7c4c8f9`](https://github.com/nodejs/node/commit/b0f7c4c8f9)] - **(SEMVER-MINOR)** **lib,src**: implement WebAssembly Web API (Tobias Nießen) [#&#8203;42701](https://github.com/nodejs/node/pull/42701) - \[[`78a860ae58`](https://github.com/nodejs/node/commit/78a860ae58)] - **(SEMVER-MINOR)** **test_runner**: add initial CLI runner (Colin Ihrig) [#&#8203;42658](https://github.com/nodejs/node/pull/42658) - \[[`bf9240ae8c`](https://github.com/nodejs/node/commit/bf9240ae8c)] - **(SEMVER-MINOR)** **worker**: add hasRef() to MessagePort (Darshan Sen) [#&#8203;42849](https://github.com/nodejs/node/pull/42849) ##### Commits - \[[`4694f5bb96`](https://github.com/nodejs/node/commit/4694f5bb96)] - **async_hooks**: avoid decrementing iterator after erase (Gabriel Bota) [#&#8203;42749](https://github.com/nodejs/node/pull/42749) - \[[`459546b4f0`](https://github.com/nodejs/node/commit/459546b4f0)] - **benchmark**: fix misc/startup failure (Antoine du Hamel) [#&#8203;42746](https://github.com/nodejs/node/pull/42746) - \[[`6bd24204ea`](https://github.com/nodejs/node/commit/6bd24204ea)] - **bootstrap**: use the isolate snapshot in workers (Joyee Cheung) [#&#8203;42702](https://github.com/nodejs/node/pull/42702) - \[[`29c8411f99`](https://github.com/nodejs/node/commit/29c8411f99)] - **bootstrap**: move embedded snapshot to SnapshotBuilder (Joyee Cheung) [#&#8203;42702](https://github.com/nodejs/node/pull/42702) - \[[`4050b0d64f`](https://github.com/nodejs/node/commit/4050b0d64f)] - **build**: enable V8's shared read-only heap (Michaël Zasso) [#&#8203;42809](https://github.com/nodejs/node/pull/42809) - \[[`f9994e2029`](https://github.com/nodejs/node/commit/f9994e2029)] - **build**: improve reliability of find_python.cmd script (Luigi Pinca) [#&#8203;42810](https://github.com/nodejs/node/pull/42810) - \[[`5d15eb1a14`](https://github.com/nodejs/node/commit/5d15eb1a14)] - **build**: fix format-cpp (Darshan Sen) [#&#8203;42764](https://github.com/nodejs/node/pull/42764) - \[[`7c973474bf`](https://github.com/nodejs/node/commit/7c973474bf)] - **build**: improve the format-cpp error message (Darshan Sen) [#&#8203;42765](https://github.com/nodejs/node/pull/42765) - \[[`7681e60829`](https://github.com/nodejs/node/commit/7681e60829)] - **crypto**: validate `this` in all webcrypto methods and getters (Filip Skokan) [#&#8203;42815](https://github.com/nodejs/node/pull/42815) - \[[`2a4c8263c3`](https://github.com/nodejs/node/commit/2a4c8263c3)] - **deps**: update undici to 5.1.1 (Michaël Zasso) [#&#8203;42939](https://github.com/nodejs/node/pull/42939) - \[[`1102922ef9`](https://github.com/nodejs/node/commit/1102922ef9)] - **deps**: upgrade npm to 8.8.0 (npm team) [#&#8203;42886](https://github.com/nodejs/node/pull/42886) - \[[`279892987b`](https://github.com/nodejs/node/commit/279892987b)] - **deps**: remove linux-ppc64 architecture (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616) - \[[`4abe9879ae`](https://github.com/nodejs/node/commit/4abe9879ae)] - **deps**: remove linux-ppc architecture (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616) - \[[`8dc71f2266`](https://github.com/nodejs/node/commit/8dc71f2266)] - **deps**: remove aix-gcc architecture (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616) - \[[`6dc1f82384`](https://github.com/nodejs/node/commit/6dc1f82384)] - **deps**: remove archs/aix64-gcc (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616) - \[[`e8734a4771`](https://github.com/nodejs/node/commit/e8734a4771)] - **deps**: add note about removing asm archs (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616) - \[[`7fae2c9d6e`](https://github.com/nodejs/node/commit/7fae2c9d6e)] - **deps**: add template for generated headers (Daniel Bevenius) [#&#8203;42616](https://github.com/nodejs/node/pull/42616) - \[[`294664e32c`](https://github.com/nodejs/node/commit/294664e32c)] - **deps**: upgrade npm to 8.7.0 (npm team) [#&#8203;42744](https://github.com/nodejs/node/pull/42744) - \[[`60e461c45d`](https://github.com/nodejs/node/commit/60e461c45d)] - **doc**: reword "test directory" (LiviaMedeiros) [#&#8203;42817](https://github.com/nodejs/node/pull/42817) - \[[`227a45ba60`](https://github.com/nodejs/node/commit/227a45ba60)] - **doc**: remove legacy `-J` test.py option from BUILDING.md (LiviaMedeiros) [#&#8203;42817](https://github.com/nodejs/node/pull/42817) - \[[`e313dc6ed9`](https://github.com/nodejs/node/commit/e313dc6ed9)] - **doc**: http2.createServer `options` as optional (Daeyeon Jeong) [#&#8203;42832](https://github.com/nodejs/node/pull/42832) - \[[`8f2b2280cd`](https://github.com/nodejs/node/commit/8f2b2280cd)] - **doc**: record March 2022 security release steward (Richard Lau) [#&#8203;42876](https://github.com/nodejs/node/pull/42876) - \[[`e15d22c024`](https://github.com/nodejs/node/commit/e15d22c024)] - **doc**: initial version of security-model-strategy.md (Michael Dawson) [#&#8203;42709](https://github.com/nodejs/node/pull/42709) - \[[`fe65996790`](https://github.com/nodejs/node/commit/fe65996790)] - **doc**: clarify guide on testing internal errors (Livia Medeiros) [#&#8203;42813](https://github.com/nodejs/node/pull/42813) - \[[`2f849a460f`](https://github.com/nodejs/node/commit/2f849a460f)] - **doc**: fix markdown formatting in primordials.md (Tobias Nießen) [#&#8203;42877](https://github.com/nodejs/node/pull/42877) - \[[`cd2f5a4fd4`](https://github.com/nodejs/node/commit/cd2f5a4fd4)] - **doc**: add primordials guidelines (Antoine du Hamel) [#&#8203;38635](https://github.com/nodejs/node/pull/38635) - \[[`2d76f72665`](https://github.com/nodejs/node/commit/2d76f72665)] - **doc**: elevate node-clinic diagnostic tier (RafaelGSS) [#&#8203;42802](https://github.com/nodejs/node/pull/42802) - \[[`9b61ac2617`](https://github.com/nodejs/node/commit/9b61ac2617)] - **doc**: update WebAssembly strategy with Wasm Web API (Tobias Nießen) [#&#8203;42836](https://github.com/nodejs/node/pull/42836) - \[[`c6c1dc5833`](https://github.com/nodejs/node/commit/c6c1dc5833)] - **doc**: order `vm.Module` linker arguments correctly (Simen Bekkhus) [#&#8203;42797](https://github.com/nodejs/node/pull/42797) - \[[`c46e7bbf69`](https://github.com/nodejs/node/commit/c46e7bbf69)] - **doc**: add [@&#8203;kuriyosh](https://github.com/kuriyosh) to collaborators (Yoshiki Kurihara) [#&#8203;42824](https://github.com/nodejs/node/pull/42824) - \[[`59da1339b4`](https://github.com/nodejs/node/commit/59da1339b4)] - **doc**: add maintaining-webassembly.md (Michael Dawson) [#&#8203;42660](https://github.com/nodejs/node/pull/42660) - \[[`d9f3f05cab`](https://github.com/nodejs/node/commit/d9f3f05cab)] - **doc**: fix outdated documentation for `family` property (Antoine du Hamel) [#&#8203;42789](https://github.com/nodejs/node/pull/42789) - \[[`6fa080cb48`](https://github.com/nodejs/node/commit/6fa080cb48)] - **doc**: delete heapdump from diagnostic tooling support tiers (Tony Gorez) [#&#8203;42783](https://github.com/nodejs/node/pull/42783) - \[[`c32f76d49e`](https://github.com/nodejs/node/commit/c32f76d49e)] - **doc**: fix example in assert.md (Livia Medeiros) [#&#8203;42786](https://github.com/nodejs/node/pull/42786) - \[[`6225370b2e`](https://github.com/nodejs/node/commit/6225370b2e)] - **doc**: fix version history for Loaders API (Antoine du Hamel) [#&#8203;42778](https://github.com/nodejs/node/pull/42778) - \[[`3d65a3b13e`](https://github.com/nodejs/node/commit/3d65a3b13e)] - **doc**: add `node:` prefix for all core modules (Antoine du Hamel) [#&#8203;42752](https://github.com/nodejs/node/pull/42752) - \[[`46c880b99b`](https://github.com/nodejs/node/commit/46c880b99b)] - **doc**: clarify core modules that can be loaded without a prefix (Antoine du Hamel) [#&#8203;42753](https://github.com/nodejs/node/pull/42753) - \[[`025b3e786a`](https://github.com/nodejs/node/commit/025b3e786a)] - **doc**: consolidate use of multiple-byte units (Antoine du Hamel) [#&#8203;42587](https://github.com/nodejs/node/pull/42587) - \[[`962d80b7a1`](https://github.com/nodejs/node/commit/962d80b7a1)] - **doc**: add documentation for inherited methods (Luigi Pinca) [#&#8203;42691](https://github.com/nodejs/node/pull/42691) - \[[`222b3e6674`](https://github.com/nodejs/node/commit/222b3e6674)] - **doc**: close tag in n-api.md (Livia Medeiros) [#&#8203;42751](https://github.com/nodejs/node/pull/42751) - \[[`4c30936065`](https://github.com/nodejs/node/commit/4c30936065)] - **doc**: copyedit http.OutgoingMessage documentation (Luigi Pinca) [#&#8203;42733](https://github.com/nodejs/node/pull/42733) - \[[`d77c59d0f2`](https://github.com/nodejs/node/commit/d77c59d0f2)] - **doc**: improve fragment (`:target`) anchors behavior on HTML version (Antoine du Hamel) [#&#8203;42739](https://github.com/nodejs/node/pull/42739) - \[[`c50309cb39`](https://github.com/nodejs/node/commit/c50309cb39)] - **doc**: fix `added:` info for `outgoingMessage.writable*` (Luigi Pinca) [#&#8203;42737](https://github.com/nodejs/node/pull/42737) - \[[`6b7c35e807`](https://github.com/nodejs/node/commit/6b7c35e807)] - **doc**: delete mdb_v8 from diagnostic tooling support tiers (Tony Gorez) [#&#8203;42626](https://github.com/nodejs/node/pull/42626) - \[[`2a07a9fc3a`](https://github.com/nodejs/node/commit/2a07a9fc3a)] - **doc**: document the 'close' and 'finish' events (Luigi Pinca) [#&#8203;42704](https://github.com/nodejs/node/pull/42704) - \[[`ef5ab8179b`](https://github.com/nodejs/node/commit/ef5ab8179b)] - **doc**: fix `added:` info for `outgoingMessage.{,un}cork()` (Luigi Pinca) [#&#8203;42711](https://github.com/nodejs/node/pull/42711) - \[[`a6e1e7a5d7`](https://github.com/nodejs/node/commit/a6e1e7a5d7)] - **doc,test**: add tests and docs for duplex.fromWeb and duplex.toWeb (Erick Wendel) [#&#8203;42738](https://github.com/nodejs/node/pull/42738) - \[[`336242a7c6`](https://github.com/nodejs/node/commit/336242a7c6)] - **errors,console**: refactor to use ES2021 syntax (小菜) [#&#8203;42872](https://github.com/nodejs/node/pull/42872) - \[[`0e16120d0d`](https://github.com/nodejs/node/commit/0e16120d0d)] - **errors,vm**: update error and use cause (Gus Caplan) [#&#8203;42820](https://github.com/nodejs/node/pull/42820) - \[[`a0638a23b0`](https://github.com/nodejs/node/commit/a0638a23b0)] - **esm**: fix imports from non-file module (Antoine du Hamel) [#&#8203;42881](https://github.com/nodejs/node/pull/42881) - \[[`dab15f69e3`](https://github.com/nodejs/node/commit/dab15f69e3)] - **esm**: graduate top-level-await to stable (Antoine du Hamel) [#&#8203;42875](https://github.com/nodejs/node/pull/42875) - \[[`48bbb73f36`](https://github.com/nodejs/node/commit/48bbb73f36)] - **fs**: fix mkdirSync so ENOSPC is correctly reported (Santiago Gimeno) [#&#8203;42811](https://github.com/nodejs/node/pull/42811) - \[[`d33cbabd79`](https://github.com/nodejs/node/commit/d33cbabd79)] - **lib**: remove experimental warning from FormData (Xuguang Mei) [#&#8203;42807](https://github.com/nodejs/node/pull/42807) - \[[`ad8269450a`](https://github.com/nodejs/node/commit/ad8269450a)] - **lib,src**: use Response URL as WebAssembly location (Tobias Nießen) [#&#8203;42842](https://github.com/nodejs/node/pull/42842) - \[[`b0f7c4c8f9`](https://github.com/nodejs/node/commit/b0f7c4c8f9)] - **(SEMVER-MINOR)** **lib,src**: implement WebAssembly Web API (Tobias Nießen) [#&#8203;42701](https://github.com/nodejs/node/pull/42701) - \[[`fdc65032a7`](https://github.com/nodejs/node/commit/fdc65032a7)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42848](https://github.com/nodejs/node/pull/42848) - \[[`33ac027fdf`](https://github.com/nodejs/node/commit/33ac027fdf)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;42769](https://github.com/nodejs/node/pull/42769) - \[[`14893c5984`](https://github.com/nodejs/node/commit/14893c5984)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42760](https://github.com/nodejs/node/pull/42760) - \[[`2f38b4812c`](https://github.com/nodejs/node/commit/2f38b4812c)] - **meta**: move mmarchini to emeritus (mary marchini) [#&#8203;42750](https://github.com/nodejs/node/pull/42750) - \[[`718d11fdb0`](https://github.com/nodejs/node/commit/718d11fdb0)] - **perf_hooks**: return different functions in timerify (Himself65) [#&#8203;42854](https://github.com/nodejs/node/pull/42854) - \[[`e8083664e1`](https://github.com/nodejs/node/commit/e8083664e1)] - **src**: turn SSL_CTX_new CHECK/segfault into JS exception (Anna Henningsen) [#&#8203;42799](https://github.com/nodejs/node/pull/42799) - \[[`37ca1102c4`](https://github.com/nodejs/node/commit/37ca1102c4)] - **src**: make --no-node-snapshot a per-process option (Joyee Cheung) [#&#8203;42864](https://github.com/nodejs/node/pull/42864) - \[[`1976284a92`](https://github.com/nodejs/node/commit/1976284a92)] - **src**: define fs.constants.S_IWUSR & S_IRUSR for Win (Liviu Ionescu) [#&#8203;42757](https://github.com/nodejs/node/pull/42757) - \[[`b7e9dd0278`](https://github.com/nodejs/node/commit/b7e9dd0278)] - **src**: use `node:` prefix in example (Antoine du Hamel) [#&#8203;42794](https://github.com/nodejs/node/pull/42794) - \[[`1a7af6364d`](https://github.com/nodejs/node/commit/1a7af6364d)] - **src**: large page attributing an id on Linux (David CARLIER) [#&#8203;42644](https://github.com/nodejs/node/pull/42644) - \[[`494650c09f`](https://github.com/nodejs/node/commit/494650c09f)] - **src,crypto**: remove uses of AllocatedBuffer from crypto_ec.cc (Darshan Sen) [#&#8203;42766](https://github.com/nodejs/node/pull/42766) - \[[`8e0e576669`](https://github.com/nodejs/node/commit/8e0e576669)] - **test**: add tests for extracting function name (Kohei Ueno) [#&#8203;42399](https://github.com/nodejs/node/pull/42399) - \[[`fbda87d966`](https://github.com/nodejs/node/commit/fbda87d966)] - **test**: simplify test-gc-{http-client,net}-\* (Luigi Pinca) [#&#8203;42782](https://github.com/nodejs/node/pull/42782) - \[[`3c796f8328`](https://github.com/nodejs/node/commit/3c796f8328)] - **test**: fix `parallel/test-dgram-udp6-link-local-address` (Antoine du Hamel) [#&#8203;42795](https://github.com/nodejs/node/pull/42795) - \[[`b85a11c28e`](https://github.com/nodejs/node/commit/b85a11c28e)] - **test**: improve lib/internal/test_runner/test.js coverage (MURAKAMI Masahiko) [#&#8203;42745](https://github.com/nodejs/node/pull/42745) - \[[`59c07a99fb`](https://github.com/nodejs/node/commit/59c07a99fb)] - **test**: check ecdsa psychic signature (Filip Skokan) [#&#8203;42863](https://github.com/nodejs/node/pull/42863) - \[[`0725064695`](https://github.com/nodejs/node/commit/0725064695)] - **test**: fix port in net-perf_hooks (Livia Medeiros) [#&#8203;42761](https://github.com/nodejs/node/pull/42761) - \[[`7b701442de`](https://github.com/nodejs/node/commit/7b701442de)] - **test**: skip test that cannot pass under --node-builtin-modules-path (Geoffrey Booth) [#&#8203;42834](https://github.com/nodejs/node/pull/42834) - \[[`37364abc58`](https://github.com/nodejs/node/commit/37364abc58)] - **test**: fix flaky HTTP server tests (Tobias Nießen) [#&#8203;42846](https://github.com/nodejs/node/pull/42846) - \[[`8476ffb85a`](https://github.com/nodejs/node/commit/8476ffb85a)] - **test**: use `assert.match()` instead of `assert(regex.test())` (Antoine du Hamel) [#&#8203;42803](https://github.com/nodejs/node/pull/42803) - \[[`d311916f37`](https://github.com/nodejs/node/commit/d311916f37)] - **test**: fix calculations in test-worker-resource-limits (Joyee Cheung) [#&#8203;42702](https://github.com/nodejs/node/pull/42702) - \[[`deb3cf49c7`](https://github.com/nodejs/node/commit/deb3cf49c7)] - **test**: remove the legacy url parser function (Kohei Ueno) [#&#8203;42656](https://github.com/nodejs/node/pull/42656) - \[[`be44b1ffcb`](https://github.com/nodejs/node/commit/be44b1ffcb)] - **test**: improve test coverage of internal/blob (Yoshiki Kurihara) [#&#8203;41513](https://github.com/nodejs/node/pull/41513) - \[[`78a860ae58`](https://github.com/nodejs/node/commit/78a860ae58)] - **(SEMVER-MINOR)** **test_runner**: add initial CLI runner (Colin Ihrig) [#&#8203;42658](https://github.com/nodejs/node/pull/42658) - \[[`1e7479d34c`](https://github.com/nodejs/node/commit/1e7479d34c)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;42932](https://github.com/nodejs/node/pull/42932) - \[[`c3c5fe78dc`](https://github.com/nodejs/node/commit/c3c5fe78dc)] - **tools**: bump jsdoccomment from 0.22.1 to 0.29.0 (Rich Trott) [#&#8203;42857](https://github.com/nodejs/node/pull/42857) - \[[`97fc00a06e`](https://github.com/nodejs/node/commit/97fc00a06e)] - **tools**: update eslint to 8.14.0 (Node.js GitHub Bot) [#&#8203;42845](https://github.com/nodejs/node/pull/42845) - \[[`93fd77a16f`](https://github.com/nodejs/node/commit/93fd77a16f)] - **tools**: update doc to highlight.js@11.5.1 (Node.js GitHub Bot) [#&#8203;42758](https://github.com/nodejs/node/pull/42758) - \[[`47c04813f7`](https://github.com/nodejs/node/commit/47c04813f7)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;42759](https://github.com/nodejs/node/pull/42759) - \[[`18ae2c39d5`](https://github.com/nodejs/node/commit/18ae2c39d5)] - **tools**: lint osx shell scripts (Livia Medeiros) [#&#8203;42712](https://github.com/nodejs/node/pull/42712) - \[[`4af0fbd41e`](https://github.com/nodejs/node/commit/4af0fbd41e)] - **v8**: export cpu_profiler_metadata_size in getHeapCodeStatistics (theanarkh) [#&#8203;42818](https://github.com/nodejs/node/pull/42818) - \[[`a19fb609d8`](https://github.com/nodejs/node/commit/a19fb609d8)] - **v8**: export more fields in getHeapStatistics (theanarkh) [#&#8203;42784](https://github.com/nodejs/node/pull/42784) - \[[`1b5856a2a9`](https://github.com/nodejs/node/commit/1b5856a2a9)] - **wasi**: remove unecessary null check (Michael Dawson) [#&#8203;42819](https://github.com/nodejs/node/pull/42819) - \[[`bf9240ae8c`](https://github.com/nodejs/node/commit/bf9240ae8c)] - **(SEMVER-MINOR)** **worker**: add hasRef() to MessagePort (Darshan Sen) [#&#8203;42849](https://github.com/nodejs/node/pull/42849) - \[[`c3922afa1c`](https://github.com/nodejs/node/commit/c3922afa1c)] - **worker**: add hasRef() to the handle object (Darshan Sen) [#&#8203;42756](https://github.com/nodejs/node/pull/42756) ### [`v18.0.0`](https://github.com/nodejs/node/releases/tag/v18.0.0): 2022-04-19, Version 18.0.0 (Current), @&#8203;BethGriggs [Compare Source](https://github.com/nodejs/node/compare/v17.9.1...v18.0.0) Node.js 18 is here! Highlights include the update of the V8 JavaScript engine to 10.1, global fetch enabled by default, and a core test runner module. Initially, Node.js 18 will replace Node.js 17 as our ‘Current’ release line. As per the release schedule, Node.js 18 will be the ‘Current’ release for the next 6 months and then promoted to Long-term Support (LTS) in October 2022. Once promoted to long-term support the release will be designated the codename ‘Hydrogen’. Node.js 18 will be supported until April 2025. ##### Notable Changes ##### Deprecations and Removals - **(SEMVER-MAJOR)** **fs**: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync` (Livia Medeiros) [#&#8203;42607](https://github.com/nodejs/node/pull/42607) - **(SEMVER-MAJOR)** **dns**: remove `dns.lookup` and `dnsPromises.lookup` options type coercion (Antoine du Hamel) [#&#8203;41431](https://github.com/nodejs/node/pull/41431) - **(SEMVER-MAJOR)** **process**: runtime deprecate multipleResolves (Benjamin Gruenbaum) [#&#8203;41896](https://github.com/nodejs/node/pull/41896) - **(SEMVER-MAJOR)** **stream**: remove thenable support (Robert Nagy) [#&#8203;40773](https://github.com/nodejs/node/pull/40773) - **(SEMVER-MAJOR)** **tls**: move tls.parseCertString to end-of-life (Tobias Nießen) [#&#8203;41479](https://github.com/nodejs/node/pull/41479) ##### fetch (experimental) An experimental fetch API is available on the global scope by default. The implementation is based upon [undici](https://undici.nodejs.org/#/), an HTTP/1.1 client written for Node.js by contributors to the project. ```mjs const res = await fetch('https://nodejs.org/api/documentation.json'); if (res.ok) { const data = await res.json(); console.log(data); } ``` Through this addition, the following globals are made available: `fetch`, `FormData`, `Headers`, `Request`, `Response`. Disable this API with the `--no-experimental-fetch` command-line flag. Contributed by Michaël Zasso in [#&#8203;41811](https://github.com/nodejs/node/pull/41811). ##### HTTP Timeouts `server.headersTimeout` which limits the amount of time the parser will wait to receive the complete HTTP headers is now set to `60000` (60 seconds) by default. `server.requestTimeout` which sets the timeout value in milliseconds for receiving the entire request from the client is now set to `300000` (5 minutes) by default. If these timeouts expire, the server responds with status 408 without forwarding the request to the request listener and then closes the connection. Both timeouts must be set to a non-zero value to protect against potential Denial-of-Service attacks in case the server is deployed without a reverse proxy in front. Contributed by Paolo Insogna in [#&#8203;41263](https://github.com/nodejs/node/pull/41263). ##### Test Runner module (experimental) The `node:test` module facilitates the creation of JavaScript tests that report results in TAP format. To access it: `import test from 'node:test';` This module is only available under the `node:` scheme. The following is an example implementation of a parent test with two subtests: ```js test('top level test', async (t) => { await t.test('subtest 1', (t) => { assert.strictEqual(1, 1); }); await t.test('subtest 2', (t) => { assert.strictEqual(2, 2); }); }); ``` Read more in <https://nodejs.org/dist/latest-v18.x/docs/api/test.html>. Contributed by Colin Ihrig in [#&#8203;42325](https://github.com/nodejs/node/pull/42325). ##### Toolchain and Compiler Upgrades - Prebuilt binaries for Linux are now built on Red Hat Enterprise Linux (RHEL) 8 and are compatible with Linux distributions based on glibc 2.28 or later, for example, Debian 10, RHEL 8, Ubuntu 20.04. - Prebuilt binaries for macOS now require macOS 10.15 or later. - For AIX the minimum supported architecture has been raised from Power 7 to Power 8. Prebuilt binaries for 32-bit Windows will initially not be available due to issues building the V8 dependency in Node.js. We hope to restore 32-bit Windows binaries for Node.js 18 with a future V8 update. Node.js does not support running on operating systems that are no longer supported by their vendor. For operating systems where their vendor has planned to end support earlier than April 2025, such as Windows 8.1 (January 2023) and Windows Server 2012 R2 (October 2023), support for Node.js 18 will end at the earlier date. Full details about the supported toolchains and compilers are documented in the Node.js [BUILDING.md](https://github.com/nodejs/node/blob/v18.x/BUILDING.md#supported-platforms) file. Contributed by Richard Lau in [#&#8203;42292](https://github.com/nodejs/node/pull/42292), [#&#8203;42604](https://github.com/nodejs/node/pull/42604) and [#&#8203;42659](https://github.com/nodejs/node/pull/42659),and Michaël Zasso in [#&#8203;42105](https://github.com/nodejs/node/pull/42105) and [#&#8203;42666](https://github.com/nodejs/node/pull/42666). ##### V8 10.1 The V8 engine is updated to version 10.1, which is part of Chromium 101. Compared to the version included in Node.js 17.9.0, the following new features are included: - The [`findLast` and `findLastIndex` array methods](https://v8.dev/features/finding-in-arrays). - Improvements to the [`Intl.Locale` API](https://v8.dev/blog/v8-release-99#intl.locale-extensions). - The [`Intl.supportedValuesOf` function](https://v8.dev/blog/v8-release-99#intl-enumeration). - Improved performance of [class fields](https://bugs.chromium.org/p/v8/issues/detail?id=9888) and [private class methods](https://bugs.chromium.org/p/v8/issues/detail?id=10793) (the initialization of them is now as fast as ordinary property stores). The data format returned by the serialization API (`v8.serialize(value)`) has changed, and cannot be deserialized by earlier versions of Node.js. On the other hand, it is still possible to deserialize the previous format, as the API is backwards-compatible. Contributed by Michaël Zasso in [#&#8203;42657](https://github.com/nodejs/node/pull/42657). ##### Web Streams API (experimental) Node.js now exposes the experimental implementation of the [Web Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) on the global scope. This means the following APIs are now globally available: - `ReadableStream`, `ReadableStreamDefaultReader`, `ReadableStreamBYOBReader`, `ReadableStreamBYOBRequest`, `ReadableByteStreamController`, `ReadableStreamDefaultController`, `TransformStream`, `TransformStreamDefaultController`, `WritableStream`, `WritableStreamDefaultWriter`, `WritableStreamDefaultController`, `ByteLengthQueuingStrategy`, `CountQueuingStrategy`, `TextEncoderStream`, `TextDecoderStream`, `CompressionStream`, `DecompressionStream`. Contributed James Snell in [#&#8203;39062](https://github.com/nodejs/node/pull/39062), and Antoine du Hamel in [#&#8203;42225](https://github.com/nodejs/node/pull/42225). ##### Other Notable Changes - **(SEMVER-MAJOR)** **buffer**: expose Blob as a global (James M Snell) [#&#8203;41270](https://github.com/nodejs/node/pull/41270) - **(SEMVER-MAJOR)** **child_process**: improve argument validation (Rich Trott) [#&#8203;41305](https://github.com/nodejs/node/pull/41305) - **doc**: add RafaelGSS to collaborators (RafaelGSS) [#&#8203;42718](https://github.com/nodejs/node/pull/42718) - **(SEMVER-MAJOR)** **http**: make TCP noDelay enabled by default (Paolo Insogna) [#&#8203;42163](https://github.com/nodejs/node/pull/42163) - **(SEMVER-MAJOR)** **net**: make `server.address()` return an integer for `family` (Antoine du Hamel) [#&#8203;41431](https://github.com/nodejs/node/pull/41431) - **(SEMVER-MAJOR)** **worker**: expose BroadcastChannel as a global (James M Snell) [#&#8203;41271](https://github.com/nodejs/node/pull/41271) - **(SEMVER-MAJOR)** **worker**: graduate BroadcastChannel to supported (James M Snell) [#&#8203;41271](https://github.com/nodejs/node/pull/41271) ##### Semver-Major Commits - \[[`dab8ab2837`](https://github.com/nodejs/node/commit/dab8ab2837)] - **(SEMVER-MAJOR)** **assert,util**: compare RegExp.lastIndex while using deep equal checks (Ruben Bridgewater) [#&#8203;41020](https://github.com/nodejs/node/pull/41020) - \[[`cff14bcaef`](https://github.com/nodejs/node/commit/cff14bcaef)] - **(SEMVER-MAJOR)** **buffer**: refactor `byteLength` to remove outdated optimizations (Rongjian Zhang) [#&#8203;38545](https://github.com/nodejs/node/pull/38545) - \[[`cea76dbf33`](https://github.com/nodejs/node/commit/cea76dbf33)] - **(SEMVER-MAJOR)** **buffer**: expose Blob as a global (James M Snell) [#&#8203;41270](https://github.com/nodejs/node/pull/41270) - \[[`99c18f4786`](https://github.com/nodejs/node/commit/99c18f4786)] - **(SEMVER-MAJOR)** **buffer**: graduate Blob from experimental (James M Snell) [#&#8203;41270](https://github.com/nodejs/node/pull/41270) - \[[`35d72bf4ec`](https://github.com/nodejs/node/commit/35d72bf4ec)] - **(SEMVER-MAJOR)** **build**: make x86 Windows support temporarily experimental (Michaël Zasso) [#&#8203;42666](https://github.com/nodejs/node/pull/42666) - \[[`1134d8faf8`](https://github.com/nodejs/node/commit/1134d8faf8)] - **(SEMVER-MAJOR)** **build**: bump macOS deployment target to 10.15 (Richard Lau) [#&#8203;42292](https://github.com/nodejs/node/pull/42292) - \[[`27eb91d378`](https://github.com/nodejs/node/commit/27eb91d378)] - **(SEMVER-MAJOR)** **build**: downgrade Windows 8.1 and server 2012 R2 to experimental (Michaël Zasso) [#&#8203;42105](https://github.com/nodejs/node/pull/42105) - \[[`26c973d4b3`](https://github.com/nodejs/node/commit/26c973d4b3)] - **(SEMVER-MAJOR)** **child_process**: improve argument validation (Rich Trott) [#&#8203;41305](https://github.com/nodejs/node/pull/41305) - \[[`38007df999`](https://github.com/nodejs/node/commit/38007df999)] - **(SEMVER-MAJOR)** **cluster**: make `kill` to be just `process.kill` (Bar Admoni) [#&#8203;34312](https://github.com/nodejs/node/pull/34312) - \[[`aed18dfe59`](https://github.com/nodejs/node/commit/aed18dfe59)] - **(SEMVER-MAJOR)** **crypto**: cleanup validation (Mohammed Keyvanzadeh) [#&#8203;39841](https://github.com/nodejs/node/pull/39841) - \[[`e1fb6ae02f`](https://github.com/nodejs/node/commit/e1fb6ae02f)] - **(SEMVER-MAJOR)** **crypto**: prettify othername in PrintGeneralName (Tobias Nießen) [#&#8203;42123](https://github.com/nodejs/node/pull/42123) - \[[`36fb79030e`](https://github.com/nodejs/node/commit/36fb79030e)] - **(SEMVER-MAJOR)** **crypto**: fix X509Certificate toLegacyObject (Tobias Nießen) [#&#8203;42124](https://github.com/nodejs/node/pull/42124) - \[[`563b2ed000`](https://github.com/nodejs/node/commit/563b2ed000)] - **(SEMVER-MAJOR)** **crypto**: use RFC2253 format in PrintGeneralName (Tobias Nießen) [#&#8203;42002](https://github.com/nodejs/node/pull/42002) - \[[`18365d8ee6`](https://github.com/nodejs/node/commit/18365d8ee6)] - **(SEMVER-MAJOR)** **crypto**: change default check(Host|Email) behavior (Tobias Nießen) [#&#8203;41600](https://github.com/nodejs/node/pull/41600) - \[[`58f3fdcccd`](https://github.com/nodejs/node/commit/58f3fdcccd)] - **(SEMVER-MAJOR)** **deps**: V8: cherry-pick semver-major commits from 10.2 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`fd4f80ce54`](https://github.com/nodejs/node/commit/fd4f80ce54)] - **(SEMVER-MAJOR)** **deps**: update V8 to 10.1.124.6 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`974ab4060f`](https://github.com/nodejs/node/commit/974ab4060f)] - **(SEMVER-MAJOR)** **deps**: update V8 to 9.8.177.9 (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610) - \[[`270253c4e2`](https://github.com/nodejs/node/commit/270253c4e2)] - **(SEMVER-MAJOR)** **deps**: update V8 to 9.7.106.18 (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`08773e3c04`](https://github.com/nodejs/node/commit/08773e3c04)] - **(SEMVER-MAJOR)** **dns**: remove `dns.lookup` and `dnsPromises.lookup` options type coercion (Antoine du Hamel) [#&#8203;41431](https://github.com/nodejs/node/pull/41431) - \[[`3671cc0432`](https://github.com/nodejs/node/commit/3671cc0432)] - **(SEMVER-MAJOR)** **doc**: update minimum glibc requirements for Linux (Richard Lau) [#&#8203;42659](https://github.com/nodejs/node/pull/42659) - \[[`646e057680`](https://github.com/nodejs/node/commit/646e057680)] - **(SEMVER-MAJOR)** **doc**: update AIX minimum supported arch (Richard Lau) [#&#8203;42604](https://github.com/nodejs/node/pull/42604) - \[[`0bac5478eb`](https://github.com/nodejs/node/commit/0bac5478eb)] - **(SEMVER-MAJOR)** **fs**: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync` (Livia Medeiros) [#&#8203;42607](https://github.com/nodejs/node/pull/42607) - \[[`3caa2c1a00`](https://github.com/nodejs/node/commit/3caa2c1a00)] - **(SEMVER-MAJOR)** **http**: refactor headersTimeout and requestTimeout logic (Paolo Insogna) [#&#8203;41263](https://github.com/nodejs/node/pull/41263) - \[[`eacd45656a`](https://github.com/nodejs/node/commit/eacd45656a)] - **(SEMVER-MAJOR)** **http**: make TCP noDelay enabled by default (Paolo Insogna) [#&#8203;42163](https://github.com/nodejs/node/pull/42163) - \[[`4944ad0b9e`](https://github.com/nodejs/node/commit/4944ad0b9e)] - **(SEMVER-MAJOR)** **lib**: enable fetch by default (Michaël Zasso) [#&#8203;41811](https://github.com/nodejs/node/pull/41811) - \[[`8c4b8b201a`](https://github.com/nodejs/node/commit/8c4b8b201a)] - **(SEMVER-MAJOR)** **lib**: replace validator and error (Mohammed Keyvanzadeh) [#&#8203;41678](https://github.com/nodejs/node/pull/41678) - \[[`3c4ee5267a`](https://github.com/nodejs/node/commit/3c4ee5267a)] - **(SEMVER-MAJOR)** **module,repl**: support 'node:'-only core modules (Colin Ihrig) [#&#8203;42325](https://github.com/nodejs/node/pull/42325) - \[[`3a26db9697`](https://github.com/nodejs/node/commit/3a26db9697)] - **(SEMVER-MAJOR)** **net**: make `server.address()` return an integer for `family` (Antoine du Hamel) [#&#8203;41431](https://github.com/nodejs/node/pull/41431) - \[[`e6a7300a10`](https://github.com/nodejs/node/commit/e6a7300a10)] - **(SEMVER-MAJOR)** **process**: disallow some uses of Object.defineProperty() on process.env (Himself65) [#&#8203;28006](https://github.com/nodejs/node/pull/28006) - \[[`60b8e79599`](https://github.com/nodejs/node/commit/60b8e79599)] - **(SEMVER-MAJOR)** **process**: runtime deprecate multipleResolves (Benjamin Gruenbaum) [#&#8203;41896](https://github.com/nodejs/node/pull/41896) - \[[`d36b60e69a`](https://github.com/nodejs/node/commit/d36b60e69a)] - **(SEMVER-MAJOR)** **readline**: fix question still called after closed (Xuguang Mei) [#&#8203;42464](https://github.com/nodejs/node/pull/42464) - \[[`58e645de63`](https://github.com/nodejs/node/commit/58e645de63)] - **(SEMVER-MAJOR)** **stream**: remove thenable support (Robert Nagy) [#&#8203;40773](https://github.com/nodejs/node/pull/40773) - \[[`560cbc5849`](https://github.com/nodejs/node/commit/560cbc5849)] - **(SEMVER-MAJOR)** **stream**: expose web streams globals, remove runtime experimental warning (Antoine du Hamel) [#&#8203;42225](https://github.com/nodejs/node/pull/42225) - \[[`9fb7ac3bbd`](https://github.com/nodejs/node/commit/9fb7ac3bbd)] - **(SEMVER-MAJOR)** **stream**: need to cleanup event listeners if last stream is readable (Xuguang Mei) [#&#8203;41954](https://github.com/nodejs/node/pull/41954) - \[[`ceaa299958`](https://github.com/nodejs/node/commit/ceaa299958)] - **(SEMVER-MAJOR)** **stream**: revert revert `map` spec compliance (Benjamin Gruenbaum) [#&#8203;41933](https://github.com/nodejs/node/pull/41933) - \[[`fe7ca085a7`](https://github.com/nodejs/node/commit/fe7ca085a7)] - **(SEMVER-MAJOR)** **stream**: throw invalid arg type from End Of Stream (Jithil P Ponnan) [#&#8203;41766](https://github.com/nodejs/node/pull/41766) - \[[`48e784043d`](https://github.com/nodejs/node/commit/48e784043d)] - **(SEMVER-MAJOR)** **stream**: don't emit finish after destroy (Robert Nagy) [#&#8203;40852](https://github.com/nodejs/node/pull/40852) - \[[`f2170253b6`](https://github.com/nodejs/node/commit/f2170253b6)] - **(SEMVER-MAJOR)** **stream**: add errored and closed props (Robert Nagy) [#&#8203;40696](https://github.com/nodejs/node/pull/40696) - \[[`432d1b50e0`](https://github.com/nodejs/node/commit/432d1b50e0)] - **(SEMVER-MAJOR)** **test**: add initial test module (Colin Ihrig) [#&#8203;42325](https://github.com/nodejs/node/pull/42325) - \[[`92567283f4`](https://github.com/nodejs/node/commit/92567283f4)] - **(SEMVER-MAJOR)** **timers**: refactor internal classes to ES2015 syntax (Rabbit) [#&#8203;37408](https://github.com/nodejs/node/pull/37408) - \[[`65910c0d6c`](https://github.com/nodejs/node/commit/65910c0d6c)] - **(SEMVER-MAJOR)** **tls**: represent registeredID numerically always (Tobias Nießen) [#&#8203;41561](https://github.com/nodejs/node/pull/41561) - \[[`807c7e14f4`](https://github.com/nodejs/node/commit/807c7e14f4)] - **(SEMVER-MAJOR)** **tls**: move tls.parseCertString to end-of-life (Tobias Nießen) [#&#8203;41479](https://github.com/nodejs/node/pull/41479) - \[[`f524306077`](https://github.com/nodejs/node/commit/f524306077)] - **(SEMVER-MAJOR)** **url**: throw on NULL in IPv6 hostname (Rich Trott) [#&#8203;42313](https://github.com/nodejs/node/pull/42313) - \[[`0187bc5cdc`](https://github.com/nodejs/node/commit/0187bc5cdc)] - **(SEMVER-MAJOR)** **v8**: make v8.writeHeapSnapshot() error codes consistent (Darshan Sen) [#&#8203;42577](https://github.com/nodejs/node/pull/42577) - \[[`74b9baa426`](https://github.com/nodejs/node/commit/74b9baa426)] - **(SEMVER-MAJOR)** **v8**: make writeHeapSnapshot throw if fopen fails (Antonio Román) [#&#8203;41373](https://github.com/nodejs/node/pull/41373) - \[[`ce4d3adf50`](https://github.com/nodejs/node/commit/ce4d3adf50)] - **(SEMVER-MAJOR)** **worker**: expose BroadcastChannel as a global (James M Snell) [#&#8203;41271](https://github.com/nodejs/node/pull/41271) - \[[`6486a304d3`](https://github.com/nodejs/node/commit/6486a304d3)] - **(SEMVER-MAJOR)** **worker**: graduate BroadcastChannel to supported (James M Snell) [#&#8203;41271](https://github.com/nodejs/node/pull/41271) ##### Semver-Minor Commits - \[[`415726b8c4`](https://github.com/nodejs/node/commit/415726b8c4)] - **(SEMVER-MINOR)** **stream**: add writableAborted (Robert Nagy) [#&#8203;40802](https://github.com/nodejs/node/pull/40802) - \[[`54819f08e0`](https://github.com/nodejs/node/commit/54819f08e0)] - **(SEMVER-MINOR)** **test_runner**: support 'only' tests (Colin Ihrig) [#&#8203;42514](https://github.com/nodejs/node/pull/42514) ##### Semver-Patch Commits - \[[`7533d08b94`](https://github.com/nodejs/node/commit/7533d08b94)] - **buffer**: fix `atob` input validation (Austin Kelleher) [#&#8203;42662](https://github.com/nodejs/node/pull/42662) - \[[`96673bcb96`](https://github.com/nodejs/node/commit/96673bcb96)] - **build**: run clang-format on CI (Darshan Sen) [#&#8203;42681](https://github.com/nodejs/node/pull/42681) - \[[`d5462e4558`](https://github.com/nodejs/node/commit/d5462e4558)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`aa52873887`](https://github.com/nodejs/node/commit/aa52873887)] - **build**: add configure option --v8-enable-short-builtin-calls (daomingq) [#&#8203;42109](https://github.com/nodejs/node/pull/42109) - \[[`7ee8a7a463`](https://github.com/nodejs/node/commit/7ee8a7a463)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610) - \[[`a189dee52a`](https://github.com/nodejs/node/commit/a189dee52a)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`e8697cfe38`](https://github.com/nodejs/node/commit/e8697cfe38)] - **crypto**: improve prime size argument validation (Tobias Nießen) [#&#8203;42234](https://github.com/nodejs/node/pull/42234) - \[[`a9c0689786`](https://github.com/nodejs/node/commit/a9c0689786)] - **crypto**: fix return type prob reported by coverity (Michael Dawson) [#&#8203;42135](https://github.com/nodejs/node/pull/42135) - \[[`e938515b41`](https://github.com/nodejs/node/commit/e938515b41)] - **deps**: patch V8 to 10.1.124.8 (Michaël Zasso) [#&#8203;42730](https://github.com/nodejs/node/pull/42730) - \[[`eba7d2db7f`](https://github.com/nodejs/node/commit/eba7d2db7f)] - **deps**: V8: cherry-pick [`ad21d21`](https://github.com/nodejs/node/commit/ad21d212fc14) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`004137e269`](https://github.com/nodejs/node/commit/004137e269)] - **deps**: V8: cherry-pick [`4c29cf1`](https://github.com/nodejs/node/commit/4c29cf1b7885) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`a052c03033`](https://github.com/nodejs/node/commit/a052c03033)] - **deps**: V8: cherry-pick [`ca2a787`](https://github.com/nodejs/node/commit/ca2a787a0b49) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`01cea9a8d8`](https://github.com/nodejs/node/commit/01cea9a8d8)] - **deps**: V8: cherry-pick [`a2cae21`](https://github.com/nodejs/node/commit/a2cae2180a7a) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`d9d26b08ef`](https://github.com/nodejs/node/commit/d9d26b08ef)] - **deps**: V8: cherry-pick [`87ce4f5`](https://github.com/nodejs/node/commit/87ce4f5d98a5) (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`64a6328505`](https://github.com/nodejs/node/commit/64a6328505)] - **deps**: make V8 compilable with older glibc (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`fde59217b9`](https://github.com/nodejs/node/commit/fde59217b9)] - **deps**: V8: fix v8-cppgc.h for MSVC (Jiawen Geng) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`cdcc82cced`](https://github.com/nodejs/node/commit/cdcc82cced)] - **deps**: silence V8's warning on CompileFunction (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`2f51e121da`](https://github.com/nodejs/node/commit/2f51e121da)] - **deps**: update Acorn to v8.7.0 (Michaël Zasso) [#&#8203;42667](https://github.com/nodejs/node/pull/42667) - \[[`6d4b01774b`](https://github.com/nodejs/node/commit/6d4b01774b)] - **deps**: update ICU to 71.1 (Michaël Zasso) [#&#8203;42655](https://github.com/nodejs/node/pull/42655) - \[[`2d84620f86`](https://github.com/nodejs/node/commit/2d84620f86)] - **deps**: upgrade npm to 8.6.0 (npm team) [#&#8203;42550](https://github.com/nodejs/node/pull/42550) - \[[`c7ac11fa25`](https://github.com/nodejs/node/commit/c7ac11fa25)] - **deps**: update undici to 5.0.0 (Node.js GitHub Bot) [#&#8203;42583](https://github.com/nodejs/node/pull/42583) - \[[`468fffdf66`](https://github.com/nodejs/node/commit/468fffdf66)] - **deps**: V8: cherry-pick [`50d5fb7`](https://github.com/nodejs/node/commit/50d5fb7a457c) (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610) - \[[`48708be57b`](https://github.com/nodejs/node/commit/48708be57b)] - **deps**: V8: cherry-pick [`79a9d2e`](https://github.com/nodejs/node/commit/79a9d2eb3477) (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610) - \[[`3c8782f70e`](https://github.com/nodejs/node/commit/3c8782f70e)] - **deps**: silence V8's warning on CompileFunction (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`9318408c49`](https://github.com/nodejs/node/commit/9318408c49)] - **deps**: silence V8's warning on CompileFunction (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`e23e345b6c`](https://github.com/nodejs/node/commit/e23e345b6c)] - **deps**: V8: cherry-pick [`80bbbb1`](https://github.com/nodejs/node/commit/80bbbb143c24) (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`696ce7df26`](https://github.com/nodejs/node/commit/696ce7df26)] - **deps**: V8: cherry-pick [`1cc12b2`](https://github.com/nodejs/node/commit/1cc12b278e22) (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`aa88e5e4b9`](https://github.com/nodejs/node/commit/aa88e5e4b9)] - **doc**: revise data imports and node: imports sections (Rich Trott) [#&#8203;42734](https://github.com/nodejs/node/pull/42734) - \[[`a058cefe29`](https://github.com/nodejs/node/commit/a058cefe29)] - **doc**: fix ESM JSON/data URL import example (Rich Trott) [#&#8203;42728](https://github.com/nodejs/node/pull/42728) - \[[`e61b62b9d4`](https://github.com/nodejs/node/commit/e61b62b9d4)] - **doc**: improve doc for http.ServerResponse inheritance (Luigi Pinca) [#&#8203;42693](https://github.com/nodejs/node/pull/42693) - \[[`6669b3857f`](https://github.com/nodejs/node/commit/6669b3857f)] - **doc**: add RafaelGSS to collaborators (RafaelGSS) [#&#8203;42718](https://github.com/nodejs/node/pull/42718) - \[[`f825341bab`](https://github.com/nodejs/node/commit/f825341bab)] - **doc**: add NodeEdKeyGenParams to CryptoKey.algorithm (Tobias Nießen) [#&#8203;42629](https://github.com/nodejs/node/pull/42629) - \[[`d4d78361f2`](https://github.com/nodejs/node/commit/d4d78361f2)] - **doc**: fix the example for embedders (Momtchil Momtchev) [#&#8203;42671](https://github.com/nodejs/node/pull/42671) - \[[`6706be1cdb`](https://github.com/nodejs/node/commit/6706be1cdb)] - **doc**: change AES-GCM IV recommendation in WebCrypto (Tobias Nießen) [#&#8203;42611](https://github.com/nodejs/node/pull/42611) - \[[`4508c8caa4`](https://github.com/nodejs/node/commit/4508c8caa4)] - **doc**: fix `added:` info for some methods (Luigi Pinca) [#&#8203;42661](https://github.com/nodejs/node/pull/42661) - \[[`951dbc045a`](https://github.com/nodejs/node/commit/951dbc045a)] - **doc**: remove unneeded new in Buffer example (Niklas Mischkulnig) [#&#8203;42682](https://github.com/nodejs/node/pull/42682) - \[[`65e838071b`](https://github.com/nodejs/node/commit/65e838071b)] - **doc**: mark worker.id as integer in cluster docs (Tobias Nießen) [#&#8203;42684](https://github.com/nodejs/node/pull/42684) - \[[`a82713cbb6`](https://github.com/nodejs/node/commit/a82713cbb6)] - **doc**: recommend `fh.createWriteStream` for fsPromises methods (Antoine du Hamel) [#&#8203;42653](https://github.com/nodejs/node/pull/42653) - \[[`13ad8d4e09`](https://github.com/nodejs/node/commit/13ad8d4e09)] - **doc**: fix outgoingMessage.removeHeader() signature (Luigi Pinca) [#&#8203;42652](https://github.com/nodejs/node/pull/42652) - \[[`a0461255c0`](https://github.com/nodejs/node/commit/a0461255c0)] - **doc**: mark tlsSocket.authorized as boolean property (Tobias Nießen) [#&#8203;42647](https://github.com/nodejs/node/pull/42647) - \[[`3ac7f86c2b`](https://github.com/nodejs/node/commit/3ac7f86c2b)] - **doc**: add missing punctuation in Web Streams doc (Tobias Nießen) [#&#8203;42672](https://github.com/nodejs/node/pull/42672) - \[[`b98386c977`](https://github.com/nodejs/node/commit/b98386c977)] - **doc**: add missing article in session ticket section (Tobias Nießen) [#&#8203;42632](https://github.com/nodejs/node/pull/42632) - \[[`a113468383`](https://github.com/nodejs/node/commit/a113468383)] - **doc**: link to dynamic import function (Tobias Nießen) [#&#8203;42634](https://github.com/nodejs/node/pull/42634) - \[[`dfc2dc8b65`](https://github.com/nodejs/node/commit/dfc2dc8b65)] - **doc**: add note about header values encoding (Shogun) [#&#8203;42624](https://github.com/nodejs/node/pull/42624) - \[[`ec5a359ffd`](https://github.com/nodejs/node/commit/ec5a359ffd)] - **doc**: add missing word in rootCertificates section (Tobias Nießen) [#&#8203;42633](https://github.com/nodejs/node/pull/42633) - \[[`c08a361f70`](https://github.com/nodejs/node/commit/c08a361f70)] - **doc**: add history entries for DEP0162 on `fs.md` (Antoine du Hamel) [#&#8203;42608](https://github.com/nodejs/node/pull/42608) - \[[`4fade6acb4`](https://github.com/nodejs/node/commit/4fade6acb4)] - **doc**: fix brackets position (Livia Medeiros) [#&#8203;42649](https://github.com/nodejs/node/pull/42649) - \[[`8055c7ba5d`](https://github.com/nodejs/node/commit/8055c7ba5d)] - **doc**: copyedit corepack.md (Rich Trott) [#&#8203;42620](https://github.com/nodejs/node/pull/42620) - \[[`85a65c3260`](https://github.com/nodejs/node/commit/85a65c3260)] - **doc**: delete chakra tt from diagnostic tooling support tiers (Tony Gorez) [#&#8203;42627](https://github.com/nodejs/node/pull/42627) - \[[`63bb6dcf0f`](https://github.com/nodejs/node/commit/63bb6dcf0f)] - **doc**: align links in table to top (nikoladev) [#&#8203;41396](https://github.com/nodejs/node/pull/41396) - \[[`28d8614add`](https://github.com/nodejs/node/commit/28d8614add)] - **http**: document that ClientRequest inherits from OutgoingMessage (K.C.Ashish Kumar) [#&#8203;42642](https://github.com/nodejs/node/pull/42642) - \[[`c37fdacb34`](https://github.com/nodejs/node/commit/c37fdacb34)] - **lib**: use class fields in observe.js (Joyee Cheung) [#&#8203;42361](https://github.com/nodejs/node/pull/42361) - \[[`ea0668a27e`](https://github.com/nodejs/node/commit/ea0668a27e)] - **lib**: use class fields in Event and EventTarget (Joyee Cheung) [#&#8203;42361](https://github.com/nodejs/node/pull/42361) - \[[`eb7b89c829`](https://github.com/nodejs/node/commit/eb7b89c829)] - **lib**: update class fields TODO in abort_controller.js (Joyee Cheung) [#&#8203;42361](https://github.com/nodejs/node/pull/42361) - \[[`d835b1f1c1`](https://github.com/nodejs/node/commit/d835b1f1c1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42677](https://github.com/nodejs/node/pull/42677) - \[[`29492496e8`](https://github.com/nodejs/node/commit/29492496e8)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;42599](https://github.com/nodejs/node/pull/42599) - \[[`93c4dc5e5a`](https://github.com/nodejs/node/commit/93c4dc5e5a)] - **module**: ensure 'node:'-only modules can access node_modules (Colin Ihrig) [#&#8203;42430](https://github.com/nodejs/node/pull/42430) - \[[`3a26db9697`](https://github.com/nodejs/node/commit/3a26db9697)] - **net**: make `server.address()` return an integer for `family` (Antoine du Hamel) [#&#8203;41431](https://github.com/nodejs/node/pull/41431) - \[[`44fdf953ba`](https://github.com/nodejs/node/commit/44fdf953ba)] - **node-api,src**: fix module registration in MSVC C++ (Vladimir Morozov) [#&#8203;42459](https://github.com/nodejs/node/pull/42459) - \[[`3026ca0bf2`](https://github.com/nodejs/node/commit/3026ca0bf2)] - **src**: fix coverity report (Michael Dawson) [#&#8203;42663](https://github.com/nodejs/node/pull/42663) - \[[`01fd048c6e`](https://github.com/nodejs/node/commit/01fd048c6e)] - **src**: update NODE_MODULE_VERSION to 108 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`75a71dc7ae`](https://github.com/nodejs/node/commit/75a71dc7ae)] - **src**: fix alphabetically sorted binding list (Tobias Nießen) [#&#8203;42687](https://github.com/nodejs/node/pull/42687) - \[[`457567f72c`](https://github.com/nodejs/node/commit/457567f72c)] - **src**: include crypto in the bootstrap snapshot (Joyee Cheung) [#&#8203;42203](https://github.com/nodejs/node/pull/42203) - \[[`aa7dc808f5`](https://github.com/nodejs/node/commit/aa7dc808f5)] - **src**: update ImportModuleDynamically (Camillo Bruni) [#&#8203;41610](https://github.com/nodejs/node/pull/41610) - \[[`fa0439e66c`](https://github.com/nodejs/node/commit/fa0439e66c)] - **src**: update NODE_MODULE_VERSION to 105 (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610) - \[[`6ec1664dc8`](https://github.com/nodejs/node/commit/6ec1664dc8)] - **src**: update NODE_MODULE_VERSION to 104 (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`a706342368`](https://github.com/nodejs/node/commit/a706342368)] - **src**: add kNoBrowserGlobals flag for Environment (Cheng Zhao) [#&#8203;40532](https://github.com/nodejs/node/pull/40532) - \[[`0c57a37dd0`](https://github.com/nodejs/node/commit/0c57a37dd0)] - **src,crypto**: remove uses of AllocatedBuffer from crypto_tls.cc (Darshan Sen) [#&#8203;42589](https://github.com/nodejs/node/pull/42589) - \[[`be01185844`](https://github.com/nodejs/node/commit/be01185844)] - **src,inspector**: fix empty MaybeLocal crash (Darshan Sen) [#&#8203;42409](https://github.com/nodejs/node/pull/42409) - \[[`340b770d3f`](https://github.com/nodejs/node/commit/340b770d3f)] - **stream**: unify writableErrored and readableErrored (Robert Nagy) [#&#8203;40799](https://github.com/nodejs/node/pull/40799) - \[[`19064bec34`](https://github.com/nodejs/node/commit/19064bec34)] - **test**: delete test/pummel/test-repl-empty-maybelocal-crash.js (Darshan Sen) [#&#8203;42720](https://github.com/nodejs/node/pull/42720) - \[[`9d6af7d1fe`](https://github.com/nodejs/node/commit/9d6af7d1fe)] - **test**: improve `internal/url.js` coverage (Yoshiki Kurihara) [#&#8203;42650](https://github.com/nodejs/node/pull/42650) - \[[`d49df5ca8d`](https://github.com/nodejs/node/commit/d49df5ca8d)] - **test**: adapt message tests for V8 10.2 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`c6b4e9604f`](https://github.com/nodejs/node/commit/c6b4e9604f)] - **test**: adapt test-worker-debug for V8 10.0 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`0854fce8bc`](https://github.com/nodejs/node/commit/0854fce8bc)] - **test**: adapt test-v8-serdes for V8 9.9 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`73d53fe9f5`](https://github.com/nodejs/node/commit/73d53fe9f5)] - **test**: only skip slow tests on Raspberry Pi devices (Richard Lau) [#&#8203;42645](https://github.com/nodejs/node/pull/42645) - \[[`db7fa9f4b7`](https://github.com/nodejs/node/commit/db7fa9f4b7)] - **test**: allow numeric string for lookupService test (Daeyeon Jeong) [#&#8203;42596](https://github.com/nodejs/node/pull/42596) - \[[`0525a147b2`](https://github.com/nodejs/node/commit/0525a147b2)] - **test**: remove an unnecessary `undefined` in wpt (Khaidi Chu) [#&#8203;41470](https://github.com/nodejs/node/pull/41470) - \[[`bb762c5bd0`](https://github.com/nodejs/node/commit/bb762c5bd0)] - **test**: simplify test-http-write-callbacks.js (Tobias Nießen) [#&#8203;42628](https://github.com/nodejs/node/pull/42628) - \[[`1600869eb7`](https://github.com/nodejs/node/commit/1600869eb7)] - **test**: fix comments in test files (Daeyeon Jeong) [#&#8203;42536](https://github.com/nodejs/node/pull/42536) - \[[`82181bb9b8`](https://github.com/nodejs/node/commit/82181bb9b8)] - **test**: fix failure in test/sequential/test-heapdump.js (Darshan Sen) [#&#8203;41772](https://github.com/nodejs/node/pull/41772) - \[[`ba5b5acaf1`](https://github.com/nodejs/node/commit/ba5b5acaf1)] - **test**: improve ` worker_threads ` coverage (Erick Wendel) [#&#8203;41818](https://github.com/nodejs/node/pull/41818) - \[[`f076c36335`](https://github.com/nodejs/node/commit/f076c36335)] - **tools**: update clang-format 1.6.0 to 1.7.0 (Rich Trott) [#&#8203;42724](https://github.com/nodejs/node/pull/42724) - \[[`45162bf9e7`](https://github.com/nodejs/node/commit/45162bf9e7)] - **tools**: update clang-format from 1.2.3 to 1.6.0 (Rich Trott) [#&#8203;42685](https://github.com/nodejs/node/pull/42685) - \[[`40bc08089d`](https://github.com/nodejs/node/commit/40bc08089d)] - **tools**: update V8 gypfiles for 10.1 (Michaël Zasso) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`09513cd1a3`](https://github.com/nodejs/node/commit/09513cd1a3)] - **tools**: update eslint to 8.13.0 (Node.js GitHub Bot) [#&#8203;42678](https://github.com/nodejs/node/pull/42678) - \[[`b99bb57416`](https://github.com/nodejs/node/commit/b99bb57416)] - **tools**: update gyp-next to v0.12.1 (Michaël Zasso) [#&#8203;42625](https://github.com/nodejs/node/pull/42625) - \[[`2468db1f53`](https://github.com/nodejs/node/commit/2468db1f53)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs)[@&#8203;21](https://github.com/21).0.3 (Node.js GitHub Bot) [#&#8203;42584](https://github.com/nodejs/node/pull/42584) - \[[`8a3f28a05c`](https://github.com/nodejs/node/commit/8a3f28a05c)] - **tools**: add v8-embedder-state-scope.h to distributed headers (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610) - \[[`30c4e1d952`](https://github.com/nodejs/node/commit/30c4e1d952)] - **tools**: update V8 gypfiles for 9.8 (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610) - \[[`1ad44094a2`](https://github.com/nodejs/node/commit/1ad44094a2)] - **tools**: update V8 gypfiles for 9.7 (Michaël Zasso) [#&#8203;40907](https://github.com/nodejs/node/pull/40907) - \[[`86b77f7d0f`](https://github.com/nodejs/node/commit/86b77f7d0f)] - **tools,doc**: use V8::DisposePlatform (Michaël Zasso) [#&#8203;41610](https://github.com/nodejs/node/pull/41610) - \[[`62e62757b3`](https://github.com/nodejs/node/commit/62e62757b3)] - **tools,test**: fix V8 initialization order (Camillo Bruni) [#&#8203;42657](https://github.com/nodejs/node/pull/42657) - \[[`0187bc5cdc`](https://github.com/nodejs/node/commit/0187bc5cdc)] - **v8**: make v8.writeHeapSnapshot() error codes consistent (Darshan Sen) [#&#8203;42577](https://github.com/nodejs/node/pull/42577) - \[[`74b9baa426`](https://github.com/nodejs/node/commit/74b9baa426)] - **v8**: make writeHeapSnapshot throw if fopen fails (Antonio Román) [#&#8203;41373](https://github.com/nodejs/node/pull/41373) ### [`v17.9.1`](https://github.com/nodejs/node/releases/tag/v17.9.1): 2022-06-01, Version 17.9.1 (Current), @&#8203;ruyadorno [Compare Source](https://github.com/nodejs/node/compare/v17.9.0...v17.9.1) ##### Notable Changes - Upgrade npm to 8.11.0 ##### Update to OpenSSL 3.0.3 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 17. See <https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/> for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. ##### Commits - \[[`17fef6e`](https://github.com/nodejs/node/commit/17fef6ed54)] - deps: upgrade npm to 8.11.0 (npm team) [#&#8203;43210](https://github.com/nodejs/node/pull/43210) - \[[`d0b53c0`](https://github.com/nodejs/node/commit/d0b53c0557)] - deps: upgrade npm to 8.10.0 (npm team) [#&#8203;43061](https://github.com/nodejs/node/pull/43061) - \[[`72630d1`](https://github.com/nodejs/node/commit/72630d176f)] - deps: upgrade npm to 8.9.0 (npm team) [#&#8203;42968](https://github.com/nodejs/node/pull/42968) - \[[`93d58c3`](https://github.com/nodejs/node/commit/93d58c361e)] - deps: upgrade npm to 8.8.0 (npm team) [#&#8203;42886](https://github.com/nodejs/node/pull/42886) - \[[`34e6edd`](https://github.com/nodejs/node/commit/34e6edd421)] - deps: upgrade npm to 8.7.0 (npm team) [#&#8203;42744](https://github.com/nodejs/node/pull/42744) - \[[`02f8b0c`](https://github.com/nodejs/node/commit/02f8b0cdad)] - deps: upgrade npm to 8.6.0 (npm team) [#&#8203;42550](https://github.com/nodejs/node/pull/42550) - \[[`871eace`](https://github.com/nodejs/node/commit/871eace946)] - deps: update archs files for quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43025](https://github.com/nodejs/node/pull/43025) - \[[`05fb807`](https://github.com/nodejs/node/commit/05fb807ab0)] - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#&#8203;43025](https://github.com/nodejs/node/pull/43025) ### [`v17.9.0`](https://github.com/nodejs/node/releases/tag/v17.9.0): 2022-04-07, Version 17.9.0 (Current), @&#8203;BethGriggs prepared by @&#8203;juanarbol [Compare Source](https://github.com/nodejs/node/compare/v17.8.0...v17.9.0) ##### Notable Changes - \[[`7124f91cbf`](https://github.com/nodejs/node/commit/7124f91cbf)] - **(SEMVER-MINOR)** **crypto**: make authTagLength optional for CC20P1305 (Tobias Nießen) [#&#8203;42427](https://github.com/nodejs/node/pull/42427) - \[[`30dc6dd3fb`](https://github.com/nodejs/node/commit/30dc6dd3fb)] - **deps**: update undici to 4.16.0 (Node.js GitHub Bot) [#&#8203;42414](https://github.com/nodejs/node/pull/42414) - \[[`f0fc2744a5`](https://github.com/nodejs/node/commit/f0fc2744a5)] - **doc**: add [@&#8203;meixg](https://github.com/meixg) to collaborators (Xuguang Mei) [#&#8203;42576](https://github.com/nodejs/node/pull/42576) ##### Commits - \[[`bb71433334`](https://github.com/nodejs/node/commit/bb71433334)] - **async_hooks**: remove destroyed symbol on Promises (Gerhard Stöbich) [#&#8203;42402](https://github.com/nodejs/node/pull/42402) - \[[`b48a6cb3f9`](https://github.com/nodejs/node/commit/b48a6cb3f9)] - **bootstrap**: reset process.\_exit and process.exitCode in pre-execution (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466) - \[[`b89f038537`](https://github.com/nodejs/node/commit/b89f038537)] - **bootstrap**: run inspector and event loop in snapshot builder (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466) - \[[`177558600e`](https://github.com/nodejs/node/commit/177558600e)] - **bootstrap**: make I/O streams work with user-land snapshot (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466) - \[[`e3683cb34d`](https://github.com/nodejs/node/commit/e3683cb34d)] - **bootstrap**: refresh options in pre-execution (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466) - \[[`d302d2f0d2`](https://github.com/nodejs/node/commit/d302d2f0d2)] - **bootstrap**: use SnapshotData to pass snapshot data around (Joyee Cheung) [#&#8203;42360](https://github.com/nodejs/node/pull/42360) - \[[`eb3dfc00f0`](https://github.com/nodejs/node/commit/eb3dfc00f0)] - **buffer**: improve Blob constructor error message when passing a string (Xuguang Mei) [#&#8203;42338](https://github.com/nodejs/node/pull/42338) - \[[`f45d5537c1`](https://github.com/nodejs/node/commit/f45d5537c1)] - **buffer**: fix `atob` input validation (Antoine du Hamel) [#&#8203;42539](https://github.com/nodejs/node/pull/42539) - \[[`fb6a5ba8d7`](https://github.com/nodejs/node/commit/fb6a5ba8d7)] - **build**: remove precompiled header and debug information for host builds (Niyas Sait) [#&#8203;42538](https://github.com/nodejs/node/pull/42538) - \[[`1f7d2e800c`](https://github.com/nodejs/node/commit/1f7d2e800c)] - **build**: windows/arm64 native compilation support (Niyas Sait) [#&#8203;42408](https://github.com/nodejs/node/pull/42408) - \[[`d9a1d7866c`](https://github.com/nodejs/node/commit/d9a1d7866c)] - **build**: consolidate JS and md linting GitHub Actions (Rich Trott) [#&#8203;42572](https://github.com/nodejs/node/pull/42572) - \[[`ecb5be845d`](https://github.com/nodejs/node/commit/ecb5be845d)] - **build**: set stale action back to running nightly (Michael Dawson) [#&#8203;42549](https://github.com/nodejs/node/pull/42549) - \[[`f9fb7f6d96`](https://github.com/nodejs/node/commit/f9fb7f6d96)] - **build**: add --node-snapshot-main configure option (Joyee Cheung) [#&#8203;42466](https://github.com/nodejs/node/pull/42466) - \[[`c6808f088b`](https://github.com/nodejs/node/commit/c6808f088b)] - **build**: bump actions/checkout (Eliaz Bobadilla) [#&#8203;42460](https://github.com/nodejs/node/pull/42460) - \[[`9a54acb7c6`](https://github.com/nodejs/node/commit/9a54acb7c6)] - **child_process**: add env contents types in JSDoc (Rich Trott) [#&#8203;42494](https://github.com/nodejs/node/pull/42494) - \[[`a2f07380ea`](https://github.com/nodejs/node/commit/a2f07380ea)] - **crypto**: do not add undefined hash in webcrypto normalizeAlgorithm (Filip Skokan) [#&#8203;42559](https://github.com/nodejs/node/pull/42559) - \[[`9b4bd7d031`](https://github.com/nodejs/node/commit/9b4bd7d031)] - **crypto**: cleanup webcrypto jwk code (Filip Skokan) [#&#8203;42562](https://github.com/nodejs/node/pull/42562) - \[[`541a1328b0`](https://github.com/nodejs/node/commit/541a1328b0)] - **crypto**: fix webcrypto derive key lengths (Filip Skokan) [#&#8203;42542](https://github.com/nodejs/node/pull/42542) - \[[`7124f91cbf`](https://github.com/nodejs/node/commit/7124f91cbf)] - **(SEMVER-MINOR)** **crypto**: make authTagLength optional for CC20P1305 (Tobias Nießen) [#&#8203;42427](https://github.com/nodejs/node/pull/42427) - \[[`30dc6dd3fb`](https://github.com/nodejs/node/commit/30dc6dd3fb)] - **deps**: update undici to 4.16.0 (Node.js GitHub Bot) [#&#8203;42414](https://github.com/nodejs/node/pull/42414) - \[[`6e56924274`](https://github.com/nodejs/node/commit/6e56924274)] - **doc**: simplify Http2Stream encoding text (Rich Trott) [#&#8203;42597](https://github.com/nodejs/node/pull/42597) - \[[`261672b1da`](https://github.com/nodejs/node/commit/261672b1da)] - **doc**: remove obsolete stream API selection text (Rich Trott) [#&#8203;42586](https://github.com/nodejs/node/pull/42586) - \[[`beffed1880`](https://github.com/nodejs/node/commit/beffed1880)] - **doc**: remove faulty justification for 128-bit AES (Tobias Nießen) [#&#8203;42578](https://github.com/nodejs/node/pull/42578) - \[[`71f4a39086`](https://github.com/nodejs/node/commit/71f4a39086)] - **doc**: fix documentation of `FileHandle.prototype.appendFile` (Antoine du Hamel) [#&#8203;42588](https://github.com/nodejs/node/pull/42588) - \[[`c83ea22f7c`](https://github.com/nodejs/node/commit/c83ea22f7c)] - **doc**: change "OCSP Request" to "OCSP request" (Tobias Nießen) [#&#8203;42582](https://github.com/nodejs/node/pull/42582) - \[[`71ab0dea35`](https://github.com/nodejs/node/commit/71ab0dea35)] - **doc**: aes webcrypto unwrap is not a node-specific extensions (Filip Skokan) [#&#8203;42561](https://github.com/nodejs/node/pull/42561) - \[[`1c614184da`](https://github.com/nodejs/node/commit/1c614184da)] - **doc**: simplify recommendations in process.md (Rich Trott) [#&#8203;42556](https://github.com/nodejs/node/pull/42556) - \[[`c036800ddc`](https://github.com/nodejs/node/commit/c036800ddc)] - **doc**: clarify recommendations in stream.md (Rich Trott) [#&#8203;42555](https://github.com/nodejs/node/pull/42555) - \[[`dcf0abf8c7`](https://github.com/nodejs/node/commit/dcf0abf8c7)] - **doc**: simplify recommendation in webcrypto.md (Rich Trott) [#&#8203;42554](https://github.com/nodejs/node/pull/42554) - \[[`8333fa063b`](https://github.com/nodejs/node/commit/8333fa063b)] - **doc**: update DEP0102 text (Rich Trott) [#&#8203;42553](https://github.com/nodejs/node/pull/42553) - \[[`8b08bff682`](https://github.com/nodejs/node/commit/8b08bff682)] - **doc**: remove util.promisify() content in readline.md (Rich Trott) [#&#8203;42552](https://github.com/nodejs/node/pull/42552) - \[[`94492424ba`](https://github.com/nodejs/node/commit/94492424ba)] - **doc**: add introduction sentence for CJS (Antoine du Hamel) [#&#8203;42491](https://github.com/nodejs/node/pull/42491) - \[[`f0fc2744a5`](https://github.com/nodejs/node/commit/f0fc2744a5)] - **doc**: add [@&#8203;meixg](https://github.com/meixg) to collaborators (Xuguang Mei) [#&#8203;42576](https://github.com/nodejs/node/pull/42576) - \[[`d935fef594`](https://github.com/nodejs/node/commit/d935fef594)] - **doc**: consolidate CI sections (Rich Trott) [#&#8203;42534](https://github.com/nodejs/node/pull/42534) - \[[`fd45df314b`](https://github.com/nodejs/node/commit/fd45df314b)] - **doc**: document breaking change in `http.IncomingMessage` `'close'` event (Paolo Insogna) [#&#8203;42521](https://github.com/nodejs/node/pull/42521) - \[[`53584fa750`](https://github.com/nodejs/node/commit/53584fa750)] - **doc**: remove extraneous comma (Rich Trott) [#&#8203;42548](https://github.com/nodejs/node/pull/42548) - \[[`b819af6509`](https://github.com/nodejs/node/commit/b819af6509)] - **doc**: guide towards x509.fingerprint256 (Tobias Nießen) [#&#8203;42516](https://github.com/nodejs/node/pull/42516) - \[[`f2355e41ed`](https://github.com/nodejs/node/commit/f2355e41ed)] - **doc**: fix internal link in collaborator-guide.md (Daeyeon Jeong) [#&#8203;42551](https://github.com/nodejs/node/pull/42551) - \[[`ffc6776996`](https://github.com/nodejs/node/commit/ffc6776996)] - **doc**: add suggestion for OpenSSL only sec releases (Michael Dawson) [#&#8203;42456](https://github.com/nodejs/node/pull/42456) - \[[`1454c0297d`](https://github.com/nodejs/node/commit/1454c0297d)] - **doc**: fix comment text in async_hooks example (Rich Trott) [#&#8203;42499](https://github.com/nodejs/node/pull/42499) - \[[`b9ab9867f4`](https://github.com/nodejs/node/commit/b9ab9867f4)] - **doc**: add `stability` class to legacy status description (Daniel Roe) [#&#8203;42525](https://github.com/nodejs/node/pull/42525) - \[[`6c13988d53`](https://github.com/nodejs/node/commit/6c13988d53)] - **doc**: suggest checkHost in checkServerIdentity docs (Tobias Nießen) [#&#8203;42495](https://github.com/nodejs/node/pull/42495) - \[[`28665a9dd6`](https://github.com/nodejs/node/commit/28665a9dd6)] - **doc**: update security release onboarding (Joe Sepi) [#&#8203;42333](https://github.com/nodejs/node/pull/42333) - \[[`d335addf0c`](https://github.com/nodejs/node/commit/d335addf0c)] - **doc**: fix question promise API example (Xuguang Mei) [#&#8203;42465](https://github.com/nodejs/node/pull/42465) - \[[`7cf9febcb4`](https://github.com/nodejs/node/commit/7cf9febcb4)] - **doc**: remove comma splice in events.md (Rich Trott) [#&#8203;42484](https://github.com/nodejs/node/pull/42484) - \[[`3c3684d9f1`](https://github.com/nodejs/node/commit/3c3684d9f1)] - **doc**: clarify napi_finalize behavior (Alba Mendez) [#&#8203;42461](https://github.com/nodejs/node/pull/42461) - \[[`334cc1936b`](https://github.com/nodejs/node/commit/334cc1936b)] - **doc**: expand history for conditional exports changes in v12 (Greg Poole) [#&#8203;42339](https://github.com/nodejs/node/pull/42339) - \[[`fb146f9eaf`](https://github.com/nodejs/node/commit/fb146f9eaf)] - **doc**: change comma-splice to two sentences (Rich Trott) [#&#8203;42455](https://github.com/nodejs/node/pull/42455) - \[[`ce4b823946`](https://github.com/nodejs/node/commit/ce4b823946)] - **doc**: add link to section (Rich Trott) [#&#8203;42428](https://github.com/nodejs/node/pull/42428) - \[[`5869275479`](https://github.com/nodejs/node/commit/5869275479)] - **doc**: fix typo in async_context.md (Anupama Codippily) [#&#8203;42444](https://github.com/nodejs/node/pull/42444) - \[[`48bd9fa2c7`](https://github.com/nodejs/node/commit/48bd9fa2c7)] - **doc**: add `trace_gc` to diagnostic tooling support document (Tony Gorez) [#&#8203;42346](https://github.com/nodejs/node/pull/42346) - \[[`00f693b6b1`](https://github.com/nodejs/node/commit/00f693b6b1)] - **doc**: make header smaller and dropdown click-driven when JS is on (Paolo Insogna) [#&#8203;42165](https://github.com/nodejs/node/pull/42165) - \[[`abbb23620a`](https://github.com/nodejs/node/commit/abbb23620a)] - **doc**: standardize typography for \_semantic versioning\_ (Rich Trott) [#&#8203;42401](https://github.com/nodejs/node/pull/42401) - \[[`e763e575c6`](https://github.com/nodejs/node/commit/e763e575c6)] - **doc**: unify import order in CCM example (Tobias Nießen) [#&#8203;42394](https://github.com/nodejs/node/pull/42394) - \[[`10d638a735`](https://github.com/nodejs/node/commit/10d638a735)] - **doc**: update property name (Rich Trott) [#&#8203;42398](https://github.com/nodejs/node/pull/42398) - \[[`5589a448b7`](https://github.com/nodejs/node/commit/5589a448b7)] - **doc,test**: clarify ChaCha20-Poly1305 usage (Tobias Nießen) [#&#8203;42323](https://github.com/nodejs/node/pull/42323) - \[[`902776e674`](https://github.com/nodejs/node/commit/902776e674)] - **esm**: emit experimental warnings in common place (Jacob Smith) [#&#8203;42314](https://github.com/nodejs/node/pull/42314) - \[[`8009cb0a78`](https://github.com/nodejs/node/commit/8009cb0a78)] - **fs**: fix write methods param validation and docs (Livia Medeiros) [#&#8203;42631](https://github.com/nodejs/node/pull/42631) - \[[`a9dc3a92d9`](https://github.com/nodejs/node/commit/a9dc3a92d9)] - **lib**: prepare files for no-var lint rule (Rich Trott) [#&#8203;42573](https://github.com/nodejs/node/pull/42573) - \[[`3306fee824`](https://github.com/nodejs/node/commit/3306fee824)] - **lib**: source maps filter null prefix (Fabian Cook) [#&#8203;42522](https://github.com/nodejs/node/pull/42522) - \[[`3bac969655`](https://github.com/nodejs/node/commit/3bac969655)] - **lib**: improve the coverage of the validator (mawaregetsuka) [#&#8203;42443](https://github.com/nodejs/node/pull/42443) - \[[`b74de21cc3`](https://github.com/nodejs/node/commit/b74de21cc3)] - **lib**: update JSDoc for linting (Rich Trott) [#&#8203;42489](https://github.com/nodejs/node/pull/42489) - \[[`7766bf954f`](https://github.com/nodejs/node/commit/7766bf954f)] - **meta**: update .mailmap and AUTHORS (Rich Trott) [#&#8203;42602](https://github.com/nodejs/node/pull/42602) - \[[`93ffc5535a`](https://github.com/nodejs/node/commit/93ffc5535a)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;42500](https://github.com/nodejs/node/pull/42500) - \[[`256509056d`](https://github.com/nodejs/node/commit/256509056d)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42585](https://github.com/nodejs/node/pull/42585) - \[[`41c2a32390`](https://github.com/nodejs/node/commit/41c2a32390)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42488](https://github.com/nodejs/node/pull/42488) - \[[`b71a8107c0`](https://github.com/nodejs/node/commit/b71a8107c0)] - **net,dns**: trace tcp connection and dns by perf_hooks (theanarkh) [#&#8203;42390](https://github.com/nodejs/node/pull/42390) - \[[`f9f3b6e45d`](https://github.com/nodejs/node/commit/f9f3b6e45d)] - **node-api**: format Node-API related code (Vladimir Morozov) [#&#8203;42396](https://github.com/nodejs/node/pull/42396) - \[[`0bd9d9e24f`](https://github.com/nodejs/node/commit/0bd9d9e24f)] - **os**: avoid unnecessary usage of var (Mohammed Keyvanzadeh) [#&#8203;42563](https://github.com/nodejs/node/pull/42563) - \[[`e798e26dfd`](https://github.com/nodejs/node/commit/e798e26dfd)] - **src**: add proper mutexes for accessing FIPS state (Anna Henningsen) [#&#8203;42278](https://github.com/nodejs/node/pull/42278) - \[[`a1fe0d2222`](https://github.com/nodejs/node/commit/a1fe0d2222)] - **src**: fix typo in InspectorIoDelegate constructor (Kohei Ueno) [#&#8203;42520](https://github.com/nodejs/node/pull/42520) - \[[`0c54f3637b`](https://github.com/nodejs/node/commit/0c54f3637b)] - **src**: remove unnecessary static qualifier in crypto_dh.cc (Darshan Sen) [#&#8203;42492](https://github.com/nodejs/node/pull/42492) - \[[`2e6a66d7d7`](https://github.com/nodejs/node/commit/2e6a66d7d7)] - **src**: address 3 useless call coverity warnings (Michael Dawson) [#&#8203;42426](https://github.com/nodejs/node/pull/42426) - \[[`ce9d840079`](https://github.com/nodejs/node/commit/ce9d840079)] - **src**: properly report exceptions from AddressToJS() (Darshan Sen) [#&#8203;42054](https://github.com/nodejs/node/pull/42054) - \[[`c6a558c61b`](https://github.com/nodejs/node/commit/c6a558c61b)] - **src**: suppress false coverity warning (Michael Dawson) [#&#8203;42284](https://github.com/nodejs/node/pull/42284) - \[[`878148c266`](https://github.com/nodejs/node/commit/878148c266)] - **src**: refactor IsSupportedAuthenticatedMode (Tobias Nießen) [#&#8203;42368](https://github.com/nodejs/node/pull/42368) - \[[`970483ffd3`](https://github.com/nodejs/node/commit/970483ffd3)] - **src,crypto**: handle empty maybe correctly in crypto_dh.cc (Darshan Sen) [#&#8203;42492](https://github.com/nodejs/node/pull/42492) - \[[`a348f8ac1a`](https://github.com/nodejs/node/commit/a348f8ac1a)] - **src,crypto**: remove uses of AllocatedBuffer from crypto_dh.cc (Darshan Sen) [#&#8203;42492](https://github.com/nodejs/node/pull/42492) - \[[`fb25ba435c`](https://github.com/nodejs/node/commit/fb25ba435c)] - **test**: improve lib/internal/readline/promises.js coverage (MURAKAMI Masahiko) [#&#8203;42420](https://github.com/nodejs/node/pull/42420) - \[[`4cbb1ea910`](https://github.com/nodejs/node/commit/4cbb1ea910)] - **test**: remove hack for `atob` and `btoa` WPT tests (Antoine du Hamel) [#&#8203;42540](https://github.com/nodejs/node/pull/42540) - \[[`f41a4780d5`](https://github.com/nodejs/node/commit/f41a4780d5)] - **test**: pass data into napi_create_external (Joyee Cheung) [#&#8203;42532](https://github.com/nodejs/node/pull/42532) - \[[`90554572b5`](https://github.com/nodejs/node/commit/90554572b5)] - **test**: improve `FileHandle.prototype.write` coverage (Antoine du Hamel) [#&#8203;42541](https://github.com/nodejs/node/pull/42541) - \[[`797994e4c0`](https://github.com/nodejs/node/commit/797994e4c0)] - **test**: add test for exception handlings in debugger (Kohei Ueno) [#&#8203;42327](https://github.com/nodejs/node/pull/42327) - \[[`8c9b5e9a36`](https://github.com/nodejs/node/commit/8c9b5e9a36)] - **test**: fix typo in common/wpt.js (Ikko Ashimine) [#&#8203;42567](https://github.com/nodejs/node/pull/42567) - \[[`2f682091cd`](https://github.com/nodejs/node/commit/2f682091cd)] - **test**: fix typos in test/parallel (Daeyeon Jeong) [#&#8203;42502](https://github.com/nodejs/node/pull/42502) - \[[`52d1c8d6d9`](https://github.com/nodejs/node/commit/52d1c8d6d9)] - **test**: add trace-gc flag test (Tony Gorez) [#&#8203;42471](https://github.com/nodejs/node/pull/42471) - \[[`19c933c79a`](https://github.com/nodejs/node/commit/19c933c79a)] - **test,fs**: add fs.rm() tests for .git directories (Darshan Sen) [#&#8203;42410](https://github.com/nodejs/node/pull/42410) - \[[`d64c4fb94d`](https://github.com/nodejs/node/commit/d64c4fb94d)] - **tools**: enable no-var ESLint rule for lib (Rich Trott) [#&#8203;42573](https://github.com/nodejs/node/pull/42573) - \[[`a9f2636d12`](https://github.com/nodejs/node/commit/a9f2636d12)] - **tools**: fixed bug causing JSON format to be broken (mawaregetsuka) [#&#8203;41565](https://github.com/nodejs/node/pull/41565) - \[[`bff9cae16a`](https://github.com/nodejs/node/commit/bff9cae16a)] - **tools**: update GHA actions version (Antoine du Hamel) [#&#8203;42498](https://github.com/nodejs/node/pull/42498) - \[[`c6bfb225cd`](https://github.com/nodejs/node/commit/c6bfb225cd)] - **tools**: update eslint to 8.12.0 (Node.js GitHub Bot) [#&#8203;42489](https://github.com/nodejs/node/pull/42489) - \[[`464e57ffc7`](https://github.com/nodejs/node/commit/464e57ffc7)] - **tools**: update lint-md-dependencies to vfile-reporter@7.0.4 (Node.js GitHub Bot) [#&#8203;42487](https://github.com/nodejs/node/pull/42487) - \[[`13dd8e73df`](https://github.com/nodejs/node/commit/13dd8e73df)] - **tools**: refloat 7 Node.js patches to cpplint.py (Rich Trott) [#&#8203;42416](https://github.com/nodejs/node/pull/42416) - \[[`3a1b0e5b87`](https://github.com/nodejs/node/commit/3a1b0e5b87)] - **tools**: bump cpplint to 1.6.0 (Rich Trott) [#&#8203;42416](https://github.com/nodejs/node/pull/42416) - \[[`9344a06d9c`](https://github.com/nodejs/node/commit/9344a06d9c)] - **tools**: fix skip PR if CI is still running (Xuguang Mei) [#&#8203;42377](https://github.com/nodejs/node/pull/42377) ### [`v17.8.0`](https://github.com/nodejs/node/releases/tag/v17.8.0): 2022-03-22, Version 17.8.0 (Current), @&#8203;bengl [Compare Source](https://github.com/nodejs/node/compare/v17.7.2...v17.8.0) ##### Notable Changes - \[[`3bd0078457`](https://github.com/nodejs/node/commit/3bd0078457)] - **doc**: add [@&#8203;ShogunPanda](https://github.com/ShogunPanda) to collaborators (Shogun) [#&#8203;42362](https://github.com/nodejs/node/pull/42362) - \[[`23354673be`](https://github.com/nodejs/node/commit/23354673be)] - **doc**: deprecate string coercion in `fs.write`, `fs.writeFileSync` (Livia Medeiros) [#&#8203;42149](https://github.com/nodejs/node/pull/42149) - \[[`da42ffb85e`](https://github.com/nodejs/node/commit/da42ffb85e)] - **(SEMVER-MINOR)** **http**: trace http client by perf_hooks (theanarkh) [#&#8203;42345](https://github.com/nodejs/node/pull/42345) - \[[`84fd6e54b0`](https://github.com/nodejs/node/commit/84fd6e54b0)] - **deps**: upgrade npm to 8.5.5 (npm team) [#&#8203;42382](https://github.com/nodejs/node/pull/42382) - \[[`b60262ee9f`](https://github.com/nodejs/node/commit/b60262ee9f)] - **deps**: update undici to 4.15.1 (Michaël Zasso) [#&#8203;42246](https://github.com/nodejs/node/pull/42246) ##### Commits - \[[`1796f035c7`](https://github.com/nodejs/node/commit/1796f035c7)] - **build**: rename tools workflow and add undici to it (Michaël Zasso) [#&#8203;42246](https://github.com/nodejs/node/pull/42246) - \[[`f27bcec2ea`](https://github.com/nodejs/node/commit/f27bcec2ea)] - **build**: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) [#&#8203;42204](https://github.com/nodejs/node/pull/42204) - \[[`f48c3baf5a`](https://github.com/nodejs/node/commit/f48c3baf5a)] - **crypto**: fix auth tag length error when mode != GCM (Tobias Nießen) [#&#8203;42383](https://github.com/nodejs/node/pull/42383) - \[[`1d0468f749`](https://github.com/nodejs/node/commit/1d0468f749)] - **crypto**: fix fingerprint string size calculation (Tobias Nießen) [#&#8203;42175](https://github.com/nodejs/node/pull/42175) - \[[`a4632a3dc2`](https://github.com/nodejs/node/commit/a4632a3dc2)] - **crypto**: add CHECKs to remaining BIO_s_mem allocs (Tobias Nießen) [#&#8203;42155](https://github.com/nodejs/node/pull/42155) - \[[`3b55946452`](https://github.com/nodejs/node/commit/3b55946452)] - **debugger**: correct typo in inspect_repl.js (Kohei Ueno) [#&#8203;42267](https://github.com/nodejs/node/pull/42267) - \[[`84fd6e54b0`](https://github.com/nodejs/node/commit/84fd6e54b0)] - **deps**: upgrade npm to 8.5.5 (npm team) [#&#8203;42382](https://github.com/nodejs/node/pull/42382) - \[[`f2178fcc1a`](https://github.com/nodejs/node/commit/f2178fcc1a)] - **deps**: cares: cherry-pick [`b5a3d96`](https://github.com/nodejs/node/commit/b5a3d96) (bradh352) [#&#8203;42216](https://github.com/nodejs/node/pull/42216) - \[[`063ff08cb1`](https://github.com/nodejs/node/commit/063ff08cb1)] - **deps**: V8: cherry-pick [`c6f6626`](https://github.com/nodejs/node/commit/c6f6626deb14) (Lu Yahan) [#&#8203;42240](https://github.com/nodejs/node/pull/42240) - \[[`b60262ee9f`](https://github.com/nodejs/node/commit/b60262ee9f)] - **deps**: update undici to 4.15.1 (Michaël Zasso) [#&#8203;42246](https://github.com/nodejs/node/pull/42246) - \[[`70c0758308`](https://github.com/nodejs/node/commit/70c0758308)] - **deps**: upgrade npm to 8.5.3 (npm team) [#&#8203;42205](https://github.com/nodejs/node/pull/42205) - \[[`fd51e78963`](https://github.com/nodejs/node/commit/fd51e78963)] - **doc**: fix version history for `net.Socket` and `net.Server` (Antoine du Hamel) [#&#8203;42268](https://github.com/nodejs/node/pull/42268) - \[[`db83c4d6dc`](https://github.com/nodejs/node/commit/db83c4d6dc)] - **doc**: improve README.md usability (Rich Trott) [#&#8203;42378](https://github.com/nodejs/node/pull/42378) - \[[`88d3401329`](https://github.com/nodejs/node/commit/88d3401329)] - **doc**: add that chacha20-poly1305 is IETF version (Tobias Nießen) [#&#8203;42370](https://github.com/nodejs/node/pull/42370) - \[[`04a7c0061b`](https://github.com/nodejs/node/commit/04a7c0061b)] - **doc**: update instructions for openssl updates (Michael Dawson) [#&#8203;42353](https://github.com/nodejs/node/pull/42353) - \[[`78b858dd4b`](https://github.com/nodejs/node/commit/78b858dd4b)] - **doc**: document goal to have examples (Michael Dawson) [#&#8203;42274](https://github.com/nodejs/node/pull/42274) - \[[`a5e42f0113`](https://github.com/nodejs/node/commit/a5e42f0113)] - **doc**: fix Embedder's Guide link to V8 official docs (Aroyan) [#&#8203;42373](https://github.com/nodejs/node/pull/42373) - \[[`6c265e7243`](https://github.com/nodejs/node/commit/6c265e7243)] - **doc**: remove unneeded lint disable comment (Rich Trott) [#&#8203;42374](https://github.com/nodejs/node/pull/42374) - \[[`46d3d23e64`](https://github.com/nodejs/node/commit/46d3d23e64)] - **doc**: revise async_hooks docs (Rich Trott) [#&#8203;42337](https://github.com/nodejs/node/pull/42337) - \[[`3bd0078457`](https://github.com/nodejs/node/commit/3bd0078457)] - **doc**: add [@&#8203;ShogunPanda](https://github.com/ShogunPanda) to collaborators (Shogun) [#&#8203;42362](https://github.com/nodejs/node/pull/42362) - \[[`e7e8eb9f03`](https://github.com/nodejs/node/commit/e7e8eb9f03)] - **doc**: update base branch name for `nodejs/nodejs.org` (Danielle Adams) [#&#8203;42355](https://github.com/nodejs/node/pull/42355) - \[[`fd7e4ab654`](https://github.com/nodejs/node/commit/fd7e4ab654)] - **doc**: fix async iterable pipeline signal examples (Randall Leeds) [#&#8203;42258](https://github.com/nodejs/node/pull/42258) - \[[`96dc591b55`](https://github.com/nodejs/node/commit/96dc591b55)] - **doc**: clarify path search in `child_process.spawn` (Damjan Cvetko) [#&#8203;41418](https://github.com/nodejs/node/pull/41418) - \[[`72dd50016a`](https://github.com/nodejs/node/commit/72dd50016a)] - **doc**: clarify the meaning of legacy status (Darshan Sen) [#&#8203;42269](https://github.com/nodejs/node/pull/42269) - \[[`8b99099063`](https://github.com/nodejs/node/commit/8b99099063)] - **doc**: improve pipe description (Mikael Finstad) [#&#8203;42295](https://github.com/nodejs/node/pull/42295) - \[[`701dc14fdf`](https://github.com/nodejs/node/commit/701dc14fdf)] - **doc**: remove outdated timeout.unref content (Xuguang Mei) [#&#8203;42241](https://github.com/nodejs/node/pull/42241) - \[[`23354673be`](https://github.com/nodejs/node/commit/23354673be)] - **doc**: deprecate string coercion in `fs.write`, `fs.writeFileSync` (Livia Medeiros) [#&#8203;42149](https://github.com/nodejs/node/pull/42149) - \[[`f3c6c00963`](https://github.com/nodejs/node/commit/f3c6c00963)] - **doc**: remove refs to old OpenSSL list-\* commands (Tobias Nießen) [#&#8203;42235](https://github.com/nodejs/node/pull/42235) - \[[`19851f8d2d`](https://github.com/nodejs/node/commit/19851f8d2d)] - **doc**: readline `'line'` event emits final line (Matt Probert) [#&#8203;42214](https://github.com/nodejs/node/pull/42214) - \[[`e55283b978`](https://github.com/nodejs/node/commit/e55283b978)] - **esm**: make extension-less errors in type:module actionable (Bradley Farias) [#&#8203;42301](https://github.com/nodejs/node/pull/42301) - \[[`e17db8f0fa`](https://github.com/nodejs/node/commit/e17db8f0fa)] - **esm**: improve typings and code coverage (Bradley Farias) [#&#8203;42305](https://github.com/nodejs/node/pull/42305) - \[[`4829a1047f`](https://github.com/nodejs/node/commit/4829a1047f)] - **esm**: add runtime warning for specifier resolution flag (Geoffrey Booth) [#&#8203;42252](https://github.com/nodejs/node/pull/42252) - \[[`da42ffb85e`](https://github.com/nodejs/node/commit/da42ffb85e)] - **(SEMVER-MINOR)** **http**: trace http client by perf_hooks (theanarkh) [#&#8203;42345](https://github.com/nodejs/node/pull/42345) - \[[`88dee3c6b5`](https://github.com/nodejs/node/commit/88dee3c6b5)] - **http2**: fix potential integer overflow (Michael Dawson) [#&#8203;42248](https://github.com/nodejs/node/pull/42248) - \[[`1fe0b69c31`](https://github.com/nodejs/node/commit/1fe0b69c31)] - **lib**: refactor to use primordials in `lib/assert.js` (Akhil Marsonya) [#&#8203;41702](https://github.com/nodejs/node/pull/41702) - \[[`69a3792540`](https://github.com/nodejs/node/commit/69a3792540)] - **lib**: fix AsyncResource.bind not using 'this' from the caller by default (Roch Devost) [#&#8203;42177](https://github.com/nodejs/node/pull/42177) - \[[`1c87ce6a32`](https://github.com/nodejs/node/commit/1c87ce6a32)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42404](https://github.com/nodejs/node/pull/42404) - \[[`e7b8d83acd`](https://github.com/nodejs/node/commit/e7b8d83acd)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42317](https://github.com/nodejs/node/pull/42317) - \[[`7fc4b9f08d`](https://github.com/nodejs/node/commit/7fc4b9f08d)] - **meta**: add dependencies label to label-pr-config (Mestery) [#&#8203;42129](https://github.com/nodejs/node/pull/42129) - \[[`e96042442b`](https://github.com/nodejs/node/commit/e96042442b)] - **src**: convert hex2bin() into a regular function (Darshan Sen) [#&#8203;42321](https://github.com/nodejs/node/pull/42321) - \[[`21198c1407`](https://github.com/nodejs/node/commit/21198c1407)] - **src**: fix coverity warnings in node_file.cc (Michael Dawson) [#&#8203;42272](https://github.com/nodejs/node/pull/42272) - \[[`846b074075`](https://github.com/nodejs/node/commit/846b074075)] - **src**: check EC_POINT_get_affine_coordinates result (Tobias Nießen) [#&#8203;42304](https://github.com/nodejs/node/pull/42304) - \[[`8b84e68cbd`](https://github.com/nodejs/node/commit/8b84e68cbd)] - **src**: simplify bound check in ParseArrayIndex (Tobias Nießen) [#&#8203;42306](https://github.com/nodejs/node/pull/42306) - \[[`9500e5862e`](https://github.com/nodejs/node/commit/9500e5862e)] - **src**: avoid returning invalid value from hex2bin (Tobias Nießen) [#&#8203;42307](https://github.com/nodejs/node/pull/42307) - \[[`08e2d8ab86`](https://github.com/nodejs/node/commit/08e2d8ab86)] - **src**: check return value of HMAC_Final (Tobias Nießen) [#&#8203;42303](https://github.com/nodejs/node/pull/42303) - \[[`9fc4b9b04e`](https://github.com/nodejs/node/commit/9fc4b9b04e)] - **src**: include internal/options in the snapshot (Joyee Cheung) [#&#8203;42203](https://github.com/nodejs/node/pull/42203) - \[[`e43aa30982`](https://github.com/nodejs/node/commit/e43aa30982)] - **src**: remove redundant buffer size check (Tobias Nießen) [#&#8203;42257](https://github.com/nodejs/node/pull/42257) - \[[`d06e92dba0`](https://github.com/nodejs/node/commit/d06e92dba0)] - **src**: perform minor cleanups on zlib code (Anna Henningsen) [#&#8203;42247](https://github.com/nodejs/node/pull/42247) - \[[`9af908305d`](https://github.com/nodejs/node/commit/9af908305d)] - **src**: use `emplace_back` instead of `push_back` (Yash Ladha) [#&#8203;42159](https://github.com/nodejs/node/pull/42159) - \[[`62d9a7f5db`](https://github.com/nodejs/node/commit/62d9a7f5db)] - **src**: fix unchecked return warning from coverity (Michael Dawson) [#&#8203;42176](https://github.com/nodejs/node/pull/42176) - \[[`58763d7f9d`](https://github.com/nodejs/node/commit/58763d7f9d)] - **src,crypto**: avoid tristate Maybe\<bool> in ExportJWKEcKey() (Darshan Sen) [#&#8203;42223](https://github.com/nodejs/node/pull/42223) - \[[`5367002bc8`](https://github.com/nodejs/node/commit/5367002bc8)] - **stream**: do cleanup when iterator is destroyed (Khoo Hao Yit) [#&#8203;42320](https://github.com/nodejs/node/pull/42320) - \[[`3492a0eb1e`](https://github.com/nodejs/node/commit/3492a0eb1e)] - **string_decoder**: fix crash when calling \__proto\_\_.write() (Darshan Sen) [#&#8203;42062](https://github.com/nodejs/node/pull/42062) - \[[`d9a5c2b284`](https://github.com/nodejs/node/commit/d9a5c2b284)] - **test**: give slow tests more time on Rasberry PIs (Michael Dawson) [#&#8203;42380](https://github.com/nodejs/node/pull/42380) - \[[`b82bac09ff`](https://github.com/nodejs/node/commit/b82bac09ff)] - **test**: improve https_renew_cert.sh script (Tobias Nießen) [#&#8203;42343](https://github.com/nodejs/node/pull/42343) - \[[`dfdce7c182`](https://github.com/nodejs/node/commit/dfdce7c182)] - **test**: improve \_http_incoming.js coverage (Yoshiki Kurihara) [#&#8203;42211](https://github.com/nodejs/node/pull/42211) - \[[`4941791f29`](https://github.com/nodejs/node/commit/4941791f29)] - **test**: improve \_http_outgoing coverage (Yoshiki Kurihara) [#&#8203;42213](https://github.com/nodejs/node/pull/42213) - \[[`94e5eaa7e9`](https://github.com/nodejs/node/commit/94e5eaa7e9)] - **test**: add test case for reverted 17.7 regression (Rich Trott) [#&#8203;42283](https://github.com/nodejs/node/pull/42283) - \[[`a4aa9eb97f`](https://github.com/nodejs/node/commit/a4aa9eb97f)] - **test**: use global webcrypto for WPT tests (Antoine du Hamel) [#&#8203;42236](https://github.com/nodejs/node/pull/42236) - \[[`26d4a2d489`](https://github.com/nodejs/node/commit/26d4a2d489)] - **test,crypto**: add and update empty passphrase regression tests (Darshan Sen) [#&#8203;42319](https://github.com/nodejs/node/pull/42319) - \[[`4fd2aff42e`](https://github.com/nodejs/node/commit/4fd2aff42e)] - **tools**: make update-undici script executable (Michaël Zasso) [#&#8203;42406](https://github.com/nodejs/node/pull/42406) - \[[`38e7681ac7`](https://github.com/nodejs/node/commit/38e7681ac7)] - **tools**: update lint-md-dependencies to rollup@2.70.1 (Node.js GitHub Bot) [#&#8203;42403](https://github.com/nodejs/node/pull/42403) - \[[`b7a4b4b1fd`](https://github.com/nodejs/node/commit/b7a4b4b1fd)] - **tools**: update doc to highlight.js@11.5.0 unified@10.1.2 (Node.js GitHub Bot) [#&#8203;42315](https://github.com/nodejs/node/pull/42315) - \[[`30ea1889d5`](https://github.com/nodejs/node/commit/30ea1889d5)] - **tools**: update lint-md-dependencies to rollup@2.70.0 unified@10.1.2 (Node.js GitHub Bot) [#&#8203;42316](https://github.com/nodejs/node/pull/42316) - \[[`eb0e1a1147`](https://github.com/nodejs/node/commit/eb0e1a1147)] - **tools**: update eslint to 8.11.0 (Node.js GitHub Bot) [#&#8203;42318](https://github.com/nodejs/node/pull/42318) - \[[`e95426fd3a`](https://github.com/nodejs/node/commit/e95426fd3a)] - **tools**: fix web streams API links (Brian White) [#&#8203;42153](https://github.com/nodejs/node/pull/42153) - \[[`fe01940f35`](https://github.com/nodejs/node/commit/fe01940f35)] - **url**: preserve null char in WHATWG URL errors (Rich Trott) [#&#8203;42263](https://github.com/nodejs/node/pull/42263) - \[[`b89f4d5c17`](https://github.com/nodejs/node/commit/b89f4d5c17)] - **url**: trim leading and trailing C0 control chars (Rich Trott) [#&#8203;42196](https://github.com/nodejs/node/pull/42196) - \[[`229fb40edc`](https://github.com/nodejs/node/commit/229fb40edc)] - **worker**: do not send message if port is closing (Rich Trott) [#&#8203;42357](https://github.com/nodejs/node/pull/42357) ### [`v17.7.2`](https://github.com/nodejs/node/releases/tag/v17.7.2): 2022-03-17, Version 17.7.2 (Current), @&#8203;richardlau [Compare Source](https://github.com/nodejs/node/compare/v17.7.1...v17.7.2) This is a security release. ##### Notable Changes Update to OpenSSL 3.0.2, which addresses the following vulnerability: - Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778) More details are available at <https://www.openssl.org/news/secadv/20220315.txt> ##### Commits - \[[`55e293e05f`](https://github.com/nodejs/node/commit/55e293e05f)] - **deps**: update archs files for quictls/openssl-3.0.2+quic (Hassaan Pasha) [#&#8203;42356](https://github.com/nodejs/node/pull/42356) - \[[`b8d090603d`](https://github.com/nodejs/node/commit/b8d090603d)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.2+quic (Hassaan Pasha) [#&#8203;42356](https://github.com/nodejs/node/pull/42356) - \[[`c8b6d92af0`](https://github.com/nodejs/node/commit/c8b6d92af0)] - **test**: fix tests affected by OpenSSL update (Michael Dawson) [#&#8203;42356](https://github.com/nodejs/node/pull/42356) - \[[`457e31ea09`](https://github.com/nodejs/node/commit/457e31ea09)] - **test**: renew certificates for specific test (Luigi Pinca) [#&#8203;42342](https://github.com/nodejs/node/pull/42342) ### [`v17.7.1`](https://github.com/nodejs/node/releases/tag/v17.7.1): 2022-03-10, Version 17.7.1 (Current), @&#8203;BethGriggs prepared by @&#8203;sxa [Compare Source](https://github.com/nodejs/node/compare/v17.6.0...v17.7.1) ##### Notable Changes ##### Fixed regression in url.resolve() This release fixes an issue introduced in Node.js v17.7.0 with some URLs that contain `@`. This issue affected yarn 1. This version reverts the change that introduced the regression. ##### Commits - \[[`96a9e00fb3`](https://github.com/nodejs/node/commit/96a9e00fb3)] - **url**: revert fix url.parse() for `@hostname` (Antoine du Hamel) [#&#8203;42280](https://github.com/nodejs/node/pull/42280) ### [`v17.6.0`](https://github.com/nodejs/node/releases/tag/v17.6.0): 2022-02-22, Version 17.6.0 (Current), @&#8203;BethGriggs prepared by @&#8203;bengl [Compare Source](https://github.com/nodejs/node/compare/v17.5.0...v17.6.0) ##### Notable Changes - \[[`6b88595142`](https://github.com/nodejs/node/commit/6b88595142)] - **doc**: deprecate notice for process methods (Yash Ladha) [#&#8203;41587](https://github.com/nodejs/node/pull/41587) - \[[`77462b6083`](https://github.com/nodejs/node/commit/77462b6083)] - **stream**: revert `map` spec compliance (Benjamin Gruenbaum) [#&#8203;41931](https://github.com/nodejs/node/pull/41931) - \[[`b968d89fc9`](https://github.com/nodejs/node/commit/b968d89fc9)] - **build**: remove broken x32 arch support (Ben Noordhuis) [#&#8203;41905](https://github.com/nodejs/node/pull/41905) - \[[`ba639d052b`](https://github.com/nodejs/node/commit/ba639d052b)] - **(SEMVER-MINOR)** **esm**: support https remotely and http locally under flag (Bradley Farias) [#&#8203;36328](https://github.com/nodejs/node/pull/36328) - \[[`214d17650b`](https://github.com/nodejs/node/commit/214d17650b)] - **(SEMVER-MINOR)** **fs**: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) [#&#8203;41819](https://github.com/nodejs/node/pull/41819) - \[[`ec0d623bd7`](https://github.com/nodejs/node/commit/ec0d623bd7)] - **(SEMVER-MINOR)** **lib**: add FormData global when fetch is enabled (Michaël Zasso) [#&#8203;41956](https://github.com/nodejs/node/pull/41956) - \[[`3243701997`](https://github.com/nodejs/node/commit/3243701997)] - **(SEMVER-MINOR)** **readline**: bind keystroke `ctrl`+`6` to redo (Ray) [#&#8203;41662](https://github.com/nodejs/node/pull/41662) - \[[`5796c3a7ea`](https://github.com/nodejs/node/commit/5796c3a7ea)] - **process**: deprecate multipleResolves (Benjamin Gruenbaum) [#&#8203;41872](https://github.com/nodejs/node/pull/41872) - Documentation-only. ##### Dependency Updates - \[[`d1ef43f2aa`](https://github.com/nodejs/node/commit/d1ef43f2aa)] - **deps**: upgrade npm to 8.5.1 (npm-robot) [#&#8203;42039](https://github.com/nodejs/node/pull/42039) - \[[`09c17481f6`](https://github.com/nodejs/node/commit/09c17481f6)] - **deps**: update undici to [`3e267ec`](https://github.com/nodejs/node/commit/3e267ece5f) (Michaël Zasso) [#&#8203;41955](https://github.com/nodejs/node/pull/41955) - \[[`0a6f0b416f`](https://github.com/nodejs/node/commit/0a6f0b416f)] - **deps**: upgrade npm to 8.5.0 (npm-robot) [#&#8203;41925](https://github.com/nodejs/node/pull/41925) ##### New Collaborators - \[[`90d90e3868`](https://github.com/nodejs/node/commit/90d90e3868)] - **doc**: add marsonya to collaborators (Akhil Marsonya) [#&#8203;41991](https://github.com/nodejs/node/pull/41991) - \[[`0de611f53a`](https://github.com/nodejs/node/commit/0de611f53a)] - **doc**: add joesepi to collaborators (Joe Sepi) [#&#8203;41914](https://github.com/nodejs/node/pull/41914) ##### Commits - \[[`c673953f6d`](https://github.com/nodejs/node/commit/c673953f6d)] - **build**: cancel running CI jobs when a PR is updated (Michaël Zasso) [#&#8203;42017](https://github.com/nodejs/node/pull/42017) - \[[`782506c099`](https://github.com/nodejs/node/commit/782506c099)] - **build**: increase operations and test tag (Michael Dawson) [#&#8203;42038](https://github.com/nodejs/node/pull/42038) - \[[`d3e6ad1ed5`](https://github.com/nodejs/node/commit/d3e6ad1ed5)] - **build**: allow manual run of feature request action (Michael Dawson) [#&#8203;42037](https://github.com/nodejs/node/pull/42037) - \[[`69d7736e08`](https://github.com/nodejs/node/commit/69d7736e08)] - **build**: add action to close stale feature requests (Michael Dawson) [#&#8203;41981](https://github.com/nodejs/node/pull/41981) - \[[`1315f1eb25`](https://github.com/nodejs/node/commit/1315f1eb25)] - **build**: prevent concurrent CI and CQ workflow runs (Michaël Zasso) [#&#8203;42016](https://github.com/nodejs/node/pull/42016) - \[[`1e8e8bc22b`](https://github.com/nodejs/node/commit/1e8e8bc22b)] - **build**: use zoslib_include_dir provided by node-gyp (alexcfyung) [#&#8203;41713](https://github.com/nodejs/node/pull/41713) - \[[`4e2e2cb821`](https://github.com/nodejs/node/commit/4e2e2cb821)] - **build**: move tool updates workflow runtime a day later (Rich Trott) [#&#8203;41982](https://github.com/nodejs/node/pull/41982) - \[[`cd04ed1382`](https://github.com/nodejs/node/commit/cd04ed1382)] - **build**: extend yamllint configuration (Mestery) [#&#8203;41756](https://github.com/nodejs/node/pull/41756) - \[[`b968d89fc9`](https://github.com/nodejs/node/commit/b968d89fc9)] - **build**: remove broken x32 arch support (Ben Noordhuis) [#&#8203;41905](https://github.com/nodejs/node/pull/41905) - \[[`2b1dabfb16`](https://github.com/nodejs/node/commit/2b1dabfb16)] - **build**: revert fast-track changes (Filip Skokan) [#&#8203;41892](https://github.com/nodejs/node/pull/41892) - \[[`182e6b9ee9`](https://github.com/nodejs/node/commit/182e6b9ee9)] - **build**: improve consistency between workflows (Mestery) [#&#8203;41791](https://github.com/nodejs/node/pull/41791) - \[[`f4cb72600d`](https://github.com/nodejs/node/commit/f4cb72600d)] - **build,tools**: change the quotes in YAML (Mestery) [#&#8203;41756](https://github.com/nodejs/node/pull/41756) - \[[`24b0a563a4`](https://github.com/nodejs/node/commit/24b0a563a4)] - **child_process**: kHideConsoleWindows for spawnSync (Raymond Zhao) [#&#8203;41412](https://github.com/nodejs/node/pull/41412) - \[[`c41e402c06`](https://github.com/nodejs/node/commit/c41e402c06)] - **cluster**: respect listen backlog set by workers (Elad Nava) [#&#8203;41623](https://github.com/nodejs/node/pull/41623) - \[[`84b1e4fba7`](https://github.com/nodejs/node/commit/84b1e4fba7)] - **crypto**: check result of BIO_new in X509ToObject (Tobias Nießen) [#&#8203;41979](https://github.com/nodejs/node/pull/41979) - \[[`946ac96817`](https://github.com/nodejs/node/commit/946ac96817)] - **crypto**: rename X509\_NAME_FLAGS (Tobias Nießen) [#&#8203;42001](https://github.com/nodejs/node/pull/42001) - \[[`60682917dd`](https://github.com/nodejs/node/commit/60682917dd)] - **(SEMVER-MINOR)** **crypto**: expose Web Crypto API on the global scope (Antoine du Hamel) [#&#8203;41938](https://github.com/nodejs/node/pull/41938) - \[[`0fff4d2314`](https://github.com/nodejs/node/commit/0fff4d2314)] - **crypto**: do not advertise unsupported algorithms (Brian White) [#&#8203;41864](https://github.com/nodejs/node/pull/41864) - \[[`67f1ebf9b4`](https://github.com/nodejs/node/commit/67f1ebf9b4)] - **debugger**: add debugger alias for exec(expr) (Xuguang Mei) [#&#8203;41907](https://github.com/nodejs/node/pull/41907) - \[[`1eac0a1677`](https://github.com/nodejs/node/commit/1eac0a1677)] - **debugger**: remove duplicate setPauseOnException call (Balakrishna Avulapati) [#&#8203;41838](https://github.com/nodejs/node/pull/41838) - \[[`d1ef43f2aa`](https://github.com/nodejs/node/commit/d1ef43f2aa)] - **deps**: upgrade npm to 8.5.1 (npm-robot) [#&#8203;42039](https://github.com/nodejs/node/pull/42039) - \[[`09c17481f6`](https://github.com/nodejs/node/commit/09c17481f6)] - **deps**: update undici to [`3e267ec`](https://github.com/nodejs/node/commit/3e267ece5f) (Michaël Zasso) [#&#8203;41955](https://github.com/nodejs/node/pull/41955) - \[[`0a6f0b416f`](https://github.com/nodejs/node/commit/0a6f0b416f)] - **deps**: upgrade npm to 8.5.0 (npm-robot) [#&#8203;41925](https://github.com/nodejs/node/pull/41925) - \[[`fea682ca94`](https://github.com/nodejs/node/commit/fea682ca94)] - **doc**: fix typo in http2 endAfterHeaders description (Alexandru Comanescu) [#&#8203;42060](https://github.com/nodejs/node/pull/42060) - \[[`9c618ad729`](https://github.com/nodejs/node/commit/9c618ad729)] - **doc**: make minor fixes to contributing guides (T-O-R-U-S) [#&#8203;41966](https://github.com/nodejs/node/pull/41966) - \[[`60bbacdd91`](https://github.com/nodejs/node/commit/60bbacdd91)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#&#8203;39227](https://github.com/nodejs/node/pull/39227) - \[[`2e252b3c95`](https://github.com/nodejs/node/commit/2e252b3c95)] - **doc**: adjust a/an word usage (Derek Wolpert) [#&#8203;41915](https://github.com/nodejs/node/pull/41915) - \[[`c7d590c66e`](https://github.com/nodejs/node/commit/c7d590c66e)] - **doc**: remove extra \<td> (Ray) [#&#8203;42006](https://github.com/nodejs/node/pull/42006) - \[[`06f225c6a6`](https://github.com/nodejs/node/commit/06f225c6a6)] - **doc**: capitalize valgrind (T•Ø•R•Ü•S) [#&#8203;41986](https://github.com/nodejs/node/pull/41986) - \[[`6195de506a`](https://github.com/nodejs/node/commit/6195de506a)] - **doc**: fix deprecation number (Antoine du Hamel) [#&#8203;41990](https://github.com/nodejs/node/pull/41990) - \[[`90d90e3868`](https://github.com/nodejs/node/commit/90d90e3868)] - **doc**: add marsonya to collaborators (Akhil Marsonya) [#&#8203;41991](https://github.com/nodejs/node/pull/41991) - \[[`6b88595142`](https://github.com/nodejs/node/commit/6b88595142)] - **doc**: deprecate notice for process methods (Yash Ladha) [#&#8203;41587](https://github.com/nodejs/node/pull/41587) - \[[`d34ee45134`](https://github.com/nodejs/node/commit/d34ee45134)] - **doc**: fix bug in `readable.unshift` code example (Xuguang Mei) [#&#8203;41944](https://github.com/nodejs/node/pull/41944) - \[[`8748b1e61d`](https://github.com/nodejs/node/commit/8748b1e61d)] - **doc**: add missing `buffer` in the `stream/consumers` import example (Mestery) [#&#8203;41961](https://github.com/nodejs/node/pull/41961) - \[[`cb9dba034a`](https://github.com/nodejs/node/commit/cb9dba034a)] - **doc**: fix typo in readableStream.locked description (Tobias Nießen) [#&#8203;41923](https://github.com/nodejs/node/pull/41923) - \[[`43a5161cee`](https://github.com/nodejs/node/commit/43a5161cee)] - **doc**: fix wrong indent in stream documentation (Xuguang Mei) [#&#8203;41943](https://github.com/nodejs/node/pull/41943) - \[[`dca2692ae3`](https://github.com/nodejs/node/commit/dca2692ae3)] - **doc**: emphasize security warning in vm module doc (Rich Trott) [#&#8203;41916](https://github.com/nodejs/node/pull/41916) - \[[`b0e8ccb84c`](https://github.com/nodejs/node/commit/b0e8ccb84c)] - **doc**: clarify `tls.Server` `'connection'` event documentation (Austin Cheney) [#&#8203;41917](https://github.com/nodejs/node/pull/41917) - \[[`6a7b0160df`](https://github.com/nodejs/node/commit/6a7b0160df)] - **doc**: improve scrollbar appearance in dark mode (Aaron Xie) [#&#8203;41890](https://github.com/nodejs/node/pull/41890) - \[[`aa684a78fe`](https://github.com/nodejs/node/commit/aa684a78fe)] - **doc**: replace text with paths in toggle SVGs (Brian White) [#&#8203;41885](https://github.com/nodejs/node/pull/41885) - \[[`fc9d4e96c1`](https://github.com/nodejs/node/commit/fc9d4e96c1)] - **doc**: edit process.config deprecation text (Rich Trott) [#&#8203;41889](https://github.com/nodejs/node/pull/41889) - \[[`0de611f53a`](https://github.com/nodejs/node/commit/0de611f53a)] - **doc**: add joesepi to collaborators (Joe Sepi) [#&#8203;41914](https://github.com/nodejs/node/pull/41914) - \[[`ba5cb89134`](https://github.com/nodejs/node/commit/ba5cb89134)] - **doc**: remove unneeded ellipsis in header (Rich Trott) [#&#8203;41888](https://github.com/nodejs/node/pull/41888) - \[[`291fe631dd`](https://github.com/nodejs/node/commit/291fe631dd)] - **doc**: fix webstream close reject state state doc (Benjamin Gruenbaum) [#&#8203;41860](https://github.com/nodejs/node/pull/41860) - \[[`c0f4289c65`](https://github.com/nodejs/node/commit/c0f4289c65)] - **esm**: improve `fetch_module` test coverage and remove hack (Antoine du Hamel) [#&#8203;41947](https://github.com/nodejs/node/pull/41947) - \[[`a95f7a0c25`](https://github.com/nodejs/node/commit/a95f7a0c25)] - **esm**: remove erroneous `context.parentURL` property passed to `load` hook (Jacob Smith) [#&#8203;41975](https://github.com/nodejs/node/pull/41975) - \[[`66c9565f99`](https://github.com/nodejs/node/commit/66c9565f99)] - **esm**: fix typo in `fetch_module` (Michael Scovetta) [#&#8203;41924](https://github.com/nodejs/node/pull/41924) - \[[`ba639d052b`](https://github.com/nodejs/node/commit/ba639d052b)] - **(SEMVER-MINOR)** **esm**: support https remotely and http locally under flag (Bradley Farias) [#&#8203;36328](https://github.com/nodejs/node/pull/36328) - \[[`0660ba3cd0`](https://github.com/nodejs/node/commit/0660ba3cd0)] - **events**: set default handler value (Benjamin Gruenbaum) [#&#8203;41970](https://github.com/nodejs/node/pull/41970) - \[[`5a807c5927`](https://github.com/nodejs/node/commit/5a807c5927)] - **fs**: fix default `length` parameter for `fs.read` (wbt) [#&#8203;40349](https://github.com/nodejs/node/pull/40349) - \[[`214d17650b`](https://github.com/nodejs/node/commit/214d17650b)] - **(SEMVER-MINOR)** **fs**: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) [#&#8203;41819](https://github.com/nodejs/node/pull/41819) - \[[`be5143b3f5`](https://github.com/nodejs/node/commit/be5143b3f5)] - **fs**: fix cb/sync writev empty array behavior (Benjamin Gruenbaum) [#&#8203;41932](https://github.com/nodejs/node/pull/41932) - \[[`b4db004855`](https://github.com/nodejs/node/commit/b4db004855)] - **fs**: fix writev empty array error behavior (Benjamin Gruenbaum) [#&#8203;41919](https://github.com/nodejs/node/pull/41919) - \[[`528c585b2b`](https://github.com/nodejs/node/commit/528c585b2b)] - **fs**: refactor to use ES2020 syntax (小菜) [#&#8203;41903](https://github.com/nodejs/node/pull/41903) - \[[`ec0d623bd7`](https://github.com/nodejs/node/commit/ec0d623bd7)] - **(SEMVER-MINOR)** **lib**: add FormData global when fetch is enabled (Michaël Zasso) [#&#8203;41956](https://github.com/nodejs/node/pull/41956) - \[[`c3b0e72d01`](https://github.com/nodejs/node/commit/c3b0e72d01)] - **lib**: stop installing webcrypto if `no_browser_globals` is `true` (Mestery) [#&#8203;41971](https://github.com/nodejs/node/pull/41971) - \[[`ae36276148`](https://github.com/nodejs/node/commit/ae36276148)] - **lib**: allow respondWithNewView on byob auto allocated streams (Sean Quinlan) [#&#8203;41887](https://github.com/nodejs/node/pull/41887) - \[[`68ec8d5824`](https://github.com/nodejs/node/commit/68ec8d5824)] - **lib**: stop installing fetch if no_browser_globals is true (Darshan Sen) [#&#8203;41969](https://github.com/nodejs/node/pull/41969) - \[[`f9bfdc3a65`](https://github.com/nodejs/node/commit/f9bfdc3a65)] - **lib**: restrict usage of fetch related globals in core internals (Antoine du Hamel) [#&#8203;41957](https://github.com/nodejs/node/pull/41957) - \[[`3a121345e7`](https://github.com/nodejs/node/commit/3a121345e7)] - **lib**: move kEnumerableProperty to internal/util (Mestery) [#&#8203;41877](https://github.com/nodejs/node/pull/41877) - \[[`fa3a9135ad`](https://github.com/nodejs/node/commit/fa3a9135ad)] - **lib**: add internal genericNodeError() function (Rich Trott) [#&#8203;41879](https://github.com/nodejs/node/pull/41879) - \[[`1e698e65a7`](https://github.com/nodejs/node/commit/1e698e65a7)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;42058](https://github.com/nodejs/node/pull/42058) - \[[`f51b55dae4`](https://github.com/nodejs/node/commit/f51b55dae4)] - **meta**: use plain emojis instead of escape sequences (Mestery) [#&#8203;41989](https://github.com/nodejs/node/pull/41989) - \[[`3d998112be`](https://github.com/nodejs/node/commit/3d998112be)] - **meta**: update AUTHORS and .mailmap (Rich Trott) [#&#8203;41953](https://github.com/nodejs/node/pull/41953) - \[[`391f4e5c25`](https://github.com/nodejs/node/commit/391f4e5c25)] - **perf_hooks**: use arrays to store EntryBuffers (Xuguang Mei) [#&#8203;42032](https://github.com/nodejs/node/pull/42032) - \[[`5796c3a7ea`](https://github.com/nodejs/node/commit/5796c3a7ea)] - **process**: deprecate multipleResolves (Benjamin Gruenbaum) [#&#8203;41872](https://github.com/nodejs/node/pull/41872) - \[[`3243701997`](https://github.com/nodejs/node/commit/3243701997)] - **(SEMVER-MINOR)** **readline**: bind keystroke `ctrl`+`6` to redo (Ray) [#&#8203;41662](https://github.com/nodejs/node/pull/41662) - \[[`c766159e68`](https://github.com/nodejs/node/commit/c766159e68)] - **repl**: [#&#8203;41690](https://github.com/nodejs/node/issues/41690) REPL gives wrong autocomplete on literals (Xuguang Mei) [#&#8203;41883](https://github.com/nodejs/node/pull/41883) - \[[`f80cae8be5`](https://github.com/nodejs/node/commit/f80cae8be5)] - **src**: merge ToJsSet into ToV8Value (Anna Henningsen) [#&#8203;41757](https://github.com/nodejs/node/pull/41757) - \[[`e2a74d2e04`](https://github.com/nodejs/node/commit/e2a74d2e04)] - **src**: remove separate definitions for static constexpr members (Anna Henningsen) [#&#8203;41755](https://github.com/nodejs/node/pull/41755) - \[[`d91a956419`](https://github.com/nodejs/node/commit/d91a956419)] - **src**: use const reference instead of pointer in URL::SerializeURL (Anna Henningsen) [#&#8203;41759](https://github.com/nodejs/node/pull/41759) - \[[`0330e2d796`](https://github.com/nodejs/node/commit/0330e2d796)] - **src**: reserve string allocation space early in URL::SerializeURL (Anna Henningsen) [#&#8203;41759](https://github.com/nodejs/node/pull/41759) - \[[`364ec5ba8b`](https://github.com/nodejs/node/commit/364ec5ba8b)] - **src**: fix query/fragment serialization in URL::SerializeURL (Anna Henningsen) [#&#8203;41759](https://github.com/nodejs/node/pull/41759) - \[[`6076291168`](https://github.com/nodejs/node/commit/6076291168)] - **src**: don't print interface if sin6\_scope_id is 0 (Santiago Gimeno) [#&#8203;41547](https://github.com/nodejs/node/pull/41547) - \[[`43c12f4962`](https://github.com/nodejs/node/commit/43c12f4962)] - **src,buffer**: evaluate THROW_AND_RETURN_IF_OOB() expression only once (Darshan Sen) [#&#8203;41945](https://github.com/nodejs/node/pull/41945) - \[[`b8cbb83222`](https://github.com/nodejs/node/commit/b8cbb83222)] - **stream**: add more forEach tests (Benjamin Gruenbaum) [#&#8203;41937](https://github.com/nodejs/node/pull/41937) - \[[`f5d7339b25`](https://github.com/nodejs/node/commit/f5d7339b25)] - **stream**: add more filter tests (Benjamin Gruenbaum) [#&#8203;41936](https://github.com/nodejs/node/pull/41936) - \[[`77462b6083`](https://github.com/nodejs/node/commit/77462b6083)] - **stream**: revert `map` spec compliance (Benjamin Gruenbaum) [#&#8203;41931](https://github.com/nodejs/node/pull/41931) - \[[`3e38506d1b`](https://github.com/nodejs/node/commit/3e38506d1b)] - **stream**: avoid usage of deprecated APIs (Mohammed Keyvanzadeh) [#&#8203;41871](https://github.com/nodejs/node/pull/41871) - \[[`5195479919`](https://github.com/nodejs/node/commit/5195479919)] - **stream**: refactor to use more validators (Mohammed Keyvanzadeh) [#&#8203;41871](https://github.com/nodejs/node/pull/41871) - \[[`07463b3374`](https://github.com/nodejs/node/commit/07463b3374)] - **stream**: use standard for loop instead of for..of (Mohammed Keyvanzadeh) [#&#8203;41871](https://github.com/nodejs/node/pull/41871) - \[[`d9008915fe`](https://github.com/nodejs/node/commit/d9008915fe)] - **test**: remove test-stdout-close-catch flaky designation (Rich Trott) [#&#8203;42045](https://github.com/nodejs/node/pull/42045) - \[[`fe66d2b98c`](https://github.com/nodejs/node/commit/fe66d2b98c)] - **test**: check that fetch globals are disabled by default (Michaël Zasso) [#&#8203;42015](https://github.com/nodejs/node/pull/42015) - \[[`bcf53a89f7`](https://github.com/nodejs/node/commit/bcf53a89f7)] - **test**: improve vm test coverage (Yoshiki Kurihara) [#&#8203;41847](https://github.com/nodejs/node/pull/41847) - \[[`9825ceddeb`](https://github.com/nodejs/node/commit/9825ceddeb)] - **test**: run webmessaging/broadcastchannel WPT (Ben Noordhuis) [#&#8203;41962](https://github.com/nodejs/node/pull/41962) - \[[`f8e302c813`](https://github.com/nodejs/node/commit/f8e302c813)] - **test**: fix names of tests marked flaky on IBM i (Richard Lau) [#&#8203;41984](https://github.com/nodejs/node/pull/41984) - \[[`ab73bde8c1`](https://github.com/nodejs/node/commit/ab73bde8c1)] - **test**: fix typographical error (Rich Trott) [#&#8203;41983](https://github.com/nodejs/node/pull/41983) - \[[`520dcbc9f5`](https://github.com/nodejs/node/commit/520dcbc9f5)] - **test**: fix intl tests on small-icu builds (Antoine du Hamel) [#&#8203;41939](https://github.com/nodejs/node/pull/41939) - \[[`83b913cb90`](https://github.com/nodejs/node/commit/83b913cb90)] - **test**: improve code coverage for streams/duplexify (Erick Wendel) [#&#8203;41862](https://github.com/nodejs/node/pull/41862) - \[[`dc14bd85ee`](https://github.com/nodejs/node/commit/dc14bd85ee)] - **test**: remove lint rule for setTimeout() arguments (Rich Trott) [#&#8203;41901](https://github.com/nodejs/node/pull/41901) - \[[`76f0f1c06d`](https://github.com/nodejs/node/commit/76f0f1c06d)] - **test**: move test-crypto-engine to addon (Michael Dawson) [#&#8203;41830](https://github.com/nodejs/node/pull/41830) - \[[`b1505a1250`](https://github.com/nodejs/node/commit/b1505a1250)] - **tls**: avoid throw in onerror for bad TLSSocket obj (Valters Jansons) [#&#8203;41523](https://github.com/nodejs/node/pull/41523) - \[[`2cdbf0304b`](https://github.com/nodejs/node/commit/2cdbf0304b)] - **tools**: update lint-md-dependencies to rollup@2.67.3 (Node.js GitHub Bot) [#&#8203;42057](https://github.com/nodejs/node/pull/42057) - \[[`6742625126`](https://github.com/nodejs/node/commit/6742625126)] - **tools**: enable es2022 env in ESLint config (Michaël Zasso) [#&#8203;42043](https://github.com/nodejs/node/pull/42043) - \[[`896ccc13ce`](https://github.com/nodejs/node/commit/896ccc13ce)] - **tools**: add `console` to the list of restricted globals (Antoine du Hamel) [#&#8203;42012](https://github.com/nodejs/node/pull/42012) - \[[`1b4ee6cfd9`](https://github.com/nodejs/node/commit/1b4ee6cfd9)] - **tools**: lint deprecation codes (Antoine du Hamel) [#&#8203;41992](https://github.com/nodejs/node/pull/41992) - \[[`e895e6422f`](https://github.com/nodejs/node/commit/e895e6422f)] - **tools**: fix bugs in prefer-primordials linter rule (Antoine du Hamel) [#&#8203;42010](https://github.com/nodejs/node/pull/42010) - \[[`47bb7dd52c`](https://github.com/nodejs/node/commit/47bb7dd52c)] - **tools**: add timers functions to the list of restricted globals (Antoine du Hamel) [#&#8203;42013](https://github.com/nodejs/node/pull/42013) - \[[`afeed46578`](https://github.com/nodejs/node/commit/afeed46578)] - **tools**: reduce list of globals in ESLint config (Rich Trott) [#&#8203;41996](https://github.com/nodejs/node/pull/41996) - \[[`2e905a63d8`](https://github.com/nodejs/node/commit/2e905a63d8)] - **tools**: update remark-preset-lint-node to 3.3.1 (Rich Trott) [#&#8203;41999](https://github.com/nodejs/node/pull/41999) - \[[`35832feb6e`](https://github.com/nodejs/node/commit/35832feb6e)] - **tools**: update ESLint to 8.9.0 (Luigi Pinca) [#&#8203;41973](https://github.com/nodejs/node/pull/41973) - \[[`06117c084e`](https://github.com/nodejs/node/commit/06117c084e)] - **tools**: update lint-md-dependencies to rollup@2.67.2 (Node.js GitHub Bot) [#&#8203;41941](https://github.com/nodejs/node/pull/41941) - \[[`f30b5e3a6d`](https://github.com/nodejs/node/commit/f30b5e3a6d)] - **tools**: fix typo in prefer-primordials.js (Ikko Ashimine) [#&#8203;41891](https://github.com/nodejs/node/pull/41891) - \[[`cfafb45c2b`](https://github.com/nodejs/node/commit/cfafb45c2b)] - **tools,lib**: remove `global` and `Intl` from the list of globals (Antoine du Hamel) [#&#8203;42014](https://github.com/nodejs/node/pull/42014) - \[[`ba35b6ccd1`](https://github.com/nodejs/node/commit/ba35b6ccd1)] - **worker**: fix typo in debug statement (Antoine du Hamel) [#&#8203;42011](https://github.com/nodejs/node/pull/42011) ### [`v17.5.0`](https://github.com/nodejs/node/releases/tag/v17.5.0): 2022-02-10, Version 17.5.0 (Current), @&#8203;ruyadorno [Compare Source](https://github.com/nodejs/node/compare/v17.4.0...v17.5.0) ##### Notable Changes ##### Add fetch API Adds experimental support to the fetch API. This adds a `--experimental-fetch` flag that installs the `fetch`, `Request`, `Reponse` and `Headers` globals. - \[[`76a229c4ff`](https://github.com/nodejs/node/commit/76a229c4ff)] - **(SEMVER-MINOR)** **lib**: add fetch (Michaël Zasso) [#&#8203;41749](https://github.com/nodejs/node/pull/41749) ##### Add stream methods - \[[`1ae648567a`](https://github.com/nodejs/node/commit/1ae648567a)] - **(SEMVER-MINOR)** **stream**: add iterator helper find (linkgoron) [#&#8203;41849](https://github.com/nodejs/node/pull/41849) - \[[`62e1a68077`](https://github.com/nodejs/node/commit/62e1a68077)] - **(SEMVER-MINOR)** **stream**: add toArray (Benjamin Gruenbaum) [#&#8203;41553](https://github.com/nodejs/node/pull/41553) - \[[`da11b95988`](https://github.com/nodejs/node/commit/da11b95988)] - **(SEMVER-MINOR)** **stream**: add forEach method (Benjamin Gruenbaum) [#&#8203;41445](https://github.com/nodejs/node/pull/41445) - \[[`34684a1c89`](https://github.com/nodejs/node/commit/34684a1c89)] - **(SEMVER-MINOR)** **stream**: support some and every (Benjamin Gruenbaum) [#&#8203;41573](https://github.com/nodejs/node/pull/41573) ##### Other Notable Changes - \[[`2cae99425b`](https://github.com/nodejs/node/commit/2cae99425b)] - **(SEMVER-MINOR)** **node-api**: add node_api_symbol_for() (Darshan Sen) [#&#8203;41329](https://github.com/nodejs/node/pull/41329) - \[[`9c6b078892`](https://github.com/nodejs/node/commit/9c6b078892)] - **module**: unflag esm json modules (Geoffrey Booth) [#&#8203;41736](https://github.com/nodejs/node/pull/41736) - \[[`28650eca00`](https://github.com/nodejs/node/commit/28650eca00)] - **deps**: upgrade npm to 8.4.1 (npm team) [#&#8203;41836](https://github.com/nodejs/node/pull/41836) ##### Commits - \[[`0844935e1f`](https://github.com/nodejs/node/commit/0844935e1f)] - **async_hooks**: fix imports in context example (Yash Ladha) [#&#8203;39229](https://github.com/nodejs/node/pull/39229) - \[[`44ca20b7a1`](https://github.com/nodejs/node/commit/44ca20b7a1)] - **benchmark**: avoid input param manipulation (Jithil P Ponnan) [#&#8203;41741](https://github.com/nodejs/node/pull/41741) - \[[`ad32ad6cfd`](https://github.com/nodejs/node/commit/ad32ad6cfd)] - **benchmark**: enable no-empty ESLint rule (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831) - \[[`28b95a5a9f`](https://github.com/nodejs/node/commit/28b95a5a9f)] - **benchmark**: use Object.hasOwn() instead of hasOwnProperty() (Rich Trott) [#&#8203;41769](https://github.com/nodejs/node/pull/41769) - \[[`ca1cd4254a`](https://github.com/nodejs/node/commit/ca1cd4254a)] - **benchmark**: replace hasOwnProperty() with Object.hasOwn() (Rich Trott) [#&#8203;41724](https://github.com/nodejs/node/pull/41724) - \[[`6fefd5112a`](https://github.com/nodejs/node/commit/6fefd5112a)] - **(SEMVER-MINOR)** **benchmark**: add `subarray` to `buffer-slice` (Benjamin Gruenbaum) [#&#8203;41596](https://github.com/nodejs/node/pull/41596) - \[[`878b2e73bb`](https://github.com/nodejs/node/commit/878b2e73bb)] - **benchmark**: remove unreachable code from crypto/hash-stream-creation (Rich Trott) [#&#8203;41535](https://github.com/nodejs/node/pull/41535) - \[[`6064b1df5d`](https://github.com/nodejs/node/commit/6064b1df5d)] - **buffer**: fix atob/btoa no-arg case (Benjamin Gruenbaum) [#&#8203;41478](https://github.com/nodejs/node/pull/41478) - \[[`89c327387b`](https://github.com/nodejs/node/commit/89c327387b)] - **(SEMVER-MINOR)** **buffer**: alias `subarray` and `slice` (Benjamin Gruenbaum) [#&#8203;41596](https://github.com/nodejs/node/pull/41596) - \[[`adcde6bb78`](https://github.com/nodejs/node/commit/adcde6bb78)] - **build**: check if python is a executable program (himself65) [#&#8203;36696](https://github.com/nodejs/node/pull/36696) - \[[`33351765c7`](https://github.com/nodejs/node/commit/33351765c7)] - **build**: enable zoslib installation on z/OS (alexcfyung) [#&#8203;41493](https://github.com/nodejs/node/pull/41493) - \[[`e8062bfb92`](https://github.com/nodejs/node/commit/e8062bfb92)] - **build**: add --v8-enable-hugepage flag (Daoming Qiu) [#&#8203;41487](https://github.com/nodejs/node/pull/41487) - \[[`8681c837ca`](https://github.com/nodejs/node/commit/8681c837ca)] - **build**: add loong64 configure (Shi Pujin) [#&#8203;41323](https://github.com/nodejs/node/pull/41323) - \[[`7c2b5861be`](https://github.com/nodejs/node/commit/7c2b5861be)] - **build**: fix libuv builds for android aarch64 (Darshan Sen) [#&#8203;41555](https://github.com/nodejs/node/pull/41555) - \[[`e117c0f86c`](https://github.com/nodejs/node/commit/e117c0f86c)] - **crypto**: check return code from EVP_DigestUpdate (Michael Dawson) [#&#8203;41800](https://github.com/nodejs/node/pull/41800) - \[[`9c59abe588`](https://github.com/nodejs/node/commit/9c59abe588)] - **crypto**: fix `webcrypto.subtle` signature (Antoine du Hamel) [#&#8203;41761](https://github.com/nodejs/node/pull/41761) - \[[`627f19a84b`](https://github.com/nodejs/node/commit/627f19a84b)] - **crypto**: revise variables for const use instead of let (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614) - \[[`9e39e62ae2`](https://github.com/nodejs/node/commit/9e39e62ae2)] - **crypto**: remove wildcard options for checkEmail (Tobias Nießen) [#&#8203;41599](https://github.com/nodejs/node/pull/41599) - \[[`4a4c907604`](https://github.com/nodejs/node/commit/4a4c907604)] - **crypto**: adjust types for getRandomValues (LiviaMedeiros) [#&#8203;41481](https://github.com/nodejs/node/pull/41481) - \[[`b43faf0fc5`](https://github.com/nodejs/node/commit/b43faf0fc5)] - **crypto**: remove checkIP options argument (Tobias Nießen) [#&#8203;41571](https://github.com/nodejs/node/pull/41571) - \[[`076ec47557`](https://github.com/nodejs/node/commit/076ec47557)] - **(SEMVER-MINOR)** **crypto**: support RFC 2818 compatible checkHost (Tobias Nießen) [#&#8203;41569](https://github.com/nodejs/node/pull/41569) - \[[`28650eca00`](https://github.com/nodejs/node/commit/28650eca00)] - **deps**: upgrade npm to 8.4.1 (npm-robot) [#&#8203;41836](https://github.com/nodejs/node/pull/41836) - \[[`bee4451ed8`](https://github.com/nodejs/node/commit/bee4451ed8)] - **deps**: V8: cherry-pick [`cc9a8a3`](https://github.com/nodejs/node/commit/cc9a8a37445e) (Gus Caplan) [#&#8203;41823](https://github.com/nodejs/node/pull/41823) - \[[`4b174ce7f6`](https://github.com/nodejs/node/commit/4b174ce7f6)] - **deps**: upgrade npm to 8.3.2 (npm team) [#&#8203;41621](https://github.com/nodejs/node/pull/41621) - \[[`0d4f043f0e`](https://github.com/nodejs/node/commit/0d4f043f0e)] - **dgram**: remove unreachable connectState assign (Rongjian Zhang) [#&#8203;38590](https://github.com/nodejs/node/pull/38590) - \[[`d641eb7f80`](https://github.com/nodejs/node/commit/d641eb7f80)] - **doc**: use the same case as the section heading (Mestery) [#&#8203;41876](https://github.com/nodejs/node/pull/41876) - \[[`ffd1933ad9`](https://github.com/nodejs/node/commit/ffd1933ad9)] - **doc**: use Oxford comma in crypto docs (Tobias Nießen) [#&#8203;41875](https://github.com/nodejs/node/pull/41875) - \[[`145a3b8294`](https://github.com/nodejs/node/commit/145a3b8294)] - **doc**: use sentence case in readme introduction (Mestery) [#&#8203;41874](https://github.com/nodejs/node/pull/41874) - \[[`f8acca8df8`](https://github.com/nodejs/node/commit/f8acca8df8)] - **doc**: add missing space before hyphen (Mestery) [#&#8203;41873](https://github.com/nodejs/node/pull/41873) - \[[`5085813688`](https://github.com/nodejs/node/commit/5085813688)] - **doc**: add stream pipelining note on Http usage (Rafael Silva) [#&#8203;41796](https://github.com/nodejs/node/pull/41796) - \[[`0a8995d36b`](https://github.com/nodejs/node/commit/0a8995d36b)] - **doc**: improve SSL_OP_PRIORITIZE_CHACHA description (Tobias Nießen) [#&#8203;41866](https://github.com/nodejs/node/pull/41866) - \[[`1c62eb64f6`](https://github.com/nodejs/node/commit/1c62eb64f6)] - **doc**: add missing commas in cluster docs (Tobias Nießen) [#&#8203;41865](https://github.com/nodejs/node/pull/41865) - \[[`3676505413`](https://github.com/nodejs/node/commit/3676505413)] - **doc**: add history information for Corepack (Antoine du Hamel) [#&#8203;41813](https://github.com/nodejs/node/pull/41813) - \[[`8a42a20b8a`](https://github.com/nodejs/node/commit/8a42a20b8a)] - **doc**: add comments to empty blocks in worker_threads text (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831) - \[[`c3721fcf9a`](https://github.com/nodejs/node/commit/c3721fcf9a)] - **doc**: remove empty block from console.timeEnd() example (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831) - \[[`451f3331d9`](https://github.com/nodejs/node/commit/451f3331d9)] - **doc**: feature management proposal (Michael Dawson) [#&#8203;41420](https://github.com/nodejs/node/pull/41420) - \[[`72a857f56c`](https://github.com/nodejs/node/commit/72a857f56c)] - **doc**: add overhead hints for heap snapshot generation (Gerhard Stöbich) [#&#8203;41822](https://github.com/nodejs/node/pull/41822) - \[[`7aeaa27d67`](https://github.com/nodejs/node/commit/7aeaa27d67)] - **doc**: fix X509 CA acronym capitalization (Tobias Nießen) [#&#8203;41841](https://github.com/nodejs/node/pull/41841) - \[[`d3a4c62600`](https://github.com/nodejs/node/commit/d3a4c62600)] - **doc**: use sentence case for X509 error codes header (Tobias Nießen) [#&#8203;41829](https://github.com/nodejs/node/pull/41829) - \[[`cb16fad0ab`](https://github.com/nodejs/node/commit/cb16fad0ab)] - **doc**: add initial version of maintaining-http.md (Michael Dawson) [#&#8203;41798](https://github.com/nodejs/node/pull/41798) - \[[`49f6b97b64`](https://github.com/nodejs/node/commit/49f6b97b64)] - **doc**: add registry numbers for Electron 19 and 20 (Keeley Hammond) [#&#8203;41814](https://github.com/nodejs/node/pull/41814) - \[[`4db343bb8e`](https://github.com/nodejs/node/commit/4db343bb8e)] - **doc**: add note about resource type in async_hooks (Tony Gorez) [#&#8203;41797](https://github.com/nodejs/node/pull/41797) - \[[`d726a3442c`](https://github.com/nodejs/node/commit/d726a3442c)] - **doc**: use example.com for examples (Ateş Göral) [#&#8203;41827](https://github.com/nodejs/node/pull/41827) - \[[`4eb1938f51`](https://github.com/nodejs/node/commit/4eb1938f51)] - **doc**: align tls port types with net port types (Tobias Nießen) [#&#8203;41799](https://github.com/nodejs/node/pull/41799) - \[[`e5db13626b`](https://github.com/nodejs/node/commit/e5db13626b)] - **doc**: use UDPv4/UDPv6 consistently with TCPv4/TCPv6 (Tobias Nießen) [#&#8203;41824](https://github.com/nodejs/node/pull/41824) - \[[`af641bdec4`](https://github.com/nodejs/node/commit/af641bdec4)] - **doc**: improve wording surrounding TLS 1.3 ciphers (Tobias Nießen) [#&#8203;41778](https://github.com/nodejs/node/pull/41778) - \[[`99e0f1458b`](https://github.com/nodejs/node/commit/99e0f1458b)] - **doc**: add format-md step to release guide (Danielle Adams) [#&#8203;41809](https://github.com/nodejs/node/pull/41809) - \[[`62f2c078ec`](https://github.com/nodejs/node/commit/62f2c078ec)] - **doc**: add v16 changelog link to iojs changelog (Danielle Adams) [#&#8203;41808](https://github.com/nodejs/node/pull/41808) - \[[`c0629b48ce`](https://github.com/nodejs/node/commit/c0629b48ce)] - **doc**: add security-steward rotation information (Michael Dawson) [#&#8203;41707](https://github.com/nodejs/node/pull/41707) - \[[`032df4ee17`](https://github.com/nodejs/node/commit/032df4ee17)] - **doc**: use Object.hasOwn() in util doc (Rich Trott) [#&#8203;41780](https://github.com/nodejs/node/pull/41780) - \[[`257c5b68d1`](https://github.com/nodejs/node/commit/257c5b68d1)] - **doc**: remove section on "recent" ECDH changes (Tobias Nießen) [#&#8203;41773](https://github.com/nodejs/node/pull/41773) - \[[`86644b95a5`](https://github.com/nodejs/node/commit/86644b95a5)] - **doc**: clarify that import also uses main (Ben McCann) [#&#8203;41720](https://github.com/nodejs/node/pull/41720) - \[[`4889a3177f`](https://github.com/nodejs/node/commit/4889a3177f)] - **doc**: update modules.md wording (Tobias Hernstig) [#&#8203;41728](https://github.com/nodejs/node/pull/41728) - \[[`26c5efef35`](https://github.com/nodejs/node/commit/26c5efef35)] - **doc**: update Mesteery email (Mestery) [#&#8203;41683](https://github.com/nodejs/node/pull/41683) - \[[`4339299800`](https://github.com/nodejs/node/commit/4339299800)] - **doc**: avoid incomplete sentence in cluster docs (Tobias Nießen) [#&#8203;41701](https://github.com/nodejs/node/pull/41701) - \[[`7f7bcd7757`](https://github.com/nodejs/node/commit/7f7bcd7757)] - **doc**: fix typo in contributing guides (Yoshiki Kurihara) [#&#8203;41723](https://github.com/nodejs/node/pull/41723) - \[[`30336c23b5`](https://github.com/nodejs/node/commit/30336c23b5)] - **doc**: improve docs to give descriptive info for the platform property (Harshil jain) [#&#8203;41650](https://github.com/nodejs/node/pull/41650) - \[[`29678d66b8`](https://github.com/nodejs/node/commit/29678d66b8)] - **doc**: fix link to npm documentation (Antoine du Hamel) [#&#8203;41712](https://github.com/nodejs/node/pull/41712) - \[[`ae34900ccb`](https://github.com/nodejs/node/commit/ae34900ccb)] - **doc**: clarify treatment of non-string base in URL() (Rich Trott) [#&#8203;41685](https://github.com/nodejs/node/pull/41685) - \[[`b83e661d30`](https://github.com/nodejs/node/commit/b83e661d30)] - **doc**: fix typo in `technical-priorities.md` (Akhil Marsonya) [#&#8203;41694](https://github.com/nodejs/node/pull/41694) - \[[`8e7df048a7`](https://github.com/nodejs/node/commit/8e7df048a7)] - **doc**: remove unadvisable cluster example (Tobias Nießen) [#&#8203;41668](https://github.com/nodejs/node/pull/41668) - \[[`0ee468d6ba`](https://github.com/nodejs/node/commit/0ee468d6ba)] - **doc**: document flow for supporting type generation (Michael Dawson) [#&#8203;41464](https://github.com/nodejs/node/pull/41464) - \[[`9af2862a8b`](https://github.com/nodejs/node/commit/9af2862a8b)] - **doc**: clarify parameter for napi_get_cb_info (Michael Dawson) [#&#8203;41635](https://github.com/nodejs/node/pull/41635) - \[[`a35c6c38f1`](https://github.com/nodejs/node/commit/a35c6c38f1)] - **doc**: revise url.resolve() text (Rich Trott) [#&#8203;41661](https://github.com/nodejs/node/pull/41661) - \[[`986dbb3222`](https://github.com/nodejs/node/commit/986dbb3222)] - **doc**: clarify treatment of non-string argument to new URL() (Rich Trott) [#&#8203;41658](https://github.com/nodejs/node/pull/41658) - \[[`2bba6cd8b6`](https://github.com/nodejs/node/commit/2bba6cd8b6)] - **doc**: fix documentation for `MODULE_NOT_FOUND` and `ERR_MODULE_NOT_FOUND` (Antoine du Hamel) [#&#8203;41645](https://github.com/nodejs/node/pull/41645) - \[[`d40fd755d3`](https://github.com/nodejs/node/commit/d40fd755d3)] - **doc**: improve TLS/SSL introduction (Tobias Nießen) [#&#8203;41649](https://github.com/nodejs/node/pull/41649) - \[[`b951764c32`](https://github.com/nodejs/node/commit/b951764c32)] - **doc**: modernize and simplify cluster example (Tobias Nießen) [#&#8203;41626](https://github.com/nodejs/node/pull/41626) - \[[`0d6227ceab`](https://github.com/nodejs/node/commit/0d6227ceab)] - **doc**: simplify readline/stdin text (Rich Trott) [#&#8203;41583](https://github.com/nodejs/node/pull/41583) - \[[`ffab924444`](https://github.com/nodejs/node/commit/ffab924444)] - **doc**: suggest worker threads in cluster docs (Tobias Nießen) [#&#8203;41616](https://github.com/nodejs/node/pull/41616) - \[[`c111a13d22`](https://github.com/nodejs/node/commit/c111a13d22)] - **doc**: add 16 and 17 to previous versions (Antoine du Hamel) [#&#8203;41646](https://github.com/nodejs/node/pull/41646) - \[[`81e039fa9d`](https://github.com/nodejs/node/commit/81e039fa9d)] - **doc**: improve `'hex'` Buffer decoding description and examples (Giora Guttsait) [#&#8203;41598](https://github.com/nodejs/node/pull/41598) - \[[`09763a2a93`](https://github.com/nodejs/node/commit/09763a2a93)] - **doc**: add note for handling signal events in trace events (Gabriel Trujillo) [#&#8203;41438](https://github.com/nodejs/node/pull/41438) - \[[`2e7bf00359`](https://github.com/nodejs/node/commit/2e7bf00359)] - **(SEMVER-MINOR)** **doc**: deprecate `buffer.slice` (Benjamin Gruenbaum) [#&#8203;41596](https://github.com/nodejs/node/pull/41596) - \[[`174155dee6`](https://github.com/nodejs/node/commit/174155dee6)] - **doc**: demonstrate dangers of `buffer.slice()` (Shalvah) [#&#8203;41628](https://github.com/nodejs/node/pull/41628) - \[[`22484014cd`](https://github.com/nodejs/node/commit/22484014cd)] - **doc**: add missing word in cluster.workers details (Tobias Nießen) [#&#8203;41624](https://github.com/nodejs/node/pull/41624) - \[[`86272ca5ac`](https://github.com/nodejs/node/commit/86272ca5ac)] - **doc**: fix async_hooks example in api docs (Akhil Marsonya) [#&#8203;41609](https://github.com/nodejs/node/pull/41609) - \[[`5943cb9d1e`](https://github.com/nodejs/node/commit/5943cb9d1e)] - **doc**: fix deprecated alias description in cluster (Tobias Nießen) [#&#8203;41618](https://github.com/nodejs/node/pull/41618) - \[[`574c19a8c6`](https://github.com/nodejs/node/commit/574c19a8c6)] - **doc**: fix backticks around 'default' (Tobias Nießen) [#&#8203;41613](https://github.com/nodejs/node/pull/41613) - \[[`4780449b4e`](https://github.com/nodejs/node/commit/4780449b4e)] - **doc**: update timingSafeEqual error case (Alex Agranov) [#&#8203;41507](https://github.com/nodejs/node/pull/41507) - \[[`9c73bd5610`](https://github.com/nodejs/node/commit/9c73bd5610)] - **doc**: simplify util.TextDecoder example (Rich Trott) [#&#8203;41574](https://github.com/nodejs/node/pull/41574) - \[[`e72693160e`](https://github.com/nodejs/node/commit/e72693160e)] - **doc**: move Mesteery to collaborators (Tobias Nießen) [#&#8203;41597](https://github.com/nodejs/node/pull/41597) - \[[`952623dff8`](https://github.com/nodejs/node/commit/952623dff8)] - **doc**: fix cjs example code for process.arch (Job) [#&#8203;41593](https://github.com/nodejs/node/pull/41593) - \[[`2478b47a08`](https://github.com/nodejs/node/commit/2478b47a08)] - **doc**: remove redunant `await` calls from stream docs (Giora Guttsait) [#&#8203;41592](https://github.com/nodejs/node/pull/41592) - \[[`f6b5b8d5bb`](https://github.com/nodejs/node/commit/f6b5b8d5bb)] - **doc**: make contributing info more discoverable (Michael Dawson) [#&#8203;41408](https://github.com/nodejs/node/pull/41408) - \[[`6370b4df68`](https://github.com/nodejs/node/commit/6370b4df68)] - **doc**: recommend package exports instead of requiring folders (Antoine du Hamel) [#&#8203;41381](https://github.com/nodejs/node/pull/41381) - \[[`b5104e89fc`](https://github.com/nodejs/node/commit/b5104e89fc)] - **doc**: edit async_context context loss text (Rich Trott) [#&#8203;41550](https://github.com/nodejs/node/pull/41550) - \[[`9ea8e49032`](https://github.com/nodejs/node/commit/9ea8e49032)] - **doc**: use sentence case for Web Crypto headers (Tobias Nießen) [#&#8203;41577](https://github.com/nodejs/node/pull/41577) - \[[`92484d4945`](https://github.com/nodejs/node/commit/92484d4945)] - **doc**: make Web Crypto example spec compliant (Tobias Nießen) [#&#8203;41556](https://github.com/nodejs/node/pull/41556) - \[[`60e7437a60`](https://github.com/nodejs/node/commit/60e7437a60)] - **doc**: do not reference SSL when discussing SNI (Tobias Nießen) [#&#8203;41549](https://github.com/nodejs/node/pull/41549) - \[[`31d75f2f5d`](https://github.com/nodejs/node/commit/31d75f2f5d)] - **doc**: fix typos in esm.md (Yu) [#&#8203;41499](https://github.com/nodejs/node/pull/41499) - \[[`cb4dbc10bc`](https://github.com/nodejs/node/commit/cb4dbc10bc)] - **doc**: adjust assignment in condition in stream doc (Rich Trott) [#&#8203;41510](https://github.com/nodejs/node/pull/41510) - \[[`5c700fa8e2`](https://github.com/nodejs/node/commit/5c700fa8e2)] - **doc**: improve Web Crypto headings related to ECC (Tobias Nießen) [#&#8203;41542](https://github.com/nodejs/node/pull/41542) - \[[`84292165e7`](https://github.com/nodejs/node/commit/84292165e7)] - **doc**: clarify module system selection (Antoine du Hamel) [#&#8203;41383](https://github.com/nodejs/node/pull/41383) - \[[`be63dc5acc`](https://github.com/nodejs/node/commit/be63dc5acc)] - **doc**: remove statement about (EC)DHE performance (Tobias Nießen) [#&#8203;41528](https://github.com/nodejs/node/pull/41528) - \[[`c6749bc590`](https://github.com/nodejs/node/commit/c6749bc590)] - **doc,readline**: add missing node protocol in example (Mestery) [#&#8203;41560](https://github.com/nodejs/node/pull/41560) - \[[`74bd31213c`](https://github.com/nodejs/node/commit/74bd31213c)] - **domain**: pass opts to `EventEmitter.init` (Chen Gang) [#&#8203;41414](https://github.com/nodejs/node/pull/41414) - \[[`e1d5a354c5`](https://github.com/nodejs/node/commit/e1d5a354c5)] - **esm**: improve validation of resolved URLs (Jacob Smith) [#&#8203;41446](https://github.com/nodejs/node/pull/41446) - \[[`bfddcb11a5`](https://github.com/nodejs/node/commit/bfddcb11a5)] - **http2**: fix pseudo-headers order (ofir) [#&#8203;41735](https://github.com/nodejs/node/pull/41735) - \[[`499171bbd8`](https://github.com/nodejs/node/commit/499171bbd8)] - **http2**: fix no response event on continue request (ofirbarak) [#&#8203;41739](https://github.com/nodejs/node/pull/41739) - \[[`2a18859324`](https://github.com/nodejs/node/commit/2a18859324)] - **http2**: fix memory leak on nghttp2 hd threshold (Rafael Silva) [#&#8203;41502](https://github.com/nodejs/node/pull/41502) - \[[`59a15e8f1a`](https://github.com/nodejs/node/commit/59a15e8f1a)] - **lib**: refactor to use `validateObject()` validator (Mohammed Keyvanzadeh) [#&#8203;41845](https://github.com/nodejs/node/pull/41845) - \[[`4834be373d`](https://github.com/nodejs/node/commit/4834be373d)] - **lib**: add comments to empty catch statements (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831) - \[[`76a229c4ff`](https://github.com/nodejs/node/commit/76a229c4ff)] - **(SEMVER-MINOR)** **lib**: add fetch (Michaël Zasso) [#&#8203;41749](https://github.com/nodejs/node/pull/41749) - \[[`cedd26a396`](https://github.com/nodejs/node/commit/cedd26a396)] - **lib**: refactor source map stack trace prepare (Mohammed Keyvanzadeh) [#&#8203;41698](https://github.com/nodejs/node/pull/41698) - \[[`8ab0540d4a`](https://github.com/nodejs/node/commit/8ab0540d4a)] - **lib**: throw error in structuedClone when no arguments are passed (Giora Guttsait) [#&#8203;41651](https://github.com/nodejs/node/pull/41651) - \[[`306dd1c181`](https://github.com/nodejs/node/commit/306dd1c181)] - **lib**: fix consistency of methods that emit warnings (Yoshiki Kurihara) [#&#8203;41249](https://github.com/nodejs/node/pull/41249) - \[[`e500d11806`](https://github.com/nodejs/node/commit/e500d11806)] - **lib**: remove erroneous JSDoc entry (Rich Trott) [#&#8203;41604](https://github.com/nodejs/node/pull/41604) - \[[`8a99eed7aa`](https://github.com/nodejs/node/commit/8a99eed7aa)] - **lib**: modify `DOMException` to pass WPT (Khaidi Chu) [#&#8203;41517](https://github.com/nodejs/node/pull/41517) - \[[`bd5d1583ed`](https://github.com/nodejs/node/commit/bd5d1583ed)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41868](https://github.com/nodejs/node/pull/41868) - \[[`f5adf54eb6`](https://github.com/nodejs/node/commit/f5adf54eb6)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41763](https://github.com/nodejs/node/pull/41763) - \[[`e5abdf7285`](https://github.com/nodejs/node/commit/e5abdf7285)] - **meta**: update mailmap/AUTHORS info for existing collaborator (Rich Trott) [#&#8203;41750](https://github.com/nodejs/node/pull/41750) - \[[`14415fb7e0`](https://github.com/nodejs/node/commit/14415fb7e0)] - **meta**: adjust mailmap/AUTHORS to reflect README change (Rich Trott) [#&#8203;41751](https://github.com/nodejs/node/pull/41751) - \[[`60eddadb65`](https://github.com/nodejs/node/commit/60eddadb65)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41659](https://github.com/nodejs/node/pull/41659) - \[[`336c18d057`](https://github.com/nodejs/node/commit/336c18d057)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41548](https://github.com/nodejs/node/pull/41548) - \[[`9c6b078892`](https://github.com/nodejs/node/commit/9c6b078892)] - **module**: unflag esm json modules (Geoffrey Booth) [#&#8203;41736](https://github.com/nodejs/node/pull/41736) - \[[`2cae99425b`](https://github.com/nodejs/node/commit/2cae99425b)] - **(SEMVER-MINOR)** **node-api**: add node_api_symbol_for() (Darshan Sen) [#&#8203;41329](https://github.com/nodejs/node/pull/41329) - \[[`14cb9ea93e`](https://github.com/nodejs/node/commit/14cb9ea93e)] - **perf_hooks**: remove useless calls in Histogram (Michael Dawson) [#&#8203;41579](https://github.com/nodejs/node/pull/41579) - \[[`e1ae61bce5`](https://github.com/nodejs/node/commit/e1ae61bce5)] - **policy**: revise manifest.js to avoid empty blocks (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831) - \[[`d83d55e6e5`](https://github.com/nodejs/node/commit/d83d55e6e5)] - **policy**: check for null instead of falsy in loop (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614) - \[[`e11451c4e8`](https://github.com/nodejs/node/commit/e11451c4e8)] - **policy**: replace entries with keys (Mohammed Keyvanzadeh) [#&#8203;41482](https://github.com/nodejs/node/pull/41482) - \[[`cfaa1e224d`](https://github.com/nodejs/node/commit/cfaa1e224d)] - **process**: unhandledRejection support more errors (Benjamin Gruenbaum) [#&#8203;41682](https://github.com/nodejs/node/pull/41682) - \[[`cf1d3d1565`](https://github.com/nodejs/node/commit/cf1d3d1565)] - **process**: check for null instead of falsy in while loop (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614) - \[[`3b45c05a23`](https://github.com/nodejs/node/commit/3b45c05a23)] - **process**: use validateString validator (Mohammed Keyvanzadeh) [#&#8203;41595](https://github.com/nodejs/node/pull/41595) - \[[`700f766bea`](https://github.com/nodejs/node/commit/700f766bea)] - **process**: ignore asyncId 0 in exception handler (Anatoli Papirovski) [#&#8203;41424](https://github.com/nodejs/node/pull/41424) - \[[`cbcf794562`](https://github.com/nodejs/node/commit/cbcf794562)] - **readline**: improve code coverage for readline promises (Erick Wendel) [#&#8203;41817](https://github.com/nodejs/node/pull/41817) - \[[`0a31149202`](https://github.com/nodejs/node/commit/0a31149202)] - **(SEMVER-MINOR)** **readline**: add feature yank and yank pop (Ray) [#&#8203;41301](https://github.com/nodejs/node/pull/41301) - \[[`5a4c74c647`](https://github.com/nodejs/node/commit/5a4c74c647)] - **readline**: undo previous edit when get key code 0x1F (Ray) [#&#8203;41392](https://github.com/nodejs/node/pull/41392) - \[[`301a4f8781`](https://github.com/nodejs/node/commit/301a4f8781)] - **repl**: check for precise values rather than falsy in loops (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614) - \[[`c3d3abf112`](https://github.com/nodejs/node/commit/c3d3abf112)] - **src**: slightly simplify URLHost::ToString (Anna Henningsen) [#&#8203;41747](https://github.com/nodejs/node/pull/41747) - \[[`43f2abae7c`](https://github.com/nodejs/node/commit/43f2abae7c)] - **src**: slightly simplify V8CoverageConnection::GetFilename (Anna Henningsen) [#&#8203;41748](https://github.com/nodejs/node/pull/41748) - \[[`bbfa58691e`](https://github.com/nodejs/node/commit/bbfa58691e)] - **src**: fix typo in js_native_api_v8.cc (Caio Agiani) [#&#8203;41764](https://github.com/nodejs/node/pull/41764) - \[[`1ae648567a`](https://github.com/nodejs/node/commit/1ae648567a)] - **(SEMVER-MINOR)** **stream**: add iterator helper find (linkgoron) [#&#8203;41849](https://github.com/nodejs/node/pull/41849) - \[[`07b6bf4e7e`](https://github.com/nodejs/node/commit/07b6bf4e7e)] - **stream**: resume stream on drain (Robert Nagy) [#&#8203;41848](https://github.com/nodejs/node/pull/41848) - \[[`f8d2955b71`](https://github.com/nodejs/node/commit/f8d2955b71)] - **stream**: initial port of test262 tests (Benjamin Gruenbaum) [#&#8203;41775](https://github.com/nodejs/node/pull/41775) - \[[`6c82276b85`](https://github.com/nodejs/node/commit/6c82276b85)] - **stream**: remove empty block (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831) - \[[`e11a079469`](https://github.com/nodejs/node/commit/e11a079469)] - **stream**: use synchronous error validation & validate abort signal option (iMoses) [#&#8203;41777](https://github.com/nodejs/node/pull/41777) - \[[`9c2504a066`](https://github.com/nodejs/node/commit/9c2504a066)] - **(SEMVER-MINOR)** **stream**: add reduce (Benjamin Gruenbaum) [#&#8203;41669](https://github.com/nodejs/node/pull/41669) - \[[`a05b8328d8`](https://github.com/nodejs/node/commit/a05b8328d8)] - **stream**: use synchronous error validation on iteration helpers (iMoses) [#&#8203;41652](https://github.com/nodejs/node/pull/41652) - \[[`311050ebaa`](https://github.com/nodejs/node/commit/311050ebaa)] - **stream**: add asIndexedPairs (Benjamin Gruenbaum) [#&#8203;41681](https://github.com/nodejs/node/pull/41681) - \[[`9b1a37979c`](https://github.com/nodejs/node/commit/9b1a37979c)] - **stream**: add drop and take (Benjamin Gruenbaum) [#&#8203;41630](https://github.com/nodejs/node/pull/41630) - \[[`b3390b9ddb`](https://github.com/nodejs/node/commit/b3390b9ddb)] - **stream**: never flatten on toArray (Benjamin Gruenbaum) [#&#8203;41615](https://github.com/nodejs/node/pull/41615) - \[[`46ec74dcd1`](https://github.com/nodejs/node/commit/46ec74dcd1)] - **(SEMVER-MINOR)** **stream**: support flatMap (Benjamin Gruenbaum) [#&#8203;41612](https://github.com/nodejs/node/pull/41612) - \[[`16dec4268c`](https://github.com/nodejs/node/commit/16dec4268c)] - **stream**: check for null instead of falsy in loops (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614) - \[[`34684a1c89`](https://github.com/nodejs/node/commit/34684a1c89)] - **(SEMVER-MINOR)** **stream**: support some and every (Benjamin Gruenbaum) [#&#8203;41573](https://github.com/nodejs/node/pull/41573) - \[[`62e1a68077`](https://github.com/nodejs/node/commit/62e1a68077)] - **(SEMVER-MINOR)** **stream**: add toArray (Benjamin Gruenbaum) [#&#8203;41553](https://github.com/nodejs/node/pull/41553) - \[[`5027e94a8a`](https://github.com/nodejs/node/commit/5027e94a8a)] - **stream**: rename unknown primordial (Mohammed Keyvanzadeh) [#&#8203;40622](https://github.com/nodejs/node/pull/40622) - \[[`da11b95988`](https://github.com/nodejs/node/commit/da11b95988)] - **(SEMVER-MINOR)** **stream**: add forEach method (Benjamin Gruenbaum) [#&#8203;41445](https://github.com/nodejs/node/pull/41445) - \[[`9226322394`](https://github.com/nodejs/node/commit/9226322394)] - **stream**: avoid function call where possible (Rich Trott) [#&#8203;41534](https://github.com/nodejs/node/pull/41534) - \[[`573cafe29d`](https://github.com/nodejs/node/commit/573cafe29d)] - **test**: remove eslint-disable comments from fixtures (Rich Trott) [#&#8203;41859](https://github.com/nodejs/node/pull/41859) - \[[`0d9248fe0a`](https://github.com/nodejs/node/commit/0d9248fe0a)] - **test**: remove test-worker-memory flaky designation (Rich Trott) [#&#8203;41867](https://github.com/nodejs/node/pull/41867) - \[[`c694dae41c`](https://github.com/nodejs/node/commit/c694dae41c)] - **test**: enable no-empty ESLint rule (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831) - \[[`87902a7c17`](https://github.com/nodejs/node/commit/87902a7c17)] - **test**: avoid using Object.prototype methods directly on objects (Rich Trott) [#&#8203;41801](https://github.com/nodejs/node/pull/41801) - \[[`ea966404ad`](https://github.com/nodejs/node/commit/ea966404ad)] - **test**: exclude ibm i tests until we resolve (Michael Dawson) [#&#8203;41812](https://github.com/nodejs/node/pull/41812) - \[[`9c704b13af`](https://github.com/nodejs/node/commit/9c704b13af)] - **test**: make worker-take-heapsnapshot non-flaky (Michael Dawson) [#&#8203;41684](https://github.com/nodejs/node/pull/41684) - \[[`a97c817451`](https://github.com/nodejs/node/commit/a97c817451)] - **test**: mark test-fs-rmdir-recursive flaky on win (Michael Dawson) [#&#8203;41533](https://github.com/nodejs/node/pull/41533) - \[[`5f1a59cb41`](https://github.com/nodejs/node/commit/5f1a59cb41)] - **test**: make fs watch test more stable (Benjamin Gruenbaum) [#&#8203;41715](https://github.com/nodejs/node/pull/41715) - \[[`abbc06b5ab`](https://github.com/nodejs/node/commit/abbc06b5ab)] - **test**: fix typo in MessageChannel test (Tobias Nießen) [#&#8203;41746](https://github.com/nodejs/node/pull/41746) - \[[`94645d8f71`](https://github.com/nodejs/node/commit/94645d8f71)] - **test**: replace commented out expectations with tests (Darshan Sen) [#&#8203;41667](https://github.com/nodejs/node/pull/41667) - \[[`351ebf289a`](https://github.com/nodejs/node/commit/351ebf289a)] - **test**: improve stability of oom test (Benjamin Gruenbaum) [#&#8203;41681](https://github.com/nodejs/node/pull/41681) - \[[`0267d27a7d`](https://github.com/nodejs/node/commit/0267d27a7d)] - **test**: use Object.hasOwn() where applicable (Rich Trott) [#&#8203;41664](https://github.com/nodejs/node/pull/41664) - \[[`cca92107a4`](https://github.com/nodejs/node/commit/cca92107a4)] - **test**: remove unneeded test statement (Rich Trott) [#&#8203;41663](https://github.com/nodejs/node/pull/41663) - \[[`30df37f733`](https://github.com/nodejs/node/commit/30df37f733)] - **test**: remove error allowance in debugger test (Jithil P Ponnan) [#&#8203;41640](https://github.com/nodejs/node/pull/41640) - \[[`b02bf41e18`](https://github.com/nodejs/node/commit/b02bf41e18)] - **test**: add stream map tests (Benjamin Gruenbaum) [#&#8203;41642](https://github.com/nodejs/node/pull/41642) - \[[`12c1ac4d3b`](https://github.com/nodejs/node/commit/12c1ac4d3b)] - **test**: simplify test-gc-http-client (Luigi Pinca) [#&#8203;41620](https://github.com/nodejs/node/pull/41620) - \[[`9d99c24d50`](https://github.com/nodejs/node/commit/9d99c24d50)] - **test**: prepare tests for no-cond-assign ESLint rule (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614) - \[[`ea6c202436`](https://github.com/nodejs/node/commit/ea6c202436)] - **test**: move test-gc-http-client-onerror to sequential (Luigi Pinca) [#&#8203;41619](https://github.com/nodejs/node/pull/41619) - \[[`55adcb7f12`](https://github.com/nodejs/node/commit/55adcb7f12)] - **test**: fix typo in test-stream-toArray (Tobias Nießen) [#&#8203;41634](https://github.com/nodejs/node/pull/41634) - \[[`506a0dde0e`](https://github.com/nodejs/node/commit/506a0dde0e)] - **test**: improve test coverage of internal/worker/io (Yoshiki Kurihara) [#&#8203;41511](https://github.com/nodejs/node/pull/41511) - \[[`6de8e51437`](https://github.com/nodejs/node/commit/6de8e51437)] - **test**: add DataView test entry for whatwg (Mohammed Keyvanzadeh) [#&#8203;40622](https://github.com/nodejs/node/pull/40622) - \[[`f947f72b39`](https://github.com/nodejs/node/commit/f947f72b39)] - **test**: improve util-format code coverage (Rich Trott) [#&#8203;41572](https://github.com/nodejs/node/pull/41572) - \[[`38e4b11391`](https://github.com/nodejs/node/commit/38e4b11391)] - **test**: fix typo in test_js_native_api_v8 (Tobias Nießen) [#&#8203;41584](https://github.com/nodejs/node/pull/41584) - \[[`5e3f751260`](https://github.com/nodejs/node/commit/5e3f751260)] - **test**: add missing await in fs-rm/fs-rmdir tests (Benjamin Coe) [#&#8203;41545](https://github.com/nodejs/node/pull/41545) - \[[`c0aec6783a`](https://github.com/nodejs/node/commit/c0aec6783a)] - **test**: increase coverage for stream writable (Rich Trott) [#&#8203;41486](https://github.com/nodejs/node/pull/41486) - \[[`ef7c79822f`](https://github.com/nodejs/node/commit/ef7c79822f)] - **test**: add coverage for util.inspect() (Rich Trott) [#&#8203;41527](https://github.com/nodejs/node/pull/41527) - \[[`2b4e46f07d`](https://github.com/nodejs/node/commit/2b4e46f07d)] - **timers**: check for nullish instead of falsy in loops (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614) - \[[`0d471fb0d4`](https://github.com/nodejs/node/commit/0d471fb0d4)] - **tools**: enable no-empty ESLint rule (Rich Trott) [#&#8203;41831](https://github.com/nodejs/node/pull/41831) - \[[`72f02d87b9`](https://github.com/nodejs/node/commit/72f02d87b9)] - **tools**: update lint-md-dependencies to rollup@2.67.0 (Node.js GitHub Bot) [#&#8203;41737](https://github.com/nodejs/node/pull/41737) - \[[`32cdae7f65`](https://github.com/nodejs/node/commit/32cdae7f65)] - **tools**: update doc to rehype-stringify@9.0.3 (Node.js GitHub Bot) [#&#8203;41854](https://github.com/nodejs/node/pull/41854) - \[[`e6a1896ec1`](https://github.com/nodejs/node/commit/e6a1896ec1)] - **tools**: update eslint to 8.8.0 (Node.js GitHub Bot) [#&#8203;41738](https://github.com/nodejs/node/pull/41738) - \[[`3190e365f0`](https://github.com/nodejs/node/commit/3190e365f0)] - **tools**: use Set instead of { \[key]: true } object (Tobias Nießen) [#&#8203;41695](https://github.com/nodejs/node/pull/41695) - \[[`3f4ce07be9`](https://github.com/nodejs/node/commit/3f4ce07be9)] - **tools**: add compile_commands to ignore file (Yash Ladha) [#&#8203;41580](https://github.com/nodejs/node/pull/41580) - \[[`5fe7cfabaa`](https://github.com/nodejs/node/commit/5fe7cfabaa)] - **tools**: use Set instead of { \[key]: true } object (Tobias Nießen) [#&#8203;41675](https://github.com/nodejs/node/pull/41675) - \[[`d33d1899c4`](https://github.com/nodejs/node/commit/d33d1899c4)] - **tools**: fix typo in `tools/code_cache/README.md` (Tobias Nießen) [#&#8203;41657](https://github.com/nodejs/node/pull/41657) - \[[`ae7df178fd`](https://github.com/nodejs/node/commit/ae7df178fd)] - **tools**: enable no-cond-assign-ESLint rule (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614) - \[[`9202b86814`](https://github.com/nodejs/node/commit/9202b86814)] - **tools**: update lint-md-dependencies to rollup@2.65.0 (Node.js GitHub Bot) [#&#8203;41638](https://github.com/nodejs/node/pull/41638) - \[[`57ada37a1f`](https://github.com/nodejs/node/commit/57ada37a1f)] - **tools**: increase maximum line length to 120 characters (Rich Trott) [#&#8203;41586](https://github.com/nodejs/node/pull/41586) - \[[`3084dff702`](https://github.com/nodejs/node/commit/3084dff702)] - **tools**: add missing `.PHONY` and `.NOTPARALLEL` targets in `Makefile` (Antoine du Hamel) [#&#8203;41515](https://github.com/nodejs/node/pull/41515) - \[[`544267feb2`](https://github.com/nodejs/node/commit/544267feb2)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#&#8203;41440](https://github.com/nodejs/node/pull/41440) - \[[`127d2fae62`](https://github.com/nodejs/node/commit/127d2fae62)] - **tools**: bump eslint from 8.6.0 to 8.7.0 (Rich Trott) [#&#8203;41570](https://github.com/nodejs/node/pull/41570) - \[[`ad5d7c7b06`](https://github.com/nodejs/node/commit/ad5d7c7b06)] - **tools**: update doc to highlight.js@11.4.0 to-vfile@7.2.3 (Node.js GitHub Bot) [#&#8203;41441](https://github.com/nodejs/node/pull/41441) - \[[`34dfc60742`](https://github.com/nodejs/node/commit/34dfc60742)] - **tools,test**: enable no-prototype-builtins (Rich Trott) [#&#8203;41801](https://github.com/nodejs/node/pull/41801) - \[[`aee74c8156`](https://github.com/nodejs/node/commit/aee74c8156)] - **util**: use hasOwnProperty() primordial (Rich Trott) [#&#8203;41692](https://github.com/nodejs/node/pull/41692) - \[[`2b082def2e`](https://github.com/nodejs/node/commit/2b082def2e)] - **util**: remove unused fast path in internal debuglog (Rich Trott) [#&#8203;41605](https://github.com/nodejs/node/pull/41605) - \[[`0e35d01a4a`](https://github.com/nodejs/node/commit/0e35d01a4a)] - **util**: check for null instead of flasy in loop (Rich Trott) [#&#8203;41614](https://github.com/nodejs/node/pull/41614) - \[[`869cbb7b25`](https://github.com/nodejs/node/commit/869cbb7b25)] - **(SEMVER-MINOR)** **worker**: graduate get/setEnvironmentData APIs (James M Snell) [#&#8203;41272](https://github.com/nodejs/node/pull/41272) ### [`v17.4.0`](https://github.com/nodejs/node/releases/tag/v17.4.0): 2022-01-18, Version 17.4.0 (Current), @&#8203;targos [Compare Source](https://github.com/nodejs/node/compare/v17.3.1...v17.4.0) ##### Notable Changes - \[[`ef6f98c2e3`](https://github.com/nodejs/node/commit/ef6f98c2e3)] - **(SEMVER-MINOR)** **child_process**: add support for URL to `cp.fork` (Antoine du Hamel) [#&#8203;41225](https://github.com/nodejs/node/pull/41225) - \[[`d62fe315c2`](https://github.com/nodejs/node/commit/d62fe315c2)] - **(SEMVER-MINOR)** **crypto**: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) [#&#8203;41266](https://github.com/nodejs/node/pull/41266) - \[[`fcb37e9ce5`](https://github.com/nodejs/node/commit/fcb37e9ce5)] - **doc**: add Mesteery to collaborators (Mestery) [#&#8203;41543](https://github.com/nodejs/node/pull/41543) - \[[`4079fc42b7`](https://github.com/nodejs/node/commit/4079fc42b7)] - **(SEMVER-MINOR)** **events**: graduate capturerejections to supported (James M Snell) [#&#8203;41267](https://github.com/nodejs/node/pull/41267) - \[[`fe21607901`](https://github.com/nodejs/node/commit/fe21607901)] - **(SEMVER-MINOR)** **events**: add EventEmitterAsyncResource to core (James M Snell) [#&#8203;41246](https://github.com/nodejs/node/pull/41246) - \[[`6d8eb6ace6`](https://github.com/nodejs/node/commit/6d8eb6ace6)] - **(SEMVER-MINOR)** **loader**: return package format from defaultResolve if known (Gabriel Bota) [#&#8203;40980](https://github.com/nodejs/node/pull/40980) - \[[`27c619140a`](https://github.com/nodejs/node/commit/27c619140a)] - **(SEMVER-MINOR)** **perf_hooks**: multiple fixes for Histogram (James M Snell) [#&#8203;41153](https://github.com/nodejs/node/pull/41153) - \[[`09c25bb224`](https://github.com/nodejs/node/commit/09c25bb224)] - **(SEMVER-MINOR)** **stream**: add filter method to readable (Benjamin Gruenbaum, Robert Nagy) [#&#8203;41354](https://github.com/nodejs/node/pull/41354) - \[[`1150963217`](https://github.com/nodejs/node/commit/1150963217)] - **(SEMVER-MINOR)** **stream**: add isReadable helper (Robert Nagy) [#&#8203;41199](https://github.com/nodejs/node/pull/41199) - \[[`9f5a873965`](https://github.com/nodejs/node/commit/9f5a873965)] - **(SEMVER-MINOR)** **stream**: add map method to Readable (Benjamin Gruenbaum, Robert Nagy) [#&#8203;40815](https://github.com/nodejs/node/pull/40815) ##### Commits - \[[`314102b14d`](https://github.com/nodejs/node/commit/314102b14d)] - **async_hooks**: add missing initialization (Michael Dawson) [#&#8203;41288](https://github.com/nodejs/node/pull/41288) - \[[`56345a3f63`](https://github.com/nodejs/node/commit/56345a3f63)] - **async_hooks**: fix AsyncLocalStorage in unhandledRejection cases (Bradley Farias) [#&#8203;41202](https://github.com/nodejs/node/pull/41202) - \[[`fa84353952`](https://github.com/nodejs/node/commit/fa84353952)] - **benchmark**: simplify http benchmarker regular expression (Rich Trott) [#&#8203;38206](https://github.com/nodejs/node/pull/38206) - \[[`88d760c559`](https://github.com/nodejs/node/commit/88d760c559)] - **benchmark**: fix benchmark/run.js handling of --set (Rich Trott) [#&#8203;41334](https://github.com/nodejs/node/pull/41334) - \[[`dcf1ea0a3f`](https://github.com/nodejs/node/commit/dcf1ea0a3f)] - **benchmark,test**: use Object.hasOwn() where applicable (Rich Trott) [#&#8203;41229](https://github.com/nodejs/node/pull/41229) - \[[`4958c800da`](https://github.com/nodejs/node/commit/4958c800da)] - **build**: fix npm version detection (Michaël Zasso) [#&#8203;41575](https://github.com/nodejs/node/pull/41575) - \[[`e8538c3751`](https://github.com/nodejs/node/commit/e8538c3751)] - **build**: fix node build failures in WSL Ubuntu (MrJithil) [#&#8203;41476](https://github.com/nodejs/node/pull/41476) - \[[`3d88ea195e`](https://github.com/nodejs/node/commit/3d88ea195e)] - **build**: fix workflow access to git history (Rich Trott) [#&#8203;41472](https://github.com/nodejs/node/pull/41472) - \[[`b0f0ad1004`](https://github.com/nodejs/node/commit/b0f0ad1004)] - **build**: start build on z/OS (alexcfyung) [#&#8203;41273](https://github.com/nodejs/node/pull/41273) - \[[`80a3766ac7`](https://github.com/nodejs/node/commit/80a3766ac7)] - **build**: use list for mutable retval rather than tuple (Rich Trott) [#&#8203;41372](https://github.com/nodejs/node/pull/41372) - \[[`afe1e00509`](https://github.com/nodejs/node/commit/afe1e00509)] - **build**: remove Python 2 workaround (Rich Trott) [#&#8203;41357](https://github.com/nodejs/node/pull/41357) - \[[`011c5f6498`](https://github.com/nodejs/node/commit/011c5f6498)] - **build**: improve readability of texts in workflows (Mestery) [#&#8203;40988](https://github.com/nodejs/node/pull/40988) - \[[`2233f31069`](https://github.com/nodejs/node/commit/2233f31069)] - **build,tools,win**: trim unused VCBUILD_PYTHON_LOCATION variable (David Sanders) [#&#8203;41235](https://github.com/nodejs/node/pull/41235) - \[[`d9465ae614`](https://github.com/nodejs/node/commit/d9465ae614)] - **child_process**: queue pending messages (Erick Wendel) [#&#8203;41221](https://github.com/nodejs/node/pull/41221) - \[[`ed41fd110d`](https://github.com/nodejs/node/commit/ed41fd110d)] - **child_process**: revise argument processing (Rich Trott) [#&#8203;41280](https://github.com/nodejs/node/pull/41280) - \[[`ef6f98c2e3`](https://github.com/nodejs/node/commit/ef6f98c2e3)] - **(SEMVER-MINOR)** **child_process**: add support for URL to `cp.fork` (Antoine du Hamel) [#&#8203;41225](https://github.com/nodejs/node/pull/41225) - \[[`d62fe315c2`](https://github.com/nodejs/node/commit/d62fe315c2)] - **(SEMVER-MINOR)** **crypto**: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) [#&#8203;41266](https://github.com/nodejs/node/pull/41266) - \[[`8ea56a9606`](https://github.com/nodejs/node/commit/8ea56a9606)] - **crypto**: fix error capture when loading engine (Tobias Nießen) [#&#8203;41187](https://github.com/nodejs/node/pull/41187) - \[[`f5b8aee1a1`](https://github.com/nodejs/node/commit/f5b8aee1a1)] - **deps**: upgrade npm to 8.3.1 (npm-robot) [#&#8203;41503](https://github.com/nodejs/node/pull/41503) - \[[`af3acecd7e`](https://github.com/nodejs/node/commit/af3acecd7e)] - **deps**: V8: cherry-pick [`3b6b21f`](https://github.com/nodejs/node/commit/3b6b21f595f6) (Michaël Zasso) [#&#8203;41457](https://github.com/nodejs/node/pull/41457) - \[[`02ca5d7c7c`](https://github.com/nodejs/node/commit/02ca5d7c7c)] - **deps**: upgrade to libuv 1.43.0 (Colin Ihrig) [#&#8203;41398](https://github.com/nodejs/node/pull/41398) - \[[`48e4780fd7`](https://github.com/nodejs/node/commit/48e4780fd7)] - **doc**: remove statement about client private keys (Tobias Nießen) [#&#8203;41505](https://github.com/nodejs/node/pull/41505) - \[[`ba7160e815`](https://github.com/nodejs/node/commit/ba7160e815)] - **doc**: fix typo in `onboarding.md` (Antoine du Hamel) [#&#8203;41544](https://github.com/nodejs/node/pull/41544) - \[[`fcb37e9ce5`](https://github.com/nodejs/node/commit/fcb37e9ce5)] - **doc**: add Mesteery to collaborators (Mestery) [#&#8203;41543](https://github.com/nodejs/node/pull/41543) - \[[`abbfed8789`](https://github.com/nodejs/node/commit/abbfed8789)] - **doc**: add missing word in readable.read() text (Rich Trott) [#&#8203;41524](https://github.com/nodejs/node/pull/41524) - \[[`712dfdc11f`](https://github.com/nodejs/node/commit/712dfdc11f)] - **doc**: add missing YAML tag in `esm.md` (Antoine du Hamel) [#&#8203;41516](https://github.com/nodejs/node/pull/41516) - \[[`f443a4e8fa`](https://github.com/nodejs/node/commit/f443a4e8fa)] - **doc**: expand fs.access() mode parameter docs (Colin Ihrig) [#&#8203;41484](https://github.com/nodejs/node/pull/41484) - \[[`5c0c459976`](https://github.com/nodejs/node/commit/5c0c459976)] - **doc**: correct checkHost behavior with wildcards etc (Tobias Nießen) [#&#8203;41468](https://github.com/nodejs/node/pull/41468) - \[[`c632241440`](https://github.com/nodejs/node/commit/c632241440)] - **doc**: remove extraneous colon in legacy subject (Tobias Nießen) [#&#8203;41477](https://github.com/nodejs/node/pull/41477) - \[[`b7b0631b10`](https://github.com/nodejs/node/commit/b7b0631b10)] - **doc**: remove SameValue comparison reference (Rich Trott) [#&#8203;41460](https://github.com/nodejs/node/pull/41460) - \[[`524103d6bf`](https://github.com/nodejs/node/commit/524103d6bf)] - **doc**: update mailmap entries for mhdawson (Michael Dawson) [#&#8203;41437](https://github.com/nodejs/node/pull/41437) - \[[`62aa190c01`](https://github.com/nodejs/node/commit/62aa190c01)] - **doc**: add guidance on order vulns are listed in (Michael Dawson) [#&#8203;41429](https://github.com/nodejs/node/pull/41429) - \[[`d721a758b2`](https://github.com/nodejs/node/commit/d721a758b2)] - **doc**: update output in inspector examples (David Sanders) [#&#8203;41390](https://github.com/nodejs/node/pull/41390) - \[[`60025bde16`](https://github.com/nodejs/node/commit/60025bde16)] - **doc**: add note regarding unfinished TLA (Antoine du Hamel) [#&#8203;41434](https://github.com/nodejs/node/pull/41434) - \[[`10bdb5969e`](https://github.com/nodejs/node/commit/10bdb5969e)] - **doc**: add reference for `===` operator in assert.md (Rich Trott) [#&#8203;41442](https://github.com/nodejs/node/pull/41442) - \[[`edc6a7af42`](https://github.com/nodejs/node/commit/edc6a7af42)] - **doc**: clarify `uncaughtException` `origin` for ESM (Antoine du Hamel) [#&#8203;41339](https://github.com/nodejs/node/pull/41339) - \[[`4a369d03b4`](https://github.com/nodejs/node/commit/4a369d03b4)] - **doc**: revise HTTPRequestOptions text (Rich Trott) [#&#8203;41407](https://github.com/nodejs/node/pull/41407) - \[[`f43bfe2e16`](https://github.com/nodejs/node/commit/f43bfe2e16)] - **doc**: add reference for == and != operators (Rich Trott) [#&#8203;41413](https://github.com/nodejs/node/pull/41413) - \[[`d3111bf0cc`](https://github.com/nodejs/node/commit/d3111bf0cc)] - **doc**: add [@&#8203;RaisinTen](https://github.com/RaisinTen) to the TSC (Michael Dawson) [#&#8203;41419](https://github.com/nodejs/node/pull/41419) - \[[`e6bed4e972`](https://github.com/nodejs/node/commit/e6bed4e972)] - **doc**: update Abstract Equality Comparison text in assert.md (Rich Trott) [#&#8203;41375](https://github.com/nodejs/node/pull/41375) - \[[`19db19bb80`](https://github.com/nodejs/node/commit/19db19bb80)] - **doc**: fix example commands for `REPLACEME` updates (Richard Lau) [#&#8203;41269](https://github.com/nodejs/node/pull/41269) - \[[`16c0bea91d`](https://github.com/nodejs/node/commit/16c0bea91d)] - **doc**: document that `require.main` may be `undefined` (Antoine du Hamel) [#&#8203;41384](https://github.com/nodejs/node/pull/41384) - \[[`014d4836ec`](https://github.com/nodejs/node/commit/014d4836ec)] - **doc**: clarify entry point behavior when using loader hooks (Antoine du Hamel) [#&#8203;41304](https://github.com/nodejs/node/pull/41304) - \[[`6460b1b32d`](https://github.com/nodejs/node/commit/6460b1b32d)] - **doc**: clarify `require` behavior with non `.js` extensions (Antoine du Hamel) [#&#8203;41345](https://github.com/nodejs/node/pull/41345) - \[[`0d18a8c232`](https://github.com/nodejs/node/commit/0d18a8c232)] - **doc**: revise frozen-intrinsics text (Rich Trott) [#&#8203;41342](https://github.com/nodejs/node/pull/41342) - \[[`c267bb2192`](https://github.com/nodejs/node/commit/c267bb2192)] - **doc**: fix example description for worker_threads (Dmitry Petrov) [#&#8203;41341](https://github.com/nodejs/node/pull/41341) - \[[`ffe17a84f2`](https://github.com/nodejs/node/commit/ffe17a84f2)] - **doc**: make pull-request guide default branch agnostic (Antoine du Hamel) [#&#8203;41299](https://github.com/nodejs/node/pull/41299) - \[[`5cfc547997`](https://github.com/nodejs/node/commit/5cfc547997)] - **doc**: fix sync comment in observer snippet (Eric Jacobson) [#&#8203;41262](https://github.com/nodejs/node/pull/41262) - \[[`3a80104b29`](https://github.com/nodejs/node/commit/3a80104b29)] - **doc**: remove section about amending commits in PR guide (Thiago Santos) [#&#8203;41287](https://github.com/nodejs/node/pull/41287) - \[[`23f97ec04e`](https://github.com/nodejs/node/commit/23f97ec04e)] - **doc**: remove legacy in-page links in v8.md (Rich Trott) [#&#8203;41291](https://github.com/nodejs/node/pull/41291) - \[[`e819685cec`](https://github.com/nodejs/node/commit/e819685cec)] - **doc**: include stack trace difference in ES modules (Marcos Bérgamo) [#&#8203;41157](https://github.com/nodejs/node/pull/41157) - \[[`dac8407944`](https://github.com/nodejs/node/commit/dac8407944)] - **doc**: fix example in node-api docs (Michael Dawson) [#&#8203;41264](https://github.com/nodejs/node/pull/41264) - \[[`29563abd85`](https://github.com/nodejs/node/commit/29563abd85)] - **doc**: add usage recommendation for writable.\_destroy (Rafael Gonzaga) [#&#8203;41040](https://github.com/nodejs/node/pull/41040) - \[[`e27e8272f7`](https://github.com/nodejs/node/commit/e27e8272f7)] - **doc**: make function signature comply with JSDoc comment (Rich Trott) [#&#8203;41242](https://github.com/nodejs/node/pull/41242) - \[[`d83a02994c`](https://github.com/nodejs/node/commit/d83a02994c)] - **doc**: align maxHeaderSize default with current value (Gil Pedersen) [#&#8203;41183](https://github.com/nodejs/node/pull/41183) - \[[`730e25d7dd`](https://github.com/nodejs/node/commit/730e25d7dd)] - **doc**: add unhandledRejection to strict mode (Colin Ihrig) [#&#8203;41194](https://github.com/nodejs/node/pull/41194) - \[[`74742c3618`](https://github.com/nodejs/node/commit/74742c3618)] - **doc**: adding estimated execution time (mawaregetsuka) [#&#8203;41142](https://github.com/nodejs/node/pull/41142) - \[[`34ef5a7d4d`](https://github.com/nodejs/node/commit/34ef5a7d4d)] - **doc**: fix syntax error in nested conditions example (Mateusz Burzyński) [#&#8203;41205](https://github.com/nodejs/node/pull/41205) - \[[`c9a4603913`](https://github.com/nodejs/node/commit/c9a4603913)] - **esm**: make `process.exit()` default to exit code 0 (Gang Chen) [#&#8203;41388](https://github.com/nodejs/node/pull/41388) - \[[`8a94ca7a69`](https://github.com/nodejs/node/commit/8a94ca7a69)] - **esm**: refactor esm tests out of test/message (Geoffrey Booth) [#&#8203;41352](https://github.com/nodejs/node/pull/41352) - \[[`5ebe086ea6`](https://github.com/nodejs/node/commit/5ebe086ea6)] - **esm**: reconcile JSDoc vs. actual parameter name (Rich Trott) [#&#8203;41238](https://github.com/nodejs/node/pull/41238) - \[[`9fe304b8e8`](https://github.com/nodejs/node/commit/9fe304b8e8)] - **events**: clarify JSDoc entries (Rich Trott) [#&#8203;41311](https://github.com/nodejs/node/pull/41311) - \[[`4079fc42b7`](https://github.com/nodejs/node/commit/4079fc42b7)] - **(SEMVER-MINOR)** **events**: graduate capturerejections to supported (James M Snell) [#&#8203;41267](https://github.com/nodejs/node/pull/41267) - \[[`e3a0a9cb3a`](https://github.com/nodejs/node/commit/e3a0a9cb3a)] - **events**: add jsdoc details for Event and EventTarget (James M Snell) [#&#8203;41274](https://github.com/nodejs/node/pull/41274) - \[[`fe21607901`](https://github.com/nodejs/node/commit/fe21607901)] - **(SEMVER-MINOR)** **events**: add EventEmitterAsyncResource to core (James M Snell) [#&#8203;41246](https://github.com/nodejs/node/pull/41246) - \[[`d4a6f2caf1`](https://github.com/nodejs/node/commit/d4a6f2caf1)] - **fs**: use async directory processing in cp() (Colin Ihrig) [#&#8203;41351](https://github.com/nodejs/node/pull/41351) - \[[`0951bd94db`](https://github.com/nodejs/node/commit/0951bd94db)] - **fs**: correct param names in JSDoc comments (Rich Trott) [#&#8203;41237](https://github.com/nodejs/node/pull/41237) - \[[`1d75436a1c`](https://github.com/nodejs/node/commit/1d75436a1c)] - **http**: remove duplicate code (Shaw) [#&#8203;39239](https://github.com/nodejs/node/pull/39239) - \[[`0aacd4926d`](https://github.com/nodejs/node/commit/0aacd4926d)] - **http2**: handle existing socket data when creating HTTP/2 server sessions (Tim Perry) [#&#8203;41185](https://github.com/nodejs/node/pull/41185) - \[[`24fbbf2747`](https://github.com/nodejs/node/commit/24fbbf2747)] - **lib**: remove spurious JSDoc entry (Rich Trott) [#&#8203;41240](https://github.com/nodejs/node/pull/41240) - \[[`e457ec05d6`](https://github.com/nodejs/node/commit/e457ec05d6)] - **lib**: fix checking syntax of esm module (Qingyu Deng) [#&#8203;41198](https://github.com/nodejs/node/pull/41198) - \[[`f176124e8b`](https://github.com/nodejs/node/commit/f176124e8b)] - **lib,tools**: remove empty lines between JSDoc tags (Rich Trott) [#&#8203;41147](https://github.com/nodejs/node/pull/41147) - \[[`68fd2ac999`](https://github.com/nodejs/node/commit/68fd2ac999)] - **loader**: fix package resolution for edge case (Gabriel Bota) [#&#8203;41218](https://github.com/nodejs/node/pull/41218) - \[[`6d8eb6ace6`](https://github.com/nodejs/node/commit/6d8eb6ace6)] - **(SEMVER-MINOR)** **loader**: return package format from defaultResolve if known (Gabriel Bota) [#&#8203;40980](https://github.com/nodejs/node/pull/40980) - \[[`a6146c7e27`](https://github.com/nodejs/node/commit/a6146c7e27)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;41456](https://github.com/nodejs/node/pull/41456) - \[[`07353e9b8b`](https://github.com/nodejs/node/commit/07353e9b8b)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41475](https://github.com/nodejs/node/pull/41475) - \[[`e1ff4521d7`](https://github.com/nodejs/node/commit/e1ff4521d7)] - **meta**: correct my name in AUTHORS (Jacob Smith) [#&#8203;41444](https://github.com/nodejs/node/pull/41444) - \[[`da1d5d6563`](https://github.com/nodejs/node/commit/da1d5d6563)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41449](https://github.com/nodejs/node/pull/41449) - \[[`0f9afa58d5`](https://github.com/nodejs/node/commit/0f9afa58d5)] - **meta**: add required fields in issue templates (Rich Trott) [#&#8203;41378](https://github.com/nodejs/node/pull/41378) - \[[`da04408075`](https://github.com/nodejs/node/commit/da04408075)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41374](https://github.com/nodejs/node/pull/41374) - \[[`1f6c4e819b`](https://github.com/nodejs/node/commit/1f6c4e819b)] - **meta**: replace API docs issue template with form (Rich Trott) [#&#8203;41348](https://github.com/nodejs/node/pull/41348) - \[[`253c3e5488`](https://github.com/nodejs/node/commit/253c3e5488)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;41336](https://github.com/nodejs/node/pull/41336) - \[[`3e188cacc2`](https://github.com/nodejs/node/commit/3e188cacc2)] - **meta**: replace feature request template with form (Rich Trott) [#&#8203;41317](https://github.com/nodejs/node/pull/41317) - \[[`e339220511`](https://github.com/nodejs/node/commit/e339220511)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41322](https://github.com/nodejs/node/pull/41322) - \[[`d0d595f8f2`](https://github.com/nodejs/node/commit/d0d595f8f2)] - **meta**: update node-api team name (Richard Lau) [#&#8203;41268](https://github.com/nodejs/node/pull/41268) - \[[`a53fa2010b`](https://github.com/nodejs/node/commit/a53fa2010b)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;41248](https://github.com/nodejs/node/pull/41248) - \[[`edefb41ec1`](https://github.com/nodejs/node/commit/edefb41ec1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41234](https://github.com/nodejs/node/pull/41234) - \[[`6da7909797`](https://github.com/nodejs/node/commit/6da7909797)] - **meta**: remove community-committee from CODEOWNERS (Rich Trott) [#&#8203;41169](https://github.com/nodejs/node/pull/41169) - \[[`5fe011a24d`](https://github.com/nodejs/node/commit/5fe011a24d)] - **node-api**: add missing initialization of last error (Michael Dawson) [#&#8203;41290](https://github.com/nodejs/node/pull/41290) - \[[`27c619140a`](https://github.com/nodejs/node/commit/27c619140a)] - **(SEMVER-MINOR)** **perf_hooks**: multiple fixes for Histogram (James M Snell) [#&#8203;41153](https://github.com/nodejs/node/pull/41153) - \[[`e60187d8ab`](https://github.com/nodejs/node/commit/e60187d8ab)] - **policy**: add missing JSDoc [@&#8203;param](https://github.com/param) entry (Rich Trott) [#&#8203;41239](https://github.com/nodejs/node/pull/41239) - \[[`ec9071f55d`](https://github.com/nodejs/node/commit/ec9071f55d)] - **src**: use `std::optional` for Worker thread id (Anna Henningsen) [#&#8203;41453](https://github.com/nodejs/node/pull/41453) - \[[`6aec92f959`](https://github.com/nodejs/node/commit/6aec92f959)] - **src**: gracefully handle errors in GetX509NameObject (Tobias Nießen) [#&#8203;41490](https://github.com/nodejs/node/pull/41490) - \[[`7ac126b75c`](https://github.com/nodejs/node/commit/7ac126b75c)] - **src**: fix out-of-bounds check of serialization indices (JoostK) [#&#8203;41452](https://github.com/nodejs/node/pull/41452) - \[[`93b3664b9a`](https://github.com/nodejs/node/commit/93b3664b9a)] - **src**: do IWYU for some STL includes (David Sanders) [#&#8203;41236](https://github.com/nodejs/node/pull/41236) - \[[`337ebfcd53`](https://github.com/nodejs/node/commit/337ebfcd53)] - **src**: split out async stack corruption detection from inline fn (Anna Henningsen) [#&#8203;41331](https://github.com/nodejs/node/pull/41331) - \[[`250e197a62`](https://github.com/nodejs/node/commit/250e197a62)] - **src**: store native async execution resources as `v8::Local` (Anna Henningsen) [#&#8203;41331](https://github.com/nodejs/node/pull/41331) - \[[`6187e81a8e`](https://github.com/nodejs/node/commit/6187e81a8e)] - **src**: guard slightly costly check in MakeCallback more strongly (Anna Henningsen) [#&#8203;41331](https://github.com/nodejs/node/pull/41331) - \[[`51d86fe6a0`](https://github.com/nodejs/node/commit/51d86fe6a0)] - **stream**: remove always-false condition check (Rich Trott) [#&#8203;41488](https://github.com/nodejs/node/pull/41488) - \[[`b08138f367`](https://github.com/nodejs/node/commit/b08138f367)] - **stream**: fix error-path function call (Rich Trott) [#&#8203;41433](https://github.com/nodejs/node/pull/41433) - \[[`d79f8c2987`](https://github.com/nodejs/node/commit/d79f8c2987)] - **stream**: remove unused function argument (Rich Trott) [#&#8203;41403](https://github.com/nodejs/node/pull/41403) - \[[`09c25bb224`](https://github.com/nodejs/node/commit/09c25bb224)] - **(SEMVER-MINOR)** **stream**: add filter method to readable (Benjamin Gruenbaum) [#&#8203;41354](https://github.com/nodejs/node/pull/41354) - \[[`1150963217`](https://github.com/nodejs/node/commit/1150963217)] - **(SEMVER-MINOR)** **stream**: add isReadable helper (Robert Nagy) [#&#8203;41199](https://github.com/nodejs/node/pull/41199) - \[[`9f5a873965`](https://github.com/nodejs/node/commit/9f5a873965)] - **(SEMVER-MINOR)** **stream**: add map method to Readable (Benjamin Gruenbaum) [#&#8203;40815](https://github.com/nodejs/node/pull/40815) - \[[`3dc65646c8`](https://github.com/nodejs/node/commit/3dc65646c8)] - **stream**: fix enqueue race condition on esm modules (Rafael Gonzaga) [#&#8203;40901](https://github.com/nodejs/node/pull/40901) - \[[`09f2fd36a4`](https://github.com/nodejs/node/commit/09f2fd36a4)] - **test**: improve test coverage of dns/promises (Yoshiki Kurihara) [#&#8203;41425](https://github.com/nodejs/node/pull/41425) - \[[`106ef0cef4`](https://github.com/nodejs/node/commit/106ef0cef4)] - **test**: remove broken wiki link from test/common doc (Yoshiki Kurihara) [#&#8203;41426](https://github.com/nodejs/node/pull/41426) - \[[`9d8d7c63cb`](https://github.com/nodejs/node/commit/9d8d7c63cb)] - **test**: do not OR F_OK in fs.access() test (Colin Ihrig) [#&#8203;41484](https://github.com/nodejs/node/pull/41484) - \[[`3e2154deda`](https://github.com/nodejs/node/commit/3e2154deda)] - **test**: mark test-performance-eventloopdelay flaky (Michael Dawson) [#&#8203;41409](https://github.com/nodejs/node/pull/41409) - \[[`e808ee68d0`](https://github.com/nodejs/node/commit/e808ee68d0)] - **test**: mark test-repl-sigint-nested-eval as flaky (Michael Dawson) [#&#8203;41302](https://github.com/nodejs/node/pull/41302) - \[[`f97f6c585d`](https://github.com/nodejs/node/commit/f97f6c585d)] - **test**: use spawnSync() full name in test-stdio-pipe-stderr (Rich Trott) [#&#8203;41332](https://github.com/nodejs/node/pull/41332) - \[[`75c565bf18`](https://github.com/nodejs/node/commit/75c565bf18)] - **test**: improve expectWarning error message (Rich Trott) [#&#8203;41326](https://github.com/nodejs/node/pull/41326) - \[[`c136d597f0`](https://github.com/nodejs/node/commit/c136d597f0)] - **test**: use spawnSync() full name (Rich Trott) [#&#8203;41327](https://github.com/nodejs/node/pull/41327) - \[[`b2a87f770d`](https://github.com/nodejs/node/commit/b2a87f770d)] - **test**: add comments explaining \_setSimultaneousAccepts deprecation tests (Yoshiki Kurihara) [#&#8203;41307](https://github.com/nodejs/node/pull/41307) - \[[`fac0871102`](https://github.com/nodejs/node/commit/fac0871102)] - **test**: mark test-worker-take-heapsnapshot flaky (Michael Dawson) [#&#8203;41253](https://github.com/nodejs/node/pull/41253) - \[[`90617b9303`](https://github.com/nodejs/node/commit/90617b9303)] - **test**: mark wpt/test-user-timing test flaky (Michael Dawson) [#&#8203;41203](https://github.com/nodejs/node/pull/41203) - \[[`8f08328a01`](https://github.com/nodejs/node/commit/8f08328a01)] - **test**: correct param name in JSDoc comment (Rich Trott) [#&#8203;41241](https://github.com/nodejs/node/pull/41241) - \[[`367ab2a55e`](https://github.com/nodejs/node/commit/367ab2a55e)] - **test**: mark test-crypto-keygen slow on windows (Michael Dawson) [#&#8203;41207](https://github.com/nodejs/node/pull/41207) - \[[`f067876338`](https://github.com/nodejs/node/commit/f067876338)] - **test**: improve test coverage of dns/promises (Yoshiki Kurihara) [#&#8203;41133](https://github.com/nodejs/node/pull/41133) - \[[`2e92f6f5d9`](https://github.com/nodejs/node/commit/2e92f6f5d9)] - **timers**: use ref counts to count timers (Darshan Sen) [#&#8203;41231](https://github.com/nodejs/node/pull/41231) - \[[`3c8b25bec8`](https://github.com/nodejs/node/commit/3c8b25bec8)] - **tls**: use optional chaining to simplify checks (Antoine du Hamel) [#&#8203;41337](https://github.com/nodejs/node/pull/41337) - \[[`a11ff31bca`](https://github.com/nodejs/node/commit/a11ff31bca)] - **tls**: permit null as a pfx value (CallMeLaNN) [#&#8203;41170](https://github.com/nodejs/node/pull/41170) - \[[`5129b7c802`](https://github.com/nodejs/node/commit/5129b7c802)] - **tools**: fix small not-quite-a-bug in find-inactive-tsc.mjs (Rich Trott) [#&#8203;41469](https://github.com/nodejs/node/pull/41469) - \[[`258ee4ba64`](https://github.com/nodejs/node/commit/258ee4ba64)] - **tools**: enable ESLint recommended configuration (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463) - \[[`090a674a81`](https://github.com/nodejs/node/commit/090a674a81)] - **tools**: enable ESLint no-constant-condition rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463) - \[[`1f4369a106`](https://github.com/nodejs/node/commit/1f4369a106)] - **tools**: enable ESLint require-yield rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463) - \[[`8090ce7a6c`](https://github.com/nodejs/node/commit/8090ce7a6c)] - **tools**: enable ESLint no-sparse-arrays rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463) - \[[`afa4f37faf`](https://github.com/nodejs/node/commit/afa4f37faf)] - **tools**: enable ESLint no-loss-of-precision rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463) - \[[`ec337b2019`](https://github.com/nodejs/node/commit/ec337b2019)] - **tools**: replace for loop with map() (Rich Trott) [#&#8203;41451](https://github.com/nodejs/node/pull/41451) - \[[`c91ac205a5`](https://github.com/nodejs/node/commit/c91ac205a5)] - **tools**: use GITHUB_ACTIONS env var in inactivity scripts (Rich Trott) [#&#8203;41422](https://github.com/nodejs/node/pull/41422) - \[[`4a57d476a8`](https://github.com/nodejs/node/commit/4a57d476a8)] - **tools**: replace while+exec() with matchAll() (Rich Trott) [#&#8203;41406](https://github.com/nodejs/node/pull/41406) - \[[`583f8d969a`](https://github.com/nodejs/node/commit/583f8d969a)] - **tools**: fix argv bug in find-inactive-tsc.mjs (Rich Trott) [#&#8203;41394](https://github.com/nodejs/node/pull/41394) - \[[`dcada80f30`](https://github.com/nodejs/node/commit/dcada80f30)] - **tools**: remove conditional assignment in custom ESLint rule (Rich Trott) [#&#8203;41325](https://github.com/nodejs/node/pull/41325) - \[[`e15e1cb030`](https://github.com/nodejs/node/commit/e15e1cb030)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)[@&#8203;13](https://github.com/13).1.2 (Node.js GitHub Bot) [#&#8203;41369](https://github.com/nodejs/node/pull/41369) - \[[`07683021b7`](https://github.com/nodejs/node/commit/07683021b7)] - **tools**: update doc to rehype-raw@6.1.1 (Node.js GitHub Bot) [#&#8203;41367](https://github.com/nodejs/node/pull/41367) - \[[`bd8b95a5e8`](https://github.com/nodejs/node/commit/bd8b95a5e8)] - **tools**: remove last of error-masking in commit-queue.sh (Rich Trott) [#&#8203;41356](https://github.com/nodejs/node/pull/41356) - \[[`9284d24df6`](https://github.com/nodejs/node/commit/9284d24df6)] - **tools**: update eslint to 8.6.0 (Node.js GitHub Bot) [#&#8203;41368](https://github.com/nodejs/node/pull/41368) - \[[`5fc886f68e`](https://github.com/nodejs/node/commit/5fc886f68e)] - **tools**: do not mask errors on multiple commit retrieval (Rich Trott) [#&#8203;41340](https://github.com/nodejs/node/pull/41340) - \[[`0ca7cda962`](https://github.com/nodejs/node/commit/0ca7cda962)] - **tools**: enable jsdoc/check-param-names lint rule (Rich Trott) [#&#8203;41311](https://github.com/nodejs/node/pull/41311) - \[[`75ff8e6505`](https://github.com/nodejs/node/commit/75ff8e6505)] - **tools**: improve section tag additions in HTML doc generator (Rich Trott) [#&#8203;41318](https://github.com/nodejs/node/pull/41318) - \[[`9c4124706e`](https://github.com/nodejs/node/commit/9c4124706e)] - **tools**: simplify commit-queue.sh merge command (Rich Trott) [#&#8203;41314](https://github.com/nodejs/node/pull/41314) - \[[`137c814848`](https://github.com/nodejs/node/commit/137c814848)] - **tools**: update lint-md-dependencies to rollup@2.62.0 (Node.js GitHub Bot) [#&#8203;41315](https://github.com/nodejs/node/pull/41315) - \[[`58da5d9b43`](https://github.com/nodejs/node/commit/58da5d9b43)] - **tools**: use Object.hasOwn() in alljson.mjs (Rich Trott) [#&#8203;41306](https://github.com/nodejs/node/pull/41306) - \[[`c12cbf2020`](https://github.com/nodejs/node/commit/c12cbf2020)] - **tools**: avoid generating duplicate id attributes (Rich Trott) [#&#8203;41291](https://github.com/nodejs/node/pull/41291) - \[[`80a114d1b7`](https://github.com/nodejs/node/commit/80a114d1b7)] - **tools**: be intentional about masking possible error in start-ci.sh (Rich Trott) [#&#8203;41284](https://github.com/nodejs/node/pull/41284) - \[[`198528426d`](https://github.com/nodejs/node/commit/198528426d)] - **tools**: use {N} for spaces in regex (Rich Trott) [#&#8203;41295](https://github.com/nodejs/node/pull/41295) - \[[`46b364a684`](https://github.com/nodejs/node/commit/46b364a684)] - **tools**: consolidate update-authors.js logic (Rich Trott) [#&#8203;41255](https://github.com/nodejs/node/pull/41255) - \[[`c546cef4bc`](https://github.com/nodejs/node/commit/c546cef4bc)] - **tools**: update doc dependency mdast-util-gfm-table to 1.0.2 (Rich Trott) [#&#8203;41260](https://github.com/nodejs/node/pull/41260) - \[[`60c059e4bc`](https://github.com/nodejs/node/commit/60c059e4bc)] - **tools**: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) [#&#8203;41258](https://github.com/nodejs/node/pull/41258) - \[[`62e28f19f7`](https://github.com/nodejs/node/commit/62e28f19f7)] - **tools**: use arrow function for callback in lint-sh.js (Rich Trott) [#&#8203;41256](https://github.com/nodejs/node/pull/41256) - \[[`e2df381da9`](https://github.com/nodejs/node/commit/e2df381da9)] - **tools**: add double-quotes to make-v8.sh (Rich Trott) [#&#8203;41257](https://github.com/nodejs/node/pull/41257) - \[[`dae2e5fffa`](https://github.com/nodejs/node/commit/dae2e5fffa)] - **tools**: enable prefer-object-has-own lint rule (Rich Trott) [#&#8203;41245](https://github.com/nodejs/node/pull/41245) - \[[`aa7d14768d`](https://github.com/nodejs/node/commit/aa7d14768d)] - **tools**: update eslint to 8.5.0 (Node.js GitHub Bot) [#&#8203;41228](https://github.com/nodejs/node/pull/41228) - \[[`0c14e7e7c8`](https://github.com/nodejs/node/commit/0c14e7e7c8)] - **tools**: enable jsdoc/tag-lines ESLint rule (Rich Trott) [#&#8203;41147](https://github.com/nodejs/node/pull/41147) - \[[`c486da1715`](https://github.com/nodejs/node/commit/c486da1715)] - **tools**: update lint-md-dependencies to [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve)[@&#8203;13](https://github.com/13).1.1 (Node.js GitHub Bot) [#&#8203;41227](https://github.com/nodejs/node/pull/41227) - \[[`82f492bbb0`](https://github.com/nodejs/node/commit/82f492bbb0)] - **tools**: fix CQ and auto-start-ci jobs (Antoine du Hamel) [#&#8203;41230](https://github.com/nodejs/node/pull/41230) - \[[`c44185ca37`](https://github.com/nodejs/node/commit/c44185ca37)] - **tools**: fix GitHub Actions status when CQ is empty (Antoine du Hamel) [#&#8203;41193](https://github.com/nodejs/node/pull/41193) - \[[`800640adf9`](https://github.com/nodejs/node/commit/800640adf9)] - **tools,benchmark,lib,test**: enable no-case-declarations lint rule (Rich Trott) [#&#8203;41385](https://github.com/nodejs/node/pull/41385) - \[[`4518fdda24`](https://github.com/nodejs/node/commit/4518fdda24)] - **tools,lib,test**: enable ESLint no-regex-spaces rule (Rich Trott) [#&#8203;41463](https://github.com/nodejs/node/pull/41463) - \[[`c8e8fc0ecb`](https://github.com/nodejs/node/commit/c8e8fc0ecb)] - **typings**: add types for symbol and accessor properties on `primordials` (ExE Boss) [#&#8203;40992](https://github.com/nodejs/node/pull/40992) - \[[`d733b56101`](https://github.com/nodejs/node/commit/d733b56101)] - **typings**: add JSDoc for `string_decoder` (Qingyu Deng) [#&#8203;38229](https://github.com/nodejs/node/pull/38229) - \[[`01ad8debd3`](https://github.com/nodejs/node/commit/01ad8debd3)] - **url,lib**: pass urlsearchparams-constructor.any.js (Khaidi Chu) [#&#8203;41197](https://github.com/nodejs/node/pull/41197) - \[[`5ed8a1c017`](https://github.com/nodejs/node/commit/5ed8a1c017)] - **util**: do not reduce to a single line if not appropriate using inspect (Ruben Bridgewater) [#&#8203;41083](https://github.com/nodejs/node/pull/41083) - \[[`ab5e94c832`](https://github.com/nodejs/node/commit/ab5e94c832)] - **util**: display a present-but-undefined error cause (Jordan Harband) [#&#8203;41247](https://github.com/nodejs/node/pull/41247) ### [`v17.3.1`](https://github.com/nodejs/node/releases/tag/v17.3.1): 2022-01-10, Version 17.3.1 (Current), @&#8203;BethGriggs [Compare Source](https://github.com/nodejs/node/compare/v17.3.0...v17.3.1) This is a security release. ##### Notable changes ##### Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531) Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly. Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the `--security-revert` command-line option. More details will be available at [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531) after publication. ##### Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532) Node.js converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints. Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the `--security-revert` command-line option. More details will be available at [CVE-2021-44532](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44532) after publication. ##### Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533) Node.js did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in order to inject a Common Name that would allow bypassing the certificate subject verification. Affected versions of Node.js do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable. More details will be available at [CVE-2021-44533](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44533) after publication. ##### Prototype pollution via `console.table` properties (Low)(CVE-2022-21824) Due to the formatting logic of the `console.table()` function it was not safe to allow user controlled input to be passed to the `properties` parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be `__proto__`. The prototype pollution has very limited control, in that it only allows an empty string to be assigned numerical keys of the object prototype. Versions of Node.js with the fix for this use a null protoype for the object these properties are being assigned to. More details will be available at [CVE-2022-21824](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21824) after publication. Thanks to Patrik Oldsberg (rugvip) for reporting this vulnerability. ##### Commits - \[[`2a0515f73c`](https://github.com/nodejs/node/commit/2a0515f73c)] - **console**: fix prototype pollution via console.table (Tobias Nießen) [nodejs-private/node-private#&#8203;307](https://github.com/nodejs-private/node-private/pull/307) - \[[`2e2c45553d`](https://github.com/nodejs/node/commit/2e2c45553d)] - **crypto,tls**: implement safe x509 GeneralName format (Tobias Nießen) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300) - \[[`df3141f59b`](https://github.com/nodejs/node/commit/df3141f59b)] - **src**: add cve reverts and associated tests (Michael Dawson) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300) - \[[`5398548746`](https://github.com/nodejs/node/commit/5398548746)] - **src**: remove unused x509 functions (Tobias Nießen) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300) - \[[`1f7fdff64a`](https://github.com/nodejs/node/commit/1f7fdff64a)] - **tls**: fix handling of x509 subject and issuer (Tobias Nießen) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300) - \[[`b11b4cc69d`](https://github.com/nodejs/node/commit/b11b4cc69d)] - **tls**: drop support for URI alternative names (Tobias Nießen) [nodejs-private/node-private#&#8203;300](https://github.com/nodejs-private/node-private/pull/300) ### [`v17.3.0`](https://github.com/nodejs/node/releases/tag/v17.3.0): 2021-12-17, Version 17.3.0 (Current), @&#8203;danielleadams [Compare Source](https://github.com/nodejs/node/compare/v17.2.0...v17.3.0) ##### Notable changes ##### OpenSSL-3.0.1 OpenSSL-3.0.1 contains a fix for CVE-2021-4044: Invalid handling of X509\_verify_cert() internal errors in libssl (Moderate). This is a vulnerability in OpenSSL that may be exploited through Node.js. More information can be read here: <https://www.openssl.org/news/secadv/20211214.txt>. Contributed by Richard Lau [#&#8203;41177](https://github.com/nodejs/node/pull/41177). ##### Other Notable Changes - **lib**: - make AbortSignal cloneable/transferable (James M Snell) [#&#8203;41050](https://github.com/nodejs/node/pull/41050) - **deps**: - upgrade npm to 8.3.0 (npm team) [#&#8203;41127](https://github.com/nodejs/node/pull/41127) - **doc**: - add [@&#8203;bnb](https://github.com/bnb) as a collaborator (Tierney Cyren) [#&#8203;41100](https://github.com/nodejs/node/pull/41100) - **process**: - add `getActiveResourcesInfo()` (Darshan Sen) [#&#8203;40813](https://github.com/nodejs/node/pull/40813) - **timers**: - add experimental scheduler api (James M Snell) [#&#8203;40909](https://github.com/nodejs/node/pull/40909) ##### Commits - \[[`99fb6d48eb`](https://github.com/nodejs/node/commit/99fb6d48eb)] - **assert**: prefer reference comparison over string comparison (Darshan Sen) [#&#8203;41015](https://github.com/nodejs/node/pull/41015) - \[[`a7dfa43dc7`](https://github.com/nodejs/node/commit/a7dfa43dc7)] - **assert**: use stricter stack frame detection in .ifError() (Ruben Bridgewater) [#&#8203;41006](https://github.com/nodejs/node/pull/41006) - \[[`28761de6d4`](https://github.com/nodejs/node/commit/28761de6d4)] - **buffer**: fix `Blob` constructor on various `TypedArray`s (Irakli Gozalishvili) [#&#8203;40706](https://github.com/nodejs/node/pull/40706) - \[[`8fcb71a5ab`](https://github.com/nodejs/node/commit/8fcb71a5ab)] - **build**: update openssl config generator Dockerfile (Richard Lau) [#&#8203;41177](https://github.com/nodejs/node/pull/41177) - \[[`3a9ffa86db`](https://github.com/nodejs/node/commit/3a9ffa86db)] - **build**: use '<(python)' instead of 'python' (Cheng Zhao) [#&#8203;41146](https://github.com/nodejs/node/pull/41146) - \[[`85f1537c28`](https://github.com/nodejs/node/commit/85f1537c28)] - **build**: fix comment-labeled workflow (Mestery) [#&#8203;41176](https://github.com/nodejs/node/pull/41176) - \[[`61c53a667a`](https://github.com/nodejs/node/commit/61c53a667a)] - **build**: use gh cli in workflows file (Mestery) [#&#8203;40985](https://github.com/nodejs/node/pull/40985) - \[[`1fc6fd66ff`](https://github.com/nodejs/node/commit/1fc6fd66ff)] - **build**: fix commit-queue-rebase functionality (Rich Trott) [#&#8203;41140](https://github.com/nodejs/node/pull/41140) - \[[`831face7d1`](https://github.com/nodejs/node/commit/831face7d1)] - **build**: skip documentation generation if no ICU (Rich Trott) [#&#8203;41091](https://github.com/nodejs/node/pull/41091) - \[[`c776c9236e`](https://github.com/nodejs/node/commit/c776c9236e)] - **build**: re-enable V8 concurrent marking (Michaël Zasso) [#&#8203;41013](https://github.com/nodejs/node/pull/41013) - \[[`2125449f89`](https://github.com/nodejs/node/commit/2125449f89)] - **build**: add `--without-corepack` (Jonah Snider) [#&#8203;41060](https://github.com/nodejs/node/pull/41060) - \[[`6327685363`](https://github.com/nodejs/node/commit/6327685363)] - **build**: fail early in test-macos.yml (Rich Trott) [#&#8203;41035](https://github.com/nodejs/node/pull/41035) - \[[`ee4186b305`](https://github.com/nodejs/node/commit/ee4186b305)] - **build**: add tools/doc to tools.yml updates (Rich Trott) [#&#8203;41036](https://github.com/nodejs/node/pull/41036) - \[[`db30bc97d0`](https://github.com/nodejs/node/commit/db30bc97d0)] - **build**: update Actions versions (Mestery) [#&#8203;40987](https://github.com/nodejs/node/pull/40987) - \[[`db9cef3c4f`](https://github.com/nodejs/node/commit/db9cef3c4f)] - **build**: set persist-credentials: false on workflows (Rich Trott) [#&#8203;40972](https://github.com/nodejs/node/pull/40972) - \[[`29739f813f`](https://github.com/nodejs/node/commit/29739f813f)] - **build**: add OpenSSL gyp artifacts to .gitignore (Luigi Pinca) [#&#8203;40967](https://github.com/nodejs/node/pull/40967) - \[[`1b8baf0e4f`](https://github.com/nodejs/node/commit/1b8baf0e4f)] - **build**: remove legacy -J test.py option from Makefile/vcbuild (Rich Trott) [#&#8203;40945](https://github.com/nodejs/node/pull/40945) - \[[`5c27ec8385`](https://github.com/nodejs/node/commit/5c27ec8385)] - **build**: ignore unrelated workflow changes in slow Actions tests (Rich Trott) [#&#8203;40928](https://github.com/nodejs/node/pull/40928) - \[[`8957c9bd1c`](https://github.com/nodejs/node/commit/8957c9bd1c)] - **build,tools**: automate enforcement of emeritus criteria (Rich Trott) [#&#8203;41155](https://github.com/nodejs/node/pull/41155) - \[[`e924dc7982`](https://github.com/nodejs/node/commit/e924dc7982)] - **cluster**: use linkedlist for round_robin_handle (twchn) [#&#8203;40615](https://github.com/nodejs/node/pull/40615) - \[[`c757fa513e`](https://github.com/nodejs/node/commit/c757fa513e)] - **crypto**: add missing null check (Michael Dawson) [#&#8203;40598](https://github.com/nodejs/node/pull/40598) - \[[`35fe14454b`](https://github.com/nodejs/node/commit/35fe14454b)] - **deps**: update archs files for quictls/openssl-3.0.1+quic (Richard Lau) [#&#8203;41177](https://github.com/nodejs/node/pull/41177) - \[[`0b2103419f`](https://github.com/nodejs/node/commit/0b2103419f)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.1+quic (Richard Lau) [#&#8203;41177](https://github.com/nodejs/node/pull/41177) - \[[`fae4945ab3`](https://github.com/nodejs/node/commit/fae4945ab3)] - **deps**: upgrade npm to 8.3.0 (npm team) [#&#8203;41127](https://github.com/nodejs/node/pull/41127) - \[[`3a1d952e68`](https://github.com/nodejs/node/commit/3a1d952e68)] - **deps**: upgrade npm to 8.2.0 (npm team) [#&#8203;41065](https://github.com/nodejs/node/pull/41065) - \[[`627b5bb718`](https://github.com/nodejs/node/commit/627b5bb718)] - **deps**: update Acorn to v8.6.0 (Michaël Zasso) [#&#8203;40993](https://github.com/nodejs/node/pull/40993) - \[[`a2fb12f9c6`](https://github.com/nodejs/node/commit/a2fb12f9c6)] - **deps**: patch V8 to 9.6.180.15 (Michaël Zasso) [#&#8203;40949](https://github.com/nodejs/node/pull/40949) - \[[`93111e4662`](https://github.com/nodejs/node/commit/93111e4662)] - **doc**: fix closing parenthesis (AlphaDio) [#&#8203;41190](https://github.com/nodejs/node/pull/41190) - \[[`f883bf3d12`](https://github.com/nodejs/node/commit/f883bf3d12)] - **doc**: add security steward on/offboarding steps (Michael Dawson) [#&#8203;41129](https://github.com/nodejs/node/pull/41129) - \[[`1274a25b14`](https://github.com/nodejs/node/commit/1274a25b14)] - **doc**: align module resolve algorithm with implementation (Qingyu Deng) [#&#8203;38837](https://github.com/nodejs/node/pull/38837) - \[[`34c6c59014`](https://github.com/nodejs/node/commit/34c6c59014)] - **doc**: update nodejs-sec managers (Michael Dawson) [#&#8203;41128](https://github.com/nodejs/node/pull/41128) - \[[`db26bdb011`](https://github.com/nodejs/node/commit/db26bdb011)] - **doc**: move style guide to findable location (Rich Trott) [#&#8203;41119](https://github.com/nodejs/node/pull/41119) - \[[`4369c6d9f6`](https://github.com/nodejs/node/commit/4369c6d9f6)] - **doc**: fix comments in test-fs-watch.js (jakub-g) [#&#8203;41046](https://github.com/nodejs/node/pull/41046) - \[[`93f5bd34e9`](https://github.com/nodejs/node/commit/93f5bd34e9)] - **doc**: document support building with Python 3.10 on Windows (Christian Clauss) [#&#8203;41098](https://github.com/nodejs/node/pull/41098) - \[[`d8fa227c26`](https://github.com/nodejs/node/commit/d8fa227c26)] - **doc**: add note about pip being required (Piotr Rybak) [#&#8203;40669](https://github.com/nodejs/node/pull/40669) - \[[`95691801f3`](https://github.com/nodejs/node/commit/95691801f3)] - **doc**: remove OpenJSF Slack nodejs from support doc (Rich Trott) [#&#8203;41108](https://github.com/nodejs/node/pull/41108) - \[[`e3ac384d78`](https://github.com/nodejs/node/commit/e3ac384d78)] - **doc**: simplify major release preparation (Bethany Nicolle Griggs) [#&#8203;40816](https://github.com/nodejs/node/pull/40816) - \[[`3406910040`](https://github.com/nodejs/node/commit/3406910040)] - **doc**: clarify escaping for ES modules (notroid5) [#&#8203;41074](https://github.com/nodejs/node/pull/41074) - \[[`668284b5a1`](https://github.com/nodejs/node/commit/668284b5a1)] - **doc**: add [@&#8203;bnb](https://github.com/bnb) as a collaborator (Tierney Cyren) [#&#8203;41100](https://github.com/nodejs/node/pull/41100) - \[[`94d09113a2`](https://github.com/nodejs/node/commit/94d09113a2)] - **doc**: add explicit declaration of fd with null val (Henadzi) [#&#8203;40704](https://github.com/nodejs/node/pull/40704) - \[[`b353ded677`](https://github.com/nodejs/node/commit/b353ded677)] - **doc**: expand entries for isIP(), isIPv4(), and isIPv6() (Rich Trott) [#&#8203;41028](https://github.com/nodejs/node/pull/41028) - \[[`f18aa14b1d`](https://github.com/nodejs/node/commit/f18aa14b1d)] - **doc**: link to commit queue guide (Geoffrey Booth) [#&#8203;41030](https://github.com/nodejs/node/pull/41030) - \[[`681edbe75f`](https://github.com/nodejs/node/commit/681edbe75f)] - **doc**: specify that `message.socket` can be nulled (Luigi Pinca) [#&#8203;41014](https://github.com/nodejs/node/pull/41014) - \[[`7c41f32f06`](https://github.com/nodejs/node/commit/7c41f32f06)] - **doc**: fix JSDoc in ESM loaders examples (Mestery) [#&#8203;40984](https://github.com/nodejs/node/pull/40984) - \[[`61b2e2ef9e`](https://github.com/nodejs/node/commit/61b2e2ef9e)] - **doc**: remove legacy -J test.py option from BUILDING.md (Rich Trott) [#&#8203;40945](https://github.com/nodejs/node/pull/40945) - \[[`c9b09d124e`](https://github.com/nodejs/node/commit/c9b09d124e)] - **doc,lib,tools**: align multiline comments (Rich Trott) [#&#8203;41109](https://github.com/nodejs/node/pull/41109) - \[[`12023dff4b`](https://github.com/nodejs/node/commit/12023dff4b)] - **(SEMVER-MINOR)** **errors**: add support for cause in aborterror (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008) - \[[`b0b7943e8f`](https://github.com/nodejs/node/commit/b0b7943e8f)] - **(SEMVER-MINOR)** **esm**: working mock test (Bradley Farias) [#&#8203;39240](https://github.com/nodejs/node/pull/39240) - \[[`37dbc3b9e9`](https://github.com/nodejs/node/commit/37dbc3b9e9)] - **(SEMVER-MINOR)** **events**: propagate abortsignal reason in new AbortError ctor in events (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008) - \[[`1b8d4e4867`](https://github.com/nodejs/node/commit/1b8d4e4867)] - **(SEMVER-MINOR)** **events**: propagate weak option for kNewListener (James M Snell) [#&#8203;40899](https://github.com/nodejs/node/pull/40899) - \[[`bbdcd0513b`](https://github.com/nodejs/node/commit/bbdcd0513b)] - **(SEMVER-MINOR)** **fs**: accept URL as argument for `fs.rm` and `fs.rmSync` (Antoine du Hamel) [#&#8203;41132](https://github.com/nodejs/node/pull/41132) - \[[`46108f8d50`](https://github.com/nodejs/node/commit/46108f8d50)] - **fs**: fix error codes for `fs.cp` (Antoine du Hamel) [#&#8203;41106](https://github.com/nodejs/node/pull/41106) - \[[`e25671cddb`](https://github.com/nodejs/node/commit/e25671cddb)] - **fs**: fix `length` option being ignored during `read()` (Shinho Ahn) [#&#8203;40906](https://github.com/nodejs/node/pull/40906) - \[[`6eda874be0`](https://github.com/nodejs/node/commit/6eda874be0)] - **(SEMVER-MINOR)** **fs**: propagate abortsignal reason in new AbortSignal constructors (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008) - \[[`70ed4ef248`](https://github.com/nodejs/node/commit/70ed4ef248)] - **http**: don't write empty data on req/res end() (Santiago Gimeno) [#&#8203;41116](https://github.com/nodejs/node/pull/41116) - \[[`4b3bf7e818`](https://github.com/nodejs/node/commit/4b3bf7e818)] - **(SEMVER-MINOR)** **http2**: propagate abortsignal reason in new AbortError constructor (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008) - \[[`8d87303f76`](https://github.com/nodejs/node/commit/8d87303f76)] - **inspector**: add missing initialization (Michael Dawson) [#&#8203;41022](https://github.com/nodejs/node/pull/41022) - \[[`b191e66ddf`](https://github.com/nodejs/node/commit/b191e66ddf)] - **lib**: include return types in JSDoc (Rich Trott) [#&#8203;41130](https://github.com/nodejs/node/pull/41130) - \[[`348707fca6`](https://github.com/nodejs/node/commit/348707fca6)] - **(SEMVER-MINOR)** **lib**: make AbortSignal cloneable/transferable (James M Snell) [#&#8203;41050](https://github.com/nodejs/node/pull/41050) - \[[`4ba883d384`](https://github.com/nodejs/node/commit/4ba883d384)] - **(SEMVER-MINOR)** **lib**: add abortSignal.throwIfAborted() (James M Snell) [#&#8203;40951](https://github.com/nodejs/node/pull/40951) - \[[`cc3e430c11`](https://github.com/nodejs/node/commit/cc3e430c11)] - **lib**: use consistent types in JSDoc [@&#8203;returns](https://github.com/returns) (Rich Trott) [#&#8203;41089](https://github.com/nodejs/node/pull/41089) - \[[`a1ed7f2810`](https://github.com/nodejs/node/commit/a1ed7f2810)] - **(SEMVER-MINOR)** **lib**: propagate abortsignal reason in new AbortError constructor in blob (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008) - \[[`1572db3e86`](https://github.com/nodejs/node/commit/1572db3e86)] - **lib**: do not lazy load EOL in blob (Ruben Bridgewater) [#&#8203;41004](https://github.com/nodejs/node/pull/41004) - \[[`62c4b4c85b`](https://github.com/nodejs/node/commit/62c4b4c85b)] - **(SEMVER-MINOR)** **lib**: add AbortSignal.timeout (James M Snell) [#&#8203;40899](https://github.com/nodejs/node/pull/40899) - \[[`f0d874342d`](https://github.com/nodejs/node/commit/f0d874342d)] - **lib,test,tools**: use consistent JSDoc types (Rich Trott) [#&#8203;40989](https://github.com/nodejs/node/pull/40989) - \[[`03e6771137`](https://github.com/nodejs/node/commit/03e6771137)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;41154](https://github.com/nodejs/node/pull/41154) - \[[`e26c187b85`](https://github.com/nodejs/node/commit/e26c187b85)] - **meta**: move to emeritus automatically after 18 months (Rich Trott) [#&#8203;41155](https://github.com/nodejs/node/pull/41155) - \[[`b89fb3ef0a`](https://github.com/nodejs/node/commit/b89fb3ef0a)] - **meta**: move silverwind to emeriti (Roman Reiss) [#&#8203;41171](https://github.com/nodejs/node/pull/41171) - \[[`0fc148321f`](https://github.com/nodejs/node/commit/0fc148321f)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41144](https://github.com/nodejs/node/pull/41144) - \[[`d6d1d6647c`](https://github.com/nodejs/node/commit/d6d1d6647c)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;41088](https://github.com/nodejs/node/pull/41088) - \[[`f30d6bcaff`](https://github.com/nodejs/node/commit/f30d6bcaff)] - **meta**: move one or more TSC members to emeritus (Node.js GitHub Bot) [#&#8203;40908](https://github.com/nodejs/node/pull/40908) - \[[`033a646d82`](https://github.com/nodejs/node/commit/033a646d82)] - **meta**: increase security policy response targets (Matteo Collina) [#&#8203;40968](https://github.com/nodejs/node/pull/40968) - \[[`6b6e1d054e`](https://github.com/nodejs/node/commit/6b6e1d054e)] - **node-api,doc**: document parms which can be optional (Michael Dawson) [#&#8203;41021](https://github.com/nodejs/node/pull/41021) - \[[`93ea1666f6`](https://github.com/nodejs/node/commit/93ea1666f6)] - **perf_hooks**: use spec-compliant `structuredClone` (Michaël Zasso) [#&#8203;40904](https://github.com/nodejs/node/pull/40904) - \[[`d8a2125900`](https://github.com/nodejs/node/commit/d8a2125900)] - **(SEMVER-MINOR)** **process**: add `getActiveResourcesInfo()` (Darshan Sen) [#&#8203;40813](https://github.com/nodejs/node/pull/40813) - \[[`67124ac63a`](https://github.com/nodejs/node/commit/67124ac63a)] - **(SEMVER-MINOR)** **readline**: propagate signal.reason in awaitable question (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008) - \[[`8fac878ff5`](https://github.com/nodejs/node/commit/8fac878ff5)] - **readline**: skip escaping characters again (Ruben Bridgewater) [#&#8203;41005](https://github.com/nodejs/node/pull/41005) - \[[`d3de937782`](https://github.com/nodejs/node/commit/d3de937782)] - **src**: fix limit calculation (Michael Dawson) [#&#8203;41026](https://github.com/nodejs/node/pull/41026) - \[[`6f0ec9835a`](https://github.com/nodejs/node/commit/6f0ec9835a)] - **src**: use a higher limit in the NearHeapLimitCallback (Joyee Cheung) [#&#8203;41041](https://github.com/nodejs/node/pull/41041) - \[[`90097ab891`](https://github.com/nodejs/node/commit/90097ab891)] - **src,crypto**: remove uses of `AllocatedBuffer` from `crypto_sig` (Darshan Sen) [#&#8203;40895](https://github.com/nodejs/node/pull/40895) - \[[`b59c513c31`](https://github.com/nodejs/node/commit/b59c513c31)] - **stream**: add isErrored helper (Robert Nagy) [#&#8203;41121](https://github.com/nodejs/node/pull/41121) - \[[`1787bfab68`](https://github.com/nodejs/node/commit/1787bfab68)] - **stream**: allow readable to end early without error (Robert Nagy) [#&#8203;40881](https://github.com/nodejs/node/pull/40881) - \[[`01e8c15c8a`](https://github.com/nodejs/node/commit/01e8c15c8a)] - **(SEMVER-MINOR)** **stream**: use cause options in AbortError constructors (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008) - \[[`0e21c64ae9`](https://github.com/nodejs/node/commit/0e21c64ae9)] - **stream**: remove whatwg streams experimental warning (James M Snell) [#&#8203;40971](https://github.com/nodejs/node/pull/40971) - \[[`513305c7d7`](https://github.com/nodejs/node/commit/513305c7d7)] - **stream**: cleanup eos (Robert Nagy) [#&#8203;40998](https://github.com/nodejs/node/pull/40998) - \[[`da8baf4bbb`](https://github.com/nodejs/node/commit/da8baf4bbb)] - **test**: do not load absolute path crypto engines twice (Richard Lau) [#&#8203;41177](https://github.com/nodejs/node/pull/41177) - \[[`1f6a9c3e31`](https://github.com/nodejs/node/commit/1f6a9c3e31)] - **test**: skip ESLint tests if no Intl (Rich Trott) [#&#8203;41105](https://github.com/nodejs/node/pull/41105) - \[[`ce656a80b5`](https://github.com/nodejs/node/commit/ce656a80b5)] - **test**: add missing JSDoc parameter name (Rich Trott) [#&#8203;41057](https://github.com/nodejs/node/pull/41057) - \[[`fb8f2e9643`](https://github.com/nodejs/node/commit/fb8f2e9643)] - **test**: deflake test-trace-atomics-wait (Luigi Pinca) [#&#8203;41018](https://github.com/nodejs/node/pull/41018) - \[[`de1748aca4`](https://github.com/nodejs/node/commit/de1748aca4)] - **test**: add auth option case for url.format (Hirotaka Tagawa / wafuwafu13) [#&#8203;40516](https://github.com/nodejs/node/pull/40516) - \[[`943547a0eb`](https://github.com/nodejs/node/commit/943547a0eb)] - ***Revert*** "**test**: skip different params test for OpenSSL 3.x" (Daniel Bevenius) [#&#8203;40640](https://github.com/nodejs/node/pull/40640) - \[[`0caa3483d2`](https://github.com/nodejs/node/commit/0caa3483d2)] - **(SEMVER-MINOR)** **timers**: add experimental scheduler api (James M Snell) [#&#8203;40909](https://github.com/nodejs/node/pull/40909) - \[[`e795547651`](https://github.com/nodejs/node/commit/e795547651)] - **(SEMVER-MINOR)** **timers**: propagate signal.reason in awaitable timers (James M Snell) [#&#8203;41008](https://github.com/nodejs/node/pull/41008) - \[[`a77cae1ef7`](https://github.com/nodejs/node/commit/a77cae1ef7)] - **tls**: improve handling of shutdown (Jameson Nash) [#&#8203;36111](https://github.com/nodejs/node/pull/36111) - \[[`db410e7d3e`](https://github.com/nodejs/node/commit/db410e7d3e)] - **tools**: update doc to remark-rehype@10.1.0 (Node.js GitHub Bot) [#&#8203;41149](https://github.com/nodejs/node/pull/41149) - \[[`e3870f3f17`](https://github.com/nodejs/node/commit/e3870f3f17)] - **tools**: update lint-md-dependencies to rollup@2.61.1 vfile-reporter@7.0.3 (Node.js GitHub Bot) [#&#8203;41150](https://github.com/nodejs/node/pull/41150) - \[[`6fc92bd191`](https://github.com/nodejs/node/commit/6fc92bd191)] - **tools**: enable jsdoc/require-returns-type ESLint rule (Rich Trott) [#&#8203;41130](https://github.com/nodejs/node/pull/41130) - \[[`70e6fe860a`](https://github.com/nodejs/node/commit/70e6fe860a)] - **tools**: update ESLint to 8.4.1 (Rich Trott) [#&#8203;41114](https://github.com/nodejs/node/pull/41114) - \[[`78894fa888`](https://github.com/nodejs/node/commit/78894fa888)] - **tools**: enable JSDoc check-alignment lint rule (Rich Trott) [#&#8203;41109](https://github.com/nodejs/node/pull/41109) - \[[`40a773aa29`](https://github.com/nodejs/node/commit/40a773aa29)] - **tools**: strip comments from lint-md rollup output (Rich Trott) [#&#8203;41092](https://github.com/nodejs/node/pull/41092) - \[[`7b606cfef6`](https://github.com/nodejs/node/commit/7b606cfef6)] - **tools**: update highlight.js to 11.3.1 (Rich Trott) [#&#8203;41091](https://github.com/nodejs/node/pull/41091) - \[[`52633a9e95`](https://github.com/nodejs/node/commit/52633a9e95)] - **tools**: enable jsdoc/require-returns-check lint rule (Rich Trott) [#&#8203;41089](https://github.com/nodejs/node/pull/41089) - \[[`dc0405e7fb`](https://github.com/nodejs/node/commit/dc0405e7fb)] - **tools**: update ESLint to 8.4.0 (Luigi Pinca) [#&#8203;41085](https://github.com/nodejs/node/pull/41085) - \[[`855f15d059`](https://github.com/nodejs/node/commit/855f15d059)] - **tools**: enable jsdoc/require-param-name lint rule (Rich Trott) [#&#8203;41057](https://github.com/nodejs/node/pull/41057) - \[[`78265e095a`](https://github.com/nodejs/node/commit/78265e095a)] - **tools**: use jsdoc recommended rules (Rich Trott) [#&#8203;41057](https://github.com/nodejs/node/pull/41057) - \[[`9cfdf15da6`](https://github.com/nodejs/node/commit/9cfdf15da6)] - **tools**: rollback highlight.js (Richard Lau) [#&#8203;41078](https://github.com/nodejs/node/pull/41078) - \[[`fe3e09bb4b`](https://github.com/nodejs/node/commit/fe3e09bb4b)] - **tools**: remove Babel from license-builder.sh (Rich Trott) [#&#8203;41049](https://github.com/nodejs/node/pull/41049) - \[[`62e0aa9725`](https://github.com/nodejs/node/commit/62e0aa9725)] - **tools**: udpate packages in tools/doc (Rich Trott) [#&#8203;41036](https://github.com/nodejs/node/pull/41036) - \[[`a959f4fa72`](https://github.com/nodejs/node/commit/a959f4fa72)] - **tools**: install and enable JSDoc linting in ESLint (Rich Trott) [#&#8203;41027](https://github.com/nodejs/node/pull/41027) - \[[`661960e471`](https://github.com/nodejs/node/commit/661960e471)] - **tools**: include JSDoc in ESLint updating tool (Rich Trott) [#&#8203;41027](https://github.com/nodejs/node/pull/41027) - \[[`e2922714ee`](https://github.com/nodejs/node/commit/e2922714ee)] - **tools**: ignore unrelated workflow changes in slow Actions tests (Antoine du Hamel) [#&#8203;40990](https://github.com/nodejs/node/pull/40990) - \[[`6525226ff7`](https://github.com/nodejs/node/commit/6525226ff7)] - **tools**: remove unneeded tool in update-eslint.sh (Rich Trott) [#&#8203;40995](https://github.com/nodejs/node/pull/40995) - \[[`5400b7963d`](https://github.com/nodejs/node/commit/5400b7963d)] - **tools**: consolidate ESLint dependencies (Rich Trott) [#&#8203;40995](https://github.com/nodejs/node/pull/40995) - \[[`86d5af14bc`](https://github.com/nodejs/node/commit/86d5af14bc)] - **tools**: update ESLint update script to consolidate dependencies (Rich Trott) [#&#8203;40995](https://github.com/nodejs/node/pull/40995) - \[[`8427099f66`](https://github.com/nodejs/node/commit/8427099f66)] - **tools**: run ESLint update to minimize diff on subsequent update (Rich Trott) [#&#8203;40995](https://github.com/nodejs/node/pull/40995) - \[[`82daaa9914`](https://github.com/nodejs/node/commit/82daaa9914)] - **tools,test**: make -J behavior default for test.py (Rich Trott) [#&#8203;40945](https://github.com/nodejs/node/pull/40945) - \[[`db77780cb9`](https://github.com/nodejs/node/commit/db77780cb9)] - **url**: detect hostname more reliably in url.parse() (Rich Trott) [#&#8203;41031](https://github.com/nodejs/node/pull/41031) - \[[`66b5083c1e`](https://github.com/nodejs/node/commit/66b5083c1e)] - **util**: serialize falsy cause values while inspecting errors (Ruben Bridgewater) [#&#8203;41097](https://github.com/nodejs/node/pull/41097) - \[[`09d29ca8d9`](https://github.com/nodejs/node/commit/09d29ca8d9)] - **util**: make sure error causes of any type may be inspected (Ruben Bridgewater) [#&#8203;41097](https://github.com/nodejs/node/pull/41097) - \[[`f5ff88b3cb`](https://github.com/nodejs/node/commit/f5ff88b3cb)] - **(SEMVER-MINOR)** **util**: pass through the inspect function to custom inspect functions (Ruben Bridgewater) [#&#8203;41019](https://github.com/nodejs/node/pull/41019) - \[[`a0326f0941`](https://github.com/nodejs/node/commit/a0326f0941)] - **util**: escape lone surrogate code points using .inspect() (Ruben Bridgewater) [#&#8203;41001](https://github.com/nodejs/node/pull/41001) - \[[`91df200ad6`](https://github.com/nodejs/node/commit/91df200ad6)] - **(SEMVER-MINOR)** **util**: add numericSeparator to util.inspect (Ruben Bridgewater) [#&#8203;41003](https://github.com/nodejs/node/pull/41003) - \[[`da87413257`](https://github.com/nodejs/node/commit/da87413257)] - **(SEMVER-MINOR)** **util**: always visualize cause property in errors during inspection (Ruben Bridgewater) [#&#8203;41002](https://github.com/nodejs/node/pull/41002) ### [`v17.2.0`](https://github.com/nodejs/node/releases/tag/v17.2.0): 2021-11-30, Version 17.2.0 (Current), @&#8203;targos [Compare Source](https://github.com/nodejs/node/compare/v17.1.0...v17.2.0) ##### Notable Changes - \[[`06916490af`](https://github.com/nodejs/node/commit/06916490af)] - **(SEMVER-MINOR)** **async_hooks**: expose async_wrap providers (Rafael Gonzaga) [#&#8203;40760](https://github.com/nodejs/node/pull/40760) - \[[`371ee64c92`](https://github.com/nodejs/node/commit/371ee64c92)] - **(SEMVER-MINOR)** **deps**: update V8 to 9.6.180.14 (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488) - \[[`675c210b04`](https://github.com/nodejs/node/commit/675c210b04)] - **(SEMVER-MINOR)** **lib**: add reason to AbortSignal (James M Snell) [#&#8203;40807](https://github.com/nodejs/node/pull/40807) - \[[`0de2850680`](https://github.com/nodejs/node/commit/0de2850680)] - **(SEMVER-MINOR)** **src**: add x509.fingerprint512 to crypto module (3nprob) [#&#8203;39809](https://github.com/nodejs/node/pull/39809) - \[[`fa9b5c35d2`](https://github.com/nodejs/node/commit/fa9b5c35d2)] - **stream**: deprecate thenable support (Antoine du Hamel) [#&#8203;40860](https://github.com/nodejs/node/pull/40860) - \[[`534409d4e7`](https://github.com/nodejs/node/commit/534409d4e7)] - **stream**: fix finished regression when working with legacy Stream (Matteo Collina) [#&#8203;40858](https://github.com/nodejs/node/pull/40858) ##### Commits - \[[`48157c44c2`](https://github.com/nodejs/node/commit/48157c44c2)] - ***Revert*** "**async_hooks**: merge resource_symbol with owner_symbol" (Darshan Sen) [#&#8203;40741](https://github.com/nodejs/node/pull/40741) - \[[`4a971f67e4`](https://github.com/nodejs/node/commit/4a971f67e4)] - **async_hooks**: eliminate require side effects (Stephen Belanger) [#&#8203;40782](https://github.com/nodejs/node/pull/40782) - \[[`06916490af`](https://github.com/nodejs/node/commit/06916490af)] - **(SEMVER-MINOR)** **async_hooks**: expose async_wrap providers (Rafael Gonzaga) [#&#8203;40760](https://github.com/nodejs/node/pull/40760) - \[[`65b33ba510`](https://github.com/nodejs/node/commit/65b33ba510)] - **build**: remove extraneous quotation marks from commit body (Rich Trott) [#&#8203;40963](https://github.com/nodejs/node/pull/40963) - \[[`05d652a555`](https://github.com/nodejs/node/commit/05d652a555)] - **build**: fix branch name for lint-md-dependencies update (Rich Trott) [#&#8203;40924](https://github.com/nodejs/node/pull/40924) - \[[`1482c4415f`](https://github.com/nodejs/node/commit/1482c4415f)] - **build**: fix `make` invocation in tools.yml (Rich Trott) [#&#8203;40890](https://github.com/nodejs/node/pull/40890) - \[[`69de8c8143`](https://github.com/nodejs/node/commit/69de8c8143)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488) - \[[`e793331322`](https://github.com/nodejs/node/commit/e793331322)] - **build**: fix tools.yml errors (Rich Trott) [#&#8203;40870](https://github.com/nodejs/node/pull/40870) - \[[`51ac59b047`](https://github.com/nodejs/node/commit/51ac59b047)] - **build**: add GitHub Action to update tools modules (Rich Trott) [#&#8203;40644](https://github.com/nodejs/node/pull/40644) - \[[`a8cc8b6554`](https://github.com/nodejs/node/commit/a8cc8b6554)] - **crypto**: trim input for NETSCAPE_SPKI_b64\_decode (Shelley Vohr) [#&#8203;40757](https://github.com/nodejs/node/pull/40757) - \[[`2979c58fb0`](https://github.com/nodejs/node/commit/2979c58fb0)] - **crypto**: throw errors in SignTraits::DeriveBits (Tobias Nießen) [#&#8203;40796](https://github.com/nodejs/node/pull/40796) - \[[`7f5931d03f`](https://github.com/nodejs/node/commit/7f5931d03f)] - **crypto**: fix build without scrypt (Martin Jansa) [#&#8203;40613](https://github.com/nodejs/node/pull/40613) - \[[`90f35fc329`](https://github.com/nodejs/node/commit/90f35fc329)] - **deps**: upgrade npm to 8.1.4 (npm team) [#&#8203;40865](https://github.com/nodejs/node/pull/40865) - \[[`d461603d71`](https://github.com/nodejs/node/commit/d461603d71)] - **deps**: V8: cherry-pick [`cced52a`](https://github.com/nodejs/node/commit/cced52a97ee9) (Ray Wang) [#&#8203;40656](https://github.com/nodejs/node/pull/40656) - \[[`d6ae50ff96`](https://github.com/nodejs/node/commit/d6ae50ff96)] - **deps**: V8: cherry-pick [`7ae0b77`](https://github.com/nodejs/node/commit/7ae0b77628f6) (Ray Wang) [#&#8203;40882](https://github.com/nodejs/node/pull/40882) - \[[`e60053deee`](https://github.com/nodejs/node/commit/e60053deee)] - **deps**: V8: cherry-pick [`2a0bc36`](https://github.com/nodejs/node/commit/2a0bc36dec12) (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178) - \[[`94acaae3d4`](https://github.com/nodejs/node/commit/94acaae3d4)] - **deps**: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#&#8203;40296](https://github.com/nodejs/node/pull/40296) - \[[`37c9828d39`](https://github.com/nodejs/node/commit/37c9828d39)] - **deps**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488) - \[[`dfb97fb501`](https://github.com/nodejs/node/commit/dfb97fb501)] - **deps**: silence irrelevant V8 warning (Michaël Zasso) [#&#8203;38990](https://github.com/nodejs/node/pull/38990) - \[[`9ecf4be0c2`](https://github.com/nodejs/node/commit/9ecf4be0c2)] - **deps**: silence irrelevant V8 warning (Michaël Zasso) [#&#8203;37587](https://github.com/nodejs/node/pull/37587) - \[[`82a8736dec`](https://github.com/nodejs/node/commit/82a8736dec)] - **deps**: fix V8 build issue with inline methods (Jiawen Geng) [#&#8203;38807](https://github.com/nodejs/node/pull/38807) - \[[`eab5ef5505`](https://github.com/nodejs/node/commit/eab5ef5505)] - **deps**: make v8.h compatible with VS2015 (Joao Reis) [#&#8203;32116](https://github.com/nodejs/node/pull/32116) - \[[`d6e5dd56ff`](https://github.com/nodejs/node/commit/d6e5dd56ff)] - **deps**: V8: forward declaration of `Rtl*FunctionTable` (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116) - \[[`29a6e15480`](https://github.com/nodejs/node/commit/29a6e15480)] - **deps**: V8: patch register-arm64.h (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116) - \[[`1ff83c4945`](https://github.com/nodejs/node/commit/1ff83c4945)] - **deps**: V8: un-cherry-pick [`bd019bd`](https://github.com/nodejs/node/commit/bd019bd) (Refael Ackermann) [#&#8203;32116](https://github.com/nodejs/node/pull/32116) - \[[`371ee64c92`](https://github.com/nodejs/node/commit/371ee64c92)] - **(SEMVER-MINOR)** **deps**: update V8 to 9.6.180.14 (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488) - \[[`6506a42c16`](https://github.com/nodejs/node/commit/6506a42c16)] - **deps**: V8: cherry-pick [`cced52a`](https://github.com/nodejs/node/commit/cced52a97ee9) (Ray Wang) [#&#8203;40656](https://github.com/nodejs/node/pull/40656) - \[[`a612ecb42f`](https://github.com/nodejs/node/commit/a612ecb42f)] - **deps**: V8: cherry-pick [`7ae0b77`](https://github.com/nodejs/node/commit/7ae0b77628f6) (Ray Wang) [#&#8203;40882](https://github.com/nodejs/node/pull/40882) - \[[`b46184df5e`](https://github.com/nodejs/node/commit/b46184df5e)] - **deps**: update to uvwasi 0.0.12 (Colin Ihrig) [#&#8203;40847](https://github.com/nodejs/node/pull/40847) - \[[`fa37428472`](https://github.com/nodejs/node/commit/fa37428472)] - **deps**: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) [#&#8203;40631](https://github.com/nodejs/node/pull/40631) - \[[`9711ccfe08`](https://github.com/nodejs/node/commit/9711ccfe08)] - **deps**: upgrade npm to 8.1.3 (npm team) [#&#8203;40726](https://github.com/nodejs/node/pull/40726) - \[[`8e525634c6`](https://github.com/nodejs/node/commit/8e525634c6)] - **deps**: update ICU to 70.1 (Michaël Zasso) [#&#8203;40658](https://github.com/nodejs/node/pull/40658) - \[[`3bfc9f5b47`](https://github.com/nodejs/node/commit/3bfc9f5b47)] - **doc**: add information on suppressing initial break in debugger (Rich Trott) [#&#8203;40960](https://github.com/nodejs/node/pull/40960) - \[[`8966ab3c57`](https://github.com/nodejs/node/commit/8966ab3c57)] - **doc**: improve grammar in API description (Tobias Nießen) [#&#8203;40959](https://github.com/nodejs/node/pull/40959) - \[[`130777a61c`](https://github.com/nodejs/node/commit/130777a61c)] - **doc**: update BUILDING.md section on running tests (Rich Trott) [#&#8203;40933](https://github.com/nodejs/node/pull/40933) - \[[`6e9b6652e5`](https://github.com/nodejs/node/commit/6e9b6652e5)] - **doc**: remove experimental abortcontroller flag (FrankQiu) [#&#8203;38968](https://github.com/nodejs/node/pull/38968) - \[[`b92416ff02`](https://github.com/nodejs/node/commit/b92416ff02)] - **doc**: fix spelling of 'WebAssembly' (Geoffrey Booth) [#&#8203;40785](https://github.com/nodejs/node/pull/40785) - \[[`cf495a6293`](https://github.com/nodejs/node/commit/cf495a6293)] - **doc**: clarify more optional parameters in node-api (Michael Dawson) [#&#8203;40888](https://github.com/nodejs/node/pull/40888) - \[[`694012b392`](https://github.com/nodejs/node/commit/694012b392)] - **doc**: define "types", "deno" community conditions (Guy Bedford) [#&#8203;40708](https://github.com/nodejs/node/pull/40708) - \[[`4c47b0150b`](https://github.com/nodejs/node/commit/4c47b0150b)] - **doc**: document optional params in napi_get_cb_info (Michael Dawson) [#&#8203;40821](https://github.com/nodejs/node/pull/40821) - \[[`dfdf68f4d0`](https://github.com/nodejs/node/commit/dfdf68f4d0)] - **doc**: improve README.md lede section (Rich Trott) [#&#8203;40837](https://github.com/nodejs/node/pull/40837) - \[[`9c200e1de4`](https://github.com/nodejs/node/commit/9c200e1de4)] - **doc**: add pref to using draft PR versus WIP label (Michael Dawson) [#&#8203;40824](https://github.com/nodejs/node/pull/40824) - \[[`fe2cd09750`](https://github.com/nodejs/node/commit/fe2cd09750)] - **doc**: fix `added:` info for `Readable.fromWeb()` (Luigi Pinca) [#&#8203;40820](https://github.com/nodejs/node/pull/40820) - \[[`c91a9ab095`](https://github.com/nodejs/node/commit/c91a9ab095)] - **doc**: tweak guidance for modules in core (Michael Dawson) [#&#8203;40601](https://github.com/nodejs/node/pull/40601) - \[[`2ea08e9b55`](https://github.com/nodejs/node/commit/2ea08e9b55)] - **doc**: claim ABI version for Electron 18 (Keeley Hammond) [#&#8203;40768](https://github.com/nodejs/node/pull/40768) - \[[`8166b07ddc`](https://github.com/nodejs/node/commit/8166b07ddc)] - **doc**: fix transform stream example (Evan Lucas) [#&#8203;40777](https://github.com/nodejs/node/pull/40777) - \[[`5ceb06cddf`](https://github.com/nodejs/node/commit/5ceb06cddf)] - **doc**: fix linter-enforced formatting in crypto.md (Mohammed Keyvanzadeh) [#&#8203;40780](https://github.com/nodejs/node/pull/40780) - \[[`d3070d8eea`](https://github.com/nodejs/node/commit/d3070d8eea)] - **doc**: fix corepack grammar for `--force` flag (Steven) [#&#8203;40762](https://github.com/nodejs/node/pull/40762) - \[[`9271f23e3a`](https://github.com/nodejs/node/commit/9271f23e3a)] - **doc**: update maintaining ICU guide (Michaël Zasso) [#&#8203;40658](https://github.com/nodejs/node/pull/40658) - \[[`20d7d657bb`](https://github.com/nodejs/node/commit/20d7d657bb)] - **doc**: clarify getAuthTag with authTagLength (Tobias Nießen) [#&#8203;40713](https://github.com/nodejs/node/pull/40713) - \[[`75288fbc6b`](https://github.com/nodejs/node/commit/75288fbc6b)] - **doc**: fix order of announce work (Michael Dawson) [#&#8203;40725](https://github.com/nodejs/node/pull/40725) - \[[`429915aa6c`](https://github.com/nodejs/node/commit/429915aa6c)] - **doc**: add initial list of technical priorities (Michael Dawson) [#&#8203;40235](https://github.com/nodejs/node/pull/40235) - \[[`a5a1691514`](https://github.com/nodejs/node/commit/a5a1691514)] - **fs**: nullish coalescing to respect zero positional reads (Omar El-Mihilmy) [#&#8203;40716](https://github.com/nodejs/node/pull/40716) - \[[`bddb4c69b7`](https://github.com/nodejs/node/commit/bddb4c69b7)] - **http**: add missing initialization (Michael Dawson) [#&#8203;40555](https://github.com/nodejs/node/pull/40555) - \[[`80ce97f514`](https://github.com/nodejs/node/commit/80ce97f514)] - **http**: change totalSocketCount only on socket creation/close (Subhi Al Hasan) [#&#8203;40572](https://github.com/nodejs/node/pull/40572) - \[[`675c210b04`](https://github.com/nodejs/node/commit/675c210b04)] - **(SEMVER-MINOR)** **lib**: add reason to AbortSignal (James M Snell) [#&#8203;40807](https://github.com/nodejs/node/pull/40807) - \[[`b614b17525`](https://github.com/nodejs/node/commit/b614b17525)] - ***Revert*** "**lib**: use helper for readability" (Darshan Sen) [#&#8203;40741](https://github.com/nodejs/node/pull/40741) - \[[`10a842d2d1`](https://github.com/nodejs/node/commit/10a842d2d1)] - **lib**: fix typos in lib code comments (Yoshiki) [#&#8203;40792](https://github.com/nodejs/node/pull/40792) - \[[`3ec78d1570`](https://github.com/nodejs/node/commit/3ec78d1570)] - **meta**: add feature request label for issue template (Mestery) [#&#8203;40970](https://github.com/nodejs/node/pull/40970) - \[[`9c897b69a1`](https://github.com/nodejs/node/commit/9c897b69a1)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40900](https://github.com/nodejs/node/pull/40900) - \[[`dfc6fc987a`](https://github.com/nodejs/node/commit/dfc6fc987a)] - **meta**: update name and email (Viero Fernando) [#&#8203;40848](https://github.com/nodejs/node/pull/40848) - \[[`813cf746a8`](https://github.com/nodejs/node/commit/813cf746a8)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40809](https://github.com/nodejs/node/pull/40809) - \[[`e451ec9ec1`](https://github.com/nodejs/node/commit/e451ec9ec1)] - **meta**: edit GOVERNANCE.md for minor updates (Rich Trott) [#&#8203;40798](https://github.com/nodejs/node/pull/40798) - \[[`2536be7528`](https://github.com/nodejs/node/commit/2536be7528)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40748](https://github.com/nodejs/node/pull/40748) - \[[`3c8aa211cd`](https://github.com/nodejs/node/commit/3c8aa211cd)] - **module**: import assertions improvements (Geoffrey Booth) [#&#8203;40785](https://github.com/nodejs/node/pull/40785) - \[[`3a4f3873be`](https://github.com/nodejs/node/commit/3a4f3873be)] - **process**: support hrtime in the snapshot (Joyee Cheung) [#&#8203;40649](https://github.com/nodejs/node/pull/40649) - \[[`1555dbdddc`](https://github.com/nodejs/node/commit/1555dbdddc)] - **repl**: fix and extend require/import tab complete (Mestery) [#&#8203;40216](https://github.com/nodejs/node/pull/40216) - \[[`c2259c974b`](https://github.com/nodejs/node/commit/c2259c974b)] - **src**: reset error struct if error code is napi_ok (JckXia) [#&#8203;40552](https://github.com/nodejs/node/pull/40552) - \[[`3be49d6853`](https://github.com/nodejs/node/commit/3be49d6853)] - **src**: prevent extra copies of `TimerWrap::TimerCb` (Darshan Sen) [#&#8203;40665](https://github.com/nodejs/node/pull/40665) - \[[`0de2850680`](https://github.com/nodejs/node/commit/0de2850680)] - **(SEMVER-MINOR)** **src**: add x509.fingerprint512 to crypto module (3nprob) [#&#8203;39809](https://github.com/nodejs/node/pull/39809) - \[[`924d29e88f`](https://github.com/nodejs/node/commit/924d29e88f)] - **src**: add and fix some preprocessor comments (Tobias Nießen) [#&#8203;40701](https://github.com/nodejs/node/pull/40701) - \[[`acbd8220a7`](https://github.com/nodejs/node/commit/acbd8220a7)] - **src,crypto**: use `ByteSource::ToBuffer()` in `crypto_dh` (Darshan Sen) [#&#8203;40903](https://github.com/nodejs/node/pull/40903) - \[[`82b422663d`](https://github.com/nodejs/node/commit/82b422663d)] - **src,crypto**: remove `AllocatedBuffer`s from `crypto_spkac` (Darshan Sen) [#&#8203;40752](https://github.com/nodejs/node/pull/40752) - \[[`415b42fbdf`](https://github.com/nodejs/node/commit/415b42fbdf)] - **src,crypto**: refactor `crypto_tls.*` (Darshan Sen) [#&#8203;40675](https://github.com/nodejs/node/pull/40675) - \[[`88b57bc9d3`](https://github.com/nodejs/node/commit/88b57bc9d3)] - **src,doc**: add SyntaxError napi support (Idan Attias) [#&#8203;40736](https://github.com/nodejs/node/pull/40736) - \[[`70bd90e039`](https://github.com/nodejs/node/commit/70bd90e039)] - **stream**: stricter isReadableNodeStream (Robert Nagy) [#&#8203;40941](https://github.com/nodejs/node/pull/40941) - \[[`86d1c0b19d`](https://github.com/nodejs/node/commit/86d1c0b19d)] - **stream**: drain Transform with 0 highWaterMark (Robert Nagy) [#&#8203;40947](https://github.com/nodejs/node/pull/40947) - \[[`fa9b5c35d2`](https://github.com/nodejs/node/commit/fa9b5c35d2)] - **stream**: deprecate thenable support (Antoine du Hamel) [#&#8203;40860](https://github.com/nodejs/node/pull/40860) - \[[`dc99ae3bd6`](https://github.com/nodejs/node/commit/dc99ae3bd6)] - **stream**: fix the ReadableStreamBYOBReader error message (James M Snell) [#&#8203;40846](https://github.com/nodejs/node/pull/40846) - \[[`650c9bd022`](https://github.com/nodejs/node/commit/650c9bd022)] - **stream**: pipeline with end option (Robert Nagy) [#&#8203;40886](https://github.com/nodejs/node/pull/40886) - \[[`534409d4e7`](https://github.com/nodejs/node/commit/534409d4e7)] - **stream**: fix finished regression when working with legacy Stream (Matteo Collina) [#&#8203;40858](https://github.com/nodejs/node/pull/40858) - \[[`16ee8423d6`](https://github.com/nodejs/node/commit/16ee8423d6)] - **stream**: pipeline should drain empty readable (Robert Nagy) [#&#8203;40654](https://github.com/nodejs/node/pull/40654) - \[[`7d127d2fc1`](https://github.com/nodejs/node/commit/7d127d2fc1)] - **stream**: fix non readable Duplex readableAborted (Robert Nagy) [#&#8203;40801](https://github.com/nodejs/node/pull/40801) - \[[`7c4f9a34ae`](https://github.com/nodejs/node/commit/7c4f9a34ae)] - **stream**: allow calling callback before promise (Robert Nagy) [#&#8203;40772](https://github.com/nodejs/node/pull/40772) - \[[`62171eb516`](https://github.com/nodejs/node/commit/62171eb516)] - **test**: mark test-fs-watch-non-recursive flaky on Windows (Luigi Pinca) [#&#8203;40916](https://github.com/nodejs/node/pull/40916) - \[[`ae12a609a5`](https://github.com/nodejs/node/commit/ae12a609a5)] - **test**: improve test coverage of readline/promises (Yoshiki Kurihara) [#&#8203;40876](https://github.com/nodejs/node/pull/40876) - \[[`4288c6a26e`](https://github.com/nodejs/node/commit/4288c6a26e)] - **test**: deflake cluster-concurrent-disconnect (Luigi Pinca) [#&#8203;40877](https://github.com/nodejs/node/pull/40877) - \[[`009ab4d9bb`](https://github.com/nodejs/node/commit/009ab4d9bb)] - **test**: deflake fs-promises-watch (Luigi Pinca) [#&#8203;40863](https://github.com/nodejs/node/pull/40863) - \[[`522a30f469`](https://github.com/nodejs/node/commit/522a30f469)] - **test**: fix argument order in assertion (Luigi Pinca) [#&#8203;40842](https://github.com/nodejs/node/pull/40842) - \[[`b190b0e77b`](https://github.com/nodejs/node/commit/b190b0e77b)] - **test**: deflake http2-pipe-named-pipe (Luigi Pinca) [#&#8203;40842](https://github.com/nodejs/node/pull/40842) - \[[`c485460793`](https://github.com/nodejs/node/commit/c485460793)] - **test**: use descriptive name for destination file (Luigi Pinca) [#&#8203;40842](https://github.com/nodejs/node/pull/40842) - \[[`43e86508ae`](https://github.com/nodejs/node/commit/43e86508ae)] - **test**: add AsyncLocalStorage tests using udp, tcp and tls sockets (Darshan Sen) [#&#8203;40741](https://github.com/nodejs/node/pull/40741) - \[[`896073be47`](https://github.com/nodejs/node/commit/896073be47)] - **test**: deflake child-process-pipe-dataflow (Luigi Pinca) [#&#8203;40838](https://github.com/nodejs/node/pull/40838) - \[[`150c0f1b76`](https://github.com/nodejs/node/commit/150c0f1b76)] - **test**: add tests for invalid UTF-8 (git-srinivas) [#&#8203;40351](https://github.com/nodejs/node/pull/40351) - \[[`3d896231cd`](https://github.com/nodejs/node/commit/3d896231cd)] - **test**: fix flaky test-policy-integrity (Rich Trott) [#&#8203;40763](https://github.com/nodejs/node/pull/40763) - \[[`dc9e68899d`](https://github.com/nodejs/node/commit/dc9e68899d)] - **test**: add semicolons for linter update (Rich Trott) [#&#8203;40720](https://github.com/nodejs/node/pull/40720) - \[[`747247bc59`](https://github.com/nodejs/node/commit/747247bc59)] - **tools**: update gyp-next to v0.10.1 (Michaël Zasso) [#&#8203;40934](https://github.com/nodejs/node/pull/40934) - \[[`6ebbd0d9dc`](https://github.com/nodejs/node/commit/6ebbd0d9dc)] - **tools**: fix commit-lint GH Actions CI (Antoine du Hamel) [#&#8203;40845](https://github.com/nodejs/node/pull/40845) - \[[`0201f3f604`](https://github.com/nodejs/node/commit/0201f3f604)] - **tools**: ping TSC members identified as inactive (Rich Trott) [#&#8203;40915](https://github.com/nodejs/node/pull/40915) - \[[`22265e3fb6`](https://github.com/nodejs/node/commit/22265e3fb6)] - **tools**: update lint-md-dependencies to rollup@2.60.1 (Node.js GitHub Bot) [#&#8203;40929](https://github.com/nodejs/node/pull/40929) - \[[`3d593aa4ed`](https://github.com/nodejs/node/commit/3d593aa4ed)] - **tools**: update lint-md dependencies (Rich Trott) [#&#8203;40894](https://github.com/nodejs/node/pull/40894) - \[[`e674f61720`](https://github.com/nodejs/node/commit/e674f61720)] - **tools**: update ESLint to 8.3.0 (Luigi Pinca) [#&#8203;40917](https://github.com/nodejs/node/pull/40917) - \[[`878ba91bf6`](https://github.com/nodejs/node/commit/878ba91bf6)] - **tools**: add find-inactive-tsc (Rich Trott) [#&#8203;40884](https://github.com/nodejs/node/pull/40884) - \[[`d97ad3080f`](https://github.com/nodejs/node/commit/d97ad3080f)] - **tools**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488) - \[[`e3f8988118`](https://github.com/nodejs/node/commit/e3f8988118)] - **tools**: update V8 gypfiles for 9.6 (Michaël Zasso) [#&#8203;40488](https://github.com/nodejs/node/pull/40488) - \[[`de4d0180dc`](https://github.com/nodejs/node/commit/de4d0180dc)] - **tools**: update [@&#8203;babel/eslint-parser](https://github.com/babel/eslint-parser) to 7.16.3 (Node.js GitHub Bot) [#&#8203;40889](https://github.com/nodejs/node/pull/40889) - \[[`727b34ec95`](https://github.com/nodejs/node/commit/727b34ec95)] - **tools**: only validate first commit message of a PR (Antoine du Hamel) [#&#8203;40740](https://github.com/nodejs/node/pull/40740) - \[[`5b08e908ea`](https://github.com/nodejs/node/commit/5b08e908ea)] - **tools**: update babel-eslint-parser to 7.16.0 (Rich Trott) [#&#8203;40720](https://github.com/nodejs/node/pull/40720) - \[[`30623c283a`](https://github.com/nodejs/node/commit/30623c283a)] - **tools**: improve update scripts (Rich Trott) [#&#8203;40644](https://github.com/nodejs/node/pull/40644) ### [`v17.1.0`](https://github.com/nodejs/node/releases/tag/v17.1.0): 2021-11-09, Version 17.1.0 (Current), @&#8203;targos [Compare Source](https://github.com/nodejs/node/compare/v17.0.1...v17.1.0) ##### Notable Changes - \[[`89b34ecffb`](https://github.com/nodejs/node/commit/89b34ecffb)] - **doc**: add VoltrexMaster to collaborators (voltrexmaster) [#&#8203;40566](https://github.com/nodejs/node/pull/40566) - \[[`95e4d29eb4`](https://github.com/nodejs/node/commit/95e4d29eb4)] - **(SEMVER-MINOR)** **esm**: add support for JSON import assertion (Antoine du Hamel) [#&#8203;40250](https://github.com/nodejs/node/pull/40250) - \[[`1ddbae2d76`](https://github.com/nodejs/node/commit/1ddbae2d76)] - **(SEMVER-MINOR)** **lib**: add unsubscribe method to non-active DC channels (simon-id) [#&#8203;40433](https://github.com/nodejs/node/pull/40433) - \[[`aa61551b49`](https://github.com/nodejs/node/commit/aa61551b49)] - **(SEMVER-MINOR)** **lib**: add return value for DC channel.unsubscribe (simon-id) [#&#8203;40433](https://github.com/nodejs/node/pull/40433) - \[[`fbeb895ca6`](https://github.com/nodejs/node/commit/fbeb895ca6)] - **(SEMVER-MINOR)** **v8**: multi-tenant promise hook api (Stephen Belanger) [#&#8203;39283](https://github.com/nodejs/node/pull/39283) ##### Commits - \[[`8a00dc5add`](https://github.com/nodejs/node/commit/8a00dc5add)] - **build**: skip long-running Actions for README-only modifications (Rich Trott) [#&#8203;40571](https://github.com/nodejs/node/pull/40571) - \[[`9f46fca124`](https://github.com/nodejs/node/commit/9f46fca124)] - **build**: disable v8 pointer compression on 32bit archs (Cheng Zhao) [#&#8203;40418](https://github.com/nodejs/node/pull/40418) - \[[`5bef74395d`](https://github.com/nodejs/node/commit/5bef74395d)] - **deps**: patch V8 to 9.5.172.25 (Michaël Zasso) [#&#8203;40604](https://github.com/nodejs/node/pull/40604) - \[[`3805b806ee`](https://github.com/nodejs/node/commit/3805b806ee)] - **deps**: upgrade npm to 8.1.2 (npm team) [#&#8203;40643](https://github.com/nodejs/node/pull/40643) - \[[`c003ba131b`](https://github.com/nodejs/node/commit/c003ba131b)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#&#8203;40660](https://github.com/nodejs/node/pull/40660) - \[[`841f35cc52`](https://github.com/nodejs/node/commit/841f35cc52)] - **deps**: upgrade npm to 8.1.1 (npm team) [#&#8203;40554](https://github.com/nodejs/node/pull/40554) - \[[`8d16f0d2d3`](https://github.com/nodejs/node/commit/8d16f0d2d3)] - **deps**: V8: cherry-pick [`422dc37`](https://github.com/nodejs/node/commit/422dc378a1da) (Ray Wang) [#&#8203;40450](https://github.com/nodejs/node/pull/40450) - \[[`cdf5c44d62`](https://github.com/nodejs/node/commit/cdf5c44d62)] - **deps**: add riscv64 config into openssl gypi (Lu Yahan) [#&#8203;40473](https://github.com/nodejs/node/pull/40473) - \[[`2b9fcdfe26`](https://github.com/nodejs/node/commit/2b9fcdfe26)] - **deps**: attempt to suppress macro-redefined warning (Daniel Bevenius) [#&#8203;40518](https://github.com/nodejs/node/pull/40518) - \[[`d2839bfaa9`](https://github.com/nodejs/node/commit/d2839bfaa9)] - **deps**: regenerate OpenSSL arch files (Daniel Bevenius) [#&#8203;40518](https://github.com/nodejs/node/pull/40518) - \[[`5df8ce5cbe`](https://github.com/nodejs/node/commit/5df8ce5cbe)] - **deps,build,tools**: fix openssl-is-fips for ninja builds (Daniel Bevenius) [#&#8203;40518](https://github.com/nodejs/node/pull/40518) - \[[`79bf429405`](https://github.com/nodejs/node/commit/79bf429405)] - **dgram**: fix send with out of bounds offset + length (Nitzan Uziely) [#&#8203;40568](https://github.com/nodejs/node/pull/40568) - \[[`c29658fda7`](https://github.com/nodejs/node/commit/c29658fda7)] - **doc**: update cjs-module-lexer repo link (Guy Bedford) [#&#8203;40707](https://github.com/nodejs/node/pull/40707) - \[[`e374f3ddd9`](https://github.com/nodejs/node/commit/e374f3ddd9)] - **doc**: fix lint re-enabling comment in README.md (Rich Trott) [#&#8203;40647](https://github.com/nodejs/node/pull/40647) - \[[`ecccf48106`](https://github.com/nodejs/node/commit/ecccf48106)] - **doc**: format v8.md in preparation for stricter linting (Rich Trott) [#&#8203;40647](https://github.com/nodejs/node/pull/40647) - \[[`95a7117037`](https://github.com/nodejs/node/commit/95a7117037)] - **doc**: final round of markdown format changes (Rich Trott) [#&#8203;40645](https://github.com/nodejs/node/pull/40645) - \[[`c104f5a9ab`](https://github.com/nodejs/node/commit/c104f5a9ab)] - **doc**: remove `--experimental-modules` documentation (FrankQiu) [#&#8203;38974](https://github.com/nodejs/node/pull/38974) - \[[`ac81f89bbf`](https://github.com/nodejs/node/commit/ac81f89bbf)] - **doc**: update tracking issues of startup performance (Joyee Cheung) [#&#8203;40629](https://github.com/nodejs/node/pull/40629) - \[[`65effa11fc`](https://github.com/nodejs/node/commit/65effa11fc)] - **doc**: fix markdown syntax and HTML tag misses (ryan) [#&#8203;40608](https://github.com/nodejs/node/pull/40608) - \[[`c78d708a16`](https://github.com/nodejs/node/commit/c78d708a16)] - **doc**: use 'GitHub Actions workflow' instead (Mestery) [#&#8203;40586](https://github.com/nodejs/node/pull/40586) - \[[`71bac70bf2`](https://github.com/nodejs/node/commit/71bac70bf2)] - **doc**: ref OpenSSL legacy provider from crypto docs (Tobias Nießen) [#&#8203;40593](https://github.com/nodejs/node/pull/40593) - \[[`8f410229ac`](https://github.com/nodejs/node/commit/8f410229ac)] - **doc**: add node: url scheme (Daniel Nalborczyk) [#&#8203;40573](https://github.com/nodejs/node/pull/40573) - \[[`35dbed21f2`](https://github.com/nodejs/node/commit/35dbed21f2)] - **doc**: call cwd function (Daniel Nalborczyk) [#&#8203;40573](https://github.com/nodejs/node/pull/40573) - \[[`4870a23ccc`](https://github.com/nodejs/node/commit/4870a23ccc)] - **doc**: remove unused imports (Daniel Nalborczyk) [#&#8203;40573](https://github.com/nodejs/node/pull/40573) - \[[`5951ccc12e`](https://github.com/nodejs/node/commit/5951ccc12e)] - **doc**: simplify CHANGELOG.md (Rich Trott) [#&#8203;40475](https://github.com/nodejs/node/pull/40475) - \[[`6ae134ecb7`](https://github.com/nodejs/node/commit/6ae134ecb7)] - **doc**: correct esm spec scope lookup definition (Guy Bedford) [#&#8203;40592](https://github.com/nodejs/node/pull/40592) - \[[`09239216f6`](https://github.com/nodejs/node/commit/09239216f6)] - **doc**: update CHANGELOG.md for Node.js 16.13.0 (Richard Lau) [#&#8203;40617](https://github.com/nodejs/node/pull/40617) - \[[`46ec5ac4df`](https://github.com/nodejs/node/commit/46ec5ac4df)] - **doc**: add info on project's usage of coverity (Michael Dawson) [#&#8203;40506](https://github.com/nodejs/node/pull/40506) - \[[`7eb1a44410`](https://github.com/nodejs/node/commit/7eb1a44410)] - **doc**: fix typo in changelogs (Luigi Pinca) [#&#8203;40585](https://github.com/nodejs/node/pull/40585) - \[[`132f6cba05`](https://github.com/nodejs/node/commit/132f6cba05)] - **doc**: update onboarding task (Rich Trott) [#&#8203;40570](https://github.com/nodejs/node/pull/40570) - \[[`5e2d0ed61e`](https://github.com/nodejs/node/commit/5e2d0ed61e)] - **doc**: simplify ccache instructions (Rich Trott) [#&#8203;40550](https://github.com/nodejs/node/pull/40550) - \[[`c1c1738bfc`](https://github.com/nodejs/node/commit/c1c1738bfc)] - **doc**: fix macOS environment variables for ccache (Rich Trott) [#&#8203;40550](https://github.com/nodejs/node/pull/40550) - \[[`6e3e50f2ab`](https://github.com/nodejs/node/commit/6e3e50f2ab)] - **doc**: improve async_context introduction (Michaël Zasso) [#&#8203;40560](https://github.com/nodejs/node/pull/40560) - \[[`1587fe62d4`](https://github.com/nodejs/node/commit/1587fe62d4)] - **doc**: use GFM footnotes in webcrypto.md (Rich Trott) [#&#8203;40477](https://github.com/nodejs/node/pull/40477) - \[[`305c022db4`](https://github.com/nodejs/node/commit/305c022db4)] - **doc**: describe buffer limit of v8.serialize (Ray Wang) [#&#8203;40243](https://github.com/nodejs/node/pull/40243) - \[[`6e39e0e10a`](https://github.com/nodejs/node/commit/6e39e0e10a)] - **doc**: run license-builder (Rich Trott) [#&#8203;40540](https://github.com/nodejs/node/pull/40540) - \[[`556e49ccb5`](https://github.com/nodejs/node/commit/556e49ccb5)] - **doc**: use GFM footnotes in maintaining-V8.md ([#&#8203;40476](https://github.com/nodejs/node/issues/40476)) (Rich Trott) [#&#8203;40476](https://github.com/nodejs/node/pull/40476) - \[[`9c6a9fd5b1`](https://github.com/nodejs/node/commit/9c6a9fd5b1)] - **doc**: use GFM footnotes in BUILDING.md (Rich Trott) [#&#8203;40474](https://github.com/nodejs/node/pull/40474) - \[[`fd946215cc`](https://github.com/nodejs/node/commit/fd946215cc)] - **doc**: fix `fs.symlink` code example (Juan José Arboleda) [#&#8203;40414](https://github.com/nodejs/node/pull/40414) - \[[`404730ac1b`](https://github.com/nodejs/node/commit/404730ac1b)] - **doc**: update for changed `--dns-result-order` default (Richard Lau) [#&#8203;40538](https://github.com/nodejs/node/pull/40538) - \[[`acc22c7c4a`](https://github.com/nodejs/node/commit/acc22c7c4a)] - **doc**: add missing entry in `globals.md` (Antoine du Hamel) [#&#8203;40531](https://github.com/nodejs/node/pull/40531) - \[[`0375d958ef`](https://github.com/nodejs/node/commit/0375d958ef)] - **doc**: explain backport labels (Stephen Belanger) [#&#8203;40520](https://github.com/nodejs/node/pull/40520) - \[[`4993d87c49`](https://github.com/nodejs/node/commit/4993d87c49)] - **doc**: fix entry for Slack channel in onboarding.md (Rich Trott) [#&#8203;40563](https://github.com/nodejs/node/pull/40563) - \[[`89b34ecffb`](https://github.com/nodejs/node/commit/89b34ecffb)] - **doc**: add VoltrexMaster to collaborators (voltrexmaster) [#&#8203;40566](https://github.com/nodejs/node/pull/40566) - \[[`6357ef15d0`](https://github.com/nodejs/node/commit/6357ef15d0)] - **doc**: document considerations for inclusion in core (Rich Trott) [#&#8203;40338](https://github.com/nodejs/node/pull/40338) - \[[`ed04827373`](https://github.com/nodejs/node/commit/ed04827373)] - **doc**: update link in onboarding doc (Rich Trott) [#&#8203;40539](https://github.com/nodejs/node/pull/40539) - \[[`34e244b8e9`](https://github.com/nodejs/node/commit/34e244b8e9)] - **doc**: clarify behavior of napi_extended_error_info (Michael Dawson) [#&#8203;40458](https://github.com/nodejs/node/pull/40458) - \[[`5a588ff047`](https://github.com/nodejs/node/commit/5a588ff047)] - **doc**: add updating expected assets to release guide (Richard Lau) [#&#8203;40470](https://github.com/nodejs/node/pull/40470) - \[[`95e4d29eb4`](https://github.com/nodejs/node/commit/95e4d29eb4)] - **(SEMVER-MINOR)** **esm**: add support for JSON import assertion (Antoine du Hamel) [#&#8203;40250](https://github.com/nodejs/node/pull/40250) - \[[`825a683423`](https://github.com/nodejs/node/commit/825a683423)] - **http**: response should always emit 'close' (Robert Nagy) [#&#8203;40543](https://github.com/nodejs/node/pull/40543) - \[[`81cd7f3751`](https://github.com/nodejs/node/commit/81cd7f3751)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#&#8203;40325](https://github.com/nodejs/node/pull/40325) - \[[`1ddbae2d76`](https://github.com/nodejs/node/commit/1ddbae2d76)] - **(SEMVER-MINOR)** **lib**: add unsubscribe method to non-active DC channels (simon-id) [#&#8203;40433](https://github.com/nodejs/node/pull/40433) - \[[`aa61551b49`](https://github.com/nodejs/node/commit/aa61551b49)] - **(SEMVER-MINOR)** **lib**: add return value for DC channel.unsubscribe (simon-id) [#&#8203;40433](https://github.com/nodejs/node/pull/40433) - \[[`d97872dd98`](https://github.com/nodejs/node/commit/d97872dd98)] - **meta**: use form schema for flaky test template (Michaël Zasso) [#&#8203;40737](https://github.com/nodejs/node/pull/40737) - \[[`c2fabdbce8`](https://github.com/nodejs/node/commit/c2fabdbce8)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40668](https://github.com/nodejs/node/pull/40668) - \[[`aa98c6bdce`](https://github.com/nodejs/node/commit/aa98c6bdce)] - **meta**: consolidate AUTHORS entries for brettkiefer (Rich Trott) [#&#8203;40599](https://github.com/nodejs/node/pull/40599) - \[[`18296c3d8e`](https://github.com/nodejs/node/commit/18296c3d8e)] - **meta**: consolidate AUTHORS entries for alexzherdev (Rich Trott) [#&#8203;40620](https://github.com/nodejs/node/pull/40620) - \[[`88d812793d`](https://github.com/nodejs/node/commit/88d812793d)] - **meta**: consolidate AUTHORS entries for Azard (Rich Trott) [#&#8203;40619](https://github.com/nodejs/node/pull/40619) - \[[`d81b65ca0e`](https://github.com/nodejs/node/commit/d81b65ca0e)] - **meta**: move Fishrock123 to emeritus (Jeremiah Senkpiel) [#&#8203;40596](https://github.com/nodejs/node/pull/40596) - \[[`ec02e7b68a`](https://github.com/nodejs/node/commit/ec02e7b68a)] - **meta**: consolidate AUTHORS entries for clakech (Rich Trott) [#&#8203;40589](https://github.com/nodejs/node/pull/40589) - \[[`08e7a2ff24`](https://github.com/nodejs/node/commit/08e7a2ff24)] - **meta**: consolidate AUTHORS entries for darai0512 (Rich Trott) [#&#8203;40569](https://github.com/nodejs/node/pull/40569) - \[[`488ee51f90`](https://github.com/nodejs/node/commit/488ee51f90)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40580](https://github.com/nodejs/node/pull/40580) - \[[`ba9a6c5d06`](https://github.com/nodejs/node/commit/ba9a6c5d06)] - **meta**: consolidate AUTHORS entries for dfabulich (Rich Trott) [#&#8203;40527](https://github.com/nodejs/node/pull/40527) - \[[`bd06e9945e`](https://github.com/nodejs/node/commit/bd06e9945e)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#&#8203;40464](https://github.com/nodejs/node/pull/40464) - \[[`7cee125dcf`](https://github.com/nodejs/node/commit/7cee125dcf)] - **meta**: add Richard Lau to TSC list in README.md (Rich Trott) [#&#8203;40523](https://github.com/nodejs/node/pull/40523) - \[[`6a771f8bcb`](https://github.com/nodejs/node/commit/6a771f8bcb)] - **meta**: consolidate AUTHORS entries for dguo (Rich Trott) [#&#8203;40517](https://github.com/nodejs/node/pull/40517) - \[[`e4c740646d`](https://github.com/nodejs/node/commit/e4c740646d)] - **meta**: consolidate AUTHORS entries for cxreg (Rich Trott) [#&#8203;40490](https://github.com/nodejs/node/pull/40490) - \[[`075cfbf941`](https://github.com/nodejs/node/commit/075cfbf941)] - **module**: resolver & spec hardening /w refactoring (Guy Bedford) [#&#8203;40510](https://github.com/nodejs/node/pull/40510) - \[[`b320387c83`](https://github.com/nodejs/node/commit/b320387c83)] - **policy**: fix message for invalid manifest specifier (Rich Trott) [#&#8203;40574](https://github.com/nodejs/node/pull/40574) - \[[`ea968d54c5`](https://github.com/nodejs/node/commit/ea968d54c5)] - **process**: refactor execution (Voltrex) [#&#8203;40664](https://github.com/nodejs/node/pull/40664) - \[[`fb7c437b0b`](https://github.com/nodejs/node/commit/fb7c437b0b)] - **src**: make LoadEnvironment with string work with builtin modules path (Michaël Zasso) [#&#8203;40607](https://github.com/nodejs/node/pull/40607) - \[[`e9388c87bf`](https://github.com/nodejs/node/commit/e9388c87bf)] - **src**: remove usage of `AllocatedBuffer` from `node_http2` (Darshan Sen) [#&#8203;40584](https://github.com/nodejs/node/pull/40584) - \[[`7a22f913b0`](https://github.com/nodejs/node/commit/7a22f913b0)] - **src**: fix #endif description in crypto_keygen.h (Tobias Nießen) [#&#8203;40639](https://github.com/nodejs/node/pull/40639) - \[[`396342e26d`](https://github.com/nodejs/node/commit/396342e26d)] - **src**: throw error instead of assertion (Ray Wang) [#&#8203;40243](https://github.com/nodejs/node/pull/40243) - \[[`accab383a1`](https://github.com/nodejs/node/commit/accab383a1)] - **src**: register external references in os bindings (Joyee Cheung) [#&#8203;40239](https://github.com/nodejs/node/pull/40239) - \[[`a11f9ea4f0`](https://github.com/nodejs/node/commit/a11f9ea4f0)] - **src**: register external references in crypto bindings (Joyee Cheung) [#&#8203;40239](https://github.com/nodejs/node/pull/40239) - \[[`ef1ace7e88`](https://github.com/nodejs/node/commit/ef1ace7e88)] - **src,crypto**: use `std::variant` in DH params (Darshan Sen) [#&#8203;40457](https://github.com/nodejs/node/pull/40457) - \[[`4433852f62`](https://github.com/nodejs/node/commit/4433852f62)] - **src,crypto**: remove `AllocatedBuffer` from `crypto_cipher.cc` (Darshan Sen) [#&#8203;40400](https://github.com/nodejs/node/pull/40400) - \[[`814126c3ed`](https://github.com/nodejs/node/commit/814126c3ed)] - **src,fs**: remove `ToLocalChecked()` call from `fs::AfterMkdirp()` (Darshan Sen) [#&#8203;40386](https://github.com/nodejs/node/pull/40386) - \[[`d4b45cc249`](https://github.com/nodejs/node/commit/d4b45cc249)] - **src,stream**: remove `*Check*()` calls from non-`Initialize()` functions (Darshan Sen) [#&#8203;40425](https://github.com/nodejs/node/pull/40425) - \[[`bac7fe0797`](https://github.com/nodejs/node/commit/bac7fe0797)] - **stream**: remove no longer necessary ComposeDuplex (Robert Nagy) [#&#8203;40545](https://github.com/nodejs/node/pull/40545) - \[[`e58cce49fd`](https://github.com/nodejs/node/commit/e58cce49fd)] - **test**: disable warnings to fix flaky test (Antoine du Hamel) [#&#8203;40739](https://github.com/nodejs/node/pull/40739) - \[[`8c103ab2ff`](https://github.com/nodejs/node/commit/8c103ab2ff)] - **test**: skip macos sandbox test with builtin modules path (Michaël Zasso) [#&#8203;40607](https://github.com/nodejs/node/pull/40607) - \[[`ac3bc6eed0`](https://github.com/nodejs/node/commit/ac3bc6eed0)] - **test**: add semicolon after chunk size (Luigi Pinca) [#&#8203;40487](https://github.com/nodejs/node/pull/40487) - \[[`95fe9bb922`](https://github.com/nodejs/node/commit/95fe9bb922)] - **test**: deflake http2-cancel-while-client-reading (Luigi Pinca) [#&#8203;40659](https://github.com/nodejs/node/pull/40659) - \[[`dfd0215266`](https://github.com/nodejs/node/commit/dfd0215266)] - **test**: avoid deep comparisons with literals (Tobias Nießen) [#&#8203;40634](https://github.com/nodejs/node/pull/40634) - \[[`5020f634b8`](https://github.com/nodejs/node/commit/5020f634b8)] - **test**: mark test-policy-integrity flaky on Windows (Rich Trott) [#&#8203;40684](https://github.com/nodejs/node/pull/40684) - \[[`8fa1c61e40`](https://github.com/nodejs/node/commit/8fa1c61e40)] - **test**: fix test-datetime-change-notify after daylight change (Piotr Rybak) [#&#8203;40684](https://github.com/nodejs/node/pull/40684) - \[[`179a5c5436`](https://github.com/nodejs/node/commit/179a5c5436)] - **test**: test `crypto.setEngine()` using an actual engine (Darshan Sen) [#&#8203;40481](https://github.com/nodejs/node/pull/40481) - \[[`cf6ded4db5`](https://github.com/nodejs/node/commit/cf6ded4db5)] - **test**: use conventional argument order in assertion (Tobias Nießen) [#&#8203;40591](https://github.com/nodejs/node/pull/40591) - \[[`aefb097d6a`](https://github.com/nodejs/node/commit/aefb097d6a)] - **test**: fix test description (Luigi Pinca) [#&#8203;40486](https://github.com/nodejs/node/pull/40486) - \[[`126e669b84`](https://github.com/nodejs/node/commit/126e669b84)] - **test,doc**: correct documentation for runBenchmark() (Rich Trott) [#&#8203;40683](https://github.com/nodejs/node/pull/40683) - \[[`1844463ce2`](https://github.com/nodejs/node/commit/1844463ce2)] - **test,tools**: increase pummel/benchmark test timeout from 4x to 6x (Rich Trott) [#&#8203;40684](https://github.com/nodejs/node/pull/40684) - \[[`f731f5ffb5`](https://github.com/nodejs/node/commit/f731f5ffb5)] - **test,tools**: increase timeout for benchmark tests (Rich Trott) [#&#8203;40684](https://github.com/nodejs/node/pull/40684) - \[[`bbc10f1849`](https://github.com/nodejs/node/commit/bbc10f1849)] - **tools**: simplify and fix commit queue (Michaël Zasso) [#&#8203;40742](https://github.com/nodejs/node/pull/40742) - \[[`a3df50d810`](https://github.com/nodejs/node/commit/a3df50d810)] - **tools**: ensure the PR was not pushed before merging (Antoine du Hamel) [#&#8203;40747](https://github.com/nodejs/node/pull/40747) - \[[`306d953c15`](https://github.com/nodejs/node/commit/306d953c15)] - **tools**: update ESLint to 8.2.0 (Luigi Pinca) [#&#8203;40734](https://github.com/nodejs/node/pull/40734) - \[[`b7e736843c`](https://github.com/nodejs/node/commit/b7e736843c)] - **tools**: use GitHub Squash and Merge feature when using CQ (Antoine du Hamel) [#&#8203;40666](https://github.com/nodejs/node/pull/40666) - \[[`50d102ec08`](https://github.com/nodejs/node/commit/50d102ec08)] - **tools**: fix bug in `prefer-primordials` ESLint rule (Antoine du Hamel) [#&#8203;40628](https://github.com/nodejs/node/pull/40628) - \[[`ec2cadef85`](https://github.com/nodejs/node/commit/ec2cadef85)] - **tools**: add script to update c-ares (Richard Lau) [#&#8203;40660](https://github.com/nodejs/node/pull/40660) - \[[`5daa313215`](https://github.com/nodejs/node/commit/5daa313215)] - **tools**: notify user if format-md needs to be run (Rich Trott) [#&#8203;40647](https://github.com/nodejs/node/pull/40647) - \[[`0787c781ce`](https://github.com/nodejs/node/commit/0787c781ce)] - **tools**: abort CQ session when landing several commits (Antoine du Hamel) [#&#8203;40577](https://github.com/nodejs/node/pull/40577) - \[[`ddc44ddfd9`](https://github.com/nodejs/node/commit/ddc44ddfd9)] - **tools**: fix commit-lint workflow (Antoine du Hamel) [#&#8203;40673](https://github.com/nodejs/node/pull/40673) - \[[`47eddd7076`](https://github.com/nodejs/node/commit/47eddd7076)] - **tools**: avoid unnecessary escaping in markdown formatter (Rich Trott) [#&#8203;40645](https://github.com/nodejs/node/pull/40645) - \[[`c700de3705`](https://github.com/nodejs/node/commit/c700de3705)] - **tools**: avoid fetch extra commits when validating commit messages (Antoine du Hamel) [#&#8203;39128](https://github.com/nodejs/node/pull/39128) - \[[`716963484b`](https://github.com/nodejs/node/commit/716963484b)] - **tools**: update ESLint to 8.1.0 (Luigi Pinca) [#&#8203;40582](https://github.com/nodejs/node/pull/40582) - \[[`9cb2116608`](https://github.com/nodejs/node/commit/9cb2116608)] - **tools**: fix formatting of warning message in update-authors.js (Rich Trott) [#&#8203;40600](https://github.com/nodejs/node/pull/40600) - \[[`507f1dbc8d`](https://github.com/nodejs/node/commit/507f1dbc8d)] - **tools**: udpate doc tools to accommodate GFM footnotes (Rich Trott) [#&#8203;40477](https://github.com/nodejs/node/pull/40477) - \[[`c2265a92c3`](https://github.com/nodejs/node/commit/c2265a92c3)] - **tools**: update license-builder.sh for OpenSSL (Rich Trott) [#&#8203;40540](https://github.com/nodejs/node/pull/40540) - \[[`16624b404c`](https://github.com/nodejs/node/commit/16624b404c)] - **tools,meta**: remove exclusions from AUTHORS (Rich Trott) [#&#8203;40648](https://github.com/nodejs/node/pull/40648) - \[[`a95e344fe5`](https://github.com/nodejs/node/commit/a95e344fe5)] - **tty**: support more CI services in `getColorDepth` (Richie Bendall) [#&#8203;40385](https://github.com/nodejs/node/pull/40385) - \[[`b4194ff349`](https://github.com/nodejs/node/commit/b4194ff349)] - **typings**: add more bindings typings (Mestery) [#&#8203;40415](https://github.com/nodejs/node/pull/40415) - \[[`da859b56cb`](https://github.com/nodejs/node/commit/da859b56cb)] - **typings**: add JSDoc typings for inspector (Voltrex) [#&#8203;38390](https://github.com/nodejs/node/pull/38390) - \[[`90aa96dc44`](https://github.com/nodejs/node/commit/90aa96dc44)] - **typings**: improve internal bindings typings (Mestery) [#&#8203;40411](https://github.com/nodejs/node/pull/40411) - \[[`1e9f3cc522`](https://github.com/nodejs/node/commit/1e9f3cc522)] - **typings**: separate `internalBinding` typings (Mestery) [#&#8203;40409](https://github.com/nodejs/node/pull/40409) - \[[`fbeb895ca6`](https://github.com/nodejs/node/commit/fbeb895ca6)] - **(SEMVER-MINOR)** **v8**: multi-tenant promise hook api (Stephen Belanger) [#&#8203;39283](https://github.com/nodejs/node/pull/39283) ### [`v17.0.1`](https://github.com/nodejs/node/releases/tag/v17.0.1): 2021-10-20, Version 17.0.1 (Current), @&#8203;targos [Compare Source](https://github.com/nodejs/node/compare/v17.0.0...v17.0.1) ##### Notable Changes ##### Fixed distribution for native addon builds This release fixes an issue introduced in Node.js v17.0.0, where some V8 headers were missing from the distributed tarball, making it impossible to build native addons. These headers are now included. [#&#8203;40526](https://github.com/nodejs/node/pull/40526) ##### Fixed stream issues - Fixed a regression in `stream.promises.pipeline`, which was introduced in version 16.10.0, is fixed. It is now possible again to pass an array of streams to the function. [#&#8203;40193](https://github.com/nodejs/node/pull/40193) - Fixed a bug in `stream.Duplex.from`, which didn't work properly when an async generator function was passed to it. [#&#8203;40499](https://github.com/nodejs/node/pull/40499) ##### Commits - \[[`3f033556c3`](https://github.com/nodejs/node/commit/3f033556c3)] - **build**: include missing V8 headers in distribution (Michaël Zasso) [#&#8203;40526](https://github.com/nodejs/node/pull/40526) - \[[`adbd92ef1d`](https://github.com/nodejs/node/commit/adbd92ef1d)] - **crypto**: avoid double free (Michael Dawson) [#&#8203;40380](https://github.com/nodejs/node/pull/40380) - \[[`8dce85aadc`](https://github.com/nodejs/node/commit/8dce85aadc)] - **doc**: format doc/api/\*.md with markdown formatter (Rich Trott) [#&#8203;40403](https://github.com/nodejs/node/pull/40403) - \[[`977016a72f`](https://github.com/nodejs/node/commit/977016a72f)] - **doc**: specify that maxFreeSockets is per host (Luigi Pinca) [#&#8203;40483](https://github.com/nodejs/node/pull/40483) - \[[`f9f2442739`](https://github.com/nodejs/node/commit/f9f2442739)] - **src**: add missing inialization in agent.h (Michael Dawson) [#&#8203;40379](https://github.com/nodejs/node/pull/40379) - \[[`111f0bd9b6`](https://github.com/nodejs/node/commit/111f0bd9b6)] - **stream**: fix fromAsyncGen (Robert Nagy) [#&#8203;40499](https://github.com/nodejs/node/pull/40499) - \[[`b84f101049`](https://github.com/nodejs/node/commit/b84f101049)] - **stream**: support array of streams in promises pipeline (Mestery) [#&#8203;40193](https://github.com/nodejs/node/pull/40193) - \[[`3f7c503b69`](https://github.com/nodejs/node/commit/3f7c503b69)] - **test**: adjust CLI flags test to ignore blank lines in doc (Rich Trott) [#&#8203;40403](https://github.com/nodejs/node/pull/40403) - \[[`7c42d9fcc6`](https://github.com/nodejs/node/commit/7c42d9fcc6)] - **test**: split test-crypto-dh.js (Joyee Cheung) [#&#8203;40451](https://github.com/nodejs/node/pull/40451) ### [`v17.0.0`](https://github.com/nodejs/node/releases/tag/v17.0.0): 2021-10-19, Version 17.0.0 (Current), @&#8203;BethGriggs [Compare Source](https://github.com/nodejs/node/compare/v16.19.1...v17.0.0) ##### Notable Changes ##### Deprecations and Removals - \[[`f182b9b29f`](https://github.com/nodejs/node/commit/f182b9b29f)] - **(SEMVER-MAJOR)** **dns**: runtime deprecate type coercion of `dns.lookup` options (Antoine du Hamel) [#&#8203;39793](https://github.com/nodejs/node/pull/39793) - \[[`4b030d0573`](https://github.com/nodejs/node/commit/4b030d0573)] - **doc**: deprecate (doc-only) http abort related (dr-js) [#&#8203;36670](https://github.com/nodejs/node/pull/36670) - \[[`36e2ffe6dc`](https://github.com/nodejs/node/commit/36e2ffe6dc)] - **(SEMVER-MAJOR)** **module**: subpath folder mappings EOL (Guy Bedford) [#&#8203;40121](https://github.com/nodejs/node/pull/40121) - \[[`64287e4d45`](https://github.com/nodejs/node/commit/64287e4d45)] - **(SEMVER-MAJOR)** **module**: runtime deprecate trailing slash patterns (Guy Bedford) [#&#8203;40117](https://github.com/nodejs/node/pull/40117) ##### OpenSSL 3.0 Node.js now includes OpenSSL 3.0, specifically [quictls/openssl](https://github.com/quictls/openssl) which provides QUIC support. With OpenSSL 3.0 FIPS support is again available using the new FIPS module. For details about how to build Node.js with FIPS support please see [BUILDING.md](https://github.com/nodejs/node/blob/master/BUILDING.md#building-nodejs-with-fips-compliant-openssl). While OpenSSL 3.0 APIs should be mostly compatible with those provided by OpenSSL 1.1.1, we do anticipate some ecosystem impact due to tightened restrictions on the allowed algorithms and key sizes. If you hit an `ERR_OSSL_EVP_UNSUPPORTED` error in your application with Node.js 17, it’s likely that your application or a module you’re using is attempting to use an algorithm or key size which is no longer allowed by default with OpenSSL 3.0. A command-line option, `--openssl-legacy-provider`, has been added to revert to the legacy provider as a temporary workaround for these tightened restrictions. For details about all the features in OpenSSL 3.0 please see the [OpenSSL 3.0 release blog](https://www.openssl.org/blog/blog/2021/09/07/OpenSSL3.Final). Contributed in https://github.com/nodejs/node/pull/38512, https://github.com/nodejs/node/pull/40478 ##### V8 9.5 The V8 JavaScript engine is updated to V8 9.5. This release comes with additional supported types for the `Intl.DisplayNames` API and Extended `timeZoneName` options in the `Intl.DateTimeFormat` API. You can read more details in the V8 9.5 release post - https://v8.dev/blog/v8-release-95. Contributed by Michaël Zasso - https://github.com/nodejs/node/pull/40178 ##### Readline Promise API The `readline` module provides an interface for reading data from a Readable stream (such as `process.stdin`) one line at a time. The following simple example illustrates the basic use of the `readline` module: ```mjs import * as readline from 'node:readline/promises'; import { stdin as input, stdout as output } from 'process'; const rl = readline.createInterface({ input, output }); const answer = await rl.question('What do you think of Node.js? '); console.log(`Thank you for your valuable feedback: ${answer}`); rl.close(); ``` Contributed by Antoine du Hamel - https://github.com/nodejs/node/pull/37947 ##### Other Notable Changes - \[[`1b2749ecbe`](https://github.com/nodejs/node/commit/1b2749ecbe)] - **(SEMVER-MAJOR)** **dns**: default to verbatim=true in dns.lookup() (treysis) [#&#8203;39987](https://github.com/nodejs/node/pull/39987) - \[[`59d3d542d6`](https://github.com/nodejs/node/commit/59d3d542d6)] - **(SEMVER-MAJOR)** **errors**: print Node.js version on fatal exceptions that cause exit (Divlo) [#&#8203;38332](https://github.com/nodejs/node/pull/38332) - \[[`a35b7e0427`](https://github.com/nodejs/node/commit/a35b7e0427)] - **deps**: upgrade npm to 8.1.0 (npm team) [#&#8203;40463](https://github.com/nodejs/node/pull/40463) - \[[`6cd12be347`](https://github.com/nodejs/node/commit/6cd12be347)] - **(SEMVER-MINOR)** **fs**: add FileHandle.prototype.readableWebStream() (James M Snell) [#&#8203;39331](https://github.com/nodejs/node/pull/39331) - \[[`d0a898681f`](https://github.com/nodejs/node/commit/d0a898681f)] - **(SEMVER-MAJOR)** **lib**: add structuredClone() global (Ethan Arrowood) [#&#8203;39759](https://github.com/nodejs/node/pull/39759) - \[[`e4b1fb5e64`](https://github.com/nodejs/node/commit/e4b1fb5e64)] - **(SEMVER-MAJOR)** **lib**: expose `DOMException` as global (Khaidi Chu) [#&#8203;39176](https://github.com/nodejs/node/pull/39176) - \[[`0738a2b7bd`](https://github.com/nodejs/node/commit/0738a2b7bd)] - **(SEMVER-MAJOR)** **stream**: finished should error on errored stream (Robert Nagy) [#&#8203;39235](https://github.com/nodejs/node/pull/39235) ##### Semver-Major Commits - \[[`9dfa30bdd5`](https://github.com/nodejs/node/commit/9dfa30bdd5)] - **(SEMVER-MAJOR)** **build**: compile with C++17 (MSVC) (Richard Lau) [#&#8203;38807](https://github.com/nodejs/node/pull/38807) - \[[`9f0bc602e4`](https://github.com/nodejs/node/commit/9f0bc602e4)] - **(SEMVER-MAJOR)** **build**: compile with --gnu++17 (Richard Lau) [#&#8203;38807](https://github.com/nodejs/node/pull/38807) - \[[`62719c5fd2`](https://github.com/nodejs/node/commit/62719c5fd2)] - **(SEMVER-MAJOR)** **deps**: update V8 to 9.5.172.19 (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178) - \[[`66da32c045`](https://github.com/nodejs/node/commit/66da32c045)] - **(SEMVER-MAJOR)** **deps,test,src,doc,tools**: update to OpenSSL 3.0 (Daniel Bevenius) [#&#8203;38512](https://github.com/nodejs/node/pull/38512) - \[[`40c6e838df`](https://github.com/nodejs/node/commit/40c6e838df)] - **(SEMVER-MAJOR)** **dgram**: tighten `address` validation in `socket.send` (Voltrex) [#&#8203;39190](https://github.com/nodejs/node/pull/39190) - \[[`f182b9b29f`](https://github.com/nodejs/node/commit/f182b9b29f)] - **(SEMVER-MAJOR)** **dns**: runtime deprecate type coercion of `dns.lookup` options (Antoine du Hamel) [#&#8203;39793](https://github.com/nodejs/node/pull/39793) - \[[`1b2749ecbe`](https://github.com/nodejs/node/commit/1b2749ecbe)] - **(SEMVER-MAJOR)** **dns**: default to verbatim=true in dns.lookup() (treysis) [#&#8203;39987](https://github.com/nodejs/node/pull/39987) - \[[`ae876d420c`](https://github.com/nodejs/node/commit/ae876d420c)] - **(SEMVER-MAJOR)** **doc**: update minimum supported FreeBSD to 12.2 (Michaël Zasso) [#&#8203;40179](https://github.com/nodejs/node/pull/40179) - \[[`59d3d542d6`](https://github.com/nodejs/node/commit/59d3d542d6)] - **(SEMVER-MAJOR)** **errors**: print Node.js version on fatal exceptions that cause exit (Divlo) [#&#8203;38332](https://github.com/nodejs/node/pull/38332) - \[[`f9447b71a6`](https://github.com/nodejs/node/commit/f9447b71a6)] - **(SEMVER-MAJOR)** **fs**: fix rmsync error swallowing (Nitzan Uziely) [#&#8203;38684](https://github.com/nodejs/node/pull/38684) - \[[`f27b7cf95c`](https://github.com/nodejs/node/commit/f27b7cf95c)] - **(SEMVER-MAJOR)** **fs**: aggregate errors in fsPromises to avoid error swallowing (Nitzan Uziely) [#&#8203;38259](https://github.com/nodejs/node/pull/38259) - \[[`d0a898681f`](https://github.com/nodejs/node/commit/d0a898681f)] - **(SEMVER-MAJOR)** **lib**: add structuredClone() global (Ethan Arrowood) [#&#8203;39759](https://github.com/nodejs/node/pull/39759) - \[[`e4b1fb5e64`](https://github.com/nodejs/node/commit/e4b1fb5e64)] - **(SEMVER-MAJOR)** **lib**: expose `DOMException` as global (Khaidi Chu) [#&#8203;39176](https://github.com/nodejs/node/pull/39176) - \[[`36e2ffe6dc`](https://github.com/nodejs/node/commit/36e2ffe6dc)] - **(SEMVER-MAJOR)** **module**: subpath folder mappings EOL (Guy Bedford) [#&#8203;40121](https://github.com/nodejs/node/pull/40121) - \[[`64287e4d45`](https://github.com/nodejs/node/commit/64287e4d45)] - **(SEMVER-MAJOR)** **module**: runtime deprecate trailing slash patterns (Guy Bedford) [#&#8203;40117](https://github.com/nodejs/node/pull/40117) - \[[`707dd77d86`](https://github.com/nodejs/node/commit/707dd77d86)] - **(SEMVER-MAJOR)** **readline**: validate `AbortSignal`s and remove unused event listeners (Antoine du Hamel) [#&#8203;37947](https://github.com/nodejs/node/pull/37947) - \[[`8122d243ae`](https://github.com/nodejs/node/commit/8122d243ae)] - **(SEMVER-MAJOR)** **readline**: introduce promise-based API (Antoine du Hamel) [#&#8203;37947](https://github.com/nodejs/node/pull/37947) - \[[`592d1c3d44`](https://github.com/nodejs/node/commit/592d1c3d44)] - **(SEMVER-MAJOR)** **readline**: refactor `Interface` to ES2015 class (Antoine du Hamel) [#&#8203;37947](https://github.com/nodejs/node/pull/37947) - \[[`3f619407fe`](https://github.com/nodejs/node/commit/3f619407fe)] - **(SEMVER-MAJOR)** **src**: allow CAP_NET_BIND_SERVICE in SafeGetenv (Daniel Bevenius) [#&#8203;37727](https://github.com/nodejs/node/pull/37727) - \[[`0a7f850123`](https://github.com/nodejs/node/commit/0a7f850123)] - **(SEMVER-MAJOR)** **src**: return Maybe from a couple of functions (Darshan Sen) [#&#8203;39603](https://github.com/nodejs/node/pull/39603) - \[[`bdaf51bae7`](https://github.com/nodejs/node/commit/bdaf51bae7)] - **(SEMVER-MAJOR)** **src**: allow custom PageAllocator in NodePlatform (Shelley Vohr) [#&#8203;38362](https://github.com/nodejs/node/pull/38362) - \[[`0c6f345cda`](https://github.com/nodejs/node/commit/0c6f345cda)] - **(SEMVER-MAJOR)** **stream**: fix highwatermark threshold and add the missing error (Rongjian Zhang) [#&#8203;38700](https://github.com/nodejs/node/pull/38700) - \[[`0e841b45c2`](https://github.com/nodejs/node/commit/0e841b45c2)] - **(SEMVER-MAJOR)** **stream**: don't emit 'data' after 'error' or 'close' (Robert Nagy) [#&#8203;39639](https://github.com/nodejs/node/pull/39639) - \[[`ef992f6de9`](https://github.com/nodejs/node/commit/ef992f6de9)] - **(SEMVER-MAJOR)** **stream**: do not emit `end` on readable error (Szymon Marczak) [#&#8203;39607](https://github.com/nodejs/node/pull/39607) - \[[`efd40eadab`](https://github.com/nodejs/node/commit/efd40eadab)] - **(SEMVER-MAJOR)** **stream**: forward errored to callback (Robert Nagy) [#&#8203;39364](https://github.com/nodejs/node/pull/39364) - \[[`09d8c0c8d2`](https://github.com/nodejs/node/commit/09d8c0c8d2)] - **(SEMVER-MAJOR)** **stream**: destroy readable on read error (Robert Nagy) [#&#8203;39342](https://github.com/nodejs/node/pull/39342) - \[[`a5dec3a470`](https://github.com/nodejs/node/commit/a5dec3a470)] - **(SEMVER-MAJOR)** **stream**: validate abort signal (Robert Nagy) [#&#8203;39346](https://github.com/nodejs/node/pull/39346) - \[[`bb275ef2a4`](https://github.com/nodejs/node/commit/bb275ef2a4)] - **(SEMVER-MAJOR)** **stream**: unify stream utils (Robert Nagy) [#&#8203;39294](https://github.com/nodejs/node/pull/39294) - \[[`b2ae12d422`](https://github.com/nodejs/node/commit/b2ae12d422)] - **(SEMVER-MAJOR)** **stream**: throw on premature close in Readable\[AsyncIterator] (Darshan Sen) [#&#8203;39117](https://github.com/nodejs/node/pull/39117) - \[[`0738a2b7bd`](https://github.com/nodejs/node/commit/0738a2b7bd)] - **(SEMVER-MAJOR)** **stream**: finished should error on errored stream (Robert Nagy) [#&#8203;39235](https://github.com/nodejs/node/pull/39235) - \[[`954217adda`](https://github.com/nodejs/node/commit/954217adda)] - **(SEMVER-MAJOR)** **stream**: error Duplex write/read if not writable/readable (Robert Nagy) [#&#8203;34385](https://github.com/nodejs/node/pull/34385) - \[[`f4609bdf3f`](https://github.com/nodejs/node/commit/f4609bdf3f)] - **(SEMVER-MAJOR)** **stream**: bypass legacy destroy for pipeline and async iteration (Robert Nagy) [#&#8203;38505](https://github.com/nodejs/node/pull/38505) - \[[`e1e669b109`](https://github.com/nodejs/node/commit/e1e669b109)] - **(SEMVER-MAJOR)** **url**: throw invalid this on detached accessors (James M Snell) [#&#8203;39752](https://github.com/nodejs/node/pull/39752) - \[[`70157b9cb7`](https://github.com/nodejs/node/commit/70157b9cb7)] - **(SEMVER-MAJOR)** **url**: forbid certain confusable changes from being introduced by toASCII (Timothy Gu) [#&#8203;38631](https://github.com/nodejs/node/pull/38631) ##### Semver-Minor Commits - \[[`6cd12be347`](https://github.com/nodejs/node/commit/6cd12be347)] - **(SEMVER-MINOR)** **fs**: add FileHandle.prototype.readableWebStream() (James M Snell) [#&#8203;39331](https://github.com/nodejs/node/pull/39331) - \[[`341312d78a`](https://github.com/nodejs/node/commit/341312d78a)] - **(SEMVER-MINOR)** **readline**: add `autoCommit` option (Antoine du Hamel) [#&#8203;37947](https://github.com/nodejs/node/pull/37947) - \[[`1d2f37d970`](https://github.com/nodejs/node/commit/1d2f37d970)] - **(SEMVER-MINOR)** **src**: add --openssl-legacy-provider option (Daniel Bevenius) [#&#8203;40478](https://github.com/nodejs/node/pull/40478) - \[[`3b72788afb`](https://github.com/nodejs/node/commit/3b72788afb)] - **(SEMVER-MINOR)** **src**: add flags for controlling process behavior (Cheng Zhao) [#&#8203;40339](https://github.com/nodejs/node/pull/40339) - \[[`8306051001`](https://github.com/nodejs/node/commit/8306051001)] - **(SEMVER-MINOR)** **stream**: add readableDidRead (Robert Nagy) [#&#8203;36820](https://github.com/nodejs/node/pull/36820) - \[[`08ffbd115e`](https://github.com/nodejs/node/commit/08ffbd115e)] - **(SEMVER-MINOR)** **vm**: add support for import assertions in dynamic imports (Antoine du Hamel) [#&#8203;40249](https://github.com/nodejs/node/pull/40249) ##### Semver-Patch Commits - \[[`ed01811e71`](https://github.com/nodejs/node/commit/ed01811e71)] - **benchmark**: increase crypto DSA keygen params (Brian White) [#&#8203;40416](https://github.com/nodejs/node/pull/40416) - \[[`cb93fdbba5`](https://github.com/nodejs/node/commit/cb93fdbba5)] - **build**: reset embedder string to "-node.0" (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178) - \[[`ed76b49834`](https://github.com/nodejs/node/commit/ed76b49834)] - **build**: fix actions pull request's branch (Mestery) [#&#8203;40494](https://github.com/nodejs/node/pull/40494) - \[[`6baea14506`](https://github.com/nodejs/node/commit/6baea14506)] - **build**: avoid run find inactive authors on forked repo (Jiawen Geng) [#&#8203;40465](https://github.com/nodejs/node/pull/40465) - \[[`f9996d5b80`](https://github.com/nodejs/node/commit/f9996d5b80)] - **build**: include new public V8 headers in distribution (Michaël Zasso) [#&#8203;40423](https://github.com/nodejs/node/pull/40423) - \[[`983b757f3f`](https://github.com/nodejs/node/commit/983b757f3f)] - **build**: update codeowners-validator to 0.6 (FrankQiu) [#&#8203;40307](https://github.com/nodejs/node/pull/40307) - \[[`73c3885e10`](https://github.com/nodejs/node/commit/73c3885e10)] - **build**: remove duplicate check for authors.yml (Rich Trott) [#&#8203;40393](https://github.com/nodejs/node/pull/40393) - \[[`92090d3435`](https://github.com/nodejs/node/commit/92090d3435)] - **build**: make scripts in gyp run with right python (Cheng Zhao) [#&#8203;39730](https://github.com/nodejs/node/pull/39730) - \[[`28f711b552`](https://github.com/nodejs/node/commit/28f711b552)] - **crypto**: remove incorrect constructor invocation (gc) [#&#8203;40300](https://github.com/nodejs/node/pull/40300) - \[[`228e703ded`](https://github.com/nodejs/node/commit/228e703ded)] - **deps**: workaround debug link error on Windows (Richard Lau) [#&#8203;38807](https://github.com/nodejs/node/pull/38807) - \[[`a35b7e0427`](https://github.com/nodejs/node/commit/a35b7e0427)] - **deps**: upgrade npm to 8.1.0 (npm team) [#&#8203;40463](https://github.com/nodejs/node/pull/40463) - \[[`d434c5382a`](https://github.com/nodejs/node/commit/d434c5382a)] - **deps**: regenerate OpenSSL arch files (Daniel Bevenius) [#&#8203;40478](https://github.com/nodejs/node/pull/40478) - \[[`2cebd5f02b`](https://github.com/nodejs/node/commit/2cebd5f02b)] - **deps**: add missing legacyprov.c source (Daniel Bevenius) [#&#8203;40478](https://github.com/nodejs/node/pull/40478) - \[[`bf82dcd5ba`](https://github.com/nodejs/node/commit/bf82dcd5ba)] - **deps**: patch V8 to 9.5.172.21 (Michaël Zasso) [#&#8203;40432](https://github.com/nodejs/node/pull/40432) - \[[`795108a63d`](https://github.com/nodejs/node/commit/795108a63d)] - **deps**: V8: make V8 9.5 ABI-compatible with 9.6 (Michaël Zasso) [#&#8203;40422](https://github.com/nodejs/node/pull/40422) - \[[`5d7bd8616e`](https://github.com/nodejs/node/commit/5d7bd8616e)] - **deps**: suppress zlib compiler warnings (Daniel Bevenius) [#&#8203;40343](https://github.com/nodejs/node/pull/40343) - \[[`fe84cd453d`](https://github.com/nodejs/node/commit/fe84cd453d)] - **deps**: upgrade Corepack to 0.10 (Maël Nison) [#&#8203;40374](https://github.com/nodejs/node/pull/40374) - \[[`2d503ed3ff`](https://github.com/nodejs/node/commit/2d503ed3ff)] - **deps**: V8: backport [`239898e`](https://github.com/nodejs/node/commit/239898ef8c77) (Felix Yan) [#&#8203;39827](https://github.com/nodejs/node/pull/39827) - \[[`c9296b190f`](https://github.com/nodejs/node/commit/c9296b190f)] - **deps**: V8: cherry-pick [`2a0bc36`](https://github.com/nodejs/node/commit/2a0bc36dec12) (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178) - \[[`5b358370ad`](https://github.com/nodejs/node/commit/5b358370ad)] - **deps**: V8: cherry-pick [`cf21eb3`](https://github.com/nodejs/node/commit/cf21eb36b975) (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178) - \[[`228e703ded`](https://github.com/nodejs/node/commit/228e703ded)] - **deps**: workaround debug link error on Windows (Richard Lau) [#&#8203;38807](https://github.com/nodejs/node/pull/38807) - \[[`cca9b95523`](https://github.com/nodejs/node/commit/cca9b95523)] - **dgram**: add `nread` assertion to `UDPWrap::OnRecv` (Darshan Sen) [#&#8203;40295](https://github.com/nodejs/node/pull/40295) - \[[`7c77db0243`](https://github.com/nodejs/node/commit/7c77db0243)] - **dns**: refactor and use validators (Voltrex) [#&#8203;40022](https://github.com/nodejs/node/pull/40022) - \[[`a278117f28`](https://github.com/nodejs/node/commit/a278117f28)] - **doc**: update Collaborator guide to reflect GitHub web UI update (Antoine du Hamel) [#&#8203;40456](https://github.com/nodejs/node/pull/40456) - \[[`4cf5563147`](https://github.com/nodejs/node/commit/4cf5563147)] - **doc**: indicate n-api out params that may be NULL (Isaac Brodsky) [#&#8203;40371](https://github.com/nodejs/node/pull/40371) - \[[`15ce81a464`](https://github.com/nodejs/node/commit/15ce81a464)] - **doc**: remove ESLint comments which were breaking the CJS/ESM toggles (Mark Skelton) [#&#8203;40408](https://github.com/nodejs/node/pull/40408) - \[[`54a85d6bb5`](https://github.com/nodejs/node/commit/54a85d6bb5)] - **doc**: add pronouns for tniessen to README (Tobias Nießen) [#&#8203;40412](https://github.com/nodejs/node/pull/40412) - \[[`40db88b7b5`](https://github.com/nodejs/node/commit/40db88b7b5)] - **doc**: format changelogs (Rich Trott) [#&#8203;40388](https://github.com/nodejs/node/pull/40388) - \[[`4f68839910`](https://github.com/nodejs/node/commit/4f68839910)] - **doc**: fix missing variable in deepStrictEqual example (OliverOdo) [#&#8203;40396](https://github.com/nodejs/node/pull/40396) - \[[`ca6adcf37e`](https://github.com/nodejs/node/commit/ca6adcf37e)] - **doc**: fix asyncLocalStorage.run() description (Constantine Kim) [#&#8203;40381](https://github.com/nodejs/node/pull/40381) - \[[`7dd3adf6dd`](https://github.com/nodejs/node/commit/7dd3adf6dd)] - **doc**: fix typos in n-api docs (Ignacio Carbajo) [#&#8203;40402](https://github.com/nodejs/node/pull/40402) - \[[`eb65871ab4`](https://github.com/nodejs/node/commit/eb65871ab4)] - **doc**: format doc/guides using format-md task (Rich Trott) [#&#8203;40358](https://github.com/nodejs/node/pull/40358) - \[[`0d50dfdf61`](https://github.com/nodejs/node/commit/0d50dfdf61)] - **doc**: improve phrasing in fs.md (Arslan Ali) [#&#8203;40255](https://github.com/nodejs/node/pull/40255) - \[[`7723148758`](https://github.com/nodejs/node/commit/7723148758)] - **doc**: add link to core promises tracking issue (Michael Dawson) [#&#8203;40355](https://github.com/nodejs/node/pull/40355) - \[[`ccee352630`](https://github.com/nodejs/node/commit/ccee352630)] - **doc**: esm resolver spec refactoring for deprecations (Guy Bedford) [#&#8203;40314](https://github.com/nodejs/node/pull/40314) - \[[`1fc1b0f5f2`](https://github.com/nodejs/node/commit/1fc1b0f5f2)] - **doc**: claim ABI version for Electron v17 (Milan Burda) [#&#8203;40320](https://github.com/nodejs/node/pull/40320) - \[[`0d2b6aca60`](https://github.com/nodejs/node/commit/0d2b6aca60)] - **doc**: assign missing deprecation number (Michaël Zasso) [#&#8203;40324](https://github.com/nodejs/node/pull/40324) - \[[`4bd8e0efa0`](https://github.com/nodejs/node/commit/4bd8e0efa0)] - **doc**: fix typo in ESM example (Tobias Nießen) [#&#8203;40275](https://github.com/nodejs/node/pull/40275) - \[[`03d25fe816`](https://github.com/nodejs/node/commit/03d25fe816)] - **doc**: fix typo in esm.md (Mason Malone) [#&#8203;40273](https://github.com/nodejs/node/pull/40273) - \[[`6199441b00`](https://github.com/nodejs/node/commit/6199441b00)] - **doc**: correct ESM load hook table header (Jacob) [#&#8203;40234](https://github.com/nodejs/node/pull/40234) - \[[`78962d1ca1`](https://github.com/nodejs/node/commit/78962d1ca1)] - **doc**: mark readline promise implementation as experimental (Antoine du Hamel) [#&#8203;40211](https://github.com/nodejs/node/pull/40211) - \[[`4b030d0573`](https://github.com/nodejs/node/commit/4b030d0573)] - **doc**: deprecate (doc-only) http abort related (dr-js) [#&#8203;36670](https://github.com/nodejs/node/pull/36670) - \[[`bbd4c6eee9`](https://github.com/nodejs/node/commit/bbd4c6eee9)] - **doc**: claim ABI version for Electron v15 and v16 (Samuel Attard) [#&#8203;39950](https://github.com/nodejs/node/pull/39950) - \[[`3e774a0500`](https://github.com/nodejs/node/commit/3e774a0500)] - **doc**: fix history for `fs.WriteStream` `open` event (Antoine du Hamel) [#&#8203;39972](https://github.com/nodejs/node/pull/39972) - \[[`6fdd5827f0`](https://github.com/nodejs/node/commit/6fdd5827f0)] - **doc**: anchor link parity between markdown and html-generated docs (foxxyz) [#&#8203;39304](https://github.com/nodejs/node/pull/39304) - \[[`7b7a0331f4`](https://github.com/nodejs/node/commit/7b7a0331f4)] - **doc**: reset added: version to REPLACEME (Luigi Pinca) [#&#8203;39901](https://github.com/nodejs/node/pull/39901) - \[[`58257b7c61`](https://github.com/nodejs/node/commit/58257b7c61)] - **doc**: fix typo in webstreams.md (Luigi Pinca) [#&#8203;39898](https://github.com/nodejs/node/pull/39898) - \[[`df22736d80`](https://github.com/nodejs/node/commit/df22736d80)] - **esm**: consolidate ESM loader hooks (Jacob) [#&#8203;37468](https://github.com/nodejs/node/pull/37468) - \[[`ac4f5e2437`](https://github.com/nodejs/node/commit/ac4f5e2437)] - **lib**: refactor to use let (gdccwxx) [#&#8203;40364](https://github.com/nodejs/node/pull/40364) - \[[`3d11bafaa0`](https://github.com/nodejs/node/commit/3d11bafaa0)] - **lib**: make structuredClone spec compliant (voltrexmaster) [#&#8203;40251](https://github.com/nodejs/node/pull/40251) - \[[`48655e17e1`](https://github.com/nodejs/node/commit/48655e17e1)] - **lib,url**: correct URL's argument to pass idlharness (Khaidi Chu) [#&#8203;39848](https://github.com/nodejs/node/pull/39848) - \[[`c0a70203de`](https://github.com/nodejs/node/commit/c0a70203de)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40485](https://github.com/nodejs/node/pull/40485) - \[[`cbc7b5d424`](https://github.com/nodejs/node/commit/cbc7b5d424)] - **meta**: consolidate AUTHORS entries for emanuelbuholzer (Rich Trott) [#&#8203;40469](https://github.com/nodejs/node/pull/40469) - \[[`881174e016`](https://github.com/nodejs/node/commit/881174e016)] - **meta**: consolidate AUTHORS entries for ebickle (Rich Trott) [#&#8203;40447](https://github.com/nodejs/node/pull/40447) - \[[`b80b85e130`](https://github.com/nodejs/node/commit/b80b85e130)] - **meta**: add `typings` to label-pr-config (Mestery) [#&#8203;40401](https://github.com/nodejs/node/pull/40401) - \[[`95cf944736`](https://github.com/nodejs/node/commit/95cf944736)] - **meta**: consolidate AUTHORS entries for evantorrie (Rich Trott) [#&#8203;40430](https://github.com/nodejs/node/pull/40430) - \[[`c350c217f4`](https://github.com/nodejs/node/commit/c350c217f4)] - **meta**: consolidate AUTHORS entries for gabrielschulhof (Rich Trott) [#&#8203;40420](https://github.com/nodejs/node/pull/40420) - \[[`a9411891cf`](https://github.com/nodejs/node/commit/a9411891cf)] - **meta**: consolidate AUTHORS information for geirha (Rich Trott) [#&#8203;40406](https://github.com/nodejs/node/pull/40406) - \[[`0cc37209fa`](https://github.com/nodejs/node/commit/0cc37209fa)] - **meta**: consolidate duplicate AUTHORS entries for hassaanp (Rich Trott) [#&#8203;40391](https://github.com/nodejs/node/pull/40391) - \[[`49b7ec96a4`](https://github.com/nodejs/node/commit/49b7ec96a4)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#&#8203;40392](https://github.com/nodejs/node/pull/40392) - \[[`a3c0713d9e`](https://github.com/nodejs/node/commit/a3c0713d9e)] - **meta**: consolidate AUTHORS entry for thw0rted (Rich Trott) [#&#8203;40387](https://github.com/nodejs/node/pull/40387) - \[[`eaa59571e0`](https://github.com/nodejs/node/commit/eaa59571e0)] - **meta**: update label-pr-config (Mestery) [#&#8203;40199](https://github.com/nodejs/node/pull/40199) - \[[`6a205d7a56`](https://github.com/nodejs/node/commit/6a205d7a56)] - **meta**: use .mailmap to consolidate AUTHORS entries for ide (Rich Trott) [#&#8203;40367](https://github.com/nodejs/node/pull/40367) - \[[`f570109094`](https://github.com/nodejs/node/commit/f570109094)] - **net**: check if option is undefined (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344) - \[[`119558b6a2`](https://github.com/nodejs/node/commit/119558b6a2)] - **net**: remove unused ObjectKeys (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344) - \[[`c7cd8ef6c6`](https://github.com/nodejs/node/commit/c7cd8ef6c6)] - **net**: check objectMode first and then readble || writable (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344) - \[[`46446623f5`](https://github.com/nodejs/node/commit/46446623f5)] - **net**: throw error to object mode in Socket (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344) - \[[`38aa7cc7c7`](https://github.com/nodejs/node/commit/38aa7cc7c7)] - **src**: get embedder options on-demand (Joyee Cheung) [#&#8203;40357](https://github.com/nodejs/node/pull/40357) - \[[`ad4e70c817`](https://github.com/nodejs/node/commit/ad4e70c817)] - **src**: ensure V8 initialized before marking milestone (Shelley Vohr) [#&#8203;40405](https://github.com/nodejs/node/pull/40405) - \[[`a784258444`](https://github.com/nodejs/node/commit/a784258444)] - **src**: remove usage of `AllocatedBuffer` from `stream_*` (Darshan Sen) [#&#8203;40293](https://github.com/nodejs/node/pull/40293) - \[[`f11493dfc9`](https://github.com/nodejs/node/commit/f11493dfc9)] - **src**: add missing initialization (Michael Dawson) [#&#8203;40370](https://github.com/nodejs/node/pull/40370) - \[[`5e248eceb6`](https://github.com/nodejs/node/commit/5e248eceb6)] - **src**: update NODE_MODULE_VERSION to 102 (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178) - \[[`3f0b62375b`](https://github.com/nodejs/node/commit/3f0b62375b)] - **stream**: convert premature close to AbortError (Robert Nagy) [#&#8203;39524](https://github.com/nodejs/node/pull/39524) - \[[`79f4d5a345`](https://github.com/nodejs/node/commit/79f4d5a345)] - **stream**: fix toWeb typo (Robert Nagy) [#&#8203;39496](https://github.com/nodejs/node/pull/39496) - \[[`44ee6c2623`](https://github.com/nodejs/node/commit/44ee6c2623)] - **stream**: call done() in consistent fashion (Rich Trott) [#&#8203;39475](https://github.com/nodejs/node/pull/39475) - \[[`09ad64d66d`](https://github.com/nodejs/node/commit/09ad64d66d)] - **stream**: add CompressionStream and DecompressionStream (James M Snell) [#&#8203;39348](https://github.com/nodejs/node/pull/39348) - \[[`a99c230305`](https://github.com/nodejs/node/commit/a99c230305)] - **stream**: implement streams to webstreams adapters (James M Snell) [#&#8203;39134](https://github.com/nodejs/node/pull/39134) - \[[`a5ba28dda2`](https://github.com/nodejs/node/commit/a5ba28dda2)] - **stream**: fix performance regression (Brian White) [#&#8203;39254](https://github.com/nodejs/node/pull/39254) - \[[`ce00381751`](https://github.com/nodejs/node/commit/ce00381751)] - **stream**: use finished for async iteration (Robert Nagy) [#&#8203;39282](https://github.com/nodejs/node/pull/39282) - \[[`e0faf8c3e9`](https://github.com/nodejs/node/commit/e0faf8c3e9)] - **test**: replace common port with specific number (Daijiro Wachi) [#&#8203;40344](https://github.com/nodejs/node/pull/40344) - \[[`8068f40313`](https://github.com/nodejs/node/commit/8068f40313)] - **test**: fix typos in whatwg-webstreams explanations (Tobias Nießen) [#&#8203;40389](https://github.com/nodejs/node/pull/40389) - \[[`eafdeab97b`](https://github.com/nodejs/node/commit/eafdeab97b)] - **test**: add test for readStream.path when fd is specified (Qingyu Deng) [#&#8203;40359](https://github.com/nodejs/node/pull/40359) - \[[`24f045dae2`](https://github.com/nodejs/node/commit/24f045dae2)] - **test**: replace .then chains with await (gdccwxx) [#&#8203;40348](https://github.com/nodejs/node/pull/40348) - \[[`5b4ba52786`](https://github.com/nodejs/node/commit/5b4ba52786)] - **test**: fix "test/common/debugger" identify async function (gdccwxx) [#&#8203;40348](https://github.com/nodejs/node/pull/40348) - \[[`1d84e916d6`](https://github.com/nodejs/node/commit/1d84e916d6)] - **test**: improve test coverage of `fs.ReadStream` with `FileHandle` (Antoine du Hamel) [#&#8203;40018](https://github.com/nodejs/node/pull/40018) - \[[`b63e449b2e`](https://github.com/nodejs/node/commit/b63e449b2e)] - **test**: pass URL's toascii.window.js WPT (Khaidi Chu) [#&#8203;39910](https://github.com/nodejs/node/pull/39910) - \[[`842fd234b7`](https://github.com/nodejs/node/commit/842fd234b7)] - **test**: adapt test-repl to V8 9.5 (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178) - \[[`d7b9b9f8d7`](https://github.com/nodejs/node/commit/d7b9b9f8d7)] - **test**: remove test-v8-untrusted-code-mitigations (Ross McIlroy) [#&#8203;40178](https://github.com/nodejs/node/pull/40178) - \[[`7624917069`](https://github.com/nodejs/node/commit/7624917069)] - **tools**: update tools/lint-md dependencies to support GFM footnotes (Rich Trott) [#&#8203;40445](https://github.com/nodejs/node/pull/40445) - \[[`350a95b89f`](https://github.com/nodejs/node/commit/350a95b89f)] - **tools**: update lint-md dependencies (Rich Trott) [#&#8203;40404](https://github.com/nodejs/node/pull/40404) - \[[`012152d7d6`](https://github.com/nodejs/node/commit/012152d7d6)] - **tools**: udpate [@&#8203;babel/eslint-parser](https://github.com/babel/eslint-parser) (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394) - \[[`43c780e741`](https://github.com/nodejs/node/commit/43c780e741)] - **tools**: remove [@&#8203;babel/plugin-syntax-import-assertions](https://github.com/babel/plugin-syntax-import-assertions) (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394) - \[[`b39db95737`](https://github.com/nodejs/node/commit/b39db95737)] - **tools**: remove [@&#8203;bable/plugin-syntax-class-properties](https://github.com/bable/plugin-syntax-class-properties) (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394) - \[[`a6fd39f44f`](https://github.com/nodejs/node/commit/a6fd39f44f)] - **tools**: remove [@&#8203;babel/plugin-syntax-top-level-await](https://github.com/babel/plugin-syntax-top-level-await) (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394) - \[[`8ca76eba73`](https://github.com/nodejs/node/commit/8ca76eba73)] - **tools**: update ESLint to 8.0.0 (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394) - \[[`dd8e219d71`](https://github.com/nodejs/node/commit/dd8e219d71)] - **tools**: prepare ESLint rules for 8.0.0 requirements (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394) - \[[`0a1b399781`](https://github.com/nodejs/node/commit/0a1b399781)] - **tools**: fix ESLint update scripts (Rich Trott) [#&#8203;40394](https://github.com/nodejs/node/pull/40394) - \[[`d6d6b050ff`](https://github.com/nodejs/node/commit/d6d6b050ff)] - **tools**: warn about duplicates when generating AUTHORS file (Rich Trott) [#&#8203;40304](https://github.com/nodejs/node/pull/40304) - \[[`1fd984581c`](https://github.com/nodejs/node/commit/1fd984581c)] - **tools**: update V8 gypfiles for 9.5 (Michaël Zasso) [#&#8203;40178](https://github.com/nodejs/node/pull/40178) - \[[`a8a86387fa`](https://github.com/nodejs/node/commit/a8a86387fa)] - **tty**: enable buffering (Robert Nagy) [#&#8203;39253](https://github.com/nodejs/node/pull/39253) - \[[`9467cbadcb`](https://github.com/nodejs/node/commit/9467cbadcb)] - **typings**: define types for os binding (Michaël Zasso) [#&#8203;40222](https://github.com/nodejs/node/pull/40222) - \[[`70a5b86049`](https://github.com/nodejs/node/commit/70a5b86049)] - **typings**: add missing types to options and util bindings (Michaël Zasso) [#&#8203;40222](https://github.com/nodejs/node/pull/40222) - \[[`3815a21beb`](https://github.com/nodejs/node/commit/3815a21beb)] - **typings**: define types for timers binding (Michaël Zasso) [#&#8203;40222](https://github.com/nodejs/node/pull/40222) - \[[`9e64336fbf`](https://github.com/nodejs/node/commit/9e64336fbf)] - **typings**: fix declaration of primordials (Michaël Zasso) [#&#8203;40222](https://github.com/nodejs/node/pull/40222) - \[[`f581f6da94`](https://github.com/nodejs/node/commit/f581f6da94)] - **url**: fix performance regression (Brian White) [#&#8203;39778](https://github.com/nodejs/node/pull/39778) - \[[`02de40246f`](https://github.com/nodejs/node/commit/02de40246f)] - **v8**: remove --harmony-top-level-await (Geoffrey Booth) [#&#8203;40226](https://github.com/nodejs/node/pull/40226) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC42My4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTU3LjEifQ==-->
renovate-bot force-pushed renovate/node-18.x from 94e28e7654 to 4f54d3a9cb 2022-12-21 03:05:57 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 4f54d3a9cb to ccd5ab17e8 2022-12-21 04:06:04 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from ccd5ab17e8 to d731af7bf6 2022-12-21 05:07:11 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from d731af7bf6 to 35566479d4 2022-12-21 13:06:32 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 35566479d4 to b74b9fead1 2022-12-21 14:07:51 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from b74b9fead1 to 57fe5604f8 2022-12-21 15:05:59 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 57fe5604f8 to 0c4cd3d3a4 2022-12-21 16:07:16 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 0c4cd3d3a4 to 4b98065328 2022-12-21 21:06:32 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 4b98065328 to 22761b0a08 2022-12-21 22:07:29 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 22761b0a08 to edb5d9102a 2022-12-28 13:05:47 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from edb5d9102a to 6223911af3 2022-12-28 16:05:34 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 6223911af3 to fedeecb73d 2023-01-06 19:05:35 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from fedeecb73d to 9b20808a42 2023-01-06 21:05:24 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 9b20808a42 to 660cc65082 2023-01-07 00:05:28 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 660cc65082 to e941e92ecf 2023-01-11 06:06:13 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from e941e92ecf to 260d365fa2 2023-01-11 07:06:30 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 260d365fa2 to 3357e6cbf3 2023-01-11 08:06:24 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 3357e6cbf3 to 19fcf126c9 2023-01-11 09:06:20 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 19fcf126c9 to e706144e6d 2023-01-11 10:05:52 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from e706144e6d to 3c37c773aa 2023-01-11 11:07:40 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 3c37c773aa to c6d8ccad5b 2023-02-03 02:06:12 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from c6d8ccad5b to 24ceda6e3c 2023-02-03 03:05:58 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 24ceda6e3c to cfea5de367 2023-02-03 04:06:11 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from cfea5de367 to bccf158045 2023-02-03 05:05:33 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from bccf158045 to b67511fce9 2023-02-03 07:05:55 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from b67511fce9 to 9d47a74c50 2023-02-04 10:06:37 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 9d47a74c50 to fa49bea500 2023-02-04 11:06:22 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from fa49bea500 to b7c41ae2cd 2023-02-04 12:06:50 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from b7c41ae2cd to 9a09d7cf74 2023-02-04 15:07:11 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 9a09d7cf74 to 7f1236101d 2023-02-04 16:07:16 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 7f1236101d to 07588d19e5 2023-02-09 06:05:56 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 07588d19e5 to c64026688b 2023-02-09 07:06:45 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from c64026688b to b6e6ed24ce 2023-02-09 08:07:00 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from b6e6ed24ce to 77d37dcde5 2023-02-09 09:06:04 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 77d37dcde5 to 805d21d1a1 2023-02-09 10:07:59 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 805d21d1a1 to fb05d18db8 2023-02-17 20:07:14 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from fb05d18db8 to 57dc4212d4 2023-02-17 22:06:00 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 57dc4212d4 to 4b2933a473 2023-02-17 23:06:31 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 4b2933a473 to 27ee702ccc 2023-02-18 00:05:46 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 27ee702ccc to 7709ecc5e7 2023-02-18 01:05:42 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 7709ecc5e7 to b7255ecda1 2023-02-18 02:06:42 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from b7255ecda1 to 65bf01dcaf 2023-02-22 19:06:05 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 65bf01dcaf to a5a9755679 2023-02-22 21:06:00 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from a5a9755679 to 4a98c6b30d 2023-02-22 22:05:59 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 4a98c6b30d to 92ca62e0c6 2023-02-22 23:06:05 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 92ca62e0c6 to d27eea58b8 2023-03-01 05:06:11 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from d27eea58b8 to 0d4ef09919 2023-03-01 06:06:09 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 0d4ef09919 to c3945f5f0b 2023-03-01 07:07:46 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from c3945f5f0b to 2189dabb21 2023-03-01 09:06:16 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 2189dabb21 to 2b024c5bb3 2023-03-01 10:07:37 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 2b024c5bb3 to 74fab4daa3 2023-03-01 16:07:25 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 74fab4daa3 to 3901cf4d4b 2023-03-01 17:07:33 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 3901cf4d4b to 56fb6c6420 2023-03-01 22:06:46 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 56fb6c6420 to 07af80f233 2023-03-01 23:07:09 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 07af80f233 to 7e50a9f4dc 2023-03-03 15:06:04 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 7e50a9f4dc to 310b543c8c 2023-03-08 20:05:58 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 310b543c8c to 76a664b632 2023-03-13 06:06:10 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 76a664b632 to 6926970b67 2023-03-23 16:05:49 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from 6926970b67 to abb370129a 2023-03-23 17:06:46 +00:00 Compare
renovate-bot force-pushed renovate/node-18.x from abb370129a to 22146e0cda 2023-03-23 18:06:19 +00:00 Compare
mwalbeck closed this pull request 2023-03-23 18:08:45 +00:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 18.x releases. But if you manually upgrade to 18.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `18.x` releases. But if you manually upgrade to `18.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks reported errors
continuous-integration/drone/pr Build was killed

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mwalbeck/docker-jellyfin-livestream#211
No description provided.