-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
v19.7.0 proposal #46725
v19.7.0 proposal #46725
Conversation
This commit adds code coverage functionality to the node:test module. When node:test is used in conjunction with the new --test-coverage CLI flag, a coverage report is created when the test runner finishes. The coverage summary is forwarded to any test runner reporters so that the display can be customized as desired. This new functionality is compatible with the existing NODE_V8_COVERAGE environment variable as well. There are still several limitations, which will be addressed in subsequent pull requests: - Coverage is only reported for a single process. It is possible to merge coverage reports together. Once this is done, the --test flag will be supported as well. - Source maps are not currently supported. - Excluding specific files or directories from the coverage report is not currently supported. Node core modules and node_modules/ are excluded though. PR-URL: #46017 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Add experimental to the name as requested during review. PR-URL: #46017 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
PR-URL: #46411 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: https://c-ares.org/changelog.html#1_19_0 PR-URL: #46415 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #46407 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
PR-URL: #46408 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #46373 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
The `onPropagate` option for `AsyncLocalStorage` is problematic for a couple of reasons: 1. It is not expected to be forwards compatible in any way with the upcoming TC-39 `AsyncContext` proposal. 2. It introduces a non-trivial O(n) cost invoking a JavaScript callback for *every* AsyncResource that is created, including every Promise. While it is still experimental, I recommend removing it while we can revisit the fundamental use cases in light of the coming `AsyncContext` proposal. Refs: #46374 PR-URL: #46386 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
PR-URL: #46426 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
PR-URL: #46429 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #46424 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: #46436 Fixes: nodejs/Release#765 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com>
ref 40eb3b79f1 PR-URL: #46388 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: https://eslint.org/docs/latest/extend/custom-rules-deprecated PR-URL: #46460 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #46438 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #46439 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #46461 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
Fixes: #46329 PR-URL: #46444 Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: theanarkh <theratliter@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Refs: https://nodejs.org/dist/latest-v19.x/docs/api/http.html#serverrequesttimeout PR-URL: #46423 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: theanarkh <theratliter@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #46368 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
PR-URL: #46463 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
PR-URL: #46385 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
In preparation for use by the QUIC implementation. PR-URL: #45912 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
In preparation for use by the QUIC implementation. PR-URL: #45912 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
In preparation for use by the QUIC implementation. PR-URL: #45912 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #45736 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
PR-URL: #37954 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
There are parts of the code base that require a build without intl to be covered. So add a coverage job to build --without-intl. PR-URL: #37954 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
PR-URL: #46673 Reviewed-By: Luke Karrys <luke@lukekarrys.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
3ee97ee
to
a7dbed7
Compare
Notable changes: deps: * upgrade npm to 9.5.0 (npm team) #46673 * add ada as a dependency (Yagiz Nizipli) #46410 doc: * add debadree25 to collaborators (Debadree Chatterjee) #46716 * add deokjinkim to collaborators (Deokjin Kim) #46444 doc,lib,src,test: * rename --test-coverage (Colin Ihrig) #46017 lib: * (SEMVER-MINOR) add aborted() utility function (Debadree Chatterjee) #46494 src: * (SEMVER-MINOR) add initial support for single executable applications (Darshan Sen) #45038 * (SEMVER-MINOR) allow optional Isolate termination in node::Stop() (Shelley Vohr) #46583 * (SEMVER-MINOR) allow blobs in addition to `FILE*`s in embedder snapshot API (Anna Henningsen) #46491 * (SEMVER-MINOR) allow snapshotting from the embedder API (Anna Henningsen) #45888 * (SEMVER-MINOR) make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #45888 * (SEMVER-MINOR) add snapshot support for embedder API (Anna Henningsen) #45888 * (SEMVER-MINOR) allow embedder control of code generation policy (Shelley Vohr) #46368 stream: * (SEMVER-MINOR) add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #46273 test_runner: * add initial code coverage support (Colin Ihrig) #46017 url: * replace url-parser with ada (Yagiz Nizipli) #46410 PR-URL: #46725
This comment was marked as outdated.
This comment was marked as outdated.
Notable changes: deps: * upgrade npm to 9.5.0 (npm team) #46673 * add ada as a dependency (Yagiz Nizipli) #46410 doc: * add debadree25 to collaborators (Debadree Chatterjee) #46716 * add deokjinkim to collaborators (Deokjin Kim) #46444 doc,lib,src,test: * rename --test-coverage (Colin Ihrig) #46017 lib: * (SEMVER-MINOR) add aborted() utility function (Debadree Chatterjee) #46494 src: * (SEMVER-MINOR) add initial support for single executable applications (Darshan Sen) #45038 * (SEMVER-MINOR) allow optional Isolate termination in node::Stop() (Shelley Vohr) #46583 * (SEMVER-MINOR) allow blobs in addition to `FILE*`s in embedder snapshot API (Anna Henningsen) #46491 * (SEMVER-MINOR) allow snapshotting from the embedder API (Anna Henningsen) #45888 * (SEMVER-MINOR) make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #45888 * (SEMVER-MINOR) add snapshot support for embedder API (Anna Henningsen) #45888 * (SEMVER-MINOR) allow embedder control of code generation policy (Shelley Vohr) #46368 stream: * (SEMVER-MINOR) add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #46273 test_runner: * add initial code coverage support (Colin Ihrig) #46017 url: * replace url-parser with ada (Yagiz Nizipli) #46410 PR-URL: #46725
a7dbed7
to
00a428e
Compare
V8 CI is failing but there are not any V8 changes within this release. I've tested and saw that Node.js 19.6.1 is also failing V8 CI as well, with what looks like a potential infrastructure issue. As such I'm not going to block this release on the V8 CI runs, but will follow up with @nodejs/build on figuring out what's going on. I still need to do one last review of CITGM but overall testing looks good. Plan to release tomorrow after an additional review of CITGM |
It would be good if we can have #46721 in here as well. |
The V8 CI issue is nodejs/build#3050. |
CITGM does not appear to show any new failures, additional failures compared to past runs appear to be related to infrastructure issues. Moving forward with the release |
Notable changes: deps: * upgrade npm to 9.5.0 (npm team) #46673 * add ada as a dependency (Yagiz Nizipli) #46410 doc: * add debadree25 to collaborators (Debadree Chatterjee) #46716 * add deokjinkim to collaborators (Deokjin Kim) #46444 doc,lib,src,test: * rename --test-coverage (Colin Ihrig) #46017 lib: * (SEMVER-MINOR) add aborted() utility function (Debadree Chatterjee) #46494 src: * (SEMVER-MINOR) add initial support for single executable applications (Darshan Sen) #45038 * (SEMVER-MINOR) allow optional Isolate termination in node::Stop() (Shelley Vohr) #46583 * (SEMVER-MINOR) allow blobs in addition to `FILE*`s in embedder snapshot API (Anna Henningsen) #46491 * (SEMVER-MINOR) allow snapshotting from the embedder API (Anna Henningsen) #45888 * (SEMVER-MINOR) make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #45888 * (SEMVER-MINOR) add snapshot support for embedder API (Anna Henningsen) #45888 * (SEMVER-MINOR) allow embedder control of code generation policy (Shelley Vohr) #46368 stream: * (SEMVER-MINOR) add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #46273 test_runner: * add initial code coverage support (Colin Ihrig) #46017 url: * replace url-parser with ada (Yagiz Nizipli) #46410 PR-URL: #46725
2023-02-21, Version 19.7.0 (Current), @MylesBorins
Notable Changes
86cbb61136
] - deps: upgrade npm to 9.5.0 (npm team) #466737d6c27eab1
] - deps: add ada as a dependency (Yagiz Nizipli) #46410fbcec67cd5
] - doc: add debadree25 to collaborators (Debadree Chatterjee) #467160c2c322ee6
] - doc: add deokjinkim to collaborators (Deokjin Kim) #464449b23309f53
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #460178590eb4830
] - (SEMVER-MINOR) lib: add aborted() utility function (Debadree Chatterjee) #46494106ac53e2b
] - (SEMVER-MINOR) src: add initial support for single executable applications (Darshan Sen) #45038c3897bfd9b
] - (SEMVER-MINOR) src: allow optional Isolate termination in node::Stop() (Shelley Vohr) #46583c34bac2fed
] - (SEMVER-MINOR) src: allow blobs in addition toFILE*
s in embedder snapshot API (Anna Henningsen) #46491683a1f8f3e
] - (SEMVER-MINOR) src: allow snapshotting from the embedder API (Anna Henningsen) #45888658d2f4710
] - (SEMVER-MINOR) src: make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #458886801d3753c
] - (SEMVER-MINOR) src: add snapshot support for embedder API (Anna Henningsen) #45888e77d538d32
] - (SEMVER-MINOR) src: allow embedder control of code generation policy (Shelley Vohr) #463687392cd0e2b
] - (SEMVER-MINOR) stream: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #462736119289251
] - test_runner: add initial code coverage support (Colin Ihrig) #46017a51fe3c663
] - url: replace url-parser with ada (Yagiz Nizipli) #46410Commits
731a7ae9da
] - async_hooks: add async local storage propagation benchmarks (Chengzhong Wu) #4641405ad792a07
] - async_hooks: remove experimental onPropagate option (James M Snell) #4638607d8690c36
] - benchmark: add trailing commas inbenchmark/path
(Antoine du Hamel) #466284b89ec409f
] - benchmark: add trailing commas inbenchmark/http
(Antoine du Hamel) #46609ff95eb7386
] - benchmark: add trailing commas inbenchmark/crypto
(Antoine du Hamel) #46553638d9b8d4b
] - benchmark: add trailing commas inbenchmark/url
(Antoine du Hamel) #465517524871a9b
] - benchmark: add trailing commas inbenchmark/http2
(Antoine du Hamel) #465529d9b3f856f
] - benchmark: add trailing commas inbenchmark/process
(Antoine du Hamel) #464816c69ad6d43
] - benchmark: add trailing commas inbenchmark/misc
(Antoine du Hamel) #464747f8b292bee
] - benchmark: add trailing commas inbenchmark/buffers
(Antoine du Hamel) #46473897e3c2782
] - benchmark: add trailing commas inbenchmark/module
(Antoine du Hamel) #464617760d40c04
] - benchmark: add trailing commas inbenchmark/net
(Antoine du Hamel) #464398b88d605ca
] - benchmark: add trailing commas inbenchmark/util
(Antoine du Hamel) #464382c8c9f978d
] - benchmark: add trailing commas inbenchmark/async_hooks
(Antoine du Hamel) #46424b364b9bd60
] - benchmark: add trailing commas inbenchmark/fs
(Antoine du Hamel) #46426d22ba91457
] - build: add GitHub Action for coverage with --without-intl (Rich Trott) #379547899dbf9a3
] - build: do not disable inspector when intl is disabled (Rich Trott) #37954c67dcc945f
] - crypto: don't assume FIPS is disabled by default (Michael Dawson) #4653286cbb61136
] - deps: upgrade npm to 9.5.0 (npm team) #46673094b47798c
] - deps: update corepack to 0.16.0 (Node.js GitHub Bot) #46710cc1ef01efe
] - deps: update undici to 5.20.0 (Node.js GitHub Bot) #467118822874046
] - deps: update ada to v1.0.1 (Yagiz Nizipli) #46550c0983cfc06
] - deps: copypostject-api.h
andLICENSE
to thedeps
folder (Darshan Sen) #465827d6c27eab1
] - deps: add ada as a dependency (Yagiz Nizipli) #464107e7e2d037b
] - deps: update c-ares to 1.19.0 (Michaël Zasso) #46415fbcec67cd5
] - doc: add debadree25 to collaborators (Debadree Chatterjee) #46716c07511b237
] - doc: move bcoe to emeriti (Benjamin Coe) #4670376f5ce5a17
] - doc: add response.strictContentLength to documentation (Marco Ippolito) #466272c86cb54b8
] - doc: remove unused functions from example ofstreamConsumers.text
(Deokjin Kim) #46581c771d66864
] - doc: fix test runner examples (Richie McColl) #46565375bb22df9
] - doc: update test concurrency description / default values (richiemccoll) #46457a7beac04ba
] - doc: enrich test command with executable (Tony Gorez) #44347aef57cd290
] - doc: fix wrong location ofrequestTimeout
's default value (Deokjin Kim) #464230c2c322ee6
] - doc: add deokjinkim to collaborators (Deokjin Kim) #4644431d3e3c486
] - doc: fix -C flag usage (三咲智子 Kevin Deng) #46388905a6756a3
] - doc: add note about major release rotation (Rafael Gonzaga) #4643633a98c42fa
] - doc: update threat model based on discussions (Michael Dawson) #463739b23309f53
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #4601707dfa3c966
] - esm: misc test refactors (Geoffrey Booth) #46631338c8f66f3
] - http: add note about clientError event (Paolo Insogna) #46584d8c527f24f
] - http: use v8::Array::New() with a prebuilt vector (Joyee Cheung) #4644753fe48023d
] - lib: add trailing commas ininternal/process
(Antoine du Hamel) #466873d2988ec00
] - lib: do not crash using workers with disabled shared array buffers (Ruben Bridgewater) #410234222e589e1
] - lib: delete module findPath unused params (sinkhaha) #4537139d7b7d0b9
] - lib: enforce use of trailing commas in more files (Antoine du Hamel) #4665516c507b7a8
] - lib: enforce use of trailing commas for functions (Antoine du Hamel) #46629da9ebaf138
] - lib: predeclare Event.isTrusted prop descriptor (Santiago Gimeno) #4652735570e970e
] - lib: tightenAbortSignal.prototype.throwIfAborted
implementation (Antoine du Hamel) #465218590eb4830
] - (SEMVER-MINOR) lib: add aborted() utility function (Debadree Chatterjee) #46494fdc588c3df
] - meta: update AUTHORS (Node.js GitHub Bot) #46624cb9b9ad879
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #4651317b82c85d9
] - meta: update AUTHORS (Node.js GitHub Bot) #46504bb14a2b098
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #46411a22f1f90f8
] - process: print versions by sort (Himself65) #46428106ac53e2b
] - (SEMVER-MINOR) src: add initial support for single executable applications (Darshan Sen) #45038c3897bfd9b
] - (SEMVER-MINOR) src: allow optional Isolate termination in node::Stop() (Shelley Vohr) #465839a5a274f28
] - src: remove icu usage from node_string.cc (Yagiz Nizipli) #4654831fb2e22a0
] - src: add fflush() to SnapshotData::ToFile() (Anna Henningsen) #46531c34bac2fed
] - (SEMVER-MINOR) src: allow blobs in addition toFILE*
s in embedder snapshot API (Anna Henningsen) #46491c3325bfc0d
] - src: make edge names in BaseObjects more descriptive in heap snapshots (Joyee Cheung) #464923c5db8f419
] - src: avoid leaking snapshot fp on error (Tobias Nießen) #464971a808a4aad
] - src: check return value of ftell() (Tobias Nießen) #46495f72f643549
] - src: remove unused includes from main thread (Yagiz Nizipli) #4647160c2a863da
] - src: use string_view instead of std::string& (Yagiz Nizipli) #46471f35f6d2218
] - src: use simdutf utf8 to utf16 instead of icu (Yagiz Nizipli) #4647100b81c7afe
] - src: replace icu with simdutf for char counts (Yagiz Nizipli) #46472683a1f8f3e
] - (SEMVER-MINOR) src: allow snapshotting from the embedder API (Anna Henningsen) #45888658d2f4710
] - (SEMVER-MINOR) src: make build_snapshot a per-Isolate option, rather than a global one (Anna Henningsen) #458886801d3753c
] - (SEMVER-MINOR) src: add snapshot support for embedder API (Anna Henningsen) #4588895065c3185
] - src: add additional utilities to crypto::SecureContext (James M Snell) #45912efc59d0843
] - src: add KeyObjectHandle::HasInstance (James M Snell) #45912a8a2d0e2b1
] - src: add GetCurrentCipherName/Version to crypto_common (James M Snell) #459126cf860d3d6
] - src: back snapshot I/O with a std::vector sink (Joyee Cheung) #46463e77d538d32
] - (SEMVER-MINOR) src: allow embedder control of code generation policy (Shelley Vohr) #46368014028f58a
] - stream: add trailing commas in webstream source files (Antoine du Hamel) #46685f3b6084d80
] - stream: add trailing commas in stream source files (Antoine du Hamel) #466867392cd0e2b
] - (SEMVER-MINOR) stream: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #46273f91260b32a
] - stream: refactor to usevalidateAbortSignal
(Antoine du Hamel) #465206bf7388b62
] - stream: allow transfer of readable byte streams (MrBBot) #45955c2068537fa
] - stream: add pipeline() for webstreams (Debadree Chatterjee) #463074cf4b41c56
] - stream: add suport for abort signal in finished() for webstreams (Debadree Chatterjee) #46403b844a09fa5
] - stream: dont access Object.prototype.type during TransformStream init (Debadree Chatterjee) #46389673f76a612
] - test: fixtest-net-autoselectfamily
for kernel without IPv6 support (Livia Medeiros) #458567606136c7c
] - test: fix assertions in test-snapshot-dns-lookup* (Tobias Nießen) #46618b5d2a21346
] - test: cover publicExponent validation in OpenSSL (Tobias Nießen) #46632db266dfad8
] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) #46498aff78cdbed
] - test: add trailing commas intest/pummel
(Antoine du Hamel) #46610641e1771c8
] - test: enable api-invalid-label.any.js in encoding WPTs (Filip Skokan) #4650689aa161173
] - test: fix tap parser fails if a test logs a number (Pulkit Gupta) #46056faba8d4a30
] - test: add trailing commas intest/js-native-api
(Antoine du Hamel) #46385d556ccdd26
] - test: make more crypto tests work with BoringSSL (Shelley Vohr) #46429c7f29b24a6
] - test: add trailing commas intest/known_issues
(Antoine du Hamel) #46408a66e7ca6c5
] - test: add trailing commas intest/internet
(Antoine du Hamel) #46407f4fe58b8ce
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #46575c2d735e13b
] - test_runner: parse non-ascii character correctly (Mert Can Altın) #45736e97e796d14
] - test_runner: allow nesting test within describe (Moshe Atlow) #46544c526f9f70a
] - test_runner: fix missing test diagnostics (Moshe Atlow) #46450b31aabb101
] - test_runner: top-level diagnostics not ommited when running with --test (Pulkit Gupta) #464416119289251
] - test_runner: add initial code coverage support (Colin Ihrig) #460176f24f0621e
] - timers: cleanup no-longer relevant TODOs in timers/promises (James M Snell) #464993a6934974b
] - tools: fix bug inprefer-primordials
lint rule (Antoine du Hamel) #4665906d032ba9d
] - tools: fix update-ada script (Yagiz Nizipli) #4655055d7288a89
] - tools: add a daily wpt.fyi synchronized report upload (Filip Skokan) #46498803f00aa32
] - tools: update eslint to 8.34.0 (Node.js GitHub Bot) #46625f87216bdb2
] - tools: update lint-md-dependencies to rollup@3.15.0 to-vfile@7.2.4 (Node.js GitHub Bot) #466238ee9e48560
] - tools: update doc to remark-html@15.0.2 to-vfile@7.2.4 (Node.js GitHub Bot) #46622148c5d9239
] - tools: update lint-md-dependencies to rollup@3.13.0 vfile-reporter@7.0.5 (Node.js GitHub Bot) #4650351c6c61a58
] - tools: update ESLint custom rules to not use the deprecated format (Antoine du Hamel) #46460a51fe3c663
] - url: replace url-parser with ada (Yagiz Nizipli) #46410129c9e7180
] - url: remove unusedURL::ToFilePath()
(Yagiz Nizipli) #464879a604d67c3
] - url: remove unusedURL::toObject
(Yagiz Nizipli) #46486d6fbebda54
] - url: remove unusedsetURLConstructor
function (Yagiz Nizipli) #4648517b3ee33c2
] - vm: properly support symbols on globals (Nicolas DUBIEN) #46458