-
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
v19.8.0 release proposal #47087
Merged
Merged
v19.8.0 release proposal #47087
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: #46651 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
PR-URL: #46547 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Co-authored-by: Daniel Lemire <daniel@lemire.me> PR-URL: #46547 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #46547 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #46621 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Fixes: #46595 PR-URL: #46600 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
PR-URL: #46730 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #46387 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
See documentation in dataqueue/queue.h for details Co-authored-by: flakey5 <73616808+flakey5@users.noreply.github.com> PR-URL: #45258 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Co-authored-by: flakey5 <73616808+flakey5@users.noreply.github.com> PR-URL: #45258 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Co-authored-by: flakey5 <73616808+flakey5@users.noreply.github.com> PR-URL: #45258 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
PR-URL: #46695 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #46696 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #46697 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This reduces the overhead of getCIDR() to a minimum. No array is allocated anymore and parts are directly sliced out of the netmask string instead. Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: #46598 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
The test runner relies on a few CLI options. That code was spread across a few locations. This commit centralizes that logic. PR-URL: #46707 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
According to the comment that is being replaced here, this was not possible with the current version of OpenSSL 1.0.2 at the time the test was written. New OpenSSL versions appear to always print the length of the temporary key. Refs: nodejs/node-v0.x-archive#8272 PR-URL: #46708 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: #46712 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #46712 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com>
The method is meant to be removed by the V8 team. It is not a critical functionality that is removed, therefore no alternative is checked for either. Refs: https://bugs.chromium.org/p/v8/issues/detail?id=9421 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: #46661 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Original commit message: [intl] Revert date formatting behavior change from ICU 72 Replace U+202F with U+0020 after formatting date. This lets websites continue to work without any changes. This matches Firefox behavior, according to https://bugzilla.mozilla.org/show_bug.cgi?id=1806042#c17. Bug: chromium:1414292, chromium:1401829, chromium:1392814 Change-Id: I7c2b58414d0890f8705e737f903403dc54e5fe57 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4237675 Commit-Queue: Adam Klein <adamk@chromium.org> Reviewed-by: Shu-yu Guo <syg@chromium.org> Cr-Commit-Position: refs/heads/main@{#85757} Refs: v8/v8@90be99f PR-URL: #46646 Refs: #46123 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This reworks most assert benchmarks to provide more reliable test cases that also test more cases than before while keeping the runtime low. Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: #46593 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
These tests are a copy of the assert tests that verify the deep equal comparison algorithm. There is no need to duplicate the tests as changing one would require to change the tests in two places without knowing which ones to actually rely upon. Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: #46593 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This is mainly a performance improvement for a lot of simple cases. Diverging elements are detected earlier and equal entries are partially also detected faster. A small correctness patch is also included where recursions now stop as soon as either side has a circular structure. Before, both sides had to have a circular structure at the specific comparison which could have caused more checks that likely fail at a later point. Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: #46593 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
This commit is there to be reverted after merging. It makes it easy to backport the overall PR and allows easy forward fixing. Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: #46593 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Use `std::string_view` for process.report code and related code, drop a few unnecessary `std::to_string` calls, and use `MaybeStackBuffer` instead of `MallocedBuffer`, all in order to avoid unnecessary heap allocations. PR-URL: #46723 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
PR-URL: #46523 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
PR-URL: #46738 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
nodejs-github-bot
added
build
Issues and PRs related to build files or the CI.
doc
Issues and PRs related to the documentations.
meta
Issues and PRs related to the general management of the project.
needs-ci
PRs that need a full CI run.
v19.x
labels
Mar 14, 2023
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
@nodejs/releasers have I missed something with the list of commits? I used |
Notable changes: buffer: * (SEMVER-MINOR) add Buffer.copyBytesFrom(...) (James M Snell) #46500 doc: * add marco-ippolito to collaborators (Marco Ippolito) #46816 events: * (SEMVER-MINOR) add listener argument to listenerCount (Paolo Insogna) #46523 lib: * (SEMVER-MINOR) add AsyncLocalStorage.bind() and .snapshot() (flakey5) #46387 src: * (SEMVER-MINOR) add `fs.openAsBlob` to support File-backed Blobs (James M Snell) #45258 tls: * (SEMVER-MINOR) support automatic DHE (Tobias Nießen) #46978 url: * (SEMVER-MINOR) implement URLSearchParams size getter (James M Snell) #46308 wasi: * (SEMVER-MINOR) add support for version when creating WASI (Michael Dawson) #46469 worker: * (SEMVER-MINOR) add support for worker name in inspector and trace_events (Debadree Chatterjee) #46832 PR-URL: #47087
targos
force-pushed
the
v19.8.0-proposal
branch
from
March 14, 2023 10:37
fd4b40e
to
4221dce
Compare
I don't see anything obvious in CITGM but it's too red to reasonably be able to assess correctly. |
@nodejs/releasers can someone please review? |
danielleadams
approved these changes
Mar 14, 2023
BethGriggs
approved these changes
Mar 14, 2023
RafaelGSS
approved these changes
Mar 14, 2023
targos
added a commit
that referenced
this pull request
Mar 14, 2023
Notable changes: buffer: * (SEMVER-MINOR) add Buffer.copyBytesFrom(...) (James M Snell) #46500 doc: * add marco-ippolito to collaborators (Marco Ippolito) #46816 events: * (SEMVER-MINOR) add listener argument to listenerCount (Paolo Insogna) #46523 lib: * (SEMVER-MINOR) add AsyncLocalStorage.bind() and .snapshot() (flakey5) #46387 src: * (SEMVER-MINOR) add `fs.openAsBlob` to support File-backed Blobs (James M Snell) #45258 tls: * (SEMVER-MINOR) support automatic DHE (Tobias Nießen) #46978 url: * (SEMVER-MINOR) implement URLSearchParams size getter (James M Snell) #46308 wasi: * (SEMVER-MINOR) add support for version when creating WASI (Michael Dawson) #46469 worker: * (SEMVER-MINOR) add support for worker name in inspector and trace_events (Debadree Chatterjee) #46832 PR-URL: #47087
targos
added a commit
to targos/nodejs.org
that referenced
this pull request
Mar 14, 2023
targos
added a commit
to nodejs/nodejs.org
that referenced
this pull request
Mar 14, 2023
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.
2023-03-14, Version 19.8.0 (Current), @targos
Notable Changes
2fece54ca1
] - (SEMVER-MINOR) buffer: addBuffer.copyBytesFrom(...)
(James M Snell) #465002eb887549a
] - (SEMVER-MINOR) events: addlistener
argument tolistenerCount
(Paolo Insogna) #46523c1651bea41
] - (SEMVER-MINOR) lib: addAsyncLocalStorage.bind()
and.snapshot()
(flakey5) #4638736f36b99b0
] - (SEMVER-MINOR) src: addfs.openAsBlob
to support File-backed Blobs (James M Snell) #45258bb9b1c637d
] - (SEMVER-MINOR) tls: support automatic DHE (Tobias Nießen) #469781e20b05acd
] - (SEMVER-MINOR) url: implementURLSearchParams
size
getter (James M Snell) #4630860e5f45141
] - (SEMVER-MINOR) wasi: add support for version when creating WASI (Michael Dawson) #46469a646a22d0f
] - (SEMVER-MINOR) worker: add support for worker name in inspector and trace_events (Debadree Chatterjee) #46832bd5ef380a5
] - doc: add marco-ippolito to collaborators (Marco Ippolito) #46816Commits
e11f08e2c2
] - assert: fix exception message for assert(0) on try catch block (hidecology) #46760a38de61e87
] - assert: remove deprecated getFunction() usage (Ruben Bridgewater) #46661e07c9b82b7
] - assert,util: revert recursive breaking change (Ruben Bridgewater) #465937f85a2cb6f
] - assert,util: improve deep equal comparison performance (Ruben Bridgewater) #465937cfd31a753
] - benchmark: add a benchmark for URLSearchParams creation and toString() (Debadree Chatterjee) #46810258d5f7b3c
] - benchmark: replace table in docs with description of file tree structure (Theodor Steiner) #469910617c5e81b
] - benchmark: stablize encode benchmark (Joyee Cheung) #4665804166fe2fa
] - benchmark: splitBuffer.byteLength
benchmark (Joyee Cheung) #46616760a35144f
] - benchmark: add benchmark for EventTarget add and remove (Debadree Chatterjee) #467799890eaa23d
] - benchmark: fix worker startup benchmark (Joyee Cheung) #4668086b36212f6
] - benchmark: rework assert benchmarks for correctness (Ruben Bridgewater) #46593cc74821477
] - bootstrap: print stack trace during environment creation failure (Joyee Cheung) #465332fece54ca1
] - (SEMVER-MINOR) buffer: add Buffer.copyBytesFrom(...) (James M Snell) #46500b3e1034660
] - buffer: use v8 fast API calls forBuffer.byteLength
implementation (Joyee Cheung) #466164b3b009afd
] - build: fix Visual Studio installation detection for Arm64 (Radek Bartoň) #46420d4899b2b75
] - build,test: add proper support for IBM i (Xu Meng) #4673981592ff073
] - child_process: add trailing commas in source files (Antoine du Hamel) #4675816bbbacba8
] - cluster: add trailing commas in source files (Antoine du Hamel) #466952b7eb56e9b
] - debugger: improve validations and documents for watch and unwatch (Eungyu Lee) #46947afbd818669
] - debugger: add a command to set which lines to check for context (Eungyu Lee) #4681283b529ff27
] - debugger: add trailing commas in source files (Antoine du Hamel) #4671484f5a1f942
] - deps: update undici to 5.21.0 (Node.js GitHub Bot) #47063fb1ac98900
] - deps: update simdutf to 3.2.2 (Node.js GitHub Bot) #468417ab7f97c4e
] - deps: update uvwasi to v0.0.16 (Michael Dawson) #46434b825e2db65
] - deps: update ada to 1.0.4 (Node.js GitHub Bot) #468538b1afe3f45
] - deps: update corepack to 0.17.0 (Node.js GitHub Bot) #46842151fb60b28
] - deps: update simdutf to 3.2.1 (Node.js GitHub Bot) #4680092f2f1910e
] - deps: upgrade npm to 9.5.1 (npm team) #467834e18e0a43a
] - deps: update ada to 1.0.3 (Node.js GitHub Bot) #4678468dde38c8e
] - deps: update nghttp2 to 1.52.0 (Michaël Zasso) #46636d9069e7614
] - deps: fix libuv for android (Julian Dropmann) #46746c786ed3ecc
] - deps: V8: cherry-pick 90be99fab31c (Michaël Zasso) #46646fb146ee741
] - deps: update simdutf to 3.2.0 (Node.js GitHub Bot) #46621adff278c47
] - deps,test: update postject to 1.0.0-alpha.5 (Node.js GitHub Bot) #46934247dfb7d73
] - dgram: fix unhandled exception aborting a closed udp socket (Ramana Venkata) #46770c310a32857
] - doc: remove remaining SSL_OP_NETSCAPE_*_BUG (Tobias Nießen) #4706689f31a1c7f
] - doc: fix typo in test.md (Victor Hiairrassary) #4705394882f579f
] - doc: amend support tier qualifier (Gireesh Punathil) #42805cbdaaf6197
] - doc: fix typo on esm loaders example (Ruy Adorno) #4701517d3eb02f7
] - doc: add missing test runner flags to man page (Colin Ihrig) #469825f0f1c4197
] - doc: fix history information fornode:diagnostics_channel
(Thomas Hunter II) #4698467e20f53cd
] - doc: fix myUrl is not defined in url (Youngmin Yoo) #46968f903ea502c
] - doc: remove useless SSL_OP_* options (Tobias Nießen) #469545fdd3f454f
] - doc: fix description of TLS dhparam option (Tobias Nießen) #46949ba5ff15b38
] - doc: improve fs code example quality (jakecastelli) #469486f18b947be
] - doc: fix port of destination server is not defined in http2 (Deokjin Kim) #469401b555ae72d
] - doc: use number which is bigger than 1024 as port in http2 (Deokjin Kim) #4693807036cf1af
] - doc: add release key for Juan Arboleda (Juan José) #46922553fd5b90a
] - doc: fix links to SSL_CTX_set_options (Tobias Nießen) #46953282bf29884
] - doc: fix fs missing import (jakecastelli) #46907f9739a85cb
] - doc: add request to hold off publicising sec releases (Michael Dawson) #4670292a61388de
] - doc: fix stream iterator helpers examples (Benjamin Gruenbaum) #468978aca3cf410
] - doc: add history info fornode:test
(Antoine du Hamel) #46851c0b6413086
] - doc: sort import order (jakecastelli) #468479d2532e2bb
] - doc: use destructing import (jakecastelli) #4684748cf9845fe
] - doc: add steps about signing the binary in single-executable docs (Darshan Sen) #46764bd5ef380a5
] - doc: add marco-ippolito to collaborators (Marco Ippolito) #4681660d1a4887f
] - doc: document how to use the tls.DEFAULT_CIPHERS (Andreas Martens) #4648200edc50874
] - doc: add document for profiling and heap snapshot (cola119) #46787fc319d6a4f
] - doc: add test:coverage event to custom reporter examples (Richie McColl) #467521b3a25ef22
] - doc: include context on .toWeb() parameters (Debadree Chatterjee) #4661788057dda3b
] - doc: add in security steward for recent release (Michael Dawson) #46701d627164819
] - doc: clarify semver-minor notable changes approach (Beth Griggs) #465927806cae4fa
] - doc: maintaining nghttp2 (Marco Ippolito) #46539dd66c48a74
] - doc: add emit to NodeEventTarget (Deokjin Kim) #46356458671daeb
] - doc,test: extend the list of platforms supported by single-executables (Darshan Sen) #4702618f0398242
] - esm: allow resolve to return import assertions (Geoffrey Booth) #461535eb5be8c71
] - esm: move hooks handling into separate class (Geoffrey Booth) #458699d4d916fe8
] - esm: fix import assertion warning (Antoine du Hamel) #469712c621d6e3a
] - esm: add a runtime warning when using import assertions (Antoine du Hamel) #469011a23eab614
] - events: add trailing commas in source files (Antoine du Hamel) #467592eb887549a
] - (SEMVER-MINOR) events: add listener argument to listenerCount (Paolo Insogna) #465234c12e6eeeb
] - fs: add trailing commas in source files (Antoine du Hamel) #46696774eb1995c
] - http: use listenerCount when adding noop event (Paolo Insogna) #46769aac5c28091
] - http: correctly calculate strict content length (Robert Nagy) #46601e08514e337
] - http: fix validation of "Link" header (Steve Herzog) #464666f9cb982a1
] - http: unify header treatment (Marco Ippolito) #4652805614f8cf6
] - lib: enforce use of trailing commas (Antoine du Hamel) #468815c7fc9290e
] - lib: add trailing commas to all public core modules (Antoine du Hamel) #4684808bf01593f
] - lib: fix BroadcastChannel initialization location (Shelley Vohr) #468644e1865126c
] - lib: rename internal module declaration as internal bindings (okmttdhr, okp) #46663f914bfff7d
] - lib: add trailing commas to more internal files (Antoine du Hamel) #46811281f176ba4
] - lib: fix DOMException property descriptors after being lazy loaded (Filip Skokan) #467991c6a92b543
] - lib: update punycode to 2.3.0 (Yagiz Nizipli) #467197b5c00aacd
] - lib: add trailing commas ininternal/perf
(Antoine du Hamel) #46697c1651bea41
] - (SEMVER-MINOR) lib: add AsyncLocalStorage.bind() and .snapshot() (flakey5) #46387345c8c343b
] - lib,src: fix a few typos in comments (Tobias Nießen) #468354219c1e893
] - meta: add single-executable labels and code owners (Joyee Cheung) #47004b199acd95c
] - meta: remove AUTHORS file (Rich Trott) #46845c7f056cbe2
] - meta: remove unnecessary onboarding step (Rich Trott) #467934e0b93222c
] - meta: update CODEOWNERS of url implementations (Yagiz Nizipli) #467759d63ac2724
] - meta: update AUTHORS (Node.js GitHub Bot) #4672640a7b0b993
] - net: fix setting of value in 'setDefaultAutoSelectFamilyAttemptTimeout' (Deokjin Kim) #47012e0d098bd21
] - net: rework autoSelectFamily implementation (Paolo Insogna) #4658758b1f33bd7
] - node-api: add __wasm32__ guards on async works (Chengzhong Wu) #46633e5b8597f78
] - os: improve network interface performance (Ruben Bridgewater) #46598d3d76c33ea
] - punycode: add pending deprecation (Antoine du Hamel) #4671956dbb15e7c
] - repl: remove lastInputPreview conditional check (Duy Mac Van) #46857c7d4ff3f72
] - repl: fix .load infinite loop caused by shared use of lineEnding RegExp (Theodor Steiner) #467424f2bf8c384
] - repl: add trailing commas in source files (Antoine du Hamel) #46757ed31316c2e
] - src: use std::array for passing argv in node::url (Anna Henningsen) #47035815d2af34d
] - src: remove TLSEXT_TYPE_alpn guard (Tobias Nießen) #46956b051ac7220
] - src: remove use of SSL_OP_SINGLE_DH_USE (Tobias Nießen) #469559e65996d16
] - src: remove unusedv8::Uint32Array
from encoding (Yagiz Nizipli) #470036b60f38676
] - src: use AliasedUint32Array for encodeInto results (Joyee Cheung) #46658dcba3a0673
] - src: move encoding bindings to a new binding (Joyee Cheung) #466586740679965
] - src: fix negative nodeTiming milestone values (Chengzhong Wu) #46588074692a6f0
] - src: fix missing trailing , (Cheng Zhao) #4690932bd38fb05
] - src: make util.h self-containted (Joyee Cheung) #468170d9c345f4d
] - src: remove shadowed variable in OptionsParser (Shelley Vohr) #46672578a2c53a5
] - src: do not track BaseObjects directly in Realm (Joyee Cheung) #464709fab228115
] - src: fix cb scope bugs involved in termination (ywave620) #45596c0fcad3827
] - src: use an array for faster binding data lookup (Joyee Cheung) #46620973287a462
] - src: per-realm binding data (Chengzhong Wu) #46556ad5f42d1e9
] - src: add SetFastMethodNoSideEffect() (Joyee Cheung) #46619518b890f59
] - Revert "src: let http2 streams end after session close" (Rich Trott) #4672119b5d0750c
] - src: use string_view for report and related code (Anna Henningsen) #4672336f36b99b0
] - (SEMVER-MINOR) src: update Blob implementation to use DataQueue / File-backed Blobs (James M Snell) #452589b6270afe2
] - (SEMVER-MINOR) src: implement DataQueue (James M Snell) #45258d48ed95a66
] - (SEMVER-MINOR) src, lib: fixup lint and format issues for DataQueue/Blob (James M Snell) #45258f8866812fd
] - stream: enable usage of webstreams on compose() (Debadree Chatterjee) #466754ad48d9cb9
] - stream: always delay construct callback by a nextTick (Matteo Collina) #4681893e91f3dde
] - stream: fix respondWithNewView() errors when view.byteOffset != 0 (Debadree Chatterjee) #464651f386570af
] - stream: fix pipeline callback not called on ended stream (Debadree Chatterjee) #46600c972612c9d
] - test: fix flakyness in test-runner reporter test (Moshe Atlow) #4593011509a4a2d
] - test: movetest-tls-autoselectfamily-servername
totest/internet
(Antoine du Hamel) #470299556d98054
] - test: fallback to IPv4 if IPv6 is unavailable (Abdirahim Musse) #470175b81689efa
] - test: simplify test-tls-ecdh-multiple (Tobias Nießen) #46963c8d528e979
] - test: update WPT resources, common, streams, FileAPI, broadcastchannel (Filip Skokan) #46912acfd9b8879
] - test: improve test coverage of lib/dns (Anderson Paiva) #4691021153f164d
] - test: simplify test-tls-ecdh-auto (Tobias Nießen) #46911e5b8896186
] - test: move testPath from CWD to temporary directory (Livia Medeiros) #46890db2ace1f94
] - test: assume priv ports start at 1024 if it can't be changed (KrayzeeKev) #465360e45470fd3
] - test: update web-platform tests for url (Xuguang Mei) #468606fa142d8f8
] - test: move socket from CWD to temporary directory (Livia Medeiros) #46863df155b8fd5
] - test: fix os-release check for Ubuntu in SEA test (Anna Henningsen) #46838e585a11fd5
] - test: fix test-net-connect-reset-until-connected (Vita Batrla) #46781f21ed3a63f
] - test: simplify test-tls-alert (Tobias Nießen) #46805e5fa7a139a
] - test: fix WPT title when no META title is present (Filip Skokan) #46804bd097ca4bf
] - test: update encoding WPTs (Filip Skokan) #468023ab1aabb3f
] - test: remove useless WPT init scripts (Filip Skokan) #46801323415535b
] - test: remove useless require('../common') from WPTs (Filip Skokan) #4679676a9634305
] - test: isolate hr-time specific wpt global init (Filip Skokan) #467953daf508993
] - test: stop faking performance idlharness (Filip Skokan) #46794e52ad92b08
] - test: remove unreachable return (jakecastelli) #468079c7a2e30fb
] - test: fix test-v8-collect-gc-profile-in-worker.js (theanarkh) #46735a92be13dad
] - test: improve control flow in test-tls-dhe (Tobias Nießen) #467514e9915e383
] - test: include strace openat test (Rafael Gonzaga) #461502c4f670c6b
] - test: fix IPv6 checks on IBM i (Abdirahim Musse) #46546b2cfcf9cd8
] - test: fix default WPT titles (Filip Skokan) #46778f4cdc6f20f
] - test: remove OpenSSL 1.0.2 error message compat (Tobias Nießen) #46709d5784c79bc
] - test: fix flaky test-watch-mode-files_watcher (Moshe Atlow) #46738abba45e120
] - test: remove obsolete util.isDeepStrictEqual tests (Ruben Bridgewater) #465933401315e4e
] - test: use newish OpenSSL feature in test-tls-dhe (Tobias Nießen) #4670895bbd0f7d6
] - test: update web-platform tests for url (Yagiz Nizipli) #4654713f14a5efa
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #470105e31599c26
] - test_runner: default to spec reporter when on TTY environment (Moshe Atlow) #4696918146fc8c1
] - test_runner: handle errors not bound to tests (Colin Ihrig) #469627960ccb61e
] - test_runner: throw if harness is not bootstrapped (Colin Ihrig) #46962b832d77500
] - test_runner: track bootstrapping process (Colin Ihrig) #46962debc0adcf0
] - test_runner: avoid running twice tests in describe (Moshe Atlow) #468880923cbcfe6
] - test_runner: fix reconstruction of errors extracted from YAML (Moshe Atlow) #46872ecf714e1d5
] - test_runner: reset count on watch mode (Moshe Atlow) #465776d32a16319
] - test_runner: bootstrap reporters before running tests (Moshe Atlow) #46737ffa86f7fa9
] - test_runner: emit test-only diagnostic warning (Richie McColl) #465403a1a7fa741
] - test_runner: flatten TAP output when running using--test
(Moshe Atlow) #46440069ff1cc63
] - test_runner: remove root tracking set (Colin Ihrig) #469614b7198c3cb
] - test_runner: give the root test a harness reference (Colin Ihrig) #46962762dc7cb7a
] - test_runner: align behavior of it and test (Moshe Atlow) #46889aa41f27d53
] - test_runner: adddescribe.only
andit.only
shorthands (Richie McColl) #46604dfe529b709
] - test_runner: better handle async bootstrap errors (Colin Ihrig) #46720320ddc0a0c
] - test_runner: centralize CLI option handling (Colin Ihrig) #4670766016e2a29
] - test_runner: display skipped tests in spec reporter output (Richie McColl) #4665125069a60c7
] - timers: use V8 fast API calls (Joyee Cheung) #46579bb9b1c637d
] - (SEMVER-MINOR) tls: support automatic DHE (Tobias Nießen) #469784df008457d
] - tls: add trailing commas in source files (Antoine du Hamel) #4671536c48eab31
] - tools: add daily WPT Report workflow step summary (Filip Skokan) #4676312a561875b
] - tools: add undici WPTs to daily WPT Report (Filip Skokan) #467630f1ecbccca
] - tools: dont use cached node versions in daily wpt (Filip Skokan) #470242e7ba3159b
] - tools: automate cares update (Marco Ippolito) #469938723844f29
] - tools: update lint-md-dependencies to rollup@3.18.0 (Node.js GitHub Bot) #46935f4a59b723d
] - tools: add automation for updating OpenSSL dependency (Facundo Tuesca) #45605ecce6475b9
] - tools: refactor dep_updaters (Tony Gorez) #46488132fc45d16
] - tools: fix daily wpt nightly version selection (Filip Skokan) #46891078600c130
] - tools: update eslint to 8.35.0 (Node.js GitHub Bot) #46854724f9d61a3
] - tools: create llhttp update action (Marco Ippolito) #46766f558797744
] - tools: fix linter message when using globalDOMException
(Antoine du Hamel) #46822f4cbe4ea4b
] - tools: update lint-md-dependencies to rollup@3.17.3 (Node.js GitHub Bot) #468434b91420307
] - tools: upload daily WPT Report to both staging and production (Filip Skokan) #468032f09d3f9a1
] - tools: update lint-md-dependencies to rollup@3.17.2 (Node.js GitHub Bot) #46771f6bd145768
] - tools: run format-cpp on node-api test c files (Chengzhong Wu) #46694694659cecb
] - tools: cleanup WPT refs in daily-wpt-fyi.yml (Filip Skokan) #467401756830e36
] - tools: use actions pinned by commit hash in coverage-linux (Gabriela Gutierrez) #4629425ccaa7b3a
] - tools: fix regex strings in Python tools (Jan Osusky) #46671dd400341ad
] - tools: fixed path (Marco Ippolito) #46700a560a78962
] - tools: update nghttp2 action (Marco Ippolito) #467002ff9b20c3c
] - tools: update-nghttp2 preserve config.h (Marco Ippolito) #466986ff0b801f1
] - tools: update lint-md-dependencies to rollup@3.17.1 (Node.js GitHub Bot) #46712b7e027af4d
] - tools: update lint-md-dependencies to rollup@3.17.0 (Node.js GitHub Bot) #46712617b5b106a
] - tools: update wpt.fyi used daily checkout ref (Filip Skokan) #4673063a83b4451
] - typings: improveprimordials
typings (Antoine du Hamel) #469701fa6352853
] - url: offloadURLSearchParams
initialization (Yagiz Nizipli) #46867e754277a44
] - url: fix array overrun in node:url::SetArgs() (Yagiz Nizipli) #47001b1747feb57
] - url: setformatUrl
method as no side effect (Yagiz Nizipli) #46884b8560ec8cc
] - url: remove unnecessary call toFunctionPrototypeBind
(Antoine du Hamel) #46870f8765be197
] - url: remove unusedkFormat
from url (Yagiz Nizipli) #46867b10fe5856b
] - url: improveisURLThis
detection (Yagiz Nizipli) #468661e20b05acd
] - (SEMVER-MINOR) url: implement URLSearchParams size getter (James M Snell) #463085a3ad8763b
] - url: simplify and improve url formatting (Yagiz Nizipli) #46736a52405599c
] - url: improve performance by removing host (Yagiz Nizipli) #465479d55a5e5bb
] - url: fix url spec compliance issues (Yagiz Nizipli) #4654777b4aca2cc
] - vm: fix leak in vm.compileFunction when importModuleDynamically is used (Joyee Cheung) #46785b2a80d788a
] - wasi: add wasi sock_accept stub (Michael Dawson) #4643460e5f45141
] - (SEMVER-MINOR) wasi: add support for version when creating WASI (Michael Dawson) #46469a646a22d0f
] - (SEMVER-MINOR) worker: add support for worker name in inspector and trace_events (Debadree Chatterjee) #46832