-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
v18.2.0 proposal #43036
Merged
Merged
v18.2.0 proposal #43036
Conversation
This file contains 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
Refs: #42741 PR-URL: #42926 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42892 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
PR-URL: #42924 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zeyu Yang <[email protected]>
PR-URL: #42921 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
PR-URL: #42918 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
The external references were not actually registered. PR-URL: #42903 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #42901 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Ricky Zhou <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
PR-URL: #42837 Co-authored-by: Antoine du Hamel <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
This adds the following: - `fs.read(fd, buffer[, options], callback)`. - `filehandle.read(buffer[, options])`. PR-URL: #42768 Refs: #42601 Reviewed-By: Antoine du Hamel <[email protected]>
Signed-off-by: Michael Dawson <[email protected]> PR-URL: #42916 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
When Buffer::New passes in existing data, it cannot be garbage collected in js synchronous execution. Fixes: #40828 Refs: #38300 PR-URL: #42695 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
PR-URL: #42889 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
PR-URL: #42862 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Harshitha K P <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Zeyu Yang <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Fixes: #41578 PR-URL: #42812 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #42893 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Co-authored-by: Luigi Pinca <[email protected]>
Fixes: #42827 PR-URL: #42947 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Also affects generateKeySync('hmac', ...) PR-URL: #42944 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Refs: #39941 Signed-off-by: Darshan Sen <[email protected]> PR-URL: #42852 Reviewed-By: Anna Henningsen <[email protected]>
PR-URL: #42968 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
PR-URL: #42867 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42823 Refs: https://coverage.nodejs.org/coverage-3a6b975981092213/lib/internal/webstreams/readablestream.js.html#L421 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: #42806 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
PR-URL: #42747 Refs: https://coverage.nodejs.org/coverage-24adba675179ebba/lib/internal/webstreams/encoding.js.html#L98 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #42683 Refs: #42440 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
The linked issue, https://bugs.chromium.org/p/v8/issues/detail?id=6593, is marked as "Fixed", so I think we can revert this now. This reverts commit 08a9c4a. Signed-off-by: Darshan Sen <[email protected]> PR-URL: #42934 Refs: https://bugs.chromium.org/p/v8/issues/detail?id=9187 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
`HandleWrap.isRefed()` was renamed to `hasRef()`. However, the filename of related TCs has not been reflected. Refs: f31a5ec34a PR-URL: #42754 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mestery <[email protected]> Reviewed-By: James M Snell <[email protected]>
Refs: #42701 Refs: nodejs/undici#1346 Refs: #42939 PR-URL: #42960 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
PR-URL: #42937 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Akhil Marsonya <[email protected]>
`icu_locales` is generated by joining values from `set` data structure. However, `set` doesn't guarantee an order, so the result of `icu_locales` is not determined. For example, the result value could be 'en,root' or 'root,en'. This fix makes it deterministic. The main reason of this fix is to restore the reproducibility of the build because the value of `icu_locales` is embedded into `node` binary. PR-URL: #42865 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mestery <[email protected]>
Refs: #11321 Refs: #17384 PR-URL: #42989 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
RafaelGSS
force-pushed
the
v18.2.0-proposal
branch
from
May 16, 2022 12:00
812ba02
to
c437cf3
Compare
BethGriggs
reviewed
May 16, 2022
RafaelGSS
added a commit
that referenced
this pull request
May 16, 2022
Notable changes: * This release updates OpenSSL to 3.0.3. This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. * *Revert*_ "deps: add template for generated headers" (Daniel Bevenius) #42978 * deps: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) #43022 * deps: update undici to 5.2.0 (Node.js GitHub Bot) #43059 * deps: upgrade npm to 8.9.0 (npm team) #42968 * (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 * (SEMVER-MINOR) http: added connection closing methods (Shogun) #42812 * deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) #43022 * doc: add LiviaMedeiros to collaborators (LiviaMedeiros) #43039 * doc: add release key for Juan Arboleda (Juan José) #42961 * (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 * (SEMVER-MINOR) http: added connection closing methods (Paolo Insogna) #42812 * perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725 PR-URL: #43036
RafaelGSS
force-pushed
the
v18.2.0-proposal
branch
from
May 16, 2022 12:38
c437cf3
to
2e84c93
Compare
RafaelGSS
added a commit
that referenced
this pull request
May 16, 2022
OpenSSL This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. * deps: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) #43022 * deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) #43022 Other Notable changes * *Revert*_ "deps: add template for generated headers" (Daniel Bevenius) #42978 * deps: update undici to 5.2.0 (Node.js GitHub Bot) #43059 * deps: upgrade npm to 8.9.0 (npm team) #42968 * (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 * (SEMVER-MINOR) http: added connection closing methods (Shogun) #42812 * doc: add LiviaMedeiros to collaborators (LiviaMedeiros) #43039 * doc: add release key for Juan Arboleda (Juan José) #42961 * (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 * (SEMVER-MINOR) http: added connection closing methods (Paolo Insogna) #42812 * perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725 PR-URL: #43036
RafaelGSS
force-pushed
the
v18.2.0-proposal
branch
from
May 16, 2022 13:00
2e84c93
to
6eb7ae6
Compare
RafaelGSS
added a commit
that referenced
this pull request
May 16, 2022
OpenSSL This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. * deps: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) #43022 * deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) #43022 Other Notable Changes * *Revert*_ "deps: add template for generated headers" (Daniel Bevenius) #42978 * deps: update undici to 5.2.0 (Node.js GitHub Bot) #43059 * deps: upgrade npm to 8.9.0 (npm team) #42968 * (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 * (SEMVER-MINOR) http: added connection closing methods (Shogun) #42812 * doc: add LiviaMedeiros to collaborators (LiviaMedeiros) #43039 * doc: add release key for Juan Arboleda (Juan José) #42961 * (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 * (SEMVER-MINOR) http: added connection closing methods (Paolo Insogna) #42812 * perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725 PR-URL: #43036
RafaelGSS
force-pushed
the
v18.2.0-proposal
branch
from
May 16, 2022 13:03
6eb7ae6
to
b7bc76c
Compare
BethGriggs
reviewed
May 16, 2022
BethGriggs
reviewed
May 16, 2022
Notable changes: OpenSSL 3.0.3 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. - deps: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) #43022 - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) #43022 Other notable changes: - _Revert_ "deps: add template for generated headers" (Daniel Bevenius) #42978 - deps: update undici to 5.2.0 (Node.js GitHub Bot) #43059 - deps: upgrade npm to 8.9.0 (npm team) #42968 - (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 - (SEMVER-MINOR) http: added connection closing methods (Shogun) #42812 - doc: add LiviaMedeiros to collaborators (LiviaMedeiros) #43039 - doc: add release key for Juan Arboleda (Juan José) #42961 - (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 - (SEMVER-MINOR) http: added connection closing methods (Paolo Insogna) #42812 - (SEMVER-MINOR) perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725 PR-URL: #43036
RafaelGSS
force-pushed
the
v18.2.0-proposal
branch
from
May 16, 2022 15:41
b7bc76c
to
1531ef1
Compare
BethGriggs
approved these changes
May 16, 2022
23 tasks
Release build on 1531ef1: https://ci-release.nodejs.org/job/iojs+release/8469/ |
RafaelGSS
added a commit
that referenced
this pull request
May 17, 2022
Notable changes: OpenSSL 3.0.3 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. - deps: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) #43022 - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) #43022 Other notable changes: - _Revert_ "deps: add template for generated headers" (Daniel Bevenius) #42978 - deps: update undici to 5.2.0 (Node.js GitHub Bot) #43059 - deps: upgrade npm to 8.9.0 (npm team) #42968 - (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 - (SEMVER-MINOR) http: added connection closing methods (Shogun) #42812 - doc: add LiviaMedeiros to collaborators (LiviaMedeiros) #43039 - doc: add release key for Juan Arboleda (Juan José) #42961 - (SEMVER-MINOR) fs: add `read(buffer[, options])` versions (LiviaMedeiros) #42768 - (SEMVER-MINOR) http: added connection closing methods (Paolo Insogna) #42812 - (SEMVER-MINOR) perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725 PR-URL: #43036
RafaelGSS
added a commit
to RafaelGSS/nodejs.org
that referenced
this pull request
May 17, 2022
RafaelGSS
added a commit
to nodejs/nodejs.org
that referenced
this pull request
May 17, 2022
This was referenced May 18, 2022
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.
2022-05-17, Version 18.2.0 (Current), @BethGriggs prepared by @RafaelGSS
Notable Changes
OpenSSL 3.0.3
This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18.
See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines.
8e54c19a6e
] - deps: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) #430226365bf808e
] - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) #43022Other Notable Changes
13c333e533
] - Revert "deps: add template for generated headers" (Daniel Bevenius) #42978d128356a7f
] - deps: update undici to 5.2.0 (Node.js GitHub Bot) #430592df1624f80
] - deps: upgrade npm to 8.9.0 (npm team) #429686365bf808e
] - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) #430224a3f678e70
] - doc: add LiviaMedeiros to collaborators (LiviaMedeiros) #43039686c4c1f6f
] - doc: add release key for Juan Arboleda (Juan José) #42961784d84cf34
] - (SEMVER-MINOR) fs: addread(buffer[, options])
versions (LiviaMedeiros) #427682f192c4be0
] - (SEMVER-MINOR) http: added connection closing methods (Paolo Insogna) #42812c92e291beb
] - perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725Commits
7cac7bb806
] - assert: fix CallTracker wraps the function causes the length to be lost (OneNail) #42909e74a8da287
] - assert: makeassert.fail
less affected by prototype tampering (Antoine du Hamel) #429181146806673
] - bootstrap: stop delaying instantiation of maps in per-context scripts (Darshan Sen) #42934a20310d171
] - bootstrap: use a context snapshotted with primordials in workers (Joyee Cheung) #428679ee7d9eb15
] - bootstrap: fix wasm_web_api external reference registration (Joyee Cheung) #42903cec678a00e
] - build: set ASAN workaround (Richard Lau) #430857c4df42caa
] - build: disable windows-2022 temporarily (Jiawen Geng) #430930eb32ed976
] - build: fix various shared library build issues (William Marlow) #4185048f4a714b2
] - build: fix indeterminacy of icu_locales value (Sergey Nazaryev) #4286519c060fd84
] - crypto: adjust minimum length in generateKey('hmac', ...) (LiviaMedeiros) #42944183bcc0699
] - crypto: clean up parameter validation in HKDF (Tobias Nießen) #42924946f57c7bc
] - debugger: fix inconsistent inspector output of exec new Map() (Kohei Ueno) #42423d128356a7f
] - deps: update undici to 5.2.0 (Node.js GitHub Bot) #43059a9703a55ef
] - deps: remove opensslconf template headers (Daniel Bevenius) #43035a4a4f7134b
] - deps: fix llhttp version number (Michael Dawson) #430298e54c19a6e
] - deps: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) #430226365bf808e
] - deps: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) #43022e8121ae7fe
] - deps: regenerate OpenSSL archs files (Daniel Bevenius) #4297813c333e533
] - Revert "deps: add template for generated headers" (Daniel Bevenius) #429782df1624f80
] - deps: upgrade npm to 8.9.0 (npm team) #42968f53ed9d1bb
] - doc: use serial comma in fs docs (Tobias Nießen) #43104839824aca8
] - doc: use serial comma in events docs (Tobias Nießen) #431139629c74080
] - doc: use serial comma in modules docs (Tobias Nießen) #4310376096c2d4a
] - doc: use serial comma in util docs (Tobias Nießen) #430631e9de0dd5a
] - doc: remove git:// protocol, adjust nits in onboarding.md (LiviaMedeiros) #43045eb630d7ef9
] - doc: add maintaining info for shared libary option (Michael Dawson) #425173816a97bae
] - doc: add detail for how to update llhttp (Michael Dawson) #43028330e267a57
] - doc: use serial comma in buffer docs (Tobias Nießen) #430480957212390
] - doc: use consistent method symbol (Paolo Insogna) #4297422cb7104cb
] - doc: add Rafael to the security steward for NearForm (Matteo Collina) #42966ef177da3f1
] - doc: mark some node-api functions as experimental (NickNaso) #429874a3f678e70
] - doc: add LiviaMedeiros to collaborators (LiviaMedeiros) #43039c988a0ed26
] - doc: use serial comma in http docs (Tobias Nießen) #430264de918b4c1
] - doc: add the preferred name for @himself65 (Himself65) #43024686c4c1f6f
] - doc: add release key for Juan Arboleda (Juan José) #4296164e0aa116d
] - doc: rename N-API to Node-API in test/README.md (Daeyeon Jeong) #4294665d64553c0
] - doc: use serial comma in tls docs (Tobias Nießen) #43001840e61e745
] - doc: improve commit message example for releases (Juan José) #42954ba3ad7c665
] - doc: use serial comma in cluster docs (Tobias Nießen) #429893ab3086008
] - doc: fix errors in Web Streams doc (OneNail) #428621fbfee2497
] - doc: fix examples in cluster.md (OneNail) #428891237c742f4
] - doc: add additional step to security release process (Michael Dawson) #4291688692d8fd6
] - doc: add section regarding property definition inprimordials.md
(Antoine du Hamel) #42921924670f3af
] - doc: clarify some default values infs.md
(LiviaMedeiros) #42892becca06f9b
] - fs: remove unnecessary ?? operator (Morgan Roderick) #43073784d84cf34
] - (SEMVER-MINOR) fs: addread(buffer[, options])
versions (LiviaMedeiros) #427682f192c4be0
] - (SEMVER-MINOR) http: added connection closing methods (Paolo Insogna) #42812bfbf965eb0
] - http2: compat support for array headers (OneNail) #4290146a44b3011
] - lib: move WebAssembly Web API into separate file (Tobias Nießen) #42993c64b8d3282
] - lib,test: enable wasm/webapi/empty-body WPT (Tobias Nießen) #42960ddd271ec2b
] - meta: add mailmap entry for ShogunPanda (Paolo Insogna) #43094174ff972f0
] - meta: update .mailmap for recent README name change (Rich Trott) #4302716df8ad7c3
] - meta: update AUTHORS (Node.js GitHub Bot) #430040ec32d0715
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42937037ff3da6d
] - node-api: explicitly set __cdecl for API functions (Vladimir Morozov) #42780e2462a2f98
] - node-api: fix napi_get_all_property_names (Vladimir Morozov) #42463c92e291beb
] - perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725c535db1195
] - src: delete AllocatedBuffer (Darshan Sen) #430085dc79298e1
] - src: remove unnecessary comment (Kohei Ueno) #4295238e4c15534
] - src: always signal V8 for intercepted properties (Michaël Zasso) #42963cacff07e75
] - src: fix memory leak for v8.serialize (liuxingbaoyu) #426958cfc18e4db
] - src,crypto: remove uses of AllocatedBuffer from crypto_rsa.cc (Darshan Sen) #428520670843b24
] - test: fix dangerous .map intest/parallel/test-http-set-trailers.js
(LiviaMedeiros) #430879eb8bf1d26
] - test: reduce flakiness oftest-fs-read-position-validation.mjs
(LiviaMedeiros) #4299941d2f6e8c5
] - test: rename handlewrap.hasref tests (Daeyeon Jeong) #42754e058f47277
] - test: improve observable ICU behaviour coverage (LiviaMedeiros) #42683d23debb4cb
] - test: validate webstream encoder/decoder inspector (Yoshiki Kurihara) #42747b1c18edaa9
] - test: usemustSucceed
instead ofmustCall
withassert.ifError
(MURAKAMI Masahiko) #428062dc795687a
] - test: improvelib/internal/webstreams/readablestream.js
coverage (MURAKAMI Masahiko) #42823d746207dc2
] - test: fix test-crypto-fips.js under shared OpenSSL (Vita Batrla) #4294756c47b5101
] - test: use consistent timeouts (Paolo Insogna) #4289368ed3c88d9
] - test: add test for position validation in fs.read() and fs.readSync() (LiviaMedeiros) #4283772b90fd5f5
] - test: reduce impact of flaky HTTP server tests (Tobias Nießen) #42926531a0a9980
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #4310764daaca46d
] - tools: update eslint to 8.15.0 (Node.js GitHub Bot) #4300579872382ef
] - tools: refactor lint-sh.js to esm module (Feng Yu) #42942265ecdfe07
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #43003e9e1f1e194
] - typings: fixos.cpus
invalid return type (Himself65) #4300655ef6e81cb
] - wasm: add missing init reported by coverity (Michael Dawson) #428975470578008
] - worker: fix stream racing with terminate (Keyhan Vakil) #42874