-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
v20.13.0 proposal #52793
v20.13.0 proposal #52793
Conversation
PR-URL: #50074 Backport-PR-URL: #51306 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
PR-URL: #50074 Backport-PR-URL: #51306 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
As a temporary measure to unblock the CI, skip the RSA implicit rejection test when Node.js is built against a dynamically linked OpenSSL. PR-URL: #52542 Refs: #52537 Refs: nodejs-private/node-private#525 Refs: https://hackerone.com/reports/2269177 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
#49703 cherry-picked a commit from upstream V8 which references some maglev-related flags that are not present in the version of V8 in Node.js 20. PR-URL: #52256 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
PR-URL: #51119 Backport-PR-URL: #52260 Reviewed-By: Raz Luvaton <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]>
Sync functions in fs throwed an error with a stacktrace which is helpful for debugging. But functions in fs/promises throwed an error without a stacktrace. This commit adds stacktraces by calling Error.captureStacktrace and re-throwing the error. Refs: #34817 PR-URL: #49849 Backport-PR-URL: #51127 Fixes: #50160 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
Commit 938212f added -msign-return-address=all to _all_ cflags but that is wrong when cross-compiling, it should only be added to the target's cflags. The flag being deprecated, it is also changed to `-mbranch-protection=standard`. Fixes: #42888 Co-Authored-By: Michaël Zasso <[email protected]> PR-URL: #51256 Fixes: nodejs/build#3319 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #51278 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
This reverts commit 4d3923a. PR-URL: #51491 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
PR-URL: #51462 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #51319 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #51527 Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
PR-URL: #51630 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Filip Skokan <[email protected]>
PR-URL: #51667 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Matthew Aitken <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
PR-URL: #51909 Fixes: #51907 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
New option `--report-exclude-network`, also available as `report.excludeNetwork`, enables the user to exclude networking interfaces in their diagnostic report. On some systems, this can cause the report to take minutes to generate so this option can be used to optimize that. Fixes: #46060 PR-URL: #51645 Co-authored-by: Joyee Cheung <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: #51920 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
This is similar to the `queryObjects()` console API provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain in the entire heap, which can be useful for memory leak regression tests. To avoid surprising results, users should avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the application. To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects found. If `options.format` is `'summary'`, it returns an array containing brief string representations for each object. The visibility provided in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filer the target objects during the search. We have been using this API internally for the test suite, which has been more stable than any other leak regression testing strategies in the CI. With a public implementation we can now use the public API instead. PR-URL: #51927 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
This PR adds a |preload| arg to the node::LoadEnvironment to allow embedders to set a preload function for the environment, which will run after the environment is loaded and before the main script runs. This is similiar to the --require CLI option, but runs a C++ function, and can only be set by embedders. The preload function can be used by embedders to inject scripts before running the main script, for example: 1. In Electron it is used to initialize the ASAR virtual filesystem, inject custom process properties, etc. 2. In VS Code it can be used to reset the module search paths for extensions. PR-URL: #51539 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
PR-URL: #51879 Refs: #51681 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Paolo Insogna <[email protected]>
PR-URL: #51881 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Adrian Estrada <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
PR-URL: #51915 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
PR-URL: #51991 Fixes: #51885 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
PR-URL: #51990 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
This is required since version 4 of the action (except for pull requests opened from forks). Refs: https://github.com/codecov/codecov-action/blob/e7748388508dfb57a188b1593a92c9ca8d865365/README.md#v4-release PR-URL: #51982 Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
I tested running the test case 100k times on the AIX ci machine and was unable to re-produce the error. Also it has not showed up recently as flaky on the ci. I suggest we mark this as un-flaky. ref: #50245 (comment) PR-URL: #51995 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
The thread-safe function's finalizer is not called in conjunction with the garbage collection of a JS value. In fact, it keeps a strong reference to the JS function it is expected to call. Thus, it is safe to make calls that affect GC state from its body. PR-URL: #51801 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
PR-URL: #52003 Reviewed-By: Raz Luvaton <[email protected]> Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
PR-URL: #52004 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
- As far as I can tell, the documentation didn't say this, so I was left wondering if there is a difference between `c1` and `c2` in `const c2 = vm.createContext(c1);` According to my own tests, they are equivalent. I thought it was worth documenting as it would've saved me a bit of time if this information were written down. PR-URL: #51960 Refs: #51946 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
CITGM looks good I'm marking it as green, |
🙂 |
V8 CI looks good apart from the fail I've seen in previous releases
|
Typo in |
This comment was marked as outdated.
This comment was marked as outdated.
@marco-ippolito The typo noted by @panva hasn't been fixed. |
Is it ok to amend it now without re running the whole CI? |
Notable changes: benchmark: * add AbortSignal.abort benchmarks (Raz Luvaton) #52408 buffer: * improve `base64` and `base64url` performance (Yagiz Nizipli) #52428 crypto: * deprecate implicitly shortened GCM tags (Tobias Nießen) #52345 deps: * (SEMVER-MINOR) update simdutf to 5.0.0 (Daniel Lemire) #52138 * (SEMVER-MINOR) update undici to 6.3.0 (Node.js GitHub Bot) #51462 * (SEMVER-MINOR) update undici to 6.2.1 (Node.js GitHub Bot) #51278 dns: * (SEMVER-MINOR) add order option and support ipv6first (Paolo Insogna) #52492 doc: * update release gpg keyserver (marco-ippolito) #52257 * add release key for marco-ippolito (marco-ippolito) #52257 * add UlisesGascon as a collaborator (Ulises Gascón) #51991 * (SEMVER-MINOR) deprecate fs.Stats public constructor (Marco Ippolito) #51879 events,doc: * mark CustomEvent as stable (Daeyeon Jeong) #52618 fs: * add stacktrace to fs/promises (翠 / green) #49849 lib, url: * (SEMVER-MINOR) add a `windows` option to path parsing (Aviv Keller) #52509 net: * (SEMVER-MINOR) add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #52474 report: * (SEMVER-MINOR) add `--report-exclude-network` option (Ethan Arrowood) #51645 src: * (SEMVER-MINOR) add `string_view` overload to snapshot FromBlob (Anna Henningsen) #52595 * (SEMVER-MINOR) add C++ ProcessEmitWarningSync() (Joyee Cheung) #51977 * (SEMVER-MINOR) add uv_get_available_memory to report and process (theanarkh) #52023 * (SEMVER-MINOR) preload function for Environment (Cheng Zhao) #51539 stream: * (SEMVER-MINOR) support typed arrays (IlyasShabi) #51866 test_runner: * (SEMVER-MINOR) add suite() (Colin Ihrig) #52127 * (SEMVER-MINOR) add `test:complete` event to reflect execution order (Moshe Atlow) #51909 util: * (SEMVER-MINOR) support array of formats in util.styleText (Marco Ippolito) #52040 v8: * (SEMVER-MINOR) implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) #51927 watch: * mark as stable (Moshe Atlow) #52074 PR-URL: #52793
1766b1d
to
0d0efa4
Compare
It's ok but you still have to cancel and start a new release CI with the new commit sha |
I've started a new release with the updated commit sha https://ci-release.nodejs.org/job/iojs+release/10186/ 🟩 |
Notable changes: benchmark: * add AbortSignal.abort benchmarks (Raz Luvaton) #52408 buffer: * improve `base64` and `base64url` performance (Yagiz Nizipli) #52428 crypto: * deprecate implicitly shortened GCM tags (Tobias Nießen) #52345 deps: * (SEMVER-MINOR) update simdutf to 5.0.0 (Daniel Lemire) #52138 * (SEMVER-MINOR) update undici to 6.3.0 (Node.js GitHub Bot) #51462 * (SEMVER-MINOR) update undici to 6.2.1 (Node.js GitHub Bot) #51278 dns: * (SEMVER-MINOR) add order option and support ipv6first (Paolo Insogna) #52492 doc: * update release gpg keyserver (marco-ippolito) #52257 * add release key for marco-ippolito (marco-ippolito) #52257 * add UlisesGascon as a collaborator (Ulises Gascón) #51991 * (SEMVER-MINOR) deprecate fs.Stats public constructor (Marco Ippolito) #51879 events,doc: * mark CustomEvent as stable (Daeyeon Jeong) #52618 fs: * add stacktrace to fs/promises (翠 / green) #49849 lib, url: * (SEMVER-MINOR) add a `windows` option to path parsing (Aviv Keller) #52509 net: * (SEMVER-MINOR) add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #52474 report: * (SEMVER-MINOR) add `--report-exclude-network` option (Ethan Arrowood) #51645 src: * (SEMVER-MINOR) add `string_view` overload to snapshot FromBlob (Anna Henningsen) #52595 * (SEMVER-MINOR) add C++ ProcessEmitWarningSync() (Joyee Cheung) #51977 * (SEMVER-MINOR) add uv_get_available_memory to report and process (theanarkh) #52023 * (SEMVER-MINOR) preload function for Environment (Cheng Zhao) #51539 stream: * (SEMVER-MINOR) support typed arrays (IlyasShabi) #51866 test_runner: * (SEMVER-MINOR) add suite() (Colin Ihrig) #52127 * (SEMVER-MINOR) add `test:complete` event to reflect execution order (Moshe Atlow) #51909 util: * (SEMVER-MINOR) support array of formats in util.styleText (Marco Ippolito) #52040 v8: * (SEMVER-MINOR) implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) #51927 watch: * mark as stable (Moshe Atlow) #52074 PR-URL: #52793
Notable changes: benchmark: * add AbortSignal.abort benchmarks (Raz Luvaton) nodejs#52408 buffer: * improve `base64` and `base64url` performance (Yagiz Nizipli) nodejs#52428 crypto: * deprecate implicitly shortened GCM tags (Tobias Nießen) nodejs#52345 deps: * (SEMVER-MINOR) update simdutf to 5.0.0 (Daniel Lemire) nodejs#52138 * (SEMVER-MINOR) update undici to 6.3.0 (Node.js GitHub Bot) nodejs#51462 * (SEMVER-MINOR) update undici to 6.2.1 (Node.js GitHub Bot) nodejs#51278 dns: * (SEMVER-MINOR) add order option and support ipv6first (Paolo Insogna) nodejs#52492 doc: * update release gpg keyserver (marco-ippolito) nodejs#52257 * add release key for marco-ippolito (marco-ippolito) nodejs#52257 * add UlisesGascon as a collaborator (Ulises Gascón) nodejs#51991 * (SEMVER-MINOR) deprecate fs.Stats public constructor (Marco Ippolito) nodejs#51879 events,doc: * mark CustomEvent as stable (Daeyeon Jeong) nodejs#52618 fs: * add stacktrace to fs/promises (翠 / green) nodejs#49849 lib, url: * (SEMVER-MINOR) add a `windows` option to path parsing (Aviv Keller) nodejs#52509 net: * (SEMVER-MINOR) add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) nodejs#52474 report: * (SEMVER-MINOR) add `--report-exclude-network` option (Ethan Arrowood) nodejs#51645 src: * (SEMVER-MINOR) add `string_view` overload to snapshot FromBlob (Anna Henningsen) nodejs#52595 * (SEMVER-MINOR) add C++ ProcessEmitWarningSync() (Joyee Cheung) nodejs#51977 * (SEMVER-MINOR) add uv_get_available_memory to report and process (theanarkh) nodejs#52023 * (SEMVER-MINOR) preload function for Environment (Cheng Zhao) nodejs#51539 stream: * (SEMVER-MINOR) support typed arrays (IlyasShabi) nodejs#51866 test_runner: * (SEMVER-MINOR) add suite() (Colin Ihrig) nodejs#52127 * (SEMVER-MINOR) add `test:complete` event to reflect execution order (Moshe Atlow) nodejs#51909 util: * (SEMVER-MINOR) support array of formats in util.styleText (Marco Ippolito) nodejs#52040 v8: * (SEMVER-MINOR) implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) nodejs#51927 watch: * mark as stable (Moshe Atlow) nodejs#52074 PR-URL: nodejs#52793
@marco-ippolito when I install version 20.13.0 on Windows, I get the error:
|
There is already an issue open |
Notable changes: benchmark: * add AbortSignal.abort benchmarks (Raz Luvaton) nodejs#52408 buffer: * improve `base64` and `base64url` performance (Yagiz Nizipli) nodejs#52428 crypto: * deprecate implicitly shortened GCM tags (Tobias Nießen) nodejs#52345 deps: * (SEMVER-MINOR) update simdutf to 5.0.0 (Daniel Lemire) nodejs#52138 * (SEMVER-MINOR) update undici to 6.3.0 (Node.js GitHub Bot) nodejs#51462 * (SEMVER-MINOR) update undici to 6.2.1 (Node.js GitHub Bot) nodejs#51278 dns: * (SEMVER-MINOR) add order option and support ipv6first (Paolo Insogna) nodejs#52492 doc: * update release gpg keyserver (marco-ippolito) nodejs#52257 * add release key for marco-ippolito (marco-ippolito) nodejs#52257 * add UlisesGascon as a collaborator (Ulises Gascón) nodejs#51991 * (SEMVER-MINOR) deprecate fs.Stats public constructor (Marco Ippolito) nodejs#51879 events,doc: * mark CustomEvent as stable (Daeyeon Jeong) nodejs#52618 fs: * add stacktrace to fs/promises (翠 / green) nodejs#49849 lib, url: * (SEMVER-MINOR) add a `windows` option to path parsing (Aviv Keller) nodejs#52509 net: * (SEMVER-MINOR) add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) nodejs#52474 report: * (SEMVER-MINOR) add `--report-exclude-network` option (Ethan Arrowood) nodejs#51645 src: * (SEMVER-MINOR) add `string_view` overload to snapshot FromBlob (Anna Henningsen) nodejs#52595 * (SEMVER-MINOR) add C++ ProcessEmitWarningSync() (Joyee Cheung) nodejs#51977 * (SEMVER-MINOR) add uv_get_available_memory to report and process (theanarkh) nodejs#52023 * (SEMVER-MINOR) preload function for Environment (Cheng Zhao) nodejs#51539 stream: * (SEMVER-MINOR) support typed arrays (IlyasShabi) nodejs#51866 test_runner: * (SEMVER-MINOR) add suite() (Colin Ihrig) nodejs#52127 * (SEMVER-MINOR) add `test:complete` event to reflect execution order (Moshe Atlow) nodejs#51909 util: * (SEMVER-MINOR) support array of formats in util.styleText (Marco Ippolito) nodejs#52040 v8: * (SEMVER-MINOR) implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) nodejs#51927 watch: * mark as stable (Moshe Atlow) nodejs#52074 PR-URL: nodejs#52793
Notable changes: benchmark: * add AbortSignal.abort benchmarks (Raz Luvaton) nodejs#52408 buffer: * improve `base64` and `base64url` performance (Yagiz Nizipli) nodejs#52428 crypto: * deprecate implicitly shortened GCM tags (Tobias Nießen) nodejs#52345 deps: * (SEMVER-MINOR) update simdutf to 5.0.0 (Daniel Lemire) nodejs#52138 * (SEMVER-MINOR) update undici to 6.3.0 (Node.js GitHub Bot) nodejs#51462 * (SEMVER-MINOR) update undici to 6.2.1 (Node.js GitHub Bot) nodejs#51278 dns: * (SEMVER-MINOR) add order option and support ipv6first (Paolo Insogna) nodejs#52492 doc: * update release gpg keyserver (marco-ippolito) nodejs#52257 * add release key for marco-ippolito (marco-ippolito) nodejs#52257 * add UlisesGascon as a collaborator (Ulises Gascón) nodejs#51991 * (SEMVER-MINOR) deprecate fs.Stats public constructor (Marco Ippolito) nodejs#51879 events,doc: * mark CustomEvent as stable (Daeyeon Jeong) nodejs#52618 fs: * add stacktrace to fs/promises (翠 / green) nodejs#49849 lib, url: * (SEMVER-MINOR) add a `windows` option to path parsing (Aviv Keller) nodejs#52509 net: * (SEMVER-MINOR) add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) nodejs#52474 report: * (SEMVER-MINOR) add `--report-exclude-network` option (Ethan Arrowood) nodejs#51645 src: * (SEMVER-MINOR) add `string_view` overload to snapshot FromBlob (Anna Henningsen) nodejs#52595 * (SEMVER-MINOR) add C++ ProcessEmitWarningSync() (Joyee Cheung) nodejs#51977 * (SEMVER-MINOR) add uv_get_available_memory to report and process (theanarkh) nodejs#52023 * (SEMVER-MINOR) preload function for Environment (Cheng Zhao) nodejs#51539 stream: * (SEMVER-MINOR) support typed arrays (IlyasShabi) nodejs#51866 test_runner: * (SEMVER-MINOR) add suite() (Colin Ihrig) nodejs#52127 * (SEMVER-MINOR) add `test:complete` event to reflect execution order (Moshe Atlow) nodejs#51909 util: * (SEMVER-MINOR) support array of formats in util.styleText (Marco Ippolito) nodejs#52040 v8: * (SEMVER-MINOR) implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) nodejs#51927 watch: * mark as stable (Moshe Atlow) nodejs#52074 PR-URL: nodejs#52793
2024-05-07, Version 20.13.0 'Iron' (LTS), @marco-ippolito
buffer: improve
base64
andbase64url
performanceThe performance of the
base64
andbase64url
encoding and decoding functions has been improved significantly.Contributed by Yagiz Nizipli in #52428
crypto: deprecate implicitly shortened GCM tags
This release, introduces a doc-only deprecation of using GCM authentication tags that are shorter than the cipher's block size, unless the user specified the
authTagLength
option.Contributed by Tobias Nießen in #52345
events,doc: mark CustomEvent as stable
From this release
CustomEvent
has been marked stable.Contributed by Daeyeon Jeong in #52618
fs: add stacktrace to fs/promises
Sync functions in fs throwed an error with a stacktrace which is helpful for debugging. But functions in fs/promises throwed an error without a stacktrace. This commit adds stacktraces by calling
Error.captureStacktrace
and re-throwing the error.Contributed by 翠 / green in #49849
report: add
--report-exclude-network
optionNew option
--report-exclude-network
, also available asreport.excludeNetwork
, enables the user to exclude networking interfaces in their diagnostic report. On some systems, this can cause the report to take minutes to generate so this option can be used to optimize that.Contributed by Ethan Arrowood in #51645
src: add uv_get_available_memory to report and process
From this release it is possible to get the available memory in the system by calling
process.getAvailableMemory()
.Contributed by theanarkh #52023
stream: support typed arrays
This commit adds support for typed arrays in streams.
Contributed by IlyasShabi #51866
util: support array of formats in util.styleText
It is now possible to pass an array of format strings to
util.styleText
to apply multiple formats to the same text.Contributed by Marco Ippolito in #52040
v8: implement v8.queryObjects() for memory leak regression testing
This is similar to the queryObjects() console API provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain in the heap after a full garbage collection, which can be useful for memory leak regression tests.
To avoid surprising results, users should avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the application.
To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects found. If options.format is 'summary', it returns an array containing brief string representations for each object. The visibility provided in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filer the target objects during the search.
We have been using this API internally for the test suite, which has been more stable than any other leak regression testing strategies in the CI. With a public implementation we can now use the public API instead.
Contributed by Joyee Cheung in #51927
watch: mark as stable
From this release Watch Mode is considered stable.
When in watch mode, changes in the watched files cause the Node.js process to restart.
Contributed by Moshe Atlow in #52074
Other Notable Changes
f8ad30048d
] - benchmark: add AbortSignal.abort benchmarks (Raz Luvaton) #524083b41da9a56
] - (SEMVER-MINOR) deps: update simdutf to 5.0.0 (Daniel Lemire) #521380a08c4a7b3
] - (SEMVER-MINOR) deps: update undici to 6.3.0 (Node.js GitHub Bot) #51462f1b7bda4f5
] - (SEMVER-MINOR) deps: update undici to 6.2.1 (Node.js GitHub Bot) #512784acca8ed84
] - (SEMVER-MINOR) dns: add order option and support ipv6first (Paolo Insogna) #52492cc67720ff9
] - doc: update release gpg keyserver (marco-ippolito) #52257c2def7df96
] - doc: add release key for marco-ippolito (marco-ippolito) #52257807c89cb26
] - doc: add UlisesGascon as a collaborator (Ulises Gascón) #519915e78a20ef9
] - (SEMVER-MINOR) doc: deprecate fs.Stats public constructor (Marco Ippolito) #51879722fe64ff7
] - (SEMVER-MINOR) lib, url: add awindows
option to path parsing (Aviv Keller) #52509d116fa1568
] - (SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #524746af7b78b0d
] - (SEMVER-MINOR) src: addstring_view
overload to snapshot FromBlob (Anna Henningsen) #52595b3a11b574b
] - (SEMVER-MINOR) src: preload function for Environment (Cheng Zhao) #5153941646d9c9e
] - (SEMVER-MINOR) test_runner: add suite() (Colin Ihrig) #52127fc9ba17f6c
] - (SEMVER-MINOR) test_runner: addtest:complete
event to reflect execution order (Moshe Atlow) #51909Commits
6fdd748b21
] - benchmark: reduce the buffer size for blob (Debadree Chatterjee) #525482274d0c868
] - benchmark: inherit stdio/stderr instead of pipe (Ali Hassan) #524560300598315
] - benchmark: add ipc support to spawn stdio config (Ali Hassan) #52456f8ad30048d
] - benchmark: add AbortSignal.abort benchmarks (Raz Luvaton) #524087508d48736
] - benchmark: conditionally use spawn with taskset for cpu pinning (Ali Hassan) #52253ea8e72e185
] - benchmark: add toNamespacedPath bench (Rafael Gonzaga) #52236c00715cc1e
] - benchmark: add style-text benchmark (Rafael Gonzaga) #520041c1a6935ee
] - buffer: add missing ARG_TYPE(ArrayBuffer) for isUtf8 (Jungku Lee) #524771b2aff7dce
] - buffer: improvebase64
andbase64url
performance (Yagiz Nizipli) #52428328bded5ab
] - buffer: improvebtoa
performance (Yagiz Nizipli) #52427e67bc34326
] - buffer: use simdutf foratob
implementation (Yagiz Nizipli) #523815abddb45d8
] - build: fix typo in node.gyp (Michaël Zasso) #527197d1f304f5e
] - build: fix headers install for shared mode on Win (Segev Finer) #524426826bbf267
] - build: fix arm64 cross-compilation bug on non-arm machines (Mahdi Sharifi) #525596e85bc431a
] - build: temporary disable ubsan (Rafael Gonzaga) #52560297368a1ed
] - build: fix arm64 cross-compilation (Michaël Zasso) #5125693bddb598f
] - build,tools: add test-ubsan ci (Rafael Gonzaga) #4629720bb16582f
] - build,tools,node-api: fix building node-api tests for Windows Debug (Vladimir Morozov) #526329af15cfff1
] - child_process: use internal addAbortListener (Chemi Atlow) #52081a4847c4619
] - crypto: simplify assertions in Safe*Print (David Benjamin) #497090ec4d9d734
] - crypto: enable NODE_EXTRA_CA_CERTS with BoringSSL (Shelley Vohr) #5221703e05b092c
] - crypto: deprecate implicitly shortened GCM tags (Tobias Nießen) #523450f784c96ba
] - crypto: make timingSafeEqual faster for Uint8Array (Tobias Nießen) #52341739958e472
] - crypto: reject Ed25519/Ed448 in Sign/Verify prototypes (Filip Skokan) #52340197b61f210
] - crypto: validate RSA-PSS saltLength in subtle.sign and subtle.verify (Filip Skokan) #52262a6eede33f3
] - crypto: fixinput
validation incrypto.hash
(Antoine du Hamel) #52070bfa4986e5d
] - deps: update corepack to 0.28.0 (Node.js GitHub Bot) #5261670546698d7
] - deps: update ada to 2.7.8 (Node.js GitHub Bot) #52517a135027f84
] - deps: update icu to 75.1 (Node.js GitHub Bot) #52573c96f1043d4
] - deps: update undici to 6.13.0 (Node.js GitHub Bot) #524939c330b610b
] - deps: update zlib to 1.3.0.1-motley-7d77fb7 (Node.js GitHub Bot) #525167e5bbeebab
] - deps: update nghttp2 to 1.61.0 (Node.js GitHub Bot) #52395b42a4735d9
] - deps: update minimatch to 9.0.4 (Node.js GitHub Bot) #52524d34fd21bc2
] - deps: update simdutf to 5.2.4 (Node.js GitHub Bot) #52473ecc180f830
] - deps: upgrade npm to 10.5.2 (npm team) #52458606c183344
] - deps: update simdutf to 5.2.3 (Yagiz Nizipli) #523810a103e99fe
] - deps: upgrade npm to 10.5.1 (npm team) #52351cce861e670
] - deps: update c-ares to 1.28.1 (Node.js GitHub Bot) #522855258b547ea
] - deps: update undici to 6.11.1 (Node.js GitHub Bot) #52328923a77c80a
] - deps: update undici to 6.10.2 (Node.js GitHub Bot) #52227bd3c6a231c
] - deps: update zlib to 1.3.0.1-motley-24c07df (Node.js GitHub Bot) #521993b41da9a56
] - (SEMVER-MINOR) deps: update simdutf to 5.0.0 (Daniel Lemire) #52138d6f9ca385c
] - deps: update zlib to 1.3.0.1-motley-24342f6 (Node.js GitHub Bot) #52123f5512897b0
] - deps: update corepack to 0.26.0 (Node.js GitHub Bot) #52027d891275178
] - deps: update ada to 2.7.7 (Node.js GitHub Bot) #5202818838f2db3
] - deps: update simdutf to 4.0.9 (Node.js GitHub Bot) #51655503c034abc
] - deps: update undici to 6.6.2 (Node.js GitHub Bot) #51667256bcba52e
] - deps: update undici to 6.6.0 (Node.js GitHub Bot) #516307a1e321d95
] - deps: update undici to 6.4.0 (Node.js GitHub Bot) #51527dde9e08224
] - deps: update ngtcp2 to 1.1.0 (Node.js GitHub Bot) #513190a08c4a7b3
] - (SEMVER-MINOR) deps: update undici to 6.3.0 (Node.js GitHub Bot) #51462f1b7bda4f5
] - (SEMVER-MINOR) deps: update undici to 6.2.1 (Node.js GitHub Bot) #51278ecadd638cd
] - deps: V8: remove references to non-existent flags (Richard Lau) #5225627d364491f
] - dgram: use internal addAbortListener (Chemi Atlow) #52081b94d11935a
] - diagnostics_channel: early-exit tracing channel trace methods (Stephen Belanger) #519154acca8ed84
] - (SEMVER-MINOR) dns: add order option and support ipv6first (Paolo Insogna) #52492bcc06ac5a9
] - doc: remove relative limitation to pm (Rafael Gonzaga) #526484d5ef4f7af
] - doc: fix info string causing duplicated code blocks (Mathieu Leenhardt) #52660d5a316f5ea
] - doc: run license-builder (github-actions[bot]) #52631d7434fe411
] - doc: deprecate --experimental-policy (RafaelGSS) #5260202a83d89f7
] - doc: add info on contributor spotlight program (Michael Dawson) #52598a905eaace1
] - doc: correct unsafe URL example in http docs (Malte Legenhausen) #5255569c21a6522
] - doc: replace U+00A0 with U+0020 (Luigi Pinca) #525905df34c7d0a
] - doc: sort options alphabetically (Luigi Pinca) #52589b49464bc9d
] - doc: correct stream.finished changes (KaKa) #525514d051ba89b
] - doc: add RedYetiDev to triage team (Aviv Keller) #525564ed55bf16c
] - doc: fix issue detected in markdown lint update (Rich Trott) #52566a8bc40fd07
] - doc: update test runner coverage limitations (Moshe Atlow) #5251517d5ba9fed
] - doc: add lint-js-fix into BUILDING.md (jakecastelli) #5229088adbd0991
] - doc: remove Internet Explorer mention in BUILDING.md (Rich Trott) #52455e8cb29d66d
] - doc: accommodate upcoming stricter .md linting (Rich Trott) #52454e2ea984c7b
] - doc: add Rafael to steward list (Rafael Gonzaga) #5245293d684097a
] - doc: correct naming convention in C++ style guide (Mohammed Keyvanzadeh) #52424b9bdb947ac
] - doc: updateprocess.execArg
example to be more useful (Jacob Smith) #52412f3f67ff84a
] - doc: call out http(s).globalAgent default (mathis-west-1) #52392392a0d310e
] - doc: update the location ofbuild_with_cmake
(Emmanuel Ferdman) #523563ad62f1cc7
] - doc: reserve 125 for Electron 31 (Shelley Vohr) #52379bfd4c7844b
] - doc: use consistent plural form of "index" (Rich Trott) #523736f31cc8361
] - doc: add Rafael to sec release stewards (Rafael Gonzaga) #52354c55a3be789
] - doc: document missing options of events.on (Chemi Atlow) #520801a843f7c6d
] - doc: add missing space (Augustin Mauroy) #523608ee20d8693
] - doc: add tips about vcpkg cause build faild on windows (Cong Zhang) #52181a86705c113
] - doc: replace "below" with "following" (Rich Trott) #52315f3e8d1159a
] - doc: fix email pattern to be wrapped with<<
instead of single<
(Raz Luvaton) #52284cc67720ff9
] - doc: update release gpg keyserver (marco-ippolito) #52257c2def7df96
] - doc: add release key for marco-ippolito (marco-ippolito) #522572509f3be18
] - doc: fix arrow vertical alignment in HTML version (Akash Yeole) #521932abaea3cdc
] - doc: move TSC members from regular to emeritus (Michael Dawson) #5220965618a3d7b
] - doc: add section explaining todo tests (Colin Ihrig) #52204bf0ed95b04
] - doc: editChildProcess
'message'
event docs (theanarkh) #521543d67b6b5e8
] - doc: add mold to speeding up section (Cong Zhang) #521798ba308a838
] - doc: http event order correction (wh0) #514649771f41069
] - doc: move gabrielschulhof to TSC emeritus (Gabriel Schulhof) #5219272bd2b0d62
] - doc: fix--env-file
docs for valid quotes for defining values (Gabriel Bota) #521574f19203dfb
] - doc: clarify what is supported in NODE_OPTIONS (Michael Dawson) #520765bce596838
] - doc: fix typos in maintaining-dependencies.md (RoboSchmied) #52160f5241e20cc
] - doc: add spec for contains module syntax (Geoffrey Booth) #52059bda3cdea86
] - doc: optimize the doc about Unix abstract socket (theanarkh) #520438d7d6eff81
] - doc: update pnpm link (Superchupu) #52113af7c55f62d
] - doc: remove ableist language from crypto (Jamie King) #52063f8362b0a5a
] - doc: update collaborator email (Ruy Adorno) #5208848cbd5f71e
] - doc: state that removing npm is a non-goal (Geoffrey Booth) #519510ef2708131
] - doc: mention NodeSource in RafaelGSS steward list (Rafael Gonzaga) #52057a6473a89be
] - doc: remove ArrayBuffer from crypto.hash() data parameter type (fengmk2) #52069ae7a11c787
] - doc: add some commonly used lables up gront (Michael Dawson) #5200601aaddde3c
] - doc: document thatconst c2 = vm.createContext(c1); c1 === c2
is true (Daniel Kaplan) #51960912145fac4
] - doc: clarify what moderation issues are for (Antoine du Hamel) #51990807c89cb26
] - doc: add UlisesGascon as a collaborator (Ulises Gascón) #5199153ff3e5682
] - doc: deprecate hmac public constructor (Marco Ippolito) #518815e78a20ef9
] - (SEMVER-MINOR) doc: deprecate fs.Stats public constructor (Marco Ippolito) #518797bfb0b43e6
] - events: rename high & low watermark for consistency (Chemi Atlow) #520805e6967359b
] - events: extract addAbortListener for safe internal use (Chemi Atlow) #520816930205272
] - events: remove abort listener from signal inon
(Neal Beeken) #51091235ab4f99f
] - events,doc: mark CustomEvent as stable (Daeyeon Jeong) #52618ca5b827148
] - fs: fix read / readSync positional offset types (Ruy Adorno) #52603e7d0d804b2
] - fs: fixes recursive fs.watch crash on Linux when deleting files (Matteo Collina) #52349c5fd193d6b
] - fs: refactor maybeCallback function (Yagiz Nizipli) #521290a9910c2c1
] - fs: fix edge case in readFileSync utf8 fast path (Richard Lau) #5210151d7cd5de8
] - fs: validate fd from cpp onfchown
(Yagiz Nizipli) #5205133ad86c2be
] - fs: validate fd from cpp onclose
(Yagiz Nizipli) #5205134667c0a7e
] - fs: validate file mode from cpp (Yagiz Nizipli) #52050c530520be3
] - fs: add stacktrace to fs/promises (翠 / green) #49849edecd464b9
] - fs,permission: make handling of buffers consistent (Tobias Nießen) #523483bcd68337e
] - http2: fix excessive CPU usage when usingallowHTTP1=true
(Eugene) #52713e01015996a
] - http2: fix h2-over-h2 connection proxying (Tim Perry) #523689f88736860
] - http2: use internal addAbortListener (Chemi Atlow) #52081acd7758959
] - lib: use predefined variable instead of bit operation (Deokjin Kim) #5258018ae7a46f6
] - lib: refactor lazy loading of undici for fetch method (Victor Chen) #5227564c2c2a7ac
] - lib: replace string prototype usage with alternatives (Aviv Keller) #52440ee11b5315c
] - lib: .load .save add proper error message when no file passed (Thomas Mauran) #52225e5521b537f
] - lib: fix type error for _refreshLine (Jackson Tian) #52133d5d6e041c8
] - lib: emit listening event once when call listen twice (theanarkh) #52119d33fc36784
] - lib: make sure clear the old timer in http server (theanarkh) #52118ea4905c0f5
] - lib: fix listen with handle in cluster worker (theanarkh) #520568fd8130507
] - lib, doc: rename readme.md to README.md (Aviv Keller) #52471722fe64ff7
] - (SEMVER-MINOR) lib, url: add awindows
option to path parsing (Aviv Keller) #5250926691e6032
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #52633befb90dc83
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #5245722b7167e72
] - meta: bump actions/download-artifact from 4.1.3 to 4.1.4 (dependabot[bot]) #523144dafd3ede2
] - meta: bump rtCamp/action-slack-notify from 2.2.1 to 2.3.0 (dependabot[bot]) #523132760db7640
] - meta: bump github/codeql-action from 3.24.6 to 3.24.9 (dependabot[bot]) #52312542aaf9ca9
] - meta: bump actions/cache from 4.0.1 to 4.0.2 (dependabot[bot]) #52311df330998d9
] - meta: bump actions/setup-python from 5.0.0 to 5.1.0 (dependabot[bot]) #523105f40fe0cc2
] - meta: bump codecov/codecov-action from 4.1.0 to 4.1.1 (dependabot[bot]) #52308481420f25c
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #523003121949f85
] - meta: pass Codecov upload token to codecov action (Michaël Zasso) #51982882a64e639
] - module: fix detect-module not retrying as esm for cjs-only errors (Geoffrey Booth) #520245fcc1d32a8
] - module: refactor ESM loader initialization and entry point handling (Joyee Cheung) #51999d116fa1568
] - (SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #5247437abad86ae
] - net: use internal addAbortListener (Chemi Atlow) #52081a920489a1f
] - node-api: address coverity report (Michael Dawson) #525840a225a4b40
] - node-api: copy external type tags when they are set (Niels Martignène) #52426f9d95674be
] - node-api: make tsfn accept napi_finalize once more (Gabriel Schulhof) #5180172aabe1139
] - perf_hooks: reduce overhead of createHistogram (Vinícius Lourenço) #50074fb601c3a94
] - readline: use internal addAbortListener (Chemi Atlow) #5208129f09f05f7
] - (SEMVER-MINOR) report: add--report-exclude-network
option (Ethan Arrowood) #516457e6d923f5b
] - src: cast to v8::Value before using v8::EmbedderGraph::V8Node (Joyee Cheung) #526386af7b78b0d
] - (SEMVER-MINOR) src: addstring_view
overload to snapshot FromBlob (Anna Henningsen) #5259527491e55c1
] - src: remove regex usage for env file parsing (IlyasShabi) #52406b05e639e27
] - src: fix loadEnvFile ENOENT error (mathis-west-1) #524381b4d2814d1
] - src: update branch name in node_revert.h (Tobias Nießen) #523907e35a169ea
] - src: stop usingv8::BackingStore::Reallocate
(Michaël Zasso) #522922449d2606a
] - src: fix move after use reported by coverity (Michael Dawson) #52141b33eff887d
] - (SEMVER-MINOR) src: add C++ ProcessEmitWarningSync() (Joyee Cheung) #51977f2c7408927
] - src: return a number from process.constrainedMemory() constantly (Chengzhong Wu) #520397f575c886b
] - (SEMVER-MINOR) src: add uv_get_available_memory to report and process (theanarkh) #52023e161e62313
] - src: use dedicated routine to compile function for builtin CJS loader (Joyee Cheung) #5201607322b490f
] - src: fix reading empty string views in Blob[De]serializer (Joyee Cheung) #52000e216192390
] - src: refactor out FormatErrorMessage for error formatting (Joyee Cheung) #51999b3a11b574b
] - (SEMVER-MINOR) src: preload function for Environment (Cheng Zhao) #5153909bd367ef6
] - stream: make Duplex inherit destroy from Writable (Luigi Pinca) #523180b853a7576
] - (SEMVER-MINOR) stream: support typed arrays (IlyasShabi) #51866f8209ffe45
] - stream: addnew
when constructingERR_MULTIPLE_CALLBACK
(haze) #521108442457117
] - stream: use internal addAbortListener (Chemi Atlow) #520818d20b641a2
] - Revert "stream: fix cloned webstreams not being unref'd" (Matteo Collina) #51491a923adffab
] - test: marktest-error-serdes
as flaky (Antoine du Hamel) #52739d4f1803f0b
] - test: mark test as flaky (Michael Dawson) #526711e88e042c2
] - test: skip test-fs-watch-recursive-delete.js on IBM i (Abdirahim Musse) #526456da558af8b
] - test: ensure that all worker servers are ready (Luigi Pinca) #52563c871fadb85
] - test: fix test-tls-ticket-cluster.js (Hüseyin Açacak) #52431b6cb74d775
] - test: split wasi poll test for windows (Hüseyin Açacak) #525384ad159bb75
] - test: write tests for assertIsArray http2 util (Sinan Sonmez (Chaush)) #525111f7a28cbe7
] - test: fix watch test with require not testing pid (Raz Luvaton) #523535b758b93d5
] - test: simplify ASan build checks (Michaël Zasso) #52430375c3db5ea
] - test: fix Windows compiler warnings in overlapped-checker (Michaël Zasso) #52405a1dd92cdee
] - test: add test for skip+todo combinations (Colin Ihrig) #522048a0b721930
] - test: fix incorrect test fixture (Colin Ihrig) #52185dd1f761f3b
] - test: add missing cctest/test_path.cc (Yagiz Nizipli) #521486da446d9e1
] - test: addspawnSyncAndAssert
util (Antoine du Hamel) #52132d7bfb4e8d8
] - test: reduce flakiness of test-runner-output.mjs (Colin Ihrig) #52146e4981b3d75
] - test: add test for using--print
with promises (Antoine du Hamel) #521375cc540078e
] - test: un-set test-emit-after-on-destroyed as flaky (Abdirahim Musse) #51995b9eb0035dd
] - test: skip test for dynamically linked OpenSSL (Richard Lau) #5254232014f5601
] - test: avoid v8 deadcode on performance function (Vinícius Lourenço) #5007429d2011f51
] - test_runner: better error handing for test hook (Alex Yang) #524019497097fb3
] - test_runner: fix clearing final timeout in own callback (Ben Richeson) #523320f690f0b9e
] - test_runner: fix recursive run (Moshe Atlow) #5232234ab1a36ee
] - test_runner: hide new line when no error in spec reporter (Moshe Atlow) #52297379535abe3
] - test_runner: disable highWatermark on TestsStream (Colin Ihrig) #5228735588cff39
] - test_runner: run afterEach hooks in correct order (Colin Ihrig) #522395cd3df8fe1
] - test_runner: simplify test end time tracking (Colin Ihrig) #5218207e4a42e4b
] - test_runner: simplify test start time tracking (Colin Ihrig) #52182caec996831
] - test_runner: emit diagnostics when watch mode drains (Moshe Atlow) #5213041646d9c9e
] - (SEMVER-MINOR) test_runner: add suite() (Colin Ihrig) #52127fd1489a623
] - test_runner: skip each hooks for skipped tests (Colin Ihrig) #5211573b38bfa9e
] - test_runner: remove redundant report call (Colin Ihrig) #5208968187c4d9e
] - test_runner: use internal addAbortListener (Chemi Atlow) #5208161e7ae05ef
] - test_runner: use source maps when reporting coverage (Moshe Atlow) #52060e64a25af61
] - test_runner: handle undefined test locations (Colin Ihrig) #52036590decf202
] - test_runner: avoid overwriting root start time (Colin Ihrig) #52020a4cbb61c65
] - test_runner: abort unfinished tests on async error (Colin Ihrig) #51996a223ca4868
] - test_runner: run before hook immediately if test started (Moshe Atlow) #52003956ee74c7e
] - test_runner: add support for null and date value output (Malthe Borch) #51920fc9ba17f6c
] - (SEMVER-MINOR) test_runner: addtest:complete
event to reflect execution order (Moshe Atlow) #51909d5ac979aeb
] - test_runner: format coverage report for tap reporter (Pulkit Gupta) #51119c925bc18dc
] - tools: take co-authors into account infind-inactive-collaborators
(Antoine du Hamel) #526691d37e772ec
] - tools: fix invalid escape sequence in mkssldef (Michaël Zasso) #526245b22fc3a81
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #526179cf47bb2f1
] - tools: update lint-md-dependencies (Rich Trott) #52581c0c60d13c0
] - tools: fix heading spaces for osx-entitlements.plist (Jackson Tian) #525617c349d7819
] - tools: update lint-md-dependencies to [email protected] [email protected] (Node.js GitHub Bot) #52518b4d703297b
] - tools: use stylistic ESLint plugin for formatting (Michaël Zasso) #50714c6813360c2
] - tools: update minimatch index path (Marco Ippolito) #525238464c0253c
] - tools: add a linter for README lists (Antoine du Hamel) #5247655a3fbc842
] - tools: change inactive limit to 12 months (Yagiz Nizipli) #5242574a171f130
] - tools: update stale bot messaging (Wes Todd) #52423b2a3dcec2a
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #52398f71a777e6e
] - tools: update Ruff to v0.3.4 (Michaël Zasso) #52302e3e0c68f8f
] - tools: run test-ubsan on ubuntu-latest (Michaël Zasso) #52375893b5aac31
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #52286049cca419e
] - Revert "tools: runbuild-windows
workflow only on source changes" (Michaël Zasso) #52320b3dfc62cee
] - tools: use Python 3.12 in GitHub Actions workflows (Michaël Zasso) #52301c7238d0c04
] - tools: allow local updates for llhttp (Paolo Insogna) #52085c39f15cafd
] - tools: install npm PowerShell scripts on Windows (Luke Karrys) #52009b36fea064a
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #52122a5204eb915
] - tools: fix error reported by coverity in js2c.cc (Michael Dawson) #52142cef4b7ef3d
] - tools: sync ubsan workflow with asan (Michaël Zasso) #52152d406976bbe
] - tools: update github_reporter to 1.7.0 (Node.js GitHub Bot) #52121fb100a2ac8
] - tools: remove gyp-next .github folder (Marco Ippolito) #520645f1e7a0de2
] - tools: update gyp-next to 0.16.2 (Node.js GitHub Bot) #520621f1253446b
] - tools: install manpage to share/man for FreeBSD (Po-Chuan Hsieh) #517914b8b92fccc
] - tools: automate gyp-next update (Marco Ippolito) #520141ec9e58692
] - typings: fix invalid JSDoc declarations (Yagiz Nizipli) #526592d6b19970b
] - (SEMVER-MINOR) util: support array of formats in util.styleText (Marco Ippolito) #52040d30cccdf8c
] - (SEMVER-MINOR) v8: implement v8.queryObjects() for memory leak regression testing (Joyee Cheung) #519277f3b7fdeff
] - watch: fix some node argument not passed to watched process (Raz Luvaton) #523588ba6f9bc9a
] - watch: use internal addAbortListener (Chemi Atlow) #520815a922232da
] - watch: mark as stable (Moshe Atlow) #52074508e968a5f
] - watch: batch file restarts (Moshe Atlow) #51992