-
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
v18.8.0 release proposal #44246
Closed
Closed
v18.8.0 release proposal #44246
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
PR-URL: #43967 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #43964 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Darshan Sen <raisinten@gmail.com>
The return value of getPrime() is not a private key in any way. Refs: nodejs/node-v0.x-archive#2638 PR-URL: #43990 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #43997 Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
The error code, `ECONNRESET`, is observed on linux. This commit adds it as an expected error code. Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: #43961 Refs: https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_withoutintl_x64/32901/testReport/junit/(root)/test/parallel_test_cluster_concurrent_disconnect/ Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
PR-URL: #43981 Refs: nodejs/reliability#331 Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
PR-URL: #43976 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #43975 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Original commit message: Add more efficient API for accesssing ArrayBuffer raw data Raw data access is already possible via GetBackingStore()->GetData(). This API exposes a more efficient way for accessing JSArrayBuffer::backing_store (which, despite the confusing name, is no the BackingStore but its raw data pointer). Bug: v8:10343 Change-Id: I695cea91e2c3de75ce6c86bac6e413ce6617958b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3764341 Reviewed-by: Camillo Bruni <cbruni@chromium.org> Commit-Queue: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#81745} Refs: v8/v8@00704f5 Refs: #32226 PR-URL: #43921 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
PR-URL: #43849 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it>
"previous" read like it should be "previously" PR-URL: #44005 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #43977 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Nitzan Uziely <linkgoron@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Ensuring every request is assigned to a drained socket or nothing. Because is has no benifit for a request to be attached to a non drained socket and it prevents the request from being assigned to a drained one, which might occur soon or already in the free pool We achieve this by claiming a socket as free only when the socket is drained. PR-URL: #43902 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Robert Nagy <ronagy@icloud.com>
Instead of referring users to perl to find information about supported MODP groups in crypto_groups.h, explicitly list the groups with their respective strengths and with references to the defining RFC sections. Refs: #43896 PR-URL: #43986 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
The source context is not prepended to the value of the `stack` property when the source map is not enabled. Rather than prepending the error source context to the value of the `stack` property unconditionally, this patch aligns the behavior and only prints the source context when the error is not handled by userland (e.g. fatal errors). Also, this patch fixes that when source-map support is enabled, the error source context is not pointing to where the error was thrown. PR-URL: #43875 Fixes: #43186 Fixes: #41541 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #43492 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
PR-URL: #43492 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
The referenced header file does not exist anymore. Refs: #43896 PR-URL: #44012 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
PR-URL: #44009 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
PR-URL: #43998 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
PR-URL: #44013 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Declare buf as an unsigned char to get rid of the reinterpret_cast and do not ignore the return value of ASN1_STRING_TO_UTF8. This also removes the need to call strlen() on the result. PR-URL: #44002 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #43784 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #43974 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Feng Yu <F3n67u@outlook.com>
`AfterScanDirWithTypes` is almost same as `AfterScanDir` except for handling the `with file types` option. This merges the two functions into one. Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: #43204 Reviewed-By: Feng Yu <F3n67u@outlook.com>
V8 APIs like HostImportModuleDynamicallyCallback and ScriptCompiler::CompileFunction is moving away from ScriptOrModule. Replaces ScriptCompiler::CompileFunctionInContext with ScriptCompiler::CompileFunction to remove the usages on the optional out param ScriptOrModule. PR-URL: #44198 Fixes: nodejs/node-v8#214 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
parallel/test-http-server-request-timeouts-mixed.js test was sometimes failing due to insufficient tolerance between the connection timeout checking interval, and the expected timeout specified in the test. This change makes the checking interval more frequent, and decouples the timeout for the check from the checking interval. PR-URL: #44169 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com> PR-URL: #44033 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
- This throws if the view is zero-length when there is an active reader when using `ReadableStreamBYOBRequest.respondWithNewView()`. - By doing that, we can get all tests passed in `readable-byte-streams/bad-buffers-and-views.any.js`. Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com PR-URL: #44155 Refs: https://streams.spec.whatwg.org/#readable-byte-stream-controller-respond-with-new-view Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Notable changes: bootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blob This patch introduces `--build-snapshot` and `--snapshot-blob` options for creating and using user land snapshots. To generate a snapshot using snapshot.js as an entry point and write the snapshot blob to snapshot.blob: ```bash echo "globalThis.foo = 'I am from the snapshot'" > snapshot.js node --snapshot-blob snapshot.blob --build-snapshot snapshot.js ``` To restore application state from snapshot.blob, with index.js as the entry point script for the deserialized application: ```bash echo "console.log(globalThis.foo)" > index.js node --snapshot-blob snapshot.blob index.js ``` Users can also use the `v8.startupSnapshot` API to specify an entry point at snapshot building time, thus avoiding the need of an additional entry script at deserialization time: ```bash echo "require('v8').startupSnapshot.setDeserializeMainFunction(() => console.log('I am from the snapshot'))" > snapshot.js node --snapshot-blob snapshot.blob --build-snapshot snapshot.js node --snapshot-blob snapshot.blob ``` Contributed by Joyee Cheung in #38905 Other notable changes: * crypto: * (SEMVER-MINOR) allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201 * (SEMVER-MINOR) allow zero-length secret KeyObject (Filip Skokan) #44201 * doc: * add MoLow to collaborators (Moshe Atlow) #44214 * add ErickWendel to collaborators (Erick Wendel) #44088 * http: * (SEMVER-MINOR) make idle http parser count configurable (theanarkh) #43974 * net: * (SEMVER-MINOR) add local family (theanarkh) #43975 * src: * (SEMVER-MINOR) add detailed embedder process initialization API (Anna Henningsen) #44121 * (SEMVER-MINOR) print source map error source on demand (Chengzhong Wu) #43875 * tls: * (SEMVER-MINOR) pass a valid socket on `tlsClientError` (Daeyeon Jeong) #44021 * worker: * deprecate `--trace-atomics-wait` (Keyhan Vakil) #44093
Review requested:
|
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
dependencies
Pull requests that update a dependency file.
doc
Issues and PRs related to the documentations.
dont-land-on-v14.x
fast-track
PRs that do not need to wait for 48 hours to land.
meta
Issues and PRs related to the general management of the project.
needs-ci
PRs that need a full CI run.
npm
Issues and PRs related to the npm client dependency or the npm registry.
tools
Issues and PRs related to the tools directory.
v18.x
Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
labels
Aug 16, 2022
danielleadams
added
release
Issues and PRs related to Node.js releases.
and removed
doc
Issues and PRs related to the documentations.
build
Issues and PRs related to build files or the CI.
meta
Issues and PRs related to the general management of the project.
npm
Issues and PRs related to the npm client dependency or the npm registry.
tools
Issues and PRs related to the tools directory.
fast-track
PRs that do not need to wait for 48 hours to land.
needs-ci
PRs that need a full CI run.
dependencies
Pull requests that update a dependency file.
dont-land-on-v14.x
labels
Aug 16, 2022
This comment was marked as outdated.
This comment was marked as outdated.
@joyeecheung I copied some of the parts of your PR description from #38905 to explain the changes you made. Let me know if that is good or if you would like to make changes to the explanation. |
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-08-16, Version 18.8.0 (Current), @danielleadams
Notable changes
bootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blob
This patch introduces
--build-snapshot
and--snapshot-blob
options for creating and using user land snapshots.To generate a snapshot using snapshot.js as an entry point and write the snapshot blob to snapshot.blob:
To restore application state from snapshot.blob, with index.js as the entry point script for the deserialized application:
Users can also use the
v8.startupSnapshot
API to specify an entry point at snapshot building time, thus avoiding the need of an additional entry script at deserialization time:Contributed by Joyee Cheung in #38905
Other notable changes
tlsClientError
(Daeyeon Jeong) #44021--trace-atomics-wait
(Keyhan Vakil) #44093Commits
83a7ffe71e
] - assert: addgetCalls
andreset
to callTracker (Moshe Atlow) #44191fb5884a3af
] - assert: add assert.Snapshot (Moshe Atlow) #4409598fa488066
] - bootstrap: check more metadata when loading the snapshot (Joyee Cheung) #44132bd27b8b8d2
] - bootstrap: turn on FunctionCodeHandling::kKeep in the snapshot builder (Joyee Cheung) #441042178f1772f
] - bootstrap: support more builtins in the embedded code cache (Joyee Cheung) #4401854c8339e94
] - (SEMVER-MINOR) bootstrap: clean up warning setup during serialization (Joyee Cheung) #3890531589b50fd
] - (SEMVER-MINOR) bootstrap: implement --snapshot-blob and --build-snapshot (Joyee Cheung) #38905bb346eaaa1
] - build: enable pointer authentication for branch protection on arm64 (Jeremiah Gowdy) #432005e1ab72a98
] - build: add workflow to label flaky-test platform (Rafael Gonzaga) #440422b89d11a2b
] - build: optimized and fixed building configuration to Android (BuShe) #44016befe01cac4
] - build: allow test-internet on forks if not scheduled (Rich Trott) #44073273c53247c
] - build: skip test-internet run on forks (Rich Trott) #4405445dcd5c8f6
] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201521ad0e476
] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #4420105bf817e72
] - crypto: fix webcrypto deriveBits validations (Filip Skokan) #4417302bcf13d09
] - crypto: fix webcrypto EC key namedCurve validation errors (Filip Skokan) #44172a60ae674db
] - crypto: fix webcrypto generateKey() AES key length validation error (Filip Skokan) #4417090f3c5e74f
] - crypto: fix webcrypto operation errors to be OperationError (Filip Skokan) #44171c18c64665b
] - deps: update corepack to 0.12.3 (Node.js GitHub Bot) #44229c9602fa2e5
] - deps: upgrade npm to 8.17.0 (npm team) #44205273014bd04
] - deps: update undici to 5.8.2 (Node.js GitHub Bot) #4418714b34e56f0
] - deps: update undici to 5.8.1 (Node.js GitHub Bot) #441587d89e1b4b3
] - deps: update corepack to 0.12.2 (Node.js GitHub Bot) #441596256bd5b35
] - deps: V8: cherry-pick 9861ce1deae2 (Milad Fa) #44115646417cdfe
] - deps: remove unnecessary file (Brian White) #44133d6ebc7577e
] - deps: upgrade npm to 8.16.0 (npm team) #441196cfb1ac419
] - deps: upgrade base64 to dc6a41ce36e (Brian White) #440326bf688d1d8
] - deps: upgrade npm to 8.15.1 (npm team) #44013c900bc1cdc
] - deps: cherry-pick 00704f5a from V8 upstream (Keyhan Vakil) #43921741402daff
] - doc: fix added version for readable.closed/destroyed (Matthew Peveler) #4403346c92c138c
] - doc: improved building doc for Android (BuShe) #44166a127c48a63
] - doc: add MoLow to collaborators (Moshe Atlow) #4421460de663334
] - doc: update tags in adding-new-napi-api.md (Chengzhong Wu) #4419003321cb9c8
] - doc: fix typo in diagnostics_channel (Evan Lucas) #44199eded43c273
] - doc: add Retry CI in collaborator guide (Livia Medeiros) #4413051b4a1bf96
] - doc: add performance note to--enable-source-maps
docs (Saurabh Daware) #43817f461d79a2a
] - doc: remove unused code in call tracker example (Colin Ihrig) #441271f33319d13
] - doc: add theanarkh to collaborators (theanarkh) #4413129bbabdaf6
] - doc: clarify tls.tlsSocket.getCipher().version (Adam Majer) #440865adf039bff
] - doc: update repository list in onboarding doc (Rich Trott) #440891a9ae9160a
] - doc: add ErickWendel to collaborators (Erick Wendel) #44088df91dc11fc
] - doc: update collaborator email (Ruy Adorno) #44044cd64813c5a
] - doc: copyedittest.md
(Antoine du Hamel) #44061a6c6e88030
] - doc: add kvakil to triagers (Keyhan Vakil) #43996c7fdc53db8
] - doc: clarify part of onboarding guide regarding adding to teams (Darshan Sen) #44024dd34dd934d
] - doc: fix code examples incrypto.md
(Antoine du Hamel) #440539fd426231d
] - doc: claim ABI version for Electron 21 (Keeley Hammond) #44034d1e69894c0
] - doc: remove old reference from crypto/README.md (Tobias Nießen) #44012385366533f
] - doc: add missing env vars to man page (cola119) #43492bf9bceff89
] - doc: list supported MODP groups explicitly (Tobias Nießen) #43986ad537e6e95
] - doc: fix typo in packages.md (Dominic Saadi) #440059856fc72f8
] - doc: fix typos intest.md
(Antoine du Hamel) #4399751db3527e8
] - doc: add missing test runner option (Moshe Atlow) #4398968c4e45bae
] - doc,worker: deprecate--trace-atomics-wait
(Keyhan Vakil) #44093fd804309cb
] - errors: refactor to use optional chaining (SindreXie) #44184c975427fd5
] - esm: do not bind loader hook functions (Antoine du Hamel) #44122c2ea22f427
] - esm: fix loader hooks accepting too many arguments (Jacob Smith) #44109c0d2098df4
] - esm: move package config helpers (Geoffrey Booth) #43967eac875e5c9
] - events: use bitset to save memory (Basit Chonka) #43700f5fcd49882
] - http: fix error message when specifying headerTimeout for createServer (Nick Sia) #44163ed36b0dfa7
] - http: trace http request / response (theanarkh) #441020b909a446c
] - (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh) #43974cd8704d771
] - http: reuse socket only when it is drained (ywave620) #439023af44c6cb6
] - http: do not leak error listeners (Paolo Insogna) #435871c51d83ac8
] - lib: fix diagnostics channel (theanarkh) #441543dbbaa059f
] - lib: pass env variables to child process on z/OS (alexcfyung) #42255a0a7bc1662
] - lib: add missing env vars to --help (cola119) #434921a31e38361
] - lib: addPromise
methods toavoid-prototype-pollution
lint rule (Antoine du Hamel) #4384940c0f5583f
] - meta: update AUTHORS (Node.js GitHub Bot) #44231601b03de98
] - meta: update AUTHORS (Node.js GitHub Bot) #441610de278c056
] - meta: add codeowner for src/node_snapshot* (Chengzhong Wu) #4411362fd899415
] - meta: update AUTHORS (Node.js GitHub Bot) #44065c4e8f951f3
] - meta: shorten PowerShell snippet for bug-report template (NicoNekoru) #440113f32526561
] - module: protect against prototype mutation (Antoine du Hamel) #440072a75bcee26
] - net: remove unused callback (theanarkh) #442045cb5c65f4f
] - (SEMVER-MINOR) net: create diagnostics channels lazily (Joyee Cheung) #389053348ddef02
] - (SEMVER-MINOR) net: add local family (theanarkh) #43975e6a47e85d2
] - net, dns: socket should handle its output as input (Adam Majer) #440836a4e99bc1f
] - (SEMVER-MINOR) net,tls: pass a valid socket ontlsClientError
(Daeyeon Jeong) #440219fedf35d5e
] - perf_hooks: fix gc elapsed time (theanarkh) #44058ceb62e5be8
] - src: remove usage on ScriptCompiler::CompileFunctionInContext (Chengzhong Wu) #44198ce5de6e743
] - src: fix --heapsnapshot-near-heap-limit error hint (Chengzhong Wu) #442163359c2c6a3
] - src: iterate over base objects to prepare for snapshot (Joyee Cheung) #44192c51d85e25a
] - src: fix cppgc incompatibility in v8 (Shelley Vohr) #4352170bb6a35ca
] - src: disambiguate terms used to refer to builtins and addons (Joyee Cheung) #441358082c24c60
] - src: prevent copying ArrayBufferViewContents (Keyhan Vakil) #440919dc33f1923
] - (SEMVER-MINOR) src: add detailed embedder process initialization API (Anna Henningsen) #44121ebff06b8de
] - src: remove usages of GetBackingStore in crypto (Keyhan Vakil) #44079c7373b73e3
] - src: remove unowned usages of GetBackingStore (Keyhan Vakil) #440808a79636528
] - src: remove usages of GetBackingStore in node-api (Keyhan Vakil) #4407534a92d15b7
] - src: remove usages of GetBackingStore in modules (Keyhan Vakil) #44076ddf9c165d1
] - src: remove usages of GetBackingStore in WASI (Keyhan Vakil) #4407743e8be03b6
] - src: remove usages of GetBackingStore in startup (Keyhan Vakil) #44078975931dad5
] - src: nest namespace report in namespace node (Chengzhong Wu) #44069b935c4f1c9
] - src: use a typed array internally for process._exiting (Darshan Sen) #438836343e1d110
] - src: fix bug in GetErrorSource() (Tobias Nießen) #44019b4677f74fa
] - src: fix to use replacement character (Kohei Ueno) #4399911960235ed
] - src: improve SPKAC::ExportChallenge() (Tobias Nießen) #44002ca24eace1c
] - src: fix typo in src/README.md (Anna Henningsen) #440092c44730d97
] - src: remove unnecessary cast in crypto_sig.cc (Tobias Nießen) #4400108f6f1c5b0
] - src,buffer: remove unused chars_written parameter (Keyhan Vakil) #4409240ef04c740
] - src,fs: refactor duplicated code in fs.readdir (Daeyeon Jeong) #4320463b5c49871
] - src,lib: print prinstine source when source map source not found (Chengzhong Wu) #44052f7a6235609
] - (SEMVER-MINOR) src,lib: print source map error source on demand (Chengzhong Wu) #438750e67128e6c
] - src,test: fix typos (SADIK KUZU) #4411096c3373dbe
] - stream: improve views validation onBYOBRequest
(Daeyeon Jeong) #44155e057480e2c
] - stream: update TextEncoderStream to align the latest spec (Kohei Ueno) #44101900c4c03b9
] - test: reduce http-server-request-timeouts-mixed flakiness (Nick Sia) #44169a82e7683ed
] - test: remove cjs loader from stack traces (Geoffrey Booth) #4419764300a6ce4
] - test: add filesystem check totest-fs-stat-date.mjs
(Livia Medeiros) #44174ee394f3adc
] - test: mark connection leak test flaky on IBM i (Richard Lau) #44215b0e3e69686
] - test: usemustSucceed
instead ofmustCall
withassert.ifError
(MURAKAMI Masahiko) #44196c5c3c5ead8
] - test: update WPT runner (Filip Skokan) #434557104210024
] - test: update wpt url status (Kohei Ueno) #44175fad0630c73
] - test: update wasm/jsapi web platform tests (Yagiz Nizipli) #44100ba1915dfb2
] - test: update hr-time web platform tests (Yagiz Nizipli) #44100bcb94aad53
] - test: update console web platform tests (Yagiz Nizipli) #44100fcd5f7a235
] - test: move tests with many workers to sequential (Keyhan Vakil) #441397007a9fd1b
] - test: deflake gc-http-client tests by restricting number of requests (Nick Sia) #4414641ecf71a27
] - test: move test-vm-break-on-sigint to sequential (Keyhan Vakil) #44140c75c478a28
] - test: remove test-http-client-response-timeout flaky designation (Luigi Pinca) #441451598894886
] - test: s390x z15 accelerated zlib fixes (Adam Majer) #441179fc95349c6
] - test: tune down parallelism for some flaky tests (Keyhan Vakil) #4409002e10a5512
] - (SEMVER-MINOR) test: test snapshotting TypeScript compiler (Joyee Cheung) #38905c5e04c5ca7
] - (SEMVER-MINOR) test: add UMD module test with marked (Joyee Cheung) #38905f27e003e22
] - test: fixinternet/test-inspector-help-page
(Daeyeon Jeong) #44025f88231815a
] - test: remove duplicate test (Luigi Pinca) #44051cbc118998a
] - test: refactor ESM tests to improve performance (Jacob Smith) #43784373523b15f
] - test: remove test-gc-http-client-timeout from flaky list (Feng Yu) #43971c939e19620
] - test: reduce loop times for preventing test from timeout (theanarkh) #4398162a0a4ce7e
] - test: fix test-cluster-concurrent-disconnect (Daeyeon Jeong) #43961f6a7019742
] - test: change misleading variable name (Tobias Nießen) #439902f2ea4bd7e
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #44223a36befa3de
] - test_runner: refactor to use more primordials (Antoine du Hamel) #44062b45ad007a3
] - test_runner: verbous error when entire test tree is canceled (Moshe Atlow) #4406045f580fc32
] - test_runner: empty pending tests queue post running (Moshe Atlow) #44059d8a03cce36
] - test_runner: add before/after/each hooks (Moshe Atlow) #4373024baa87957
] - test_runner: fix top leveldescribe
queuing (Moshe Atlow) #43998e2a3bf3c76
] - test_runner: graceful termination on--test
only (Moshe Atlow) #43977ad1a82368d
] - test_runner: validateconcurrency
option (Antoine du Hamel) #439763abea4d570
] - tools: update lint-md-dependencies to rollup@2.77.3 (Node.js GitHub Bot) #442303adecada01
] - tools: update eslint to 8.21.0 (Node.js GitHub Bot) #441622a38896454
] - tools: update lint-md-dependencies to @rollup/plugin-commonjs@22.0.2 (Node.js GitHub Bot) #441606c4b2e0cf4
] - tools: update undici CPE in vuln checking script (Facundo Tuesca) #4412865887b65ca
] - tools: update lint-md-dependencies to rollup@2.77.2 (Node.js GitHub Bot) #44064091d015375
] - tools: add verbose flag to find-inactive-collaborators (Rich Trott) #43964