-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
2025-08-28, Version 22.19.0 'Jod' (LTS) #59641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR-URL: #58977 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #58944 Fixes: nodejs/TSC#1764 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: #58978 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #58983 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: #58982 Reviewed-By: Claudio Wunder <cwunder@gnome.org> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im>
PR-URL: #58440 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #58995 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: #58997 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #59037 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
PR-URL: #59041 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
The default value is legal by means other than defaulting. PR-URL: #58958 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #59019 Refs: nodejs/doc-kit#348 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Claudio Wunder <cwunder@gnome.org>
PR-URL: #59056 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
PR-URL: #59050 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
PR-URL: #58992 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #59078 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
We have removed the UBSan workflow and there's no ongoing initiative to bring it back. PR-URL: #59079 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Section numbers can change over time. Use the section names as the link text for better readability. Also, use https://tc39.es/ecma262/ as the unified host of living version of ECMA-262. PR-URL: #59087 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
This API allows dynamically configuring CA certificates that will be used by the Node.js TLS clients by default. Once called, the provided certificates will become the default CA certificate list returned by `tls.getCACertificates('default')` and used by TLS connections that don't specify their own CA certificates. This function only affects the current Node.js thread. PR-URL: #58822 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Tim Perry <pimterry@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
update the `startCLI` debugging testing utility to set by default the port to use to `0` (i.e. a random port) PR-URL: #59042 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Signed-off-by: artimmy <arthurtimmy@hotmail.com> PR-URL: #59116 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Corrects the misspelling of "optimial" to "optimal". PR-URL: #59123 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
I missed marking a couple of test cases flaky in my previous PR: #58583 tests missed were: - parallel.test-inspector-network-content-type - benchmark.test-benchmark-websocket After marking the above flaky I re-ran a test build and noticed the build still failed. Unfortuantely the build still fails because the build detects that node process are left behind after the tests, presumably because tests that spawn child processes are being timed out and only the parent process is killed off, leaving the child processes behind. see: #59014 (comment) We've decided to skip these tests until the underlying issue is resolved. The tests being skipped are: - parallel.test-http-proxy-fetch - parallel.test-https-proxy-fetch - benchmark.test-benchmark-websocket - parallel.test-inspector-network-fetch - parallel.test-inspector-network-content-type - es-module.test-wasm-web-api - parallel.test-fetch - parallel.test-without-async-context-frame - report.test-report-exclude-network PR-URL: #59014 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: #59086 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
PR-URL: #59133 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
PR-URL: #59395 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
PR-URL: #59388 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
PR-URL: #59332 Reviewed-By: James M Snell <jasnell@gmail.com>
Similar to how NODE_USE_ENV_PROXY complements --use-env-proxy, this complements --use-system-ca. This will allow the setting to be applied to workers individually in the future. PR-URL: #59276 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Improved the `clearBuffer` function by replacing `buffered.splice` with `ArrayPrototypeSlice`. - Eliminates O(N) shifting overhead. - Improves CPU utilization and reduces GC overhead. PR-URL: #59406 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #59040 Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: #59228 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This patch: - Splits the validation tests into a separate file and keep the test focus on functional test of the sessionTimeout option. - Increase the testing timeout to 5 seconds in case it takes too long for the first connection to complete and the session is already expired when the second connection is started. - Use a specific `sessionIdContext` to ensure stable session ID. - Fix the s_client arguments by specifying CA file and server name. - Do not use the serialized session ticket for the first connection. That was genearted years ago and may not work in different OpenSSL versions. Let the first fresh connection generate the ticket. - Use random port instead of the common port. - Add a timeout before the second connection to ensure session ticket is properly written. - Log information to faciliate debugging. PR-URL: #59423 Fixes: #26839 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
PR-URL: #57038 Backport-PR-URL: #59179 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Notable changes: cli: * (SEMVER-MINOR) add NODE_USE_SYSTEM_CA=1 (Joyee Cheung) #59276 * (SEMVER-MINOR) support `${pid}` placeholder in --cpu-prof-name (Haram Jeong) #59072 crypto: * (SEMVER-MINOR) add tls.setDefaultCACertificates() (Joyee Cheung) #58822 dns: * (SEMVER-MINOR) support max timeout (theanarkh) #58440 doc: * update the instruction on how to verify releases (Antoine du Hamel) #59113 esm: * (SEMVER-MINOR) unflag --experimental-wasm-modules (Guy Bedford) #57038 http: * (SEMVER-MINOR) add server.keepAliveTimeoutBuffer option (Haram Jeong) #59243 lib: * docs deprecate _http_* (Sebastian Beltran) #59293 net: * (SEMVER-MINOR) update net.blocklist to allow file save and file management (alphaleadership) #58087 process: * (SEMVER-MINOR) add threadCpuUsage (Paolo Insogna) #56467 zlib: * (SEMVER-MINOR) add dictionary support to zstdCompress and zstdDecompress (lluisemper) #59240 PR-URL: #59641
Review requested:
|
This comment was marked as duplicate.
This comment was marked as duplicate.
aduh95
approved these changes
Aug 28, 2025
aduh95
pushed a commit
that referenced
this pull request
Aug 28, 2025
Notable changes: cli: * (SEMVER-MINOR) add NODE_USE_SYSTEM_CA=1 (Joyee Cheung) #59276 * (SEMVER-MINOR) support `${pid}` placeholder in --cpu-prof-name (Haram Jeong) #59072 crypto: * (SEMVER-MINOR) add tls.setDefaultCACertificates() (Joyee Cheung) #58822 dns: * (SEMVER-MINOR) support max timeout (theanarkh) #58440 doc: * update the instruction on how to verify releases (Antoine du Hamel) #59113 esm: * (SEMVER-MINOR) unflag --experimental-wasm-modules (Guy Bedford) #57038 http: * (SEMVER-MINOR) add server.keepAliveTimeoutBuffer option (Haram Jeong) #59243 lib: * docs deprecate _http_* (Sebastian Beltran) #59293 net: * (SEMVER-MINOR) update net.blocklist to allow file save and file management (alphaleadership) #58087 process: * (SEMVER-MINOR) add threadCpuUsage (Paolo Insogna) #56467 zlib: * (SEMVER-MINOR) add dictionary support to zstdCompress and zstdDecompress (lluisemper) #59240 PR-URL: #59641
5 tasks
aduh95
added a commit
to aduh95/nodejs.org
that referenced
this pull request
Aug 28, 2025
aduh95
added a commit
to nodejs/nodejs.org
that referenced
this pull request
Aug 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
2025-08-28, Version 22.19.0 'Jod' (LTS), @aduh95
Notable Changes
8e2076a24f
] - (SEMVER-MINOR) cli: add NODE_USE_SYSTEM_CA=1 (Joyee Cheung) #59276e592d739c2
] - (SEMVER-MINOR) cli: support${pid}
placeholder in --cpu-prof-name (Haram Jeong) #59072cda1dab6e2
] - (SEMVER-MINOR) crypto: add tls.setDefaultCACertificates() (Joyee Cheung) #588221f184513e9
] - (SEMVER-MINOR) dns: support max timeout (theanarkh) #58440bace73a173
] - doc: update the instruction on how to verify releases (Antoine du Hamel) #59113fa9a9e9c69
] - (SEMVER-MINOR) esm: unflag --experimental-wasm-modules (Guy Bedford) #57038390a9dc20b
] - (SEMVER-MINOR) http: add server.keepAliveTimeoutBuffer option (Haram Jeong) #59243c12c5343ad
] - lib: docs deprecate _http_* (Sebastian Beltran) #59293f57ee3d71f
] - (SEMVER-MINOR) net: update net.blocklist to allow file save and file management (alphaleadership) #58087035da74c31
] - (SEMVER-MINOR) process: add threadCpuUsage (Paolo Insogna) #564678e697d1884
] - (SEMVER-MINOR) zlib: add dictionary support to zstdCompress and zstdDecompress (lluisemper) #59240Commits
73aa0ae37f
] - assert: change utils to use index instead of for...of (방진혁) #59278dfe3a11eed
] - benchmark: remove deprecated _extend from benchmark (Rafael Gonzaga) #592289b9d30042a
] - benchmark: add fs warmup to writefile-promises (Bruno Rodrigues) #59215a663f7f954
] - benchmark: add calibrate-n script (Rafael Gonzaga) #591861b9b5bddd6
] - benchmark: adjust configuration for string-decoder bench (Rafael Gonzaga) #59187d0ac3319f9
] - benchmark: add --track to benchmark (Rafael Gonzaga) #591742044968b86
] - benchmark: small lint fix on _cli.js (Rafael Gonzaga) #591724e519934cb
] - benchmark: drop misc/punycode benchmark (Rafael Gonzaga) #5917107e173d969
] - benchmark: fix sqlite-is-transaction (Rafael Gonzaga) #591708440b6177f
] - benchmark: reduce N for diagnostics_channel subscribe benchmark (Arthur Angelo) #591168615ea6db0
] - buffer: cache Environment::GetCurrent to avoid repeated calls (Mert Can Altin) #590433deb5361d2
] - build: fix node_use_sqlite for GN builds (Shelley Vohr) #590170f0ce63116
] - build: remove suppressions.supp (Rafael Gonzaga) #59079b30a2117dc
] - build,deps,tools: prepare to update to OpenSSL 3.5 (Richard Lau) #581008e2076a24f
] - (SEMVER-MINOR) cli: add NODE_USE_SYSTEM_CA=1 (Joyee Cheung) #59276e592d739c2
] - (SEMVER-MINOR) cli: support${pid}
placeholder in --cpu-prof-name (Haram Jeong) #59072b5571047ed
] - crypto: prepare webcrypto key import/export for modern algorithms (Filip Skokan) #59284cda1dab6e2
] - (SEMVER-MINOR) crypto: add tls.setDefaultCACertificates() (Joyee Cheung) #5882276dab34fb7
] - deps: support madvise(3C) across ALL illumos revisions (Dan McDonald) #5823719d3ed64b6
] - deps: update sqlite to 3.50.4 (Node.js GitHub Bot) #5933738bafc59e0
] - deps: V8: backport 493cb53691be (Chengzhong Wu) #59238e8da171cc3
] - deps: update sqlite to 3.50.3 (Node.js GitHub Bot) #59132fd4ba38ab6
] - deps: update googletest to 7e17b15 (Node.js GitHub Bot) #59131f71f427b95
] - deps: update archs files for openssl-3.0.17 (Node.js GitHub Bot) #5913479c5a8f4d2
] - deps: upgrade openssl sources to openssl-3.0.17 (Node.js GitHub Bot) #591340dcc84cf53
] - deps: update corepack to 0.34.0 (Node.js GitHub Bot) #591331f184513e9
] - (SEMVER-MINOR) dns: support max timeout (theanarkh) #58440f64f5df80e
] - doc: fix--use-system-ca
history (Joyee Cheung) #59411e22aeaa38f
] - doc: add missing section forsetReturnArrays
insqlite.md
(Edy Silva) #59074e44ef07235
] - doc: rename x509.extKeyUsage to x509.keyUsage (Filip Skokan) #593322c5d0aac5e
] - doc: fix Pbkdf2Params hash attribute heading (Filip Skokan) #59395fde94346e5
] - doc: fix missing reference links for server.keepAliveTimeoutBuffer (Lee Jiho) #593569af8bcea58
] - doc: fix grammar in global dispatcher usage (Eng Zer Jun) #593440edf17198f
] - doc: run license-builder (github-actions[bot]) #593437f767a2e38
] - doc: correct orthographyeg.
→e.g.
(Jacob Smith) #59329a46ed50350
] - doc: clarify the need of compiler compatible with c++20 (Rafael Gonzaga) #59297212263a305
] - doc: clarify release candidate stability index (Filip Skokan) #59295ce93b8b556
] - doc: add WDYT to glossary (btea) #59280ebaaf2c67f
] - doc: add manpage entry for --use-system-ca (Joyee Cheung) #5927343b5a21916
] - doc: add path.join and path.normalize clarification (Rafael Gonzaga) #59262409c66d328
] - doc: fix typo intest/common/README.md
(Yoo) #59180cbb0a8eb13
] - doc: add note on process memoryUsage (fengmk2) #590269892b15d81
] - doc: format safely fordoc-kit
(Aviv Keller) #59229bace73a173
] - doc: update the instruction on how to verify releases (Antoine du Hamel) #59113b549deac02
] - doc: copyedit SECURITY.md (Rich Trott) #59190ef1bc3f344
] - doc: fix broken sentence inURL.parse
(Superchupu) #591643c6639e8ec
] - doc: improve onboarding instructions (Joyee Cheung) #591596ffaac66bc
] - doc: add constraints for mem leak to threat model (Rafael Gonzaga) #58917e419d20144
] - doc: add Aditi-1400 to collaborators (Aditi Singh) #59157ba380f7bf3
] - doc: avoid suggesting testing fast api with intense loop (Chengzhong Wu) #59111fa1a532f2b
] - doc: fix typo in writing-test.md (SeokHun) #591230b93ca3d19
] - doc: add RafaelGSS as steward July 25 (Rafael Gonzaga) #590787d747aeac8
] - doc: clarify ERR_FS_FILE_TOO_LARGE to reflect fs.readFile() I/O limit (Haram Jeong) #590500b5613f9fe
] - doc: run license-builder (github-actions[bot]) #590561b6b5e72d3
] - doc: fix typed list formatting (Aviv Keller) #59019756c7dd639
] - doc: refineutil.parseArgs
default
definition (Slayer95) #589580b840523a2
] - doc: remove unused import inzlib.md
(coderaiser) #590413e9ed4b080
] - doc: add stability index to the--watch-kill-signal
flag (Dario Piotrowicz) #58997cb08a5d43f
] - doc: add missing<code>
blocks (Antoine du Hamel) #589954a42360fe5
] - doc: add scroll margin to links (Roman Reiss) #589829d073f32da
] - doc: add sponsorship link to RafaelGSS (Rafael Gonzaga) #589833cc11fc9ac
] - domain: remove deprecated API call (Alex Yang) #59339fa9a9e9c69
] - (SEMVER-MINOR) esm: unflag --experimental-wasm-modules (Guy Bedford) #57038177ed3b3dd
] - esm: js-string Wasm builtins in ESM Integration (Guy Bedford) #590204619fe0e04
] - fs: fix glob TypeError on restricted dirs (Sylphy-0xd3ac) #58674ad2089e32d
] - fs: correct error message when FileHandle is transferred (Alex Yang) #59156390a9dc20b
] - (SEMVER-MINOR) http: add server.keepAliveTimeoutBuffer option (Haram Jeong) #59243659002359d
] - http2: set Http2Stream#sentHeaders for raw headers (Darshan Sen) #59244d02831ef73
] - inspector: initial support for Network.loadNetworkResource (Shima Ryuhei) #58077264a838779
] - lib: add trace-sigint APIs (theanarkh) #59040d22d2fa6d4
] - lib: optimize writable stream buffer clearing (Yoo) #59406a5e9759409
] - lib: do not modify prototype deprecated asyncResource (RafaelGSS) #591959254257fc0
] - lib: restructure assert to become a class (Miguel Marcondes Filho) #58253946eab8d77
] - lib: handle superscript variants on windows device (Rafael Gonzaga) #59261cd857a97b5
] - lib: use validateString (hotpineapple) #59296c12c5343ad
] - lib: docs deprecate _http_* (Sebastian Beltran) #59293a28e5f0938
] - lib: add type names in source mapped stack traces (Chengzhong Wu) #589766aec5aee7c
] - lib: prefer AsyncIteratorPrototype primordial (René) #59097e704349858
] - lib: fix incorrectArrayBufferPrototypeGetDetached
primordial type (Dario Piotrowicz) #589782fc25fd400
] - lib: flag to conditionally modify proto on deprecate (Rafael Gonzaga) #58928446ee98e00
] - meta: clarify pr objection process further (James M Snell) #5909646c339e4f3
] - meta: add mailmap entry for aditi-1400 (Aditi) #5931670a586261f
] - meta: add tsc and build team as codeowners building.md (Rafael Gonzaga) #59298e666e06781
] - meta: add nodejs/path to path files (Rafael Gonzaga) #59289251b65dd6c
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #59140c8a7964da8
] - meta: add marco-ippolito to security release stewards (Marco Ippolito) #589440eec5cc492
] - module: fix conditions override in synchronous resolve hooks (Joyee Cheung) #590114acf7cd6d3
] - module: throw error when re-runing errored module jobs (Joyee Cheung) #58957f57ee3d71f
] - (SEMVER-MINOR) net: update net.blocklist to allow file save and file management (alphaleadership) #580874aefcfc318
] - node-api: reword "implementation in an alternative VM" as implementable (Chengzhong Wu) #59036ff6be2ed5d
] - node-api,doc: update links to ecma262 with section names (Chengzhong Wu) #590878d60602677
] - perf_hooks: do not expose SafeMap via Histogram wrapper (René) #59094035da74c31
] - (SEMVER-MINOR) process: add threadCpuUsage (Paolo Insogna) #5646774e1aa4d06
] - process: make execve's args argument optional (Allon Murienik) #584123366e60bd9
] - src: use simdjson to parse SEA configuration (Joyee Cheung) #5932363cc06977a
] - src: mark realm leaf classes final (Anna Henningsen) #59355133d410cd9
] - src: use C++20contains()
method (iknoom) #5930457fe96fe49
] - src: added CHECK_NOT_NULL check for multiple eq_wrap_async (F3lixTheCat) #59267a8f381a6c5
] - src: add nullptr checks inStreamPipe::New
(Burkov Egor) #576130769e5a0dc
] - src: call unmask after install signal handler (theanarkh) #590591e7639e9e1
] - src: useFastStringKey
forTrackV8FastApiCall
(Anna Henningsen) #591489075a1a4bf
] - src: use C++20consteval
forFastStringKey
(Anna Henningsen) #591485a0fd5689b
] - src: remove declarations of removed BaseObject static fns (Anna Henningsen) #59093c637a2c41d
] - src: add cache to nearest parent package json (Ilyas Shabi) #590863375a6cfee
] - test: deflake sequential/test-tls-session-timeout (Joyee Cheung) #59423438cb11a15
] - test: update WPT resources,WebCryptoAPI,webstorage (Filip Skokan) #5931168bec19f76
] - test: add known issue test for fs.cpSync dereference bug (James M Snell) #58941a100cce379
] - test: deflake stream-readable-to-web test (Ethan Arrowood) #58948b7577d853b
] - test: make test-inspector-network-resource sequential (Shima Ryuhei) #59104667ee82443
] - test: don't use expose internals in test-http-outgoing-buffer.js (Meghan Denny) #59219feec26d3bb
] - test: use mustSucceed in test-fs-read (Sungwon) #59204d7e23769ab
] - test: prepare test-crypto-rsa-dsa for newer OpenSSL (Richard Lau) #581003a9aca91c6
] - test: fix flaky test-worker-message-port-transfer-filehandle test (Alex Yang) #591583aee7625b9
] - test: expand linting rules aroundassert
w literal messages (Anna Henningsen) #59147667c2ced38
] - test: update WPT for WebCryptoAPI to ab08796857 (Node.js GitHub Bot) #5912989ac344393
] - test: update WPT for WebCryptoAPI to 19d82c57ab (Node.js GitHub Bot) #59129d332957ac6
] - test: skip tests that cause timeouts on IBM i (Abdirahim Musse) #59014a23562ff72
] - test: updatestartCLI
to set--port=0
by default (Dario Piotrowicz) #590424a12f5d83b
] - test: mark test-inspector-network-fetch as flaky on Windows (Joyee Cheung) #59091ac4f7aa69c
] - test: add missing port=0 arg in test-debugger-extract-function-name (Dario Piotrowicz) #589778dd09267e3
] - test,crypto: skip unsupported ciphers (Shelley Vohr) #5938845200b43ea
] - tools: update coverage GitHub Actions to fixed version (Rich Trott) #595128f2b8b3dc4
] - tools: allow selecting test subsystems with numbers in their names (Darshan Sen) #59242f9bc2573dd
] - tools: clarify README linter error message (Joyee Cheung) #59160cba0de128d
] - tools: add support for URLs to PR commits inmerge.sh
(Antoine du Hamel) #59162039949ef5b
] - tools: bump @eslint/plugin-kit from 0.3.1 to 0.3.3 in /tools/eslint (dependabot[bot]) #591196a8a73aa35
] - tools: ignore CVE mention when linting release proposals (Antoine du Hamel) #59037d0f40f3a3a
] - tools,test: enforce best practices to detect never settling promises (Antoine du Hamel) #589929d801a3f00
] - typings: improve internal binding types (Nam Yooseong) #593516dbda6cb25
] - typings: improve internal binding types (Michaël Zasso) #59176e22dddf859
] - util: respect nested formats in styleText (Alex Yang) #59098491f390515
] - worker: add cpuUsage for worker (theanarkh) #591778e697d1884
] - (SEMVER-MINOR) zlib: add dictionary support to zstdCompress and zstdDecompress (lluisemper) #59240