-
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
2022-05-XX, Version 16.16.0 'Gallium' (LTS) #43268
Conversation
thw -> the PR-URL: nodejs#42567 Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs#42576 Fixes: nodejs#42419 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com>
PR-URL: nodejs#42542 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
PR-URL: nodejs#42491 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Fixes: nodejs#42530 PR-URL: nodejs#42539 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
PR-URL: nodejs#42327 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Refs: nodejs#42518 PR-URL: nodejs#42541 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
Since v8 10.1 v8::External::New DCHECKs that the data passed into it cannot be a nullptr because that's not serializable as external references. This updates the test to pass a dummy data pointer to the call - which does not matter for the test since we only care about whether the finalizer is called. Refs: https://chromium-review.googlesource.com/c/v8/v8/+/3513234 PR-URL: nodejs#42532 Refs: nodejs#42115 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs#42443 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#42553 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
PR-URL: nodejs#42554 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
PR-URL: nodejs#42555 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
PR-URL: nodejs#42585 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Remove recommendation that has no explanation. Make the other recommendation less wordy. PR-URL: nodejs#42556 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
PR-URL: nodejs#42540 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Mestery <mestery@protonmail.com>
PR-URL: nodejs#42562 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs#42561 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs#42559 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
The FIPS state handling and OpenSSL initialization code makes accesses to global OpenSSL state without any protection against parallel modifications from multiple threads. This commit adds such protections. PR-URL: nodejs#42278 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: nodejs#42582 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
I manually ran over the last number of weeks so that we did not mark all of the stale isssues all at once. We are not caught up so we can go to running daily. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: nodejs#42549 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Tierney Cyren <hello@bnb.im> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#42500 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
The `var` keyword is known to be problematic and is not needed here, so better to use the `let` keyword for variable declarations. PR-URL: nodejs#42563 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Fixes: nodejs#42417 PR-URL: nodejs#42522 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#42588 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
This sentence implies that AES-128 is preferred over AES-256 because of a related-key attack from 2009. However, that attack by Alex Biryukov, Orr Dunkelman, Nathan Keller, Dmitry Khovratovich, and Adi Shamir, while impressive, is only effective against variants of AES-256 with a reduced number of rounds and it requires related keys. This means that the attack is not effective against AES-256 as it is used within TLS. (AES-128 is still often preferred over AES-256 simply because it is believed to be sufficiently secure and because it is faster.) PR-URL: nodejs#42578 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Linting markdown runs the JavaScript linting job, so consolidate them to conserve time and resources. Run JavaScript separately, but then run markdown linting so it can use the cached results of the JavaScript linting. PR-URL: nodejs#42572 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: nodejs#42573 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: nodejs#42573 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
The FS docs wrongfully indicated support for passing object with an own `toString` function property to `FileHandle.prototype.appendFile`, `FileHandle.prototype.writeFile`, `FileHandle.prototype.write`, `fsPromises.writeFile`, and `fs.writeSync`. This commit fixes that, and adds some test to ensure the actual behavior is aligned with the docs. It also fixes a bug that makes the process crash if a non-buffer object was passed to `FileHandle.prototype.write`. Refs: nodejs#34993 PR-URL: nodejs#41677 Refs: nodejs#41666 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#43156 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: nodejs#43098 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs#43168 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: nodejs#42908 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
PR-URL: nodejs#43174 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Fixes: nodejs#43095 Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: nodejs#43100 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs#43172 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
fixes: nodejs#43015 Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: nodejs#43016 Fixes: nodejs#43015 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
PR-URL: nodejs#42679 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs#42776 Fixes: nodejs#42775 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#43099 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: nodejs#43071 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Refs: nodejs#11321 Refs: nodejs#17384 PR-URL: nodejs#43179 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: nodejs#43210 Reviewed-By: Ruy Adorno <ruyadorno@github.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit adds an option to Node.js named --openssl-legacy-provider and if specified will load OpenSSL 3.0 Legacy provider. $ ./node --help ... --openssl-legacy-provider enable OpenSSL 3.0 legacy provider Example usage: $ ./node --openssl-legacy-provider -p 'crypto.createHash("md4")' Hash { _options: undefined, [Symbol(kHandle)]: Hash {}, [Symbol(kState)]: { [Symbol(kFinalized)]: false } } Co-authored-by: Richard Lau <rlau@redhat.com> Refs: nodejs#40455 PR-URL: nodejs#40478 Backport-PR-URL: nodejs#42972 Refs: nodejs#40455 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Return early when the Inspector StringView to V8 String conversion fails and returns an empty MaybeLocal instead of running the invalid ToLocalChecked() assertion. Fixes: nodejs#42407 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: nodejs#42409 Backport--PR-URL: nodejs#42967 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: nodejs#40488 Backport-PR-URL: nodejs#43247 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
`handler-outside-simulator.cc` uses inline assembly, which is not supported by MSVC. PR-URL: nodejs#40488 Backport-PR-URL: nodejs#43247 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Original commit message: [mips64] Remove a useless declaration of Operand. Change-Id: I5144d8315b5c1aca751d138e4d87240b703dc9e3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3650359 Commit-Queue: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn> Auto-Submit: Yu Liu <liuyu@loongson.cn> Reviewed-by: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn> Cr-Commit-Position: refs/heads/main@{#80585} Refs: v8/v8@3ebf205 PR-URL: nodejs#43147 Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Notable changes * crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) * esm: add chaining to loaders (Jacob Smith) * fs: make params in writing methods optional (LiviaMedeiros) * fs: add `read(buffer[, options])` versions (LiviaMedeiros) * perf_hooks: add PerformanceResourceTiming (RafaelGSS) * src: add --openssl-legacy-provider option (Daniel Bevenius) * stream: add writableAborted (Robert Nagy) * tools: disable trap handler for Windows cross-compiler (Michaël Zasso) * tools: update V8 gypfiles for 9.6 (Michaël Zasso) * worker: add hasRef() to MessagePort (Darshan Sen) PR-UR: TDB
Review requested:
|
cc @nodejs/releasers |
### Notable changes | ||
|
||
* **(SEMVER-MINOR)** **crypto**: make authTagLength optional for CC20P1305 (Tobias Nießen) [#42427](https://github.com/nodejs/node/pull/42427) | ||
* **(SEMVER-MINOR)** **esm**: add chaining to loaders (Jacob Smith) [#42623](https://github.com/nodejs/node/pull/42623) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has not landed yet on a Current release line, I don't think it should be in a LTS release yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please back it out if it’s been included. It has the “backport blocked” label, because we want to release a few breaking-changes PRs together.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will!
Transferred to #43272; this is complicated to review and seems to have some landing issues |
2022-05-XX, Version 16.16.0 'Gallium' (LTS), @TBD
Notable changes
read(buffer[, options])
versions (LiviaMedeiros) #42768Commits
d5f8b9e1dc
] - assert: fix CallTracker wraps the function causes the length to be lost (OneNail) #42909c6a814c412
] - assert: makeassert.fail
less affected by prototype tampering (Antoine du Hamel) #42918a408f87dfe
] - async_hooks: avoid decrementing iterator after erase (Gabriel Bota) #427494018c8d159
] - async_hooks: remove destroyed symbol on Promises (Gerhard Stöbich) #424029b75c7b39e
] - benchmark: fix misc/startup failure (Antoine du Hamel) #427463022fa22e9
] - bootstrap: use the isolate snapshot in workers (Joyee Cheung) #4270227bed94deb
] - bootstrap: move embedded snapshot to SnapshotBuilder (Joyee Cheung) #427025315dd25e0
] - bootstrap: reset process._exit and process.exitCode in pre-execution (Joyee Cheung) #42466cb5ccb0cfc
] - bootstrap: run inspector and event loop in snapshot builder (Joyee Cheung) #42466542f5e7fe6
] - bootstrap: make I/O streams work with user-land snapshot (Joyee Cheung) #4246689701675b8
] - bootstrap: refresh options in pre-execution (Joyee Cheung) #42466a12c4070e2
] - bootstrap: use SnapshotData to pass snapshot data around (Joyee Cheung) #42360c6d85034e1
] - buffer: fixatob
input validation (Austin Kelleher) #42662e9f3e63bce
] - buffer: improve Blob constructor error message when passing a string (Xuguang Mei) #423387b77944557
] - buffer: fixatob
input validation (Antoine du Hamel) #42539b7d5869eff
] - build: set ASAN workaround (Richard Lau) #430856e59651e0a
] - build: disable windows-2022 temporarily (Jiawen Geng) #43093afbcc79739
] - build: fix various shared library build issues (William Marlow) #41850e18041358c
] - build: fix indeterminacy of icu_locales value (Sergey Nazaryev) #42865c3fc44bd86
] - build: improve reliability of find_python.cmd script (Luigi Pinca) #428106190552be7
] - build: fix format-cpp (Darshan Sen) #427644353b7a881
] - build: improve the format-cpp error message (Darshan Sen) #427651d5d18ae11
] - build: run clang-format on CI (Darshan Sen) #42681512dba6cdf
] - build: remove precompiled header and debug information for host builds (Niyas Sait) #4253859edb3e785
] - build: windows/arm64 native compilation support (Niyas Sait) #42408007db8bd12
] - build: consolidate JS and md linting GitHub Actions (Rich Trott) #425725fe11b7809
] - build: set stale action back to running nightly (Michael Dawson) #42549ce5e48439b
] - build: add --node-snapshot-main configure option (Joyee Cheung) #42466fe9f758453
] - build: bump actions/checkout (Eliaz Bobadilla) #42460687b853806
] - child_process: add env contents types in JSDoc (Rich Trott) #42494c4ff510ede
] - console: fix console.dir crash on a revoked proxy (Daeyeon Jeong) #431006a479d8221
] - crypto: adjust minimum length in generateKey('hmac', ...) (LiviaMedeiros) #42944d2e6701726
] - crypto: clean up parameter validation in HKDF (Tobias Nießen) #429241884f526cd
] - crypto: validatethis
in all webcrypto methods and getters (Filip Skokan) #42815fd3a8bfe8b
] - crypto: do not add undefined hash in webcrypto normalizeAlgorithm (Filip Skokan) #425595e6b8decc8
] - crypto: cleanup webcrypto jwk code (Filip Skokan) #4256215e0688583
] - crypto: fix webcrypto derive key lengths (Filip Skokan) #42542b863a27da7
] - (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) #42427b298291af8
] - crypto: improve prime size argument validation (Tobias Nießen) #422341702a80737
] - debugger: throw a more useful error when the frame is missing (Kohei Ueno) #427761247809c57
] - debugger: fix inconsistent inspector output of exec new Map() (Kohei Ueno) #424231c8fa4dbbf
] - deps: V8: cherry-pick 3ebf2052a1b2 (Liu Yu) #43147b714b5d59b
] - deps: upgrade npm to 8.11.0 (npm team) #43210e69fc6f599
] - deps: upgrade npm to 8.10.0 (npm team) #4306146d9308872
] - deps: update undici to 5.2.0 (Node.js GitHub Bot) #43059973cd67e3b
] - deps: fix llhttp version number (Michael Dawson) #43029d9156c9124
] - deps: upgrade npm to 8.9.0 (npm team) #429680fd9371c18
] - deps: update undici to 5.1.1 (Michaël Zasso) #42939319f62bacd
] - deps: update Acorn to v8.7.0 (Michaël Zasso) #4266741303d74c1
] - deps: update ICU to 71.1 (Michaël Zasso) #426551d1ca205b1
] - deps: V8: cherry-pick cc9a8a37445e (Gus Caplan) #41823768e1a2315
] - doc: use serial comma in process docs (Tobias Nießen) #43179026ae9dba2
] - doc: improved parallel specification (mawaregetsuka) #42679d40733d256
] - doc: improve callback params forfs.mkdir
(Daeyeon Jeong) #43016d575229bb6
] - doc: add release key for RafaelGSS (Rafael Gonzaga) #4313166cb8180e4
] - doc: use serial comma in assert docs (Tobias Nießen) #431543f799c4a29
] - doc: fix errors in Performance hooks doc (OneNail) #43152ef037f3db6
] - doc: use serial comma in dns docs (Tobias Nießen) #4314584b698d2ab
] - doc: use ASCII apostrophes consistently (Tobias Nießen) #43114745d9a2428
] - doc: add strategic initiative for shadow realm (Chengzhong Wu) #43037ac9cbba86b
] - doc: use serial comma in fs docs (Tobias Nießen) #43104ec10ae7f39
] - doc: use serial comma in events docs (Tobias Nießen) #43113d876088b9f
] - doc: use serial comma in modules docs (Tobias Nießen) #43103084a7606e7
] - doc: use serial comma in util docs (Tobias Nießen) #4306306fdbcd721
] - doc: remove git:// protocol, adjust nits in onboarding.md (LiviaMedeiros) #430451d973f0806
] - doc: add maintaining info for shared libary option (Michael Dawson) #42517671f85eaa9
] - doc: add detail for how to update llhttp (Michael Dawson) #43028549bce1807
] - doc: use serial comma in buffer docs (Tobias Nießen) #43048615ad8c0bf
] - doc: use consistent method symbol (Paolo Insogna) #429745356d2b452
] - doc: add Rafael to the security steward for NearForm (Matteo Collina) #42966ccfa88cbda
] - doc: mark some node-api functions as experimental (NickNaso) #429874509fda932
] - doc: add LiviaMedeiros to collaborators (LiviaMedeiros) #430395f0006a87f
] - doc: use serial comma in http docs (Tobias Nießen) #4302653364e9091
] - doc: add the preferred name for @himself65 (Himself65) #43024b3b68823c0
] - doc: add release key for Juan Arboleda (Juan José) #42961991a949af6
] - doc: rename N-API to Node-API in test/README.md (Daeyeon Jeong) #429460bc73da41d
] - doc: use serial comma in tls docs (Tobias Nießen) #4300154e4f05cf8
] - doc: improve commit message example for releases (Juan José) #4295423452bc75d
] - doc: use serial comma in cluster docs (Tobias Nießen) #4298916df0388c2
] - doc: fix errors in Web Streams doc (OneNail) #428626328b2bfc5
] - doc: fix examples in cluster.md (OneNail) #42889f00f18393f
] - doc: add additional step to security release process (Michael Dawson) #42916f120658047
] - doc: add section regarding property definition inprimordials.md
(Antoine du Hamel) #4292110f296f50d
] - doc: clarify some default values infs.md
(LiviaMedeiros) #42892374c278716
] - doc: reword "test directory" (LiviaMedeiros) #428177d8f1438e0
] - doc: remove legacy-J
test.py option from BUILDING.md (LiviaMedeiros) #4281756670f0b32
] - doc: http2.createServeroptions
as optional (Daeyeon Jeong) #428329af67af460
] - doc: record March 2022 security release steward (Richard Lau) #42876e78bcb7d1b
] - doc: initial version of security-model-strategy.md (Michael Dawson) #4270920acb4819f
] - doc: clarify guide on testing internal errors (LiviaMedeiros) #42813bc0d8a37cc
] - doc: fix markdown formatting in primordials.md (Tobias Nießen) #428776376618f07
] - doc: add primordials guidelines (Antoine du Hamel) #386352444d5cadb
] - doc: elevate node-clinic diagnostic tier (RafaelGSS) #4280267610231ac
] - doc: update WebAssembly strategy with Wasm Web API (Tobias Nießen) #428360958df9dcd
] - doc: ordervm.Module
linker arguments correctly (Simen Bekkhus) #42797c02f0446e6
] - doc: add @kuriyosh to collaborators (Yoshiki Kurihara) #428241b908ad14c
] - doc: add maintaining-webassembly.md (Michael Dawson) #42660ef23564250
] - doc: delete heapdump from diagnostic tooling support tiers (Tony Gorez) #42783e53a9252bd
] - doc: fix example in assert.md (LiviaMedeiros) #427863591ec758b
] - doc: fix version history for Loaders API (Antoine du Hamel) #427780cb1bca3ab
] - doc: addnode:
prefix for all core modules (Antoine du Hamel) #42752e63827124d
] - doc: clarify core modules that can be loaded without a prefix (Antoine du Hamel) #427539e20318a57
] - doc: consolidate use of multiple-byte units (Antoine du Hamel) #42587cc90d1161d
] - doc: add documentation for inherited methods (Luigi Pinca) #426912d8dbe8f32
] - doc: close tag in n-api.md (LiviaMedeiros) #42751b5d6dd5e1a
] - doc: copyedit http.OutgoingMessage documentation (Luigi Pinca) #427333cd3a6af8b
] - doc: improve fragment (:target
) anchors behavior on HTML version (Antoine du Hamel) #42739a8d16eb05c
] - doc: fixadded:
info foroutgoingMessage.writable*
(Luigi Pinca) #42737eb6e140f9f
] - doc: delete mdb_v8 from diagnostic tooling support tiers (Tony Gorez) #4262602d8c3bc9c
] - doc: document the 'close' and 'finish' events (Luigi Pinca) #427048ae240ec92
] - doc: fixadded:
info foroutgoingMessage.{,un}cork()
(Luigi Pinca) #427110c64093dc4
] - doc: revise data imports and node: imports sections (Rich Trott) #427347c700eb2f7
] - doc: fix ESM JSON/data URL import example (Rich Trott) #42728444754bbaa
] - doc: improve doc for http.ServerResponse inheritance (Luigi Pinca) #426930654d3feee
] - doc: add RafaelGSS to collaborators (RafaelGSS) #4271858d737ccb9
] - doc: add NodeEdKeyGenParams to CryptoKey.algorithm (Tobias Nießen) #42629d4bec32ea3
] - doc: fix the example for embedders (Momtchil Momtchev) #4267132a87dfa7e
] - doc: change AES-GCM IV recommendation in WebCrypto (Tobias Nießen) #42611ab1939bf5c
] - doc: fixadded:
info for some methods (Luigi Pinca) #426611878a25694
] - doc: remove unneeded new in Buffer example (Niklas Mischkulnig) #42682c810ff2631
] - doc: mark worker.id as integer in cluster docs (Tobias Nießen) #426843614d450cb
] - doc: recommendfh.createWriteStream
for fsPromises methods (Antoine du Hamel) #42653a47092f138
] - doc: fix outgoingMessage.removeHeader() signature (Luigi Pinca) #426525530d3fb7d
] - doc: mark tlsSocket.authorized as boolean property (Tobias Nießen) #426479e39a84f88
] - doc: add missing punctuation in Web Streams doc (Tobias Nießen) #426729caffa16f7
] - doc: add missing article in session ticket section (Tobias Nießen) #42632802d088834
] - doc: link to dynamic import function (Tobias Nießen) #4263477d6bfdbc6
] - doc: add note about header values encoding (Paolo Insogna) #426245bc7d7fd36
] - doc: add missing word in rootCertificates section (Tobias Nießen) #42633d6e3056e86
] - doc: add history entries for DEP0162 onfs.md
(Antoine du Hamel) #426085aa46a2d2f
] - doc: fix brackets position (LiviaMedeiros) #426497ed40dcbbf
] - doc: copyedit corepack.md (Rich Trott) #42620e2a0954c94
] - doc: delete chakra tt from diagnostic tooling support tiers (Tony Gorez) #426273e156af5af
] - doc: simplify Http2Stream encoding text (Rich Trott) #42597071d34af6a
] - doc: remove obsolete stream API selection text (Rich Trott) #4258655567cf3c3
] - doc: remove faulty justification for 128-bit AES (Tobias Nießen) #425786d2d2b5550
] - doc: fix documentation ofFileHandle.prototype.appendFile
(Antoine du Hamel) #425880704e3b1b5
] - doc: change "OCSP Request" to "OCSP request" (Tobias Nießen) #425821b8cc7bb04
] - doc: aes webcrypto unwrap is not a node-specific extensions (Filip Skokan) #425616dd07726b9
] - doc: simplify recommendations in process.md (Rich Trott) #425565a15cb81b2
] - doc: clarify recommendations in stream.md (Rich Trott) #4255591a11775f6
] - doc: simplify recommendation in webcrypto.md (Rich Trott) #4255484be8dff8d
] - doc: update DEP0102 text (Rich Trott) #4255361ea408ce0
] - doc: add introduction sentence for CJS (Antoine du Hamel) #42491124cb46b84
] - doc: add @meixg to collaborators (Xuguang Mei) #42576073ad0271b
] - doc: consolidate CI sections (Rich Trott) #42534f2dc7c84d6
] - doc: document breaking change inhttp.IncomingMessage
'close'
event (Paolo Insogna) #42521f83fc62be1
] - doc: remove extraneous comma (Rich Trott) #42548868842fe15
] - doc: guide towards x509.fingerprint256 (Tobias Nießen) #425162c70f14910
] - doc: fix internal link in collaborator-guide.md (Daeyeon Jeong) #425517517c6eb25
] - doc: add suggestion for OpenSSL only sec releases (Michael Dawson) #424560684a065d6
] - doc: fix comment text in async_hooks example (Rich Trott) #42499b9eee7306c
] - doc: addstability
class to legacy status description (Daniel Roe) #4252554fc810af2
] - doc: suggest checkHost in checkServerIdentity docs (Tobias Nießen) #42495ec5443cb7b
] - doc: update security release onboarding (Joe Sepi) #423331aff9fa9fa
] - doc: remove comma splice in events.md (Rich Trott) #42484aecc77baf3
] - doc: clarify napi_finalize behavior (Alba Mendez) #42461a45f088d28
] - doc: expand history for conditional exports changes in v12 (Greg Poole) #4233980a387b81d
] - doc: change comma-splice to two sentences (Rich Trott) #4245567c7ceacf2
] - doc: add link to section (Rich Trott) #424285b241ee5f7
] - doc: fix typo in async_context.md (Anupama Codippily) #424449b71043e90
] - doc: addtrace_gc
to diagnostic tooling support document (Tony Gorez) #4234654720f59ce
] - doc: make header smaller and dropdown click-driven when JS is on (Paolo Insogna) #421652ce6e70128
] - doc: standardize typography for _semantic versioning_ (Rich Trott) #42401ad81dad567
] - doc: unify import order in CCM example (Tobias Nießen) #42394a197ad9d06
] - doc: update property name (Rich Trott) #42398b3ea8f1192
] - doc,readline: add missing node protocol in example (Mestery) #415602b807543ce
] - doc,test: clarify ChaCha20-Poly1305 usage (Tobias Nießen) #4232356ffc07ffb
] - errors,console: refactor to use ES2021 syntax (小菜) #428729e815c56fb
] - errors,vm: update error and use cause (Gus Caplan) #428203abaf4dc4d
] - (SEMVER-MINOR) esm: add chaining to loaders (Jacob Smith) #42623c6f4a6f2f8
] - esm: fix imports from non-file module (Antoine du Hamel) #42881c7fb9cbc09
] - esm: graduate top-level-await to stable (Antoine du Hamel) #4287589eac9772a
] - esm: emit experimental warnings in common place (Jacob Smith) #42314b8f102c363
] - fs: add trailing commas (LiviaMedeiros) #43127c3ae514980
] - (SEMVER-MINOR) fs: make params in writing methods optional (LiviaMedeiros) #42601cdda73576e
] - fs: remove unnecessary ?? operator (Morgan Roderick) #4307317c5ede56e
] - (SEMVER-MINOR) fs: addread(buffer[, options])
versions (LiviaMedeiros) #42768c4b16101a5
] - fs: fix mkdirSync so ENOSPC is correctly reported (Santiago Gimeno) #42811a45aabebb2
] - fs: fix write methods param validation and docs (LiviaMedeiros) #416779c821c3dff
] - http: document that ClientRequest inherits from OutgoingMessage (K.C.Ashish Kumar) #426425eb75871e4
] - http2: compat support for array headers (OneNail) #4290127bcf3378e
] - lib: refactorvalidateInt32
andvalidateUint32
(mawaregetsuka) #430718f96d73706
] - lib: prepare files for no-var lint rule (Rich Trott) #42573e2a9374d19
] - lib: source maps filter null prefix (Fabian Cook) #425227127c3c0f4
] - lib: improve the coverage of the validator (mawaregetsuka) #4244321cf1ddee8
] - lib: update JSDoc for linting (Rich Trott) #424891f2d23c574
] - meta: add mailmap entry for legendecas (Chengzhong Wu) #431564b76af14e8
] - meta: add mailmap entry for npm team (Luigi Pinca) #43143236d1391fc
] - meta: add mailmap entry for Morgan Roderick (Luigi Pinca) #43144b56a91ae89
] - meta: add mailmap entry for ShogunPanda (Paolo Insogna) #430946b56ec7c67
] - meta: update .mailmap for recent README name change (Rich Trott) #430270aeccc258b
] - meta: update AUTHORS (Node.js GitHub Bot) #43004eaf705283d
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42937d9ed13a75a
] - meta: update AUTHORS (Node.js GitHub Bot) #42848e20811d054
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #427692ddfa0e80b
] - meta: update AUTHORS (Node.js GitHub Bot) #42760077bebc370
] - meta: move mmarchini to emeritus (mary marchini) #42750c3b3ee4178
] - meta: update AUTHORS (Node.js GitHub Bot) #4267747eb8f0f95
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42599ab01eaf0f0
] - meta: update .mailmap and AUTHORS (Rich Trott) #42602eaae319e4a
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42500eb33629b04
] - meta: update AUTHORS (Node.js GitHub Bot) #425853684fd1b39
] - meta: update AUTHORS (Node.js GitHub Bot) #42488404208777d
] - net,dns: trace tcp connection and dns by perf_hooks (theanarkh) #42390e6ab565e80
] - node-api: fix napi_get_all_property_names (Vladimir Morozov) #42463c07200ce7f
] - node-api: format Node-API related code (Vladimir Morozov) #423962cf6a0540a
] - os: avoid unnecessary usage of var (Mohammed Keyvanzadeh) #42563d2d0f6f143
] - (SEMVER-MINOR) perf_hooks: add PerformanceResourceTiming (RafaelGSS) #427258a29296652
] - perf_hooks: return different functions in timerify (Himself65) #4285455bbdd7e98
] - (SEMVER-MINOR) src: add --openssl-legacy-provider option (Daniel Bevenius) #40478115a04ff87
] - src: reuse GetServerName (Tobias Nießen) #431684823c5e42b
] - src: fix static analysis warning and use smart ptr (Tobias Nießen) #43117c4833ff652
] - src: remove SecureContext::operator* (Tobias Nießen) #43121758c02ec5d
] - src: replace TraceEventScope with sync events (Chengzhong Wu) #429778593a336d6
] - src: delete AllocatedBuffer (Darshan Sen) #43008eecf820e39
] - src: remove unnecessary comment (Kohei Ueno) #42952e3a4d40c2a
] - src: always signal V8 for intercepted properties (Michaël Zasso) #429633c1d169839
] - src: fix memory leak for v8.serialize (liuxingbaoyu) #42695a6bceaec4d
] - src: turn SSL_CTX_new CHECK/segfault into JS exception (Anna Henningsen) #427991dcbf73552
] - src: define fs.constants.S_IWUSR & S_IRUSR for Win (Liviu Ionescu) #42757f41ea761ca
] - src: usenode:
prefix in example (Antoine du Hamel) #4279445f7bd09eb
] - src: large page attributing an id on Linux (David CARLIER) #42644189270d97d
] - src: fix coverity report (Michael Dawson) #42663d5a7787f73
] - src: fix alphabetically sorted binding list (Tobias Nießen) #42687b3016c7dd0
] - src: add proper mutexes for accessing FIPS state (Anna Henningsen) #42278824a1917a0
] - src: fix typo in InspectorIoDelegate constructor (Kohei Ueno) #4252081ef4cca89
] - src: remove unnecessary static qualifier in crypto_dh.cc (Darshan Sen) #42492592aec3279
] - src: address 3 useless call coverity warnings (Michael Dawson) #424264f186a5d94
] - src: properly report exceptions from AddressToJS() (Darshan Sen) #4205467ea8e2d5d
] - src: suppress false coverity warning (Michael Dawson) #422840cd6bfae74
] - src: refactor IsSupportedAuthenticatedMode (Tobias Nießen) #4236870c4f39129
] - src,crypto: remove uses of AllocatedBuffer from crypto_rsa.cc (Darshan Sen) #4285291e804f7e2
] - src,crypto: remove uses of AllocatedBuffer from crypto_ec.cc (Darshan Sen) #427662e3a21f2db
] - src,crypto: remove uses of AllocatedBuffer from crypto_tls.cc (Darshan Sen) #42589139a8eb177
] - src,crypto: handle empty maybe correctly in crypto_dh.cc (Darshan Sen) #424926ee9587e6e
] - src,crypto: remove uses of AllocatedBuffer from crypto_dh.cc (Darshan Sen) #42492542744bb6e
] - src,inspector: fix empty MaybeLocal crash (Darshan Sen) #42409f6b10cf4bc
] - src,inspector: fix empty MaybeLocal crash (Darshan Sen) #424091808572414
] - (SEMVER-MINOR) stream: add writableAborted (Robert Nagy) #408024c4cd31846
] - test: improve readline/emitKeypressEvents.js coverage (OneNail) #4290880df97c126
] - test: fix dangerous .map intest/parallel/test-http-set-trailers.js
(LiviaMedeiros) #430875e3c72adb5
] - test: reduce flakiness oftest-fs-read-position-validation.mjs
(LiviaMedeiros) #42999aaa247cc83
] - test: rename handlewrap.hasref tests (Daeyeon Jeong) #4275438a1060e66
] - test: improve observable ICU behaviour coverage (LiviaMedeiros) #42683abafda8e95
] - test: validate webstream encoder/decoder inspector (Yoshiki Kurihara) #42747db1d714689
] - test: usemustSucceed
instead ofmustCall
withassert.ifError
(MURAKAMI Masahiko) #428068bb7f565cf
] - test: improvelib/internal/webstreams/readablestream.js
coverage (MURAKAMI Masahiko) #4282351a6afafdc
] - test: add test for position validation in fs.read() and fs.readSync() (LiviaMedeiros) #42837fb8a23a69a
] - test: add tests for extracting function name (Kohei Ueno) #423994e8c58cd49
] - test: simplify test-gc-{http-client,net}-* (Luigi Pinca) #42782eca030d32a
] - test: check ecdsa psychic signature (Filip Skokan) #428636f0edeb657
] - test: fix port in net-perf_hooks (LiviaMedeiros) #4276198db2e7643
] - test: skip test that cannot pass under --node-builtin-modules-path (Geoffrey Booth) #42834f302bc13db
] - test: fix flaky HTTP server tests (Tobias Nießen) #4284630a93db72f
] - test: fix calculations in test-worker-resource-limits (Joyee Cheung) #427029730482960
] - test: remove the legacy url parser function (Kohei Ueno) #426560ef18fe189
] - test: improve test coverage of internal/blob (Yoshiki Kurihara) #4151335b1f79083
] - test: delete test/pummel/test-repl-empty-maybelocal-crash.js (Darshan Sen) #42720abb15f5be9
] - test: improveinternal/url.js
coverage (Yoshiki Kurihara) #426508a19abcb0b
] - test: only skip slow tests on Raspberry Pi devices (Richard Lau) #42645567b96a9c7
] - test: allow numeric string for lookupService test (Daeyeon Jeong) #4259609052f319e
] - test: remove an unnecessaryundefined
in wpt (Khaidi Chu) #4147050e701defb
] - test: simplify test-http-write-callbacks.js (Tobias Nießen) #426280ad7f4b4b1
] - test: remove hack foratob
andbtoa
WPT tests (Antoine du Hamel) #425401fd13403e4
] - test: pass data into napi_create_external (Joyee Cheung) #425327bf8117ee5
] - test: improveFileHandle.prototype.write
coverage (Antoine du Hamel) #42541846acac5a2
] - test: add test for exception handlings in debugger (Kohei Ueno) #42327dc69ce482e
] - test: fix typo in common/wpt.js (Ikko Ashimine) #42567dbb865fbc8
] - test: fix typos in test/parallel (Daeyeon Jeong) #4250290ecc9baa2
] - test: add trace-gc flag test (Tony Gorez) #42471b96cfde1ef
] - test: improveworker_threads
coverage (Erick Wendel) #41818a195b4f92e
] - test,fs: add fs.rm() tests for .git directories (Darshan Sen) #42410520e5d9eeb
] - (SEMVER-MINOR) tools: disable trap handler for Windows cross-compiler (Michaël Zasso) #40488776d11a536
] - (SEMVER-MINOR) tools: update V8 gypfiles for 9.6 (Michaël Zasso) #4048827b646ea8e
] - tools: refactor build-addons.js to ESM (Feng Yu) #43099c3f0e6dffe
] - tools: update lint-md-dependencies to rollup@2.74.1 (Node.js GitHub Bot) #4317263045bff26
] - tools: update eslint to 8.16.0 (Node.js GitHub Bot) #43174bc8118d976
] - tools: refactor update-authors.js to ESM (Feng Yu) #4309843cde0185f
] - tools: update lint-md-dependencies to rollup@2.73.0 (Node.js GitHub Bot) #43107bc35640158
] - tools: update eslint to 8.15.0 (Node.js GitHub Bot) #43005e810ae02a0
] - tools: refactor lint-sh.js to esm module (Feng Yu) #42942362035f3dd
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #430031612c35a35
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #42932ecb4d0bf46
] - tools: bump jsdoccomment from 0.22.1 to 0.29.0 (Rich Trott) #42857ff9b688e20
] - tools: update eslint to 8.14.0 (Node.js GitHub Bot) #428459cebb09f29
] - tools: update doc to highlight.js@11.5.1 (Node.js GitHub Bot) #42758cab329b380
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #427592307371f4c
] - tools: lint osx shell scripts (LiviaMedeiros) #42712a7a59acb72
] - tools: update clang-format 1.6.0 to 1.7.0 (Rich Trott) #42724f269e15266
] - tools: update clang-format from 1.2.3 to 1.6.0 (Rich Trott) #426852a50964f12
] - tools: update eslint to 8.13.0 (Node.js GitHub Bot) #4267893c94020cd
] - tools: update gyp-next to v0.12.1 (Michaël Zasso) #426257fab8012f8
] - tools: update lint-md-dependencies to @rollup/plugin-commonjs@21.0.3 (Node.js GitHub Bot) #42584a2e858fdfd
] - tools: enable no-var ESLint rule for lib (Rich Trott) #42573321539c507
] - tools: fixed bug causing JSON format to be broken (mawaregetsuka) #41565b238396d17
] - tools: update GHA actions version (Antoine du Hamel) #42498bd2d437b28
] - tools: update eslint to 8.12.0 (Node.js GitHub Bot) #424893c152363b5
] - tools: update lint-md-dependencies to vfile-reporter@7.0.4 (Node.js GitHub Bot) #42487ad7f3bc979
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #424161f850c0a2f
] - tools: bump cpplint to 1.6.0 (Rich Trott) #424164122a8dd18
] - tools: fix skip PR if CI is still running (Xuguang Mei) #42377208a5eada4
] - tools: make update-undici script executable (Michaël Zasso) #424066de289b917
] - typings: fixos.cpus
invalid return type (Himself65) #430068b92e59eee
] - v8: export more fields in getHeapStatistics (theanarkh) #42784626fcb223b
] - wasi: remove unecessary null check (Michael Dawson) #42819835f0a5610
] - worker: fix heap snapshot crash on exit (Chengzhong Wu) #43123e62d8e6f31
] - worker: fix stream racing with terminate (Keyhan Vakil) #42874e0807fd371
] - (SEMVER-MINOR) worker: add hasRef() to MessagePort (Darshan Sen) #428492fe8a79ea0
] - worker: add hasRef() to the handle object (Darshan Sen) #42756