chore(deps): update node.js to v18
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
node | major |
v14 -> 18
|
|
@types/node | devDependencies | major |
^14.14.6 -> ^18.0.0
|
Release Notes
nodejs/node
v18.17.0
Notable Changes
Ada 2.0
Node.js v18.17.0 comes with the latest version of the URL parser, Ada. This update brings significant performance improvements to URL parsing, including enhancements to the url.domainToASCII and url.domainToUnicode functions in node:url.
Ada 2.0 has been integrated into the Node.js codebase, ensuring that all parts of the application can benefit from the improved performance. Additionally, Ada 2.0 features a significant performance boost over its predecessor, Ada 1.0.4, while also eliminating the need for the ICU requirement for URL hostname parsing.
Contributed by Yagiz Nizipli and Daniel Lemire in #47339
Web Crypto API
Web Crypto API functions' arguments are now coerced and validated as per their WebIDL definitions like in other Web Crypto API implementations. This further improves interoperability with other implementations of Web Crypto API.
Contributed by Filip Skokan in #46067
-
crypto:
- update root certificates to NSS 3.89 (Node.js GitHub Bot) #47659
-
dns:
- (SEMVER-MINOR) expose getDefaultResultOrder (btea) #46973
- doc:
-
events:
- (SEMVER-MINOR) add getMaxListeners method (Matthew Aitken) #47039
-
fs:
- (SEMVER-MINOR) add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) #47084
- (SEMVER-MINOR) add recursive option to readdir and opendir (Ethan Arrowood) #41439
- (SEMVER-MINOR) add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) #47084
- (SEMVER-MINOR) implement byob mode for readableWebStream() (Debadree Chatterjee) #46933
- http:
- lib:
-
module:
- change default resolver to not throw on unknown scheme (Gil Tayar) #47824
- node-api:
- stream:
-
test:
- unflake test-vm-timeout-escape-nexttick (Santiago Gimeno) #48078
- test_runner:
-
tools:
- update LICENSE and license-builder.sh (Santiago Gimeno) #48078
-
url:
- (SEMVER-MINOR) implement URL.canParse (Matthew Aitken) #47179
-
wasi:
- (SEMVER-MINOR) no longer require flag to enable wasi (Michael Dawson) #47286
Commits
- [
2ba08ac002
] - benchmark: usecluster.isPrimary
instead ofcluster.isMaster
(Deokjin Kim) #48002 - [
60ca69d96c
] - benchmark: add eventtarget creation bench (Rafael Gonzaga) #47774 - [
d8233d96bb
] - benchmark: add a benchmark fordefaultResolve
(Antoine du Hamel) #47543 - [
a1aabb6912
] - benchmark: fix invalid requirementsURL (Deokjin Kim) #47378 - [
394c61caf9
] - bootstrap: support namespaced builtins in snapshot scripts (Joyee Cheung) #47467 - [
0165a765a0
] - bootstrap: do not expand process.argv[1] for snapshot entry points (Joyee Cheung) #47466 - [
cca557cdd9
] - buffer: combine checking range of sourceStart inbuf.copy
(Deokjin Kim) #47758 - [
4c69be467c
] - buffer: use private properties for brand checks in File (Matthew Aitken) #47154 - [
d002f9b6e2
] - build: revert unkonwn ruff selector (Moshe Atlow) #48753 - [
93f77cb762
] - build: set v8_enable_webassembly=false when lite mode is enabled (Cheng Shao) #48248 - [
1662e894f3
] - build: add action to close stale MRs (Michael Dawson) #48051 - [
5ca437b288
] - build: use pathlib for paths (Mohammed Keyvanzadeh) #47581 - [
72443bc54b
] - build: refactor configure.py (Mohammed Keyvanzadeh) #47667 - [
d4eecb5be9
] - build: add devcontainer configuration (Tierney Cyren) #40825 - [
803ed41144
] - build: bump ossf/scorecard-action from 2.1.2 to 2.1.3 (dependabot[bot]) #47367 - [
48468c4413
] - build: replace Python linter flake8 with ruff (Christian Clauss) #47519 - [
3ceb2c4387
] - build: add node-core-utils to setup (Jiawen Geng) #47442 - [
fdc59b8e14
] - build: bump github/codeql-action from 2.2.6 to 2.2.9 (dependabot[bot]) #47366 - [
3924893023
] - build: update stale action from v7 to v8 (Rich Trott) #47357 - [
753185c5b0
] - build: remove Python pip--no-user
option (Christian Clauss) #47372 - [
67af0a6a2b
] - build: avoid usage of pipes library (Mohammed Keyvanzadeh) #47271 - [
db910dd6b2
] - build, deps, tools: avoid excessive LTO (Konstantin Demin) #47313 - [
35d1def891
] - child_process: use signal.reason in child process abort (Debadree Chatterjee) #47817 - [
7692d2e7b9
] - cluster: use ObjectPrototypeHasOwnProperty (Daeyeon Jeong) #48141 - [
7617772762
] - crypto: use openssl's own memory BIOs in crypto_context.cc (GauriSpears) #47160 - [
8cabfe7c6e
] - crypto: fix setEngine() when OPENSSL_NO_ENGINE set (Tobias Nießen) #47977 - [
de1338da05
] - crypto: fix webcrypto private/secret import with empty usages (Filip Skokan) #47877 - [
27a696fda9
] - crypto: update root certificates to NSS 3.89 (Node.js GitHub Bot) #47659 - [
e2292f936e
] - crypto: remove INT_MAX restriction in randomBytes (Tobias Nießen) #47559 - [
a5f214c00c
] - crypto: replace THROW with CHECK for scrypt keylen (Tobias Nießen) #47407 - [
dd42214fd4
] - crypto: unify validation of checkPrime checks (Tobias Nießen) #47165 - [
76e4d12fb3
] - crypto: re-add padding for AES-KW wrapped JWKs (Filip Skokan) #46563 - [
9d894c17dd
] - crypto: use WebIDL converters in WebCryptoAPI (Filip Skokan) #46067 - [
6f3a8b45a5
] - deps: update ada to 2.5.0 (Node.js GitHub Bot) #48223 - [
075b6db919
] - deps: update ada to 2.4.2 (Node.js GitHub Bot) #48092 - [
a4ee1f652c
] - deps: update ada to 2.4.1 (Node.js GitHub Bot) #48036 - [
81b514d3f0
] - deps: update ada to 2.4.0 (Node.js GitHub Bot) #47922 - [
575ddf694f
] - deps: update ada to 2.3.1 (Node.js GitHub Bot) #47893 - [
2d03d5f458
] - deps: update ada to 2.3.0 (Node.js GitHub Bot) #47737 - [
42e690f2d5
] - deps: update ada to 2.2.0 (Node.js GitHub Bot) #47678 - [
08dd271521
] - deps: update ada to 2.1.0 (Node.js GitHub Bot) #47598 - [
96c50ba71f
] - deps: update ada to 2.0.0 (Node.js GitHub Bot) #47339 - [
4d1c38b758
] - deps: update zlib to337322d
(Node.js GitHub Bot) #48218 - [
74206b2549
] - deps: update histogram 0.11.8 (Marco Ippolito) #47742 - [
fbb4b3775d
] - deps: update histogram to 0.11.7 (Marco Ippolito) #47742 - [
e88c079022
] - deps: update simdutf to 3.2.12 (Node.js GitHub Bot) #48118 - [
48bd1248b9
] - deps: update minimatch to 9.0.1 (Node.js GitHub Bot) #48094 - [
d4572d31fa
] - deps: update corepack to 0.18.0 (Node.js GitHub Bot) #48091 - [
8090d29dc4
] - deps: update uvwasi to 0.0.18 (Node.js GitHub Bot) #47866 - [
169c8eea2e
] - deps: update uvwasi to 0.0.17 (Node.js GitHub Bot) #47866 - [
6acbb23380
] - deps: upgrade npm to 9.6.7 (npm team) #48062 - [
e8f2c0a58b
] - deps: update undici to 5.22.1 (Node.js GitHub Bot) #47994 - [
9309fd3120
] - deps: update simdutf to 3.2.9 (Node.js GitHub Bot) #47983 - [
b796d3560a
] - deps: upgrade npm to 9.6.6 (npm team) #47862 - [
cce372e14e
] - deps: V8: cherry-pickc5ab3e4
(Richard Lau) #47736 - [
7283486adb
] - deps: update undici to 5.22.0 (Node.js GitHub Bot) #47679 - [
2ea6e03003
] - deps: add minimatch as a dependency (Moshe Atlow) #47499 - [
261e1d23d1
] - deps: update ICU to 73.1 release (Steven R. Loomis) #47456 - [
f532f9df5f
] - deps: update undici to 5.21.2 (Node.js GitHub Bot) #47508 - [
dcb8c038b9
] - deps: update simdutf to 3.2.8 (Node.js GitHub Bot) #47507 - [
6c8456d61f
] - deps: update undici to 5.21.1 (Node.js GitHub Bot) #47488 - [
d3b2e8a438
] - deps: update simdutf to 3.2.7 (Node.js GitHub Bot) #47473 - [
64a5fe0499
] - deps: update corepack to 0.17.2 (Node.js GitHub Bot) #47474 - [
6f0f61a7d3
] - deps: upgrade npm to 9.6.4 (npm team) #47432 - [
443a72e207
] - deps: update zlib to upstream5edb52d
(Luigi Pinca) #47151 - [
dc3bc46914
] - deps: update simdutf to 3.2.3 (Node.js GitHub Bot) #47331 - [
b2f2bebbc2
] - deps: update timezone to 2023c (Node.js GitHub Bot) #47302 - [
c10729ffa7
] - deps: upgrade npm to 9.6.3 (npm team) #47325 - [
420deac1de
] - deps: update corepack to 0.17.1 (Node.js GitHub Bot) #47156 - [
966ba28491
] - deps: V8: cherry-pick3e4952c
(Richard Lau) #47236 - [
fc6ab26824
] - deps: update timezone to 2023b (Node.js GitHub Bot) #47256 - [
2700e70215
] - deps: upgrade npm to 9.6.2 (npm team) #47108 - [
29ba98a0a5
] - deps: V8: cherry-pick975ff4d
(Debadree Chatterjee) #47209 - [
be34777be8
] - deps: cherry-pick win/arm64/clang fixes (Cheng Zhao) #47011 - [
b52aacb614
] - deps: update uvwasi to v0.0.16 (Michael Dawson) #46434 - [
27a76cf5e0
] - deps,test: update postject to 1.0.0-alpha.6 (Node.js GitHub Bot) #48072 - [
b171c1a3a4
] - dgram: convert macro to template (Tobias Nießen) #47891 - [
709bf1c758
] - (SEMVER-MINOR) dns: expose getDefaultResultOrder (btea) #46973 - [
2f202c93e7
] - doc: clarify array args to Buffer.from() (Bryan English) #48274 - [
27f195f8d8
] - doc: document watch option for node:test run() (Moshe Atlow) #48256 - [
7558ef350a
] - doc: update documentation for FIPS support (Richard Lau) #48194 - [
f2bb1919e5
] - doc: improve the documentation of the stdio option (Kumar Arnav) #48110 - [
a2aa52ba92
] - doc: update Buffer.allocUnsafe description (sinkhaha) #48183 - [
19ad471d52
] - doc: update codeowners with website team (Claudio Wunder) #48197 - [
67b2c2a98f
] - doc: fix broken link to new folder doc/contributing/maintaining (Andrea Fassina) #48205 - [
795ca70815
] - doc: add atlowChemi to triagers (Chemi Atlow) #48104 - [
e437a0aff1
] - doc: fix typo in readline completer function section (Vadym) #48188 - [
92e0ea496d
] - doc: remove broken link for keygen (Rich Trott) #48176 - [
fe15dae8e6
] - doc: addauto
intrinsic height to prevent jitter/flicker (Daniel Holbert) #48195 - [
230335e21f
] - doc: add version info on the SEA docs (Antoine du Hamel) #48173 - [
e6f37d1b80
] - doc: add Ruy to list of TSC members (Michael Dawson) #48172 - [
69205a250c
] - doc: update socket.remote* properties documentation (Saba Kharanauli) #48139 - [
e4a5d6298c
] - doc: update outdated section on TLSv1.3-PSK (Tobias Nießen) #48123 - [
d14018ed99
] - doc: improve HMAC key recommendations (Tobias Nießen) #48121 - [
e9d4baf770
] - doc: clarify mkdir() recursive behavior (Stephen Odogwu) #48109 - [
3e4a469139
] - doc: fix typo in crypto legacy streams API section (Tobias Nießen) #48122 - [
bdf366ab88
] - doc: update SEA source link (Rich Trott) #48080 - [
2a4f79a75f
] - doc: clarify tty.isRaw (Roberto Vidal) #48055 - [
98c6e4be03
] - doc: use secure key length for HMAC generateKey (Tobias Nießen) #48052 - [
8ae5c8cf9d
] - doc: update broken EVP_BytesToKey link (Rich Trott) #48064 - [
3c713e7caa
] - doc: update broken spkac link (Rich Trott) #48063 - [
c22f739e94
] - doc: document node-api version process (Chengzhong Wu) #47972 - [
ce859f9f9f
] - doc: fix typo in binding functions (Deokjin Kim) #48003 - [
070c3457b7
] - doc: mark Node.js 14 as End-of-Life (Richard Lau) #48023 - [
3611027d8e
] - doc: clarify CRYPTO_CUSTOM_ENGINE_NOT_SUPPORTED (Tobias Nießen) #47976 - [
dbffad958c
] - doc: add missing deprecated blocks to cluster (Tobias Nießen) #47981 - [
035356f711
] - doc: update description of global (Tobias Nießen) #47969 - [
081a6ffaea
] - doc: update measure memory rejection information (Yash Ladha) #41639 - [
3460cf9c23
] - doc: fix broken link to TC39 import attributes proposal (Rich Trott) #47954 - [
3b018c8aa9
] - doc: fix broken link (Rich Trott) #47953 - [
244db960a9
] - doc: remove broken link (Rich Trott) #47942 - [
2cc8715bb9
] - doc: document make lint-md-clean (Matteo Collina) #47926 - [
b80e006c17
] - doc: mark global object as legacy (Mert Can Altın) #47819 - [
bf4eb058f3
] - doc: ntfs junction points must link to directories (Ben Noordhuis) #47907 - [
49875f0d69
] - doc: fix params names (Dmitry Semigradsky) #47853 - [
94b5eaaf17
] - doc: update supported version of FreeBSD to 12.4 (Michaël Zasso) #47838 - [
0114201825
] - doc: swap Matteo with Rafael in the stewards (Rafael Gonzaga) #47841 - [
8bcfcc0af9
] - doc: add valgrind suppression details (Kevin Eady) #47760 - [
75d397ecab
] - doc: replace EOL versions in README (Tobias Nießen) #47833 - [
2b0c57cb80
] - doc: add ovflowd to collaborators (Claudio Wunder) #47844 - [
be4966977c
] - doc: update BUILDING.md previous versions links (Tobias Nießen) #47835 - [
a9e8a20fb8
] - doc: create maintaining folder for deps (Marco Ippolito) #47589 - [
fd0f362d7c
] - doc: remove MoLow from Triagers (Moshe Atlow) #47792 - [
0927c67ab6
] - doc: fix typo in webstreams.md (Christian Takle) #47766 - [
994be578da
] - doc: move BethGriggs to regular member (Rich Trott) #47776 - [
64d19f4678
] - doc: move addaleax to TSC emeriti (Anna Henningsen) #47752 - [
33ec10e6b8
] - doc: add link to news for Node.js core (Michael Dawson) #47704 - [
2a682b5efe
] - doc: async_hooks asynchronous content example add mjs code (btea) #47401 - [
4f541c3ca3
] - doc: clarify concurrency model of test runner (Tobias Nießen) #47642 - [
ffcff68f0d
] - doc: fix typos (Mohammed Keyvanzadeh) #47685 - [
290b2b7afc
] - doc: fix capitalization of ASan (Mohammed Keyvanzadeh) #47676 - [
b4ca788878
] - doc: fix typos in SECURITY.md (Mohammed Keyvanzadeh) #47677 - [
971c545a47
] - doc: update error code of buffer (Deokjin Kim) #47617 - [
ec5c919928
] - doc: change offset of example inBuffer.copyBytesFrom
(Deokjin Kim) #47606 - [
980bf052c7
] - doc: remove markdown link from heading (Tobias Nießen) #47585 - [
e96451ec5e
] - doc: fix release-post script location (Rafael Gonzaga) #47517 - [
61ea15339c
] - doc: add link for news from uvwasi team (Michael Dawson) #47531 - [
d40bcdd73e
] - doc: add missing setEncoding call in ESM example (Anna Henningsen) #47558 - [
924dc909b3
] - doc: fix typo in util.types.isNativeError() (Julian Dax) #47532 - [
a24d72a6fb
] - doc: add KhafraDev to collaborators (Matthew Aitken) #47510 - [
b0196378b6
] - doc: create maintaining-brotli.md (Marco Ippolito) #47380 - [
3902be8fe8
] - doc: info on handling unintended breaking changes (Michael Dawson) #47426 - [
670f9a591d
] - doc: add performance initiative (Yagiz Nizipli) #47424 - [
89a5d04a8e
] - doc: do not create a backup file (Luigi Pinca) #47151 - [
7f2bccc5d6
] - doc: add MoLow to the TSC (Colin Ihrig) #47436 - [
7db2e889ac
] - doc: add a note about os.cpus() returning an empty list (codedokode) #47363 - [
289a8e30d6
] - doc: clarify reports are only evaluated on active versions (Rafael Gonzaga) #47341 - [
dc22edb4d2
] - doc: remove Vladimir de Turckheim from Security release stewards (Vladimir de Turckheim) #47318 - [
3e74a74da3
] - doc: add importing util to example of `process.report.getReport' (Deokjin Kim) #47298 - [
ece029f64e
] - doc: vm.SourceTextModule() without context option (Axel Kittenberger) #47295 - [
c7227204cc
] - doc: document process for sharing project news (Michael Dawson) #47189 - [
2865cbb4bd
] - doc: revise example of assert.CallTracker (Deokjin Kim) #47252 - [
81ebaf2670
] - doc: fix typo in SECURITY.md (Rich Trott) #47282 - [
faabd48f11
] - doc: use serial comma in cli docs (Tobias Nießen) #47262 - [
3a85794089
] - doc: improve example for Error.captureStackTrace() (Julian Dax) #46886 - [
2114fa472b
] - doc: clarify http error events after calling destroy() (Zach Bjornson) #46903 - [
d15f522d1f
] - doc: update output of example in AbortController (Deokjin Kim) #47227 - [
ab6588e343
] - doc: drop one-week branch sync on major releases (Rafael Gonzaga) #47149 - [
6ac52e3061
] - doc: fix grammar in the collaborator guide (Mohammed Keyvanzadeh) #47245 - [
13175774a6
] - doc: update stream.reduce concurrency note (Raz Luvaton) #47166 - [
1e97ccd6d4
] - doc: remove use of DEFAULT_ENCODING in PBKDF2 docs (Tobias Nießen) #47181 - [
d562a7c461
] - doc: fix typos in async_context.md (Shubham Sharma) #47155 - [
9a11788cdf
] - doc: update collaborator guide to reflect TSC changes (Rich Trott) #47126 - [
5fc2bb763f
] - doc: clarify thatfs.create{Read,Write}Stream
supportAbortSignal
(Antoine du Hamel) #47122 - [
2dd3b0213e
] - doc: improve documentation for util.types.isNativeError() (Julian Dax) #46840 - [
ce4636e36b
] - doc: rename the startup performance initiative to startup snapshot (#47111) (Joyee Cheung) - [
309d017f15
] - doc: fix "maintaining dependencies" heading typos (Keyhan Vakil) #47082 - [
230a984eb3
] - doc: include webstreams in finished() and Duplex.from() parameters (Debadree Chatterjee) #46312 - [
8651ea822e
] - doc,fs: update description of fs.stat() method (Mert Can Altın) #47654 - [
e4539e1f19
] - doc,test: update the v8.startupSnapshot doc and test the example (Joyee Cheung) #47468 - [
3dddc0175f
] - doc,test: fix concurrency option of test() (Tobias Nießen) #47734 - [
563f9fe06a
] - doc,vm: clarify usage of cachedData in vm.compileFunction() (Darshan Sen) #48193 - [
316016ffac
] - esm: avoid accessing lazy getters for urls (Yagiz Nizipli) #47542 - [
e5e385d2b2
] - esm: increase test coverage of edge cases (Antoine du Hamel) #47033 - [
061fb20660
] - (SEMVER-MINOR) events: add getMaxListeners method (Matthew Aitken) #47039 - [
ed0b62cc01
] - (SEMVER-MINOR) fs: add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) #47084 - [
9b44c56c9a
] - fs: make readdir recursive algorithm iterative (Ethan Arrowood) #47650 - [
7273ef53b3
] - (SEMVER-MINOR) fs: add recursive option to readdir and opendir (Ethan Arrowood) #41439 - [
3f0636d2c1
] - (SEMVER-MINOR) fs: add support for mode flag to specify the copy behavior (Tetsuharu Ohzeki) #47084 - [
a0b9853251
] - (SEMVER-MINOR) fs: implement byob mode for readableWebStream() (Debadree Chatterjee) #46933 - [
709e368708
] - http: send implicit headers on HEAD with no body (Matteo Collina) #48108 - [
dc318f26c0
] - (SEMVER-MINOR) http: prevent writing to the body when not allowed by HTTP spec (Gerrard Lindsay) #47732 - [
4b2a015642
] - (SEMVER-MINOR) http: remove internal error in assignSocket (Matteo Collina) #47723 - [
7cef6aa721
] - (SEMVER-MINOR) http: add highWaterMark opt in http.createServer (HinataKah0) #47405 - [
9186f3a0ef
] - http2: improve nghttp2 error callback (Tobias Nießen) #47840 - [
cc7e5dd4cd
] - inspector: add tips for Session (theanarkh) #47195 - [
70c0e882d3
] - inspector: log response and requests in the inspector for debugging (Joyee Cheung) #46941 - [
6099d2d08b
] - inspector: fix session.disconnect crash (theanarkh) #46942 - [
156292d44a
] - lib: create weakRef only if any signals provided (Chemi Atlow) #48448 - [
efaa073303
] - (SEMVER-MINOR) lib: implement AbortSignal.any() (Chemi Atlow) #47821 - [
c46b31f3bf
] - lib: support FORCE_COLOR for non TTY streams (Moshe Atlow) #48034 - [
286c358832
] - lib: do not disable linter for entire files (Antoine du Hamel) #48299 - [
a2552ab7c0
] - lib: use existingisWindows
variable (sinkhaha) #48134 - [
2b65625281
] - lib: update comment (sinkhaha) #47884 - [
fa447b5120
] - lib: use webidl DOMString converter in EventTarget (Matthew Aitken) #47514 - [
33f32dc318
] - lib: define Event.isTrusted in the prototype (Santiago Gimeno) #46974 - [
50789a5e4a
] - lib: refactor to usevalidateBuffer
(Deokjin Kim) #46489 - [
3658abea26
] - (SEMVER-MINOR) lib: add webstreams to Duplex.from() (Debadree Chatterjee) #46190 - [
fcf3781d22
] - lib,src,test: lint codebase according new rules for v18.x (Juan José Arboleda) #48697 - [
b55dc53422
] - meta: bump github/codeql-action from 2.3.3 to 2.3.6 (dependabot[bot]) #48287 - [
8ac4579d85
] - meta: bump actions/setup-python from 4.6.0 to 4.6.1 (dependabot[bot]) #48286 - [
b1854fe9c1
] - meta: bump codecov/codecov-action from 3.1.3 to 3.1.4 (dependabot[bot]) #48285 - [
d9448b8d93
] - meta: remove dont-land-on-v14 auto labeling (Shrujal Shah) #48031 - [
bb859768b6
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #48010 - [
af90fb939b
] - meta: bump step-security/harden-runner from 2.3.1 to 2.4.0 (Rich Trott) #47980 - [
4dcf5e2052
] - meta: bump github/codeql-action from 2.3.2 to 2.3.3 (Rich Trott) #47979 - [
dab3186ea2
] - meta: bump actions/setup-python from 4.5.0 to 4.6.0 (Rich Trott) #47968 - [
546224c13c
] - meta: add security-wg ping to permission.js (Rafael Gonzaga) #47941 - [
353dfbd2d6
] - meta: bump step-security/harden-runner from 2.2.1 to 2.3.1 (dependabot[bot]) #47808 - [
20a5cc27ec
] - meta: bump actions/setup-python from 4.5.0 to 4.6.0 (dependabot[bot]) #47806 - [
eef6442d8d
] - meta: bump actions/checkout from 3.3.0 to 3.5.2 (dependabot[bot]) #47805 - [
e30e6a718a
] - meta: remove extra space in scorecard workflow (Mestery) #47805 - [
2d13cdebc4
] - meta: bump github/codeql-action from 2.2.9 to 2.3.2 (dependabot[bot]) #47809 - [
f0d8352ed8
] - meta: bump codecov/codecov-action from 3.1.1 to 3.1.3 (dependabot[bot]) #47807 - [
7e95fba0ff
] - meta: fix dependabot commit message (Mestery) #47810 - [
d31d9c7c28
] - meta: ping nodejs/startup for startup test changes (Joyee Cheung) #47771 - [
077686055b
] - meta: add mailmap entry for KhafraDev (Rich Trott) #47512 - [
e50eb6570a
] - meta: ping security-wg team on permission model changes (Rafael Gonzaga) #47483 - [
2df1a36214
] - meta: ping startup and realm team on src/node_realm* changes (Joyee Cheung) #47448 - [
c7dc6e321b
] - meta: fix notable-change comment label url (Filip Skokan) #47300 - [
e859ca44d5
] - meta: clarify the threat model to explain the JSON.parse case (Matteo Collina) #47276 - [
1f08f4848d
] - meta: update link to collaborators discussion page (Michaël Zasso) #47211 - [
3b524cbf86
] - meta: automate description requests when notable change label is added (Danielle Adams) #47078 - [
da16ca7c59
] - meta: move TSC voting member(s) to regular member(s) (Node.js GitHub Bot) #47180 - [
0c80e60d7e
] - meta: move TSC voting member to regular membership (Node.js GitHub Bot) #46985 - [
0edcfed895
] - meta: update GOVERNANCE.md to reflect TSC charter changes (Rich Trott) #47126 - [
baada5d035
] - meta: ask expected behavior reason in bug template (Ben Noordhuis) #47049 - [
5d75ec402e
] - module: reduce the number of URL initializations (Yagiz Nizipli) #48272 - [
c5af5a4f4f
] - module: change default resolver to not throw on unknown scheme (Gil Tayar) #47824 - [
cf8845d001
] - module: block requiringtest/reporters
without scheme (Moshe Atlow) #47831 - [
ce7e6c6765
] - (SEMVER-MINOR) node-api: define version 9 (Chengzhong Wu) #48151 - [
53c02b20b8
] - node-api: add status napi_cannot_run_js (Gabriel Schulhof) #47986 - [
4b280d5361
] - node-api: napi_ref on all types is experimental (Vladimir Morozov) #47975 - [
e2553b12e7
] - (NODE-API-SEMVER-MAJOR) node-api: get Node API version used by addon (Vladimir Morozov) #45715 - [
beaad7f692
] - node-api: test passing NULL to napi_define_class (Gabriel Schulhof) #47567 - [
6ab892780c
] - node-api: test passing NULL to number APIs (Gabriel Schulhof) #47549 - [
a67e5ea89c
] - node-api: remove unused mark_arraybuffer_as_untransferable (Chengzhong Wu) #47557 - [
7019d48ba1
] - (SEMVER-MINOR) node-api: deprecate napi_module_register (Vladimir Morozov) #46319 - [
395c56bd7c
] - node-api: extend type-tagging to externals (Gabriel Schulhof) #47141 - [
6e66371eee
] - node-api: document node-api shutdown finalization (Chengzhong Wu) #45903 - [
d8d2d33efb
] - node-api: verify cleanup hooks order (Chengzhong Wu) #46692 - [
b34eaf393e
] - path: indicate index of wrong resolve() parameter (sosoba) #47660 - [
13bc5488a1
] - permission: remove unused function declaration (Deokjin Kim) #47957 - [
5f8aef477e
] - quic: address recent coverity warning (Michael Dawson) #47753 - [
75d7024ecd
] - quic: add more QUIC implementation (James M Snell) #47494 - [
24840832bd
] - quic: add more QUIC impl (James M Snell) #47348 - [
114b8479b4
] - readline: fix issue with newline-less last line (Ian Harris) #47317 - [
e668efac6b
] - repl: preserve preview on ESCAPE key press (Xuguang Mei) #46878 - [
7306b0f733
] - sea: fix memory leak detected by asan (Darshan Sen) #47309 - [
1f2c91f98a
] - src: use std::array for passing argv in node::url (Anna Henningsen) #47035 - [
36bf06904f
] - src: add Realm document in the src README.md (Chengzhong Wu) #47932 - [
5445835671
] - src: check node_extra_ca_certs after openssl cfg (Raghu Saxena) #48159 - [
eb96856555
] - src: include missing header in node_sea.h (Joyee Cheung) #48152 - [
2a35462045
] - src: deduplicate X509Certificate::Fingerprint* (Tobias Nießen) #47978 - [
4c556816bd
] - src: move BlobSerializerDeserializer to a separate header file (Darshan Sen) #47933 - [
4bad757012
] - src: rename SKIP_CHECK_SIZE to SKIP_CHECK_STRLEN (Tobias Nießen) #47845 - [
33daa89dac
] - src: register ext reference for Fingerprint512 (Tobias Nießen) #47892 - [
30b7133008
] - src: clarify the parameter name inPermission::Apply
(Daeyeon Jeong) #47874 - [
274c0f2e0a
] - src: avoid strcmp() with Utf8Value (Tobias Nießen) #47827 - [
559c98f468
] - src: prefer data accessor of string and vector (Mohammed Keyvanzadeh) #47750 - [
933673de61
] - src: avoid copying string in fs_permission (Yagiz Nizipli) #47746 - [
77f2b97197
] - src: fix typo in comment in quic/sessionticket.cc (Tobias Nießen) #47754 - [
8e6af9fcf4
] - src: mark fatal error functions as noreturn (Chengzhong Wu) #47695 - [
d0ad873b0e
] - src: prevent changing FunctionTemplateInfo after publish (Shelley Vohr) #46979 - [
71fb476781
] - src: use v8::Boolean(b) over b ? True() : False() (Tobias Nießen) #47554 - [
175b78bc02
] - src: fix typo in process.env accessor error message (Moritz Raho) #47014 - [
2c2b6d1661
] - src: replace static const string_view by static constexpr (Daniel Lemire) #47524 - [
3840bb586e
] - src: fix CSMRNG when length exceeds INT_MAX (Tobias Nießen) #47515 - [
f6aa38dc5f
] - src: use correct variable in node_builtins.cc (Michaël Zasso) #47343 - [
e88e249838
] - src: slim down stream_base-inl.h (lilsweetcaligula) #46972 - [
b34de64442
] - src: allow simdutf::convert_* functions to return zero (Daniel Lemire) #47471 - [
ded4a5eb8f
] - src: remove usage ofstd::shared_ptr<T>::unique()
(Darshan Sen) #47315 - [
0fbfb28cf5
] - src: use stricter compile-time guidance (Tobias Nießen) #46509 - [
a8430ad211
] - src: remove unused variable in crypto_x509.cc (Michaël Zasso) #47344 - [
24dabf8965
] - src: don't reset embeder signal handlers (Dmitry Vyukov) #47188 - [
4add36872c
] - src: replace impossible THROW with CHECK (Tobias Nießen) #47168 - [
e1007ff6a8
] - src: remove dead comments about return_code_cache (Keyhan Vakil) #47083 - [
5501d12713
] - src: remove SSL_CTX_get_tlsext_ticket_keys guards (Tobias Nießen) #47068 - [
716d289874
] - src: fix clang 14 linker error (Keyhan Vakil) #47057 - [
8809adfdb6
] - src: clarify OptionEnvvarSettings member names (Chengzhong Wu) #45057 - [
05f5c79574
] - src: per-realm binding data (Chengzhong Wu) #46556 - [
a7620d19c8
] - src,http2: ensure cleanup if a frame is not sent (ywave620) #47244 - [
585d62848e
] - stream: deprecate asIndexedPairs (Chemi Atlow) #48102 - [
d3449ca010
] - stream: prevent pipeline hang with generator functions (Debadree Chatterjee) #47712 - [
5e4b2434a6
] - (SEMVER-MINOR) stream: preserve object mode in compose (Raz Luvaton) #47413 - [
912eb308ab
] - (SEMVER-MINOR) stream: add setter & getter for default highWaterMark (#46929) (Robert Nagy) #46929 - [
c59887744a
] - stream: expose stream symbols (Robert Nagy) #45671 - [
4edc1abf0b
] - stream: dont wait for next item in take when finished (Raz Luvaton) #47132 - [
cfb18d816d
] - stream: remove brandchecks from stream duplexify (Debadree Chatterjee) #46315 - [
9d4025c411
] - test: mark test-child-process-pipe-dataflow as flaky (Moshe Atlow) #48334 - [
c29b6874d4
] - test: unflake test-vm-timeout-escape-nexttick (Santiago Gimeno) #48078 - [
0e3312b01b
] - test: fix zlib version regex (Luigi Pinca) #48227 - [
a9d0b8d005
] - test: use lower security level in s_client (Luigi Pinca) #48192 - [
7250d8c2f1
] - Revert "test: unskip negative-settimeout.any.js WPT" (Filip Skokan) #48182 - [
18476697bd
] - test: mark test_cannot_run_js as flaky (Keyhan Vakil) #48181 - [
446f6118ff
] - test: fix flaky test-runner-watch-mode (Moshe Atlow) #48144 - [
7fa144e3fe
] - test: skip test-http-pipeline-flood on IBM i (Abdirahim Musse) #48048 - [
5c5b1d2867
] - test: ignore helper files in WPTs (Filip Skokan) #48079 - [
3b2cee071b
] - test: movetest-cluster-primary-error
flaky test (Yagiz Nizipli) #48039 - [
7b816b4922
] - test: fix suite signal (Benjamin Gruenbaum) #47800 - [
ca4a0e3717
] - test: fix parsing test flags (Daeyeon Jeong) #48012 - [
a3f0504556
] - test: mark test-esm-loader-http-imports as flaky (Tobias Nießen) #47987 - [
ab36a30143
] - test: unskip negative-settimeout.any.js WPT (Filip Skokan) #47946 - [
7c80439b21
] - test: use appropriate usages for a negative import test (Filip Skokan) #47878 - [
81d8d95ba0
] - test: fix webcrypto wrap unwrap tests (Filip Skokan) #47876 - [
1b84e85576
] - test: fix output tests when path includes node version (Moshe Atlow) #47843 - [
95972aac8d
] - test: migrate a pseudo_tty test to use assertSnapshot (Moshe Atlow) #47803 - [
f1e131283d
] - test: fix WPT state when process exits but workers are still running (Filip Skokan) #47826 - [
03dcf7bc94
] - test: migrate message tests to use assertSnapshot (Moshe Atlow) #47498 - [
dedbeee336
] - test: refactor to usegetEventListeners
in timers (Deokjin Kim) #47759 - [
11a2d1c4e4
] - test: add and use tmpdir.hasEnoughSpace() (Tobias Nießen) #47767 - [
d669714e57
] - test: remove spaces from test runner test names (Tobias Nießen) #47733 - [
3a9c43a6d7
] - test: mark test-cluster-primary-error flaky on asan (Yagiz Nizipli) #47422 - [
bd1eb14cb0
] - test: remove unnecessary status check on test-release-npm (RafaelGSS) #47516 - [
914f68d953
] - test: mark test/parallel/test-file-write-stream4 as flaky (Yagiz Nizipli) #47423 - [
7c4178cb11
] - test: remove unused callback variables (angellovc) #47167 - [
d0bda902dc
] - test: migrate test runner message tests to snapshot (Moshe Atlow) #47392 - [
095ca5ccf2
] - test: remove stale entry from known_issues.status (Richard Lau) #47454 - [
8820d5415b
] - test: move more inspector sequential tests to parallel (Joyee Cheung) #47412 - [
f6ef5c4ad3
] - test: use random port in test-inspector-enabled (Joyee Cheung) #47412 - [
e97ceeca69
] - test: use random port in test-inspector-debug-brk-flag (Joyee Cheung) #47412 - [
a2e4643981
] - test: use random port in NodeInstance.startViaSignal() (Joyee Cheung) #47412 - [
a779261732
] - test: fix flaky test-watch-mode-inspect (Moshe Atlow) #47403 - [
116df2ad3e
] - test: move debugger tests with --port=0 to parallel (Joyee Cheung) #47274 - [
016b8bd27d
] - test: use --port=0 in debugger tests that do not have to work on 9229 (Joyee Cheung) #47274 - [
3c157cb7a3
] - test: run doctool tests in parallel (Joyee Cheung) #47273 - [
44f08ed941
] - test: move test-shadow-realm-gc.js to known_issues (Joyee Cheung) #47355 - [
e2b5d968c3
] - test: update wasm/jsapi WPT (Michaël Zasso) #47210 - [
53d9eb5950
] - test: skip test-wasm-web-api on ARM (Michaël Zasso) #47299 - [
b620f5fcd6
] - test: skip instantiateStreaming-bad-imports WPT (Michaël Zasso) #47292 - [
1e6fe56333
] - test: fix test-child-process-exec-cwd (Stefan Stojanovic) #47235 - [
0dc4971aab
] - test: skip broken tests win arm64 (Stefan Stojanovic) #47020 - [
6fee6050e3
] - test: fix 'checks' validation test for checkPrime (Tobias Nießen) #47139 - [
6b85472f01
] - test: update URL web-platform-tests (Yagiz Nizipli) #47135 - [
732a98e1ba
] - test: reduce flakiness of test-http-remove-header-stays-removed.js (Debadree Chatterjee) #46855 - [
713b412ee9
] - test: mark test-http-max-sockets as flaky on win32 (Tobias Nießen) #47134 - [
b3b7dbc395
] - test: update web-platform tests for url (Xuguang Mei) #46860 - [
2edd0fdb5b
] - test: mark test-child-process-stdio-reuse-readable-stdio flaky (Luigi Pinca) #48537 - [
fae240e492
] - test: mark test-child-process-pipe-dataflow as flaky (Moshe Atlow) #48334 - [
9ca3cc0f2a
] - test: remove useless require('../common') from WPTs (Filip Skokan) #46796 - [
4bece055a5
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #47921 - [
7ef169b706
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #47222 - [
873606b355
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #47131 - [
8f1fc0bc99
] - test,doc,sea: run SEA tests on ppc64 (Darshan Sen) #48111 - [
5d910ca389
] - test_runner: add enqueue and dequeue events (Moshe Atlow) #48428 - [
d795c0ab0c
] - test_runner: dont split lines ontest:stdout
(Moshe Atlow) #48057 - [
04eb1f85da
] - test_runner: pass FORCE_COLOR to child process (Moshe Atlow) #48057 - [
2262653148
] - test_runner: applyrunOnly
on suites (Moshe Atlow) #48279 - [
033d0bb3e1
] - test_runner: emittest:watch:drained
event (Moshe Atlow) #48259 - [
618a9e1c09
] - test_runner: stop watch mode when abortSignal aborted (Moshe Atlow) #48259 - [
6a82fbd006
] - test_runner: fix global after hook (Moshe Atlow) #48231 - [
d1295d7b10
] - test_runner: remove redundant check from coverage (Colin Ihrig) #48070 - [
47602fe73b
] - test_runner: fix test deserialize edge cases (Moshe Atlow) #48106 - [
b18a78cd0b
] - test_runner: delegate stderr and stdout formatting to reporter (Shiba) #48045 - [
e0d0b19c30
] - test_runner: display dot report as wide as the terminal width (Raz Luvaton) #48038 - [
bdca468a79
] - test_runner: use v8.serialize instead of TAP (Moshe Atlow) #47867 - [
866ed6a887
] - (SEMVER-MINOR) test_runner: add shorthands totest
(Chemi Atlow) #47909 - [
4737314865
] - test_runner: fix ordering of test hooks (Phil Nash) #47931 - [
ea543d95f6
] - test_runner: omit inaccessible files from coverage (Colin Ihrig) #47850 - [
8398bca842
] - test_runner: fix --require with --experimental-loader (Moshe Atlow) #47751 - [
4c0036ba1b
] - (SEMVER-MINOR) test_runner: support combining coverage reports (Colin Ihrig) #47686 - [
cb3abda9aa
] - test_runner: remove no-op validation (Colin Ihrig) #47687 - [
323881f60b
] - test_runner: fix test runner concurrency (Moshe Atlow) #47675 - [
3bbb1fc990
] - test_runner: fix test counting (Moshe Atlow) #47675 - [
0ea63717ba
] - test_runner: fix nested hooks (Moshe Atlow) #47648 - [
fa18b17d88
] - test_runner: add testNamePatterns to run api (atlowChemi) #47648 - [
2033691bfc
] - test_runner: support coverage of unnamed functions (Colin Ihrig) #47652 - [
882c6127ae
] - test_runner: move coverage collection to root.postRun() (Colin Ihrig) #47651 - [
e97eefa538
] - (SEMVER-MINOR) test_runner: execute before hook on test (Chemi Atlow) #47586 - [
4bce39108c
] - test_runner: avoid reporting parents of failing tests in summary (Moshe Atlow) #47579 - [
688078b93a
] - test_runner: fix spec skip detection (Moshe Atlow) #47537 - [
0b32a8c8a3
] - test_runner: color errors only when colors are available (Moshe Atlow) #47394 - [
d5fc8236bf
] - test_runner: hide failing tests title when all tests pass (Moshe Atlow) #47370 - [
1d453e4d31
] - test_runner: stringify AssertError expected and actual (Moshe Atlow) #47088 - [
99312a55f2
] - test_runner: add code coverage support to spec reporter (Pulkit Gupta) #46674 - [
2091b4718f
] - (SEMVER-MINOR) test_runner: expose reporter for use in run api (Chemi Atlow) #47238 - [
9cbf89717e
] - test_runner: report failing tests after summary (HinataKah0) #47164 - [
460bcc042e
] - test_runner: count nested tests (Moshe Atlow) #47094 - [
c62e6b2e54
] - test_runner: accept \x1b as a escape symbol (Debadree Chatterjee) #47050 - [
ddf819f810
] - test_runner: support defining test reporter in NODE_OPTIONS (Steve Herzog) #46688 - [
e049ce296a
] - tls: reapply servername on happy eyeballs connect (Fedor Indutny) #48255 - [
19b0f244b2
] - tls: accept SecureContext object in server.addContext() (HinataKah0) #47570 - [
7786d7cece
] - tools: pin ruff version number (Rich Trott) #48505 - [
a2bfe02289
] - tools: remove non-existing file from CODEOWNERS file (Juan José Arboleda) #48697 - [
87562c9af0
] - tools: update rollup lint-md-dependencies (Node.js GitHub Bot) #48329 - [
1cde4a4299
] - Revert "tools: open issue when update workflow fails" (Marco Ippolito) #48312 - [
361cf8cffc
] - tools: don't gitignore base64 config.h (Ben Noordhuis) #48174 - [
0cfdb3affa
] - tools: update LICENSE and license-builder.sh (Santiago Gimeno) #48078 - [
715cf81b4a
] - tools: automate histogram update (Marco Ippolito) #48171 - [
d9afffab03
] - tools: use shasum instead of sha256sum (Luigi Pinca) #48229 - [
1a5cddfc1f
] - tools: harmonizedep_updaters
scripts (Antoine du Hamel) #48201 - [
24abe07dda
] - tools: log and verify sha256sum (Andrea Fassina) #48088 - [
9aed8683aa
] - tools: open issue when update workflow fails (Marco Ippolito) #48018 - [
4c5c63fd82
] - tools: alphabetize CODEOWNERS (Rich Trott) #48124 - [
9b849a7270
] - tools: use latest upstream commit for zlib updates (Andrea Fassina) #48054 - [
e18c1258ae
] - tools: add security-wg as dep updaters owner (Marco Ippolito) #48113 - [
999a289dd9
] - tools: fix race condition when npm installing (Tobias Nießen) #48101 - [
25b0033b86
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #48098 - [
87b36b3a8a
] - tools: update cpplint to 1.6.1 (Yagiz Nizipli) #48098 - [
64ff6fe443
] - tools: update eslint to 8.41.0 (Node.js GitHub Bot) #48097 - [
739c314851
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #48096 - [
6674ed1901
] - tools: update doc to remark-parse@10.0.2 (Node.js GitHub Bot) #48095 - [
0b0818caab
] - tools: add debug logs (Marco Ippolito) #48060 - [
168d080f40
] - tools: fix zconf.h path (Luigi Pinca) #48089 - [
ccd2795f42
] - tools: update remark-preset-lint-node to 4.0.0 (Node.js GitHub Bot) #47995 - [
89e068a550
] - tools: debug log for nghttp3 (Marco Ippolito) #47992 - [
3bf2bd4ec6
] - tools: automate icu-small update (Marco Ippolito) #47727 - [
fdf9681dc0
] - tools: update lint-md-dependencies to rollup@3.21.5 (Node.js GitHub Bot) #47903 - [
52532c2cb1
] - tools: update eslint to 8.40.0 (Node.js GitHub Bot) #47906 - [
951cc7b624
] - tools: update eslint to 8.39.0 (Node.js GitHub Bot) #47789 - [
706c87db50
] - tools: fix jsdoc lint (Moshe Atlow) #47789 - [
8eef5f5f5f
] - tools: update doc to highlight.js@11.8.0 (Node.js GitHub Bot) #47786 - [
899eea6237
] - tools: update lint-md-dependencies to rollup@3.21.1 (Node.js GitHub Bot) #47787 - [
8ca50b6ac9
] - tools: move update-npm to dep updaters (Marco Ippolito) #47619 - [
5ee554397d
] - tools: fix update-v8-patch cache (Marco Ippolito) #47725 - [
4e0d19e1bd
] - tools: automate v8 patch update (Marco Ippolito) #47594 - [
64c3154bdf
] - tools: fix skip message in update-cjs-module-lexer (Tobias Nießen) #47701 - [
6535ab90d9
] - tools: update lint-md-dependencies to @rollup/plugin-commonjs@24.1.0 (Node.js GitHub Bot) #47577 - [
7cfc00d072
] - tools: keep MR titles/description up-to-date (Tobias Nießen) #47621 - [
d6b555e2c8
] - tools: fix updating root certificates (Richard Lau) #47607 - [
0d3e3ddea6
] - tools: update MR label config (Mohammed Keyvanzadeh) #47593 - [
fa52c472b8
] - tools: add execution permission to uvwasi script (Mert Can Altın) #47600 - [
f6955a6b0c
] - tools: add update script for googletest (Tobias Nießen) #47482 - [
4e1d87e752
] - tools: add option to run workflow with specific tool id (Michaël Zasso) #47591 - [
e605402590
] - tools: automate zlib update (Marco Ippolito) #47417 - [
b6ca57e8d0
] - tools: add url and whatwg-url labels automatically (Yagiz Nizipli) #47545 - [
d5c9bc4f8e
] - tools: add performance label to benchmark changes (Yagiz Nizipli) #47545 - [
c5227628a9
] - tools: automate uvwasi dependency update (Ranieri Innocenti Spada) #47509 - [
5ffdb57302
] - tools: add missing pinned dependencies (Mateo Nunez) #47346 - [
c7b898d4e4
] - tools: automate ngtcp2 and nghttp3 update (Marco Ippolito) #47402 - [
e696a48225
] - tools: move update-undici.sh to dep_updaters and create maintain md (Marco Ippolito) #47380 - [
056067286a
] - tools: makejs2c.py
usable for other build systems (Cheng Zhao) #46930 - [
d11c6ba2eb
] - tools: move update-acorn.sh to dep_updaters and create maintaining md (Marco Ippolito) #47382 - [
0a65c7c300
] - tools: update eslint to 8.38.0 (Node.js GitHub Bot) #47475 - [
60dc249cd5
] - tools: update eslint to 8.38.0 (Node.js GitHub Bot) #47475 - [
1271b0eded
] - tools: automate cjs-module-lexer dependency update (Marco Ippolito) #47446 - [
26905572d4
] - tools: fix notify-on-push Slack messages (Antoine du Hamel) #47453 - [
3c62663797
] - tools: update lint-md-dependencies to @rollup/plugin-node-resolve@15.0.2 (Node.js GitHub Bot) #47431 - [
c57dabe360
] - tools: add root certificate update script (Richard Lau) #47425 - [
f27680e37c
] - tools: fix update-openssl.yml compare version (Marco Ippolito) #47384 - [
35e6cf2944
] - tools: use ref_name to get branch pushed on (Debadree Chatterjee) #47358 - [
28935a86f8
] - tools: add a at here tag for slack messages (Debadree Chatterjee) #47358 - [
e1846ee4f1
] - tools: disable Codecov commit statuses (Michaël Zasso) #47306 - [
d1c8229da4
] - tools: update eslint to 8.37.0 (Node.js GitHub Bot) #47333 - [
6ab22151c4
] - tools: fix duration_ms to be milliseconds (Moshe Atlow) #44490 - [
5d46c594a7
] - tools: automate brotli update (Marco Ippolito) #47205 - [
d324c15227
] - tools: fix typo in nghttp2 path (Marco Ippolito) #47330 - [
b1bcdceef5
] - tools: add scorecard workflow (Mateo Nunez) #47254 - [
281362bcc2
] - tools: pin actions by hash for auto-start-ci.yml (Gabriela Gutierrez) #46820 - [
6cae1bd377
] - tools: standardize base64 update (Marco Ippolito) #47201 - [
a682bd0714
] - tools: update codecov branch (Rich Trott) #47285 - [
1061e17c66
] - tools: standardize update-llhttp.sh (Marco Ippolito) #47198 - [
9781185943
] - tools: upgrade Windows digital signature to SHA256 (Tobias Nießen) #47206 - [
37638e43c5
] - tools: add button to copy code example to clipboard (jakecastelli) #46928 - [
05cb503f02
] - tools: standardize update-nghttp2.sh (Marco Ippolito) #47197 - [
816e215701
] - tools: fix Slack notification action (Antoine du Hamel) #47237 - [
9ac01ecc59
] - tools: notify on Slack when invalid commit lands (Antoine du Hamel) #47178 - [
13eb029b4f
] - tools: update daily wpt actions summary (Filip Skokan) #47138 - [
e0a00ebfc5
] - tools: allow test tap output to include unicode characters (Moshe Atlow) #47175 - [
fca3391d0b
] - tools: update lint-md-dependencies to rollup@3.19.1 (Node.js GitHub Bot) #47045 - [
c0fd6a3721
] - tools: update eslint to 8.36.0 (Node.js GitHub Bot) #47046 - [
7d971daf29
] - tools,meta: update README and tools to reflect changes in TSC charter (Rich Trott) #47126 - [
d078d66bdc
] - typings: fix syntax error in tsconfig (Mohammed Keyvanzadeh) #47584 - [
889730512c
] - url: handle URL.canParse without base parameter (Yagiz Nizipli) #47547 - [
0dc485eb28
] - url: drop ICU requirement for parsing hostnames (Yagiz Nizipli) #47339 - [
b395b16c40
] - url: use ada::url_aggregator for parsing urls (Yagiz Nizipli) #47339 - [
11f48e02a8
] - (SEMVER-MINOR) url: implement URL.canParse (Matthew Aitken) #47179 - [
977a8bad35
] - url: fix array overrun in node:url::SetArgs() (Yagiz Nizipli) #47001 - [
4784e64850
] - url: allow extension of user provided URL objects (Antoine du Hamel) #46989 - [
f495cb6bf4
] - url: backport non-major changes from #46904 (Yagiz Nizipli) #46904 - [
aa4f485388
] - url: setformatUrl
method as no side effect (Yagiz Nizipli) #46884 - [
c79e1b72f2
] - url: offloadURLSearchParams
initialization (Yagiz Nizipli) #46867 - [
3db235b822
] - url: remove unusedkFormat
from url (Yagiz Nizipli) #46867 - [
b9df1a9668
] - url: clean vertical alignment of docs (Robin Ury) #48037 - [
9a2354d4a9
] - url: do not use object as hashmap (Timothy Gu) #47415 - [
4850ba4bd4
] - url: improve URLSearchParams creation performance (Yagiz Nizipli) #47190 - [
7fb1980fd9
] - url: add pending-deprecation tourl.parse()
(Yagiz Nizipli) #47203 - [
b04ea5aa9b
] - url: allow extension of user provided URL objects (Antoine du Hamel) #46989 - [
972c851918
] - url: remove unnecessary call toFunctionPrototypeBind
(Antoine du Hamel) #46870 - [
87ef1b2859
] - util: fix inspecting error with a throwing getter forcause
(Antoine du Hamel) #47163 - [
4729d30c1e
] - v8: fix ERR_NOT_BUILDING_SNAPSHOT is not a constructor (Chengzhong Wu) #47721 - [
d9a68b821e
] - vm: properly handle defining symbol props (Nicolas DUBIEN) #47572 - [
0d0fad8f0a
] - vm: fix crash when setting __proto__ on context's globalThis (Feng Yu) #47939 - [
fb90b6b3fb
] - vm: properly handle defining props on any value (Nicolas DUBIEN) #46615 - [
4b2aa3d27c
] - vm,lib: refactor microtaskQueue assignment logic (Khaidi Chu) #47765 - [
58afcc27f6
] - (SEMVER-MINOR) wasi: no longer require flag to enable wasi (Michael Dawson) #47286 - [
407af51cf5
] - wasi: add wasi sock_accept stub (Michael Dawson) #46434 - [
d3e0229948
] - watch: fix watch path with equals (Moshe Atlow) #47369 - [
78972d4696
] - worker: support more cases when (de)serializing errors (Moshe Atlow) #47925
v18.16.1
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
-
CVE-2023-30581:
mainModule.__proto__
Bypass Experimental Policy Mechanism (High) - CVE-2023-30585: Privilege escalation via Malicious Registry Key manipulation during Node.js installer repair process (Medium)
- CVE-2023-30588: Process interuption due to invalid Public Key information in x509 certificates (Medium)
- CVE-2023-30589: HTTP Request Smuggling via Empty headers separated by CR (Medium)
- CVE-2023-30590: DiffieHellman does not generate keys after setting a private key (Medium)
- OpenSSL Security Releases
- c-ares vulnerabilities:
More detailed information on each of the vulnerabilities can be found in June 2023 Security Releases blog post.
Commits
- [
bf3e2c8928
] - crypto: handle cert with invalid SPKI gracefully (Tobias Nießen) nodejs-private/node-private#393 - [
70f9449072
] - deps: setCARES_RANDOM_FILE
for c-ares (Richard Lau) #48156 - [
35d4efb57b
] - deps: update c-ares to 1.19.1 (RafaelGSS) #48115 - [
392dfedc77
] - deps: update archs files for openssl-3.0.9-quic1 (Node.js GitHub Bot) #48402 - [
46cd5fe38b
] - deps: upgrade openssl sources to quictls/openssl-3.0.9-quic1 (Node.js GitHub Bot) #48402 - [
7e3d2d85c2
] - doc,test: clarify behavior of DH generateKeys (Tobias Nießen) nodejs-private/node-private#426 - [
4ff6ba050a
] - http: disable request smuggling via rempty headers (Paolo Insogna) nodejs-private/node-private#428 - [
ab269129a6
] - msi: do not create AppData\Roaming\npm (Tobias Nießen) nodejs-private/node-private#408 - [
925e8f5619
] - policy: handle mainModule.__proto__ bypass (RafaelGSS) nodejs-private/node-private#416 - [
d6fae8e47e
] - test: allow SIGBUS in signal-handler abort test (Michaël Zasso) #47851
v18.16.0
Notable changes
Add initial support for single executable applications
Compile a JavaScript file into a single executable application:
$ echo 'console.log(`Hello, ${process.argv[2]}!`);' > hello.js
$ cp $(command -v node) hello
### On systems other than macOS:
$ npx postject hello NODE_JS_CODE hello.js \
--sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2
### On macOS:
$ npx postject hello NODE_JS_CODE hello.js \
--sentinel-fuse NODE_JS_FUSE_fce680ab2cc467b6e072b8b5df1996b2 \
--macho-segment-name NODE_JS
$ ./hello world
Hello, world!
Contributed by Darshan Sen in #45038
Replace url parser with Ada
Node.js gets a new URL parser called Ada that is compliant with the WHATWG URL Specification and provides more than 100% performance improvement to the existing implementation.
Contributed by Yagiz Nizipli in #46410
Other notable changes
-
buffer:
- (SEMVER-MINOR) add Buffer.copyBytesFrom(...) (James M Snell) #46500
- doc:
-
events:
- (SEMVER-MINOR) add listener argument to listenerCount (Paolo Insogna) #46523
- lib:
- src:
-
stream:
- (SEMVER-MINOR) add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #46273
-
tls:
- (SEMVER-MINOR) support automatic DHE (Tobias Nießen) #46978
-
url:
- (SEMVER-MINOR) implement URLSearchParams size getter (James M Snell) #46308
-
worker:
- (SEMVER-MINOR) add support for worker name in inspector and trace_events (Debadree Chatterjee) #46832
Commits
- [
c742493b61
] - assert: fix exception message for assert(0) on try catch block (hidecology) #46760 - [
0ddf73ae7c
] - assert: remove deprecated getFunction() usage (Ruben Bridgewater) #46661 - [
97ad72f19f
] - async_hooks: add async local storage propagation benchmarks (Chengzhong Wu) #46414 - [
b1bde69574
] - async_hooks: remove experimental onPropagate option (James M Snell) #46386 - [
b5db3b579a
] - benchmark: add a benchmark for URLSearchParams creation and toString() (Debadree Chatterjee) #46810 - [
ff94f9ffbe
] - benchmark: replace table in docs with description of file tree structure (Theodor Steiner) #46991 - [
d4af671f09
] - benchmark: splitBuffer.byteLength
benchmark (Joyee Cheung) #46616 - [
5f647fb7b4
] - benchmark: add benchmark for EventTarget add and remove (Debadree Chatterjee) #46779 - [
d7d634bd67
] - benchmark: fix worker startup benchmark (Joyee Cheung) #46680 - [
f7c4796c56
] - benchmark: add trailing commas inbenchmark/path
(Antoine du Hamel) #46628 - [
9b0d5030a5
] - benchmark: add trailing commas inbenchmark/http
(Antoine du Hamel) #46609 - [
e0f436041e
] - benchmark: add trailing commas inbenchmark/crypto
(Antoine du Hamel) #46553 - [
a383aee386
] - benchmark: add trailing commas inbenchmark/url
(Antoine du Hamel) #46551 - [
a10c3558c6
] - benchmark: add trailing commas inbenchmark/http2
(Antoine du Hamel) #46552 - [
8036583f1f
] - benchmark: add trailing commas inbenchmark/process
(Antoine du Hamel) #46481 - [
1497244078
] - benchmark: add trailing commas inbenchmark/misc
(Antoine du Hamel) #46474 - [
057e3f5309
] - benchmark: add trailing commas inbenchmark/buffers
(Antoine du Hamel) #46473 - [
26e1a81243
] - benchmark: add trailing commas inbenchmark/module
(Antoine du Hamel) #46461 - [
bd6c828cf3
] - benchmark: add trailing commas inbenchmark/net
(Antoine du Hamel) #46439 - [
01cf87aca7
] - benchmark: add trailing commas inbenchmark/util
(Antoine du Hamel) #46438 - [
f006b2f9dc
] - benchmark: add trailing commas inbenchmark/async_hooks
(Antoine du Hamel) #46424 - [
f969cc30ab
] - benchmark: add trailing commas inbenchmark/fs
(Antoine du Hamel) #46426 - [
5202b84382
] - bootstrap: print stack trace during environment creation failure (Joyee Cheung) #46533 - [
c6e722aca4
] - (SEMVER-MINOR) buffer: add Buffer.copyBytesFrom(...) (James M Snell) #46500 - [
886504fdf8
] - build: fix Visual Studio installation detection for Arm64 (Radek Bartoň) #46420 - [
2b72a453cf
] - build: add GitHub Action for coverage with --without-intl (Rich Trott) #37954 - [
ff07aa7fe3
] - build: do not disable inspector when intl is disabled (Rich Trott) #37954 - [
4b25b98bd8
] - build,test: add proper support for IBM i (Xu Meng) #46739 - [
535311097c
] - child_process: add trailing commas in source files (Antoine du Hamel) #46758 - [
d2692c65df
] - cluster: add trailing commas in source files (Antoine du Hamel) #46695 - [
effdca8b10
] - crypto: don't assume FIPS is disabled by default (Michael Dawson) #46532 - [
bce37c60ce
] - debugger: improve validations and documents for watch and unwatch (Eungyu Lee) #46947 - [
51253bae83
] - debugger: add a command to set which lines to check for context (Eungyu Lee) #46812 - [
44375c6a3c
] - debugger: add trailing commas in source files (Antoine du Hamel) #46714 - [
e5c4d69681
] - deps: update ada to 1.0.4 (Node.js GitHub Bot) #46853 - [
94f83536d7
] - deps: update ada to 1.0.3 (Node.js GitHub Bot) #46784 - [
484c4f6674
] - deps: update ada to v1.0.1 (Yagiz Nizipli) #46550 - [
0bc4c17e57
] - deps: add ada as a dependency (Yagiz Nizipli) #46410 - [
956f786499
] - deps: update undici to 5.21.0 (Node.js GitHub Bot) #47063 - [
73be4f8ef5
] - deps: update simdutf to 3.2.2 (Node.js GitHub Bot) #46841 - [
0e78fd5883
] - deps: update corepack to 0.17.0 (Node.js GitHub Bot) #46842 - [
61c9433d8a
] - deps: update simdutf to 3.2.1 (Node.js GitHub Bot) #46800 - [
63a62ed532
] - deps: upgrade npm to 9.5.1 (npm team) #46783 - [
c8974d678a
] - deps: update nghttp2 to 1.52.0 (Michaël Zasso) #46636 - [
2b439a2cdf
] - deps: fix libuv for android (Julian Dropmann) #46746 - [
d5eb1df869
] - deps: update simdutf to 3.2.0 (Node.js GitHub Bot) #46621 - [
dd97b05aeb
] - deps: update corepack to 0.16.0 (Node.js GitHub Bot) #46710 - [
65b877de45
] - deps: copypostject-api.h
andLICENSE
to thedeps
folder (Darshan Sen) #46582 - [
a918ac886e
] - deps: update c-ares to 1.19.0 (Michaël Zasso) #46415 - [
1ac639a240
] - deps: V8: cherry-pick9ec4e90
(Kleis Auke Wolthuizen) #47092 - [
f8d4bf8540
] - deps,test: update postject to 1.0.0-alpha.5 (Node.js GitHub Bot) #46934 - [
8646b06c1b
] - dgram: fix unhandled exception aborting a closed udp socket (Ramana Venkata) #46770 - [
e435199ccc
] - doc: remove remaining SSL_OP_NETSCAPE_*_BUG (Tobias Nießen) #47066 - [
01d82670c7
] - doc: fix typo in test.md (Victor Hiairrassary) #47053 - [
0e3077dc48
] - doc: amend support tier qualifier (Gireesh Punathil) #42805 - [
a5bf6693b9
] - doc: fix typo on esm loaders example (Ruy Adorno) #47015 - [
6a0c1d053e
] - doc: add missing test runner flags to man page (Colin Ihrig) #46982 - [
43b94b0f13
] - doc: fix history information fornode:diagnostics_channel
(Thomas Hunter II) #46984 - [
b37d53a1ba
] - doc: fix myUrl is not defined in url (Youngmin Yoo) #46968 - [
257c5ac1fa
] - doc: remove useless SSL_OP_* options (Tobias Nießen) #46954 - [
09c5e6a9f3
] - doc: fix description of TLS dhparam option (Tobias Nießen) #46949 - [
8907732fcf
] - doc: improve fs code example quality (jakecastelli) #46948 - [
17a25f1153
] - doc: fix port of destination server is not defined in http2 (Deokjin Kim) #46940 - [
ad06168a5c
] - doc: use number which is bigger than 1024 as port in http2 (Deokjin Kim) #46938 - [
4e6dda5be4
] - doc: add release key for Juan Arboleda (Juan José) #46922 - [
f49c6e64ba
] - doc: fix links to SSL_CTX_set_options (Tobias Nießen) #46953 - [
ea7fb16e5c
] - doc: fix fs missing import (jakecastelli) #46907 - [
11885a7351
] - doc: add request to hold off publicising sec releases (Michael Dawson) #46702 - [
0254fd1da6
] - doc: fix stream iterator helpers examples (Benjamin Gruenbaum) #46897 - [
0a983f7125
] - doc: add history info fornode:test
(Antoine du Hamel) #46851 - [
810d393ded
] - doc: sort import order (jakecastelli) #46847 - [
6e03499437
] - doc: use destructing import (jakecastelli) #46847 - [
8b636c3cd6
] - doc: add marco-ippolito to collaborators (Marco Ippolito) #46816 - [
7e08ca125a
] - doc: document how to use the tls.DEFAULT_CIPHERS (Andreas Martens) #46482 - [
3dae6f2f81
] - doc: add document for profiling and heap snapshot (cola119) #46787 - [
eef30513b9
] - doc: add test:coverage event to custom reporter examples (Richie McColl) #46752 - [
e6db6bedf7
] - doc: include context on .toWeb() parameters (Debadree Chatterjee) #46617 - [
a24350e49f
] - doc: add in security steward for recent release (Michael Dawson) #46701 - [
55360e9386
] - doc: clarify semver-minor notable changes approach (Beth Griggs) #46592 - [
a384dd42ff
] - doc: maintaining nghttp2 (Marco Ippolito) #46539 - [
45fccc9737
] - doc: add emit to NodeEventTarget (Deokjin Kim) #46356 - [
760616890c
] - doc: add debadree25 to collaborators (Debadree Chatterjee) #46716 - [
b9dd876e7c
] - doc: move bcoe to emeriti (Benjamin Coe) #46703 - [
3afbb92bb4
] - doc: add response.strictContentLength to documentation (Marco Ippolito) #46627 - [
2c0e1aa095
] - doc: remove unused functions from example ofstreamConsumers.text
(Deokjin Kim) #46581 - [
61268303fc
] - doc: fix test runner examples (Richie McColl) #46565 - [
2b702c98c2
] - doc: update test concurrency description / default values (richiemccoll) #46457 - [
f1de3f7a31
] - doc: enrich test command with executable (Tony Gorez) #44347 - [
68b5cf8e38
] - doc: fix wrong location ofrequestTimeout
's default value (Deokjin Kim) #46423 - [
4d5d6d2193
] - doc: add deokjinkim to collaborators (Deokjin Kim) #46444 - [
de7f6182be
] - doc: fix -C flag usage (三咲智子 Kevin Deng) #46388 - [
4165cf34ba
] - doc: add note about major release rotation (Rafael Gonzaga) #46436 - [
f088ce2dc7
] - doc: update threat model based on discussions (Michael Dawson) #46373 - [
5b94e2bcdb
] - esm: fix import assertion warning (Antoine du Hamel) #46971 - [
96a39d1a99
] - esm: add a runtime warning when using import assertions (Antoine du Hamel) #46901 - [
320a8adb45
] - esm: misc test refactors (Geoffrey Booth) #46631 - [
b08687f739
] - events: add trailing commas in source files (Antoine du Hamel) #46759 - [
cc6deeaf7a
] - (SEMVER-MINOR) events: add listener argument to listenerCount (Paolo Insogna) #46523 - [
efc24097a6
] - fs: add trailing commas in source files (Antoine du Hamel) #46696 - [
80b4e6da53
] - http: use listenerCount when adding noop event (Paolo Insogna) #46769 - [
3538521bf6
] - http: correctly calculate strict content length (Robert Nagy) #46601 - [
9582c8ef3a
] - http: fix validation of "Link" header (Steve Herzog) #46466 - [
23c1e2fa52
] - http: unify header treatment (Marco Ippolito) #46528 - [
abeee994c4
] - http: add note about clientError event (Paolo Insogna) #46584 - [
3d0602c96c
] - http: use v8::Array::New() with a prebuilt vector (Joyee Cheung) #46447 - [
62cbddd86f
] - lib: fix trailing commas and leftover function from rebasing (Danielle Adams) #47503 - [
c463f133bd
] - lib: enforce use of trailing commas (Antoine du Hamel) #46881 - [
0f33bb0961
] - lib: add trailing commas to all public core modules (Antoine du Hamel) #46848 - [
06e0dd3e15
] - lib: rename internal module declaration as internal bindings (okmttdhr, okp) #46663 - [
31578ab1b4
] - lib: add trailing commas to more internal files (Antoine du Hamel) #46811 - [
ad510d9029
] - lib: update punycode to 2.3.0 (Yagiz Nizipli) #46719 - [
4cf3de8b02
] - lib: add trailing commas ininternal/perf
(Antoine du Hamel) #46697 - [
f1b79828bc
] - (SEMVER-MINOR) lib: add AsyncLocalStorage.bind() and .snapshot() (flakey5) #46387 - [
48cd712c0d
] - lib: add trailing commas ininternal/process
(Antoine du Hamel) #46687 - [
46a22ab601
] - lib: do not crash using workers with disabled shared array buffers (Ruben Bridgewater) #41023 - [
1395e36e64
] - lib: delete module findPath unused params (sinkhaha) #45371 - [
c410572620
] - lib: enforce use of trailing commas in more files (Antoine du Hamel) #46655 - [
36e080cd13
] - lib: enforce use of trailing commas for functions (Antoine du Hamel) #46629 - [
71249a6c00
] - lib: predeclare Event.isTrusted prop descriptor (Santiago Gimeno) #46527 - [
2b80d19c06
] - lib: tightenAbortSignal.prototype.throwIfAborted
implementation (Antoine du Hamel) #46521 - [
2f79f3fa38
] - (SEMVER-MINOR) lib: add aborted() utility function (Debadree Chatterjee) #46494 - [
7f9e60aa1a
] - lib,src: fix a few typos in comments (Tobias Nießen) #46835 - [
c4f192b592
] - meta: add single-executable labels and code owners (Joyee Cheung) #47004 - [
abe1488f86
] - meta: remove AUTHORS file (Rich Trott) #46845 - [
e53774c7bf
] - meta: remove unnecessary onboarding step (Rich Trott) #46793 - [
55f1cfd7e4
] - meta: update CODEOWNERS of url implementations (Yagiz Nizipli) #46775 - [
ccaa7cabdd
] - meta: update AUTHORS (Node.js GitHub Bot) #46726 - [
260ddd5b0f
] - meta: update AUTHORS (Node.js GitHub Bot) #46624 - [
5ef78e50a0
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #46513 - [
5efb829156
] - meta: update AUTHORS (Node.js GitHub Bot) #46504 - [
f0705f7de1
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #46411 - [
331073a7aa
] - node-api: add __wasm32__ guards on async works (Chengzhong Wu) #46633 - [
594bb9d558
] - os: improve network interface performance (Ruben Bridgewater) #46598 - [
c231aae6c5
] - process: print versions by sort (Himself65) #46428 - [
fe318dd095
] - punycode: add pending deprecation (Antoine du Hamel) #46719 - [
34ba230d9b
] - repl: remove lastInputPreview conditional check (Duy Mac Van) #46857 - [
09739a20b1
] - repl: fix .load infinite loop caused by shared use of lineEnding RegExp (Theodor Steiner) #46742 - [
91fbad617d
] - repl: add trailing commas in source files (Antoine du Hamel) #46757 - [
e4cd81b526
] - src: use string_view for report and related code (Anna Henningsen) #46723 - [
8ea835419e
] - (SEMVER-MINOR) src: add initial support for single executable applications (Darshan Sen) #45038 - [
4652dfdc88
] - src: remove TLSEXT_TYPE_alpn guard (Tobias Nießen) #46956 - [
a4a433fc0b
] - src: remove use of SSL_OP_SINGLE_DH_USE (Tobias Nießen) #46955 - [
339b52f3bc
] - src: make util.h self-containted (Joyee Cheung) #46817 - [
b25ee523ea
] - src: remove shadowed variable in OptionsParser (Shelley Vohr) #46672 - [
88baf98fa3
] - src: do not track BaseObjects directly in Realm (Joyee Cheung) #46470 - [
03e8d824db
] - src: fix cb scope bugs involved in termination (ywave620) #45596 - [
7fb32b43dc
] - src: add SetFastMethodNoSideEffect() (Joyee Cheung) #46619 - [
ea411d6422
] - (SEMVER-MINOR) src: allow optional Isolate termination in node::Stop() (Shelley Vohr) #46583 - [
f8d029183a
] - src: remove icu usage from node_string.cc (Yagiz Nizipli) #46548 - [
95674360b2
] - src: add fflush() to SnapshotData::ToFile() (Anna Henningsen) #46531 - [
9445a0a5f6
] - src: make edge names in BaseObjects more descriptive in heap snapshots (Joyee Cheung) #46492 - [
483cd1922f
] - src: avoid leaking snapshot fp on error (Tobias Nießen) #46497 - [
bc9a577625
] - src: check return value of ftell() (Tobias Nießen) #46495 - [
b3b3b33799
] - src: remove unused includes from main thread (Yagiz Nizipli) #46471 - [
b9ca302558
] - src: use string_view instead of std::string& (Yagiz Nizipli) #46471 - [
f1c770065a
] - src: use simdutf utf8 to utf16 instead of icu (Yagiz Nizipli) #46471 - [
aaf04f498a
] - src: replace icu with simdutf for char counts (Yagiz Nizipli) #46472 - [
3aef68d079
] - src: add additional utilities to crypto::SecureContext (James M Snell) #45912 - [
92fdb24fac
] - src: add KeyObjectHandle::HasInstance (James M Snell) #45912 - [
a639e2a557
] - src: add GetCurrentCipherName/Version to crypto_common (James M Snell) #45912 - [
8dfa748373
] - src: back snapshot I/O with a std::vector sink (Joyee Cheung) #46463 - [
17eea1812e
] - (SEMVER-MINOR) src: allow embedder control of code generation policy (Shelley Vohr) #46368 - [
dffe7d814e
] - stream: enable usage of webstreams on compose() (Debadree Chatterjee) #46675 - [
654b7474e3
] - stream: always delay construct callback by a nextTick (Matteo Collina) #46818 - [
ed2faa7c7c
] - stream: fix respondWithNewView() errors when view.byteOffset != 0 (Debadree Chatterjee) #46465 - [
247caacc7a
] - stream: fix pipeline callback not called on ended stream (Debadree Chatterjee) #46600 - [
c40eec3f3b
] - stream: add trailing commas in webstream source files (Antoine du Hamel) #46685 - [
d669f22567
] - stream: add trailing commas in stream source files (Antoine du Hamel) #46686 - [
c60816a68d
] - (SEMVER-MINOR) stream: add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) #46273 - [
17b4e9bc5f
] - stream: refactor to usevalidateAbortSignal
(Antoine du Hamel) #46520 - [
4d81124397
] - stream: allow transfer of readable byte streams (MrBBot) #45955 - [
6c454af5ea
] - stream: add pipeline() for webstreams (Debadree Chatterjee) #46307 - [
91a550e5a1
] - stream: add suport for abort signal in finished() for webstreams (Debadree Chatterjee) #46403 - [
406ff320bf
] - stream: dont access Object.prototype.type during TransformStream init (Debadree Chatterjee) #46389 - [
972bdee8c4
] - test: update web-platform tests for url (Yagiz Nizipli) #46547 - [
ba340a0ddb
] - test: movetest-tls-autoselectfamily-servername
totest/internet
(Antoine du Hamel) #47029 - [
0edaf016cc
] - test: fallback to IPv4 if IPv6 is unavailable (Abdirahim Musse) #47017 - [
ef6c86c59f
] - test: simplify test-tls-ecdh-multiple (Tobias Nießen) #46963 - [
b8cdd1502f
] - test: improve test coverage of lib/dns (Anderson Paiva) #46910 - [
33991954b6
] - test: simplify test-tls-ecdh-auto (Tobias Nießen) #46911 - [
512f28fa8b
] - test: move testPath from CWD to temporary directory (Livia Medeiros) #46890 - [
3fdcf7bef4
] - test: assume priv ports start at 1024 if it can't be changed (KrayzeeKev) #46536 - [
966d0d8b16
] - test: fix os-release check for Ubuntu in SEA test (Anna Henningsen) #46838 - [
b344e74bc1
] - test: move socket from CWD to temporary directory (Livia Medeiros) #46863 - [
dfb566aec2
] - test: fix test-net-connect-reset-until-connected (Vita Batrla) #46781 - [
364479644c
] - test: simplify test-tls-alert (Tobias Nießen) #46805 - [
df149448b5
] - test: update encoding WPTs (Filip Skokan) #46802 - [
928998dd2d
] - test: remove useless WPT init scripts (Filip Skokan) #46801 - [
bb182461a3
] - test: remove unreachable return (jakecastelli) #46807 - [
ea71a2ae1b
] - test: fix test-v8-collect-gc-profile-in-worker.js (theanarkh) #46735 - [
25cab7eab5
] - test: improve control flow in test-tls-dhe (Tobias Nießen) #46751 - [
3b70e7a34e
] - test: include strace openat test (Rafael Gonzaga) #46150 - [
533170d456
] - test: remove OpenSSL 1.0.2 error message compat (Tobias Nießen) #46709 - [
b8948996b4
] - test: fix flaky test-watch-mode-files_watcher (Moshe Atlow) #46738 - [
931111609e
] - test: use newish OpenSSL feature in test-tls-dhe (Tobias Nießen) #46708 - [
847d74005c
] - test: fix assertions in test-snapshot-dns-lookup* (Tobias Nießen) #46618 - [
d7b995cd38
] - test: cover publicExponent validation in OpenSSL (Tobias Nießen) #46632 - [
a2b103a761
] - test: add trailing commas intest/pummel
(Antoine du Hamel) #46610 - [
4fb2fc7536
] - test: enable api-invalid-label.any.js in encoding WPTs (Filip Skokan) #46506 - [
b0f2415312
] - test: add trailing commas intest/js-native-api
(Antoine du Hamel) #46385 - [
534562f51d
] - test: make more crypto tests work with BoringSSL (Shelley Vohr) #46429 - [
9bb08527f0
] - test: add trailing commas intest/known_issues
(Antoine du Hamel) #46408 - [
231f0ee9b2
] - test: add trailing commas intest/internet
(Antoine du Hamel) #46407 - [
5e008e7d38
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #47010 - [
99bfbed78a
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #46575 - [
8398f9fcb6
] - test_runner: default to spec reporter when on TTY environment (Moshe Atlow) #46969 - [
16db3ad1f8
] - test_runner: handle errors not bound to tests (Colin Ihrig) #46962 - [
d60eef25a1
] - test_runner: throw if harness is not bootstrapped (Colin Ihrig) #46962 - [
ab5b3185f1
] - test_runner: track bootstrapping process (Colin Ihrig) #46962 - [
413493cab9
] - test_runner: avoid running twice tests in describe (Moshe Atlow) #46888 - [
524eaf5488
] - test_runner: fix reconstruction of errors extracted from YAML (Moshe Atlow) #46872 - [
17fbfb23bd
] - test_runner: reset count on watch mode (Moshe Atlow) #46577 - [
3b077a6885
] - test_runner: remove root tracking set (Colin Ihrig) #46961 - [
15503ffd12
] - test_runner: give the root test a harness reference (Colin Ihrig) #46962 - [
e52b169ef4
] - test_runner: align behavior of it and test (Moshe Atlow) #46889 - [
9b58857630
] - timers: cleanup no-longer relevant TODOs in timers/promises (James M Snell) #46499 - [
32c527d80f
] - (SEMVER-MINOR) tls: support automatic DHE (Tobias Nießen) #46978 - [
6ff90270ca
] - tls: add trailing commas in source files (Antoine du Hamel) #46715 - [
958da453dd
] - tools: fix update-ada script (Yagiz Nizipli) #46550 - [
a3f272e667
] - tools: automate cares update (Marco Ippolito) #46993 - [
77f5b69840
] - tools: update lint-md-dependencies to rollup@3.18.0 (Node.js GitHub Bot) #46935 - [
36ea9e7f65
] - tools: refactor dep_updaters (Tony Gorez) #46488 - [
c0b6794f82
] - tools: update eslint to 8.35.0 (Node.js GitHub Bot) #46854 - [
307d096e21
] - tools: create llhttp update action (Marco Ippolito) #46766 - [
fff31862ac
] - tools: fix linter message when using globalDOMException
(Antoine du Hamel) #46822 - [
89c2e8ac97
] - tools: update lint-md-dependencies to rollup@3.17.3 (Node.js GitHub Bot) #46843 - [
3bf54ff624
] - tools: update lint-md-dependencies to rollup@3.17.2 (Node.js GitHub Bot) #46771 - [
4065e5cda6
] - tools: run format-cpp on node-api test c files (Chengzhong Wu) #46694 - [
7349708527
] - tools: use actions pinned by commit hash in coverage-linux (Gabriela Gutierrez) #46294 - [
f80e93d71f
] - tools: fix regex strings in Python tools (Jan Osusky) #46671 - [
8fd176055f
] - tools: fixed path (Marco Ippolito) #46700 - [
15b0e8b1aa
] - tools: update nghttp2 action (Marco Ippolito) #46700 - [
4da3eecbd7
] - tools: update-nghttp2 preserve config.h (Marco Ippolito) #46698 - [
3714d8f236
] - tools: update lint-md-dependencies to rollup@3.17.1 (Node.js GitHub Bot) #46712 - [
474084e063
] - tools: update lint-md-dependencies to rollup@3.17.0 (Node.js GitHub Bot) #46712 - [
665b7424eb
] - tools: fix bug inprefer-primordials
lint rule (Antoine du Hamel) #46659 - [
7eb1456892
] - tools: update eslint to 8.34.0 (Node.js GitHub Bot) #46625 - [
678b8f53c1
] - tools: update lint-md-dependencies to rollup@3.15.0 to-vfile@7.2.4 (Node.js GitHub Bot) #46623 - [
ee81da5883
] - tools: update doc to remark-html@15.0.2 to-vfile@7.2.4 (Node.js GitHub Bot) #46622 - [
92e3e0e4e4
] - tools: update lint-md-dependencies to rollup@3.13.0 vfile-reporter@7.0.5 (Node.js GitHub Bot) #46503 - [
728f96861e
] - tools: update ESLint custom rules to not use the deprecated format (Antoine du Hamel) #46460 - [
78b79c0220
] - typings: improveprimordials
typings (Antoine du Hamel) #46970 - [
a39dd37653
] - url: simplify and improve url formatting (Yagiz Nizipli) #46736 - [
01b6525706
] - url: improve performance by removing host (Yagiz Nizipli) #46547 - [
0c67a7ad57
] - url: fix url spec compliance issues (Yagiz Nizipli) #46547 - [
e9263541a7
] - url: replace url-parser with ada (Yagiz Nizipli) #46410 - [
4d0faf4ddc
] - url: improveisURLThis
detection (Yagiz Nizipli) #46866 - [
1ece4a72b7
] - (SEMVER-MINOR) url: implement URLSearchParams size getter (James M Snell) #46308 - [
8f14002459
] - url: remove unusedURL::ToFilePath()
(Yagiz Nizipli) #46487 - [
f57e7bcc11
] - url: remove unusedURL::toObject
(Yagiz Nizipli) #46486 - [
04930562f8
] - url: remove unusedsetURLConstructor
function (Yagiz Nizipli) #46485 - [
b801873a8a
] - vm: properly support symbols on globals (Nicolas DUBIEN) #46458 - [
f7423bdbaa
] - (SEMVER-MINOR) worker: add support for worker name in inspector and trace_events (Debadree Chatterjee) #46832
v18.15.0
Notable Changes
- [
63563f8a7a
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #46017 - [
28a775b32f
] - test_runner: add initial code coverage support (Colin Ihrig) #46017 - [
4d50db14b3
] - (SEMVER-MINOR) test_runner: add reporters (Moshe Atlow) #45712 - [
643545ab79
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #46358 - [
110ead9abb
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #46320 - [
02632b42cf
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #46255 - [
f09b838408
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #46218 - [
cb5bb12422
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #46046
Commits
- [
6f91c8e2ae
] - benchmark: add trailing commas (Antoine du Hamel) #46370 - [
d0b9be21eb
] - benchmark: remove buffer benchmarks redundancy (Brian White) #45735 - [
6468f30d0d
] - benchmark: introduce benchmark combination filtering (Brian White) #45735 - [
cb5bb12422
] - (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) #46046 - [
ec61bb04c0
] - build: export more OpenSSL symbols on Windows (Mohamed Akram) #45486 - [
7bae4333ce
] - build: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) #46228 - [
0f5f2d4470
] - crypto: includehmac.h
incrypto_util.h
(Adam Langley) #46279 - [
91ece4161b
] - crypto: avoid hang when no algorithm available (Richard Lau) #46237 - [
492fc95bdf
] - deps: V8: cherry-pick90be99f
(Michaël Zasso) #46646 - [
732c77e3d9
] - deps: update acorn to 8.8.2 (Node.js GitHub Bot) #46363 - [
8582f99ffb
] - deps: update to uvwasi 0.0.15 (Colin Ihrig) #46253 - [
5453cd9940
] - deps: V8: cherry-pickbf0bd48
(Michaël Zasso) #45908 - [
3ea53c5dc8
] - deps: V8: cherry-pickc875e86
(sepehrst) #46501 - [
c04808de4b
] - doc: correct thesed
command for macOS in release process docs (Juan José) #46397 - [
8113220690
] - doc: pass string totextEncoder.encode
as input (Deokjin Kim) #46421 - [
129dccf5d2
] - doc: add tip for session.post function (theanarkh) #46354 - [
919e581732
] - doc: add documentation for socket.destroySoon() (Luigi Pinca) #46337 - [
fc15ac95a5
] - doc: fix commit message using test instead of deps (Tony Gorez) #46313 - [
d153a93200
] - doc: add v8 fast api contribution guidelines (Yagiz Nizipli) #46199 - [
dbf082d082
] - doc: fix small typo error (0xflotus) #46186 - [
94421b4cfe
] - doc: mark some parameters as optional in webstreams (Deokjin Kim) #46269 - [
5adb743511
] - doc: update output of example inevents.getEventListeners
(Deokjin Kim) #46268 - [
63563f8a7a
] - doc,lib,src,test: rename --test-coverage (Colin Ihrig) #46017 - [
4e88c7c813
] - esm: delete preload mock test (Geoffrey Booth) #46402 - [
643545ab79
] - (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) #46358 - [
5019b5473f
] - http: res.setHeaders first implementation (Marco Ippolito) #46109 - [
76622c4c60
] - inspector: allow opening inspector whenNODE_V8_COVERAGE
is set (Moshe Atlow) #46113 - [
92f0747e03
] - meta: update AUTHORS (Node.js GitHub Bot) #46399 - [
795251bc6f
] - meta: update AUTHORS (Node.js GitHub Bot) #46303 - [
8865424c31
] - meta: add .mailmap entry (Rich Trott) #46303 - [
5ed679407b
] - meta: move evanlucas to emeritus (Evan Lucas) #46274 - [
403df210ac
] - module: move test reporter loading (Geoffrey Booth) #45923 - [
2f7319e387
] - readline: fix detection of carriage return (Antoine du Hamel) #46306 - [
73a8f46c4d
] - Revert "src: let http2 streams end after session close" (Santiago Gimeno) #46721 - [
30d783f91a
] - src: stop tracing agent before shutting down libuv (Santiago Gimeno) #46380 - [
1508d90fda
] - src: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) #46326 - [
bdb793a082
] - src: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) #46317 - [
116a33649b
] - src: add support for ETW stack walking (José Dapena Paz) #46203 - [
b06298c98e
] - src: refactor EndsInANumber in node_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) #46227 - [
26f41b041c
] - src: fix c++ exception on bad command line arg (Ben Noordhuis) #46290 - [
14da89f41a
] - src: remove unreachable UNREACHABLE (Tobias Nießen) #46281 - [
18c4dd004b
] - src: replace custom ASCII validation with simdutf one (Anna Henningsen) #46271 - [
cde375510f
] - src: replace unreachable code with static_assert (Tobias Nießen) #46250 - [
f389b2f3fc
] - src: use explicit C++17 fallthrough (Tobias Nießen) #46251 - [
8adaa1333c
] - src: use CreateEnvironment instead of inlining its code where possible (Anna Henningsen) #45886 - [
f09b838408
] - (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) #46218 - [
63e92eae63
] - stream: remove brandchecks from stream duplexify (Debadree Chatterjee) #46315 - [
3acfe9bf92
] - stream: fix readable stream as async iterator function (Erick Wendel) #46147 - [
de64315ccb
] - test: fix WPT title when no META title is present (Filip Skokan) #46804 - [
162e3400ff
] - test: fix default WPT titles (Filip Skokan) #46778 - [
5f422c4d70
] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) #46498 - [
4f5aff2557
] - test: fix tap parser fails if a test logs a number (Pulkit Gupta) #46056 - [
32b020cf84
] - test: fix tap escaping with and without --test (Pulkit Gupta) #46311 - [
f2bba1bcdb
] - test: add trailing commas intest/node-api
(Antoine du Hamel) #46384 - [
f2ebe66fda
] - test: add trailing commas intest/message
(Antoine du Hamel) #46372 - [
ed564a9985
] - test: add trailing commas intest/pseudo-tty
(Antoine du Hamel) #46371 - [
e4437dd409
] - test: set common.bits to 64 for loong64 (Shi Pujin) #45383 - [
9d40aef736
] - test: s390x zlib test case fixes (Adam Majer) #46367 - [
ed3fb52716
] - test: fix logInTimeout is not function (theanarkh) #46348 - [
d05b0771be
] - test: avoid trying to call sysctl directly (Adam Majer) #46366 - [
041aac3bbd
] - test: avoid left behind child processes (Richard Lau) #46276 - [
837ddcb322
] - test: add failing test for readline with carriage return (Alec Mev) #46075 - [
75b8db41c6
] - test: reducefs-write-optional-params
flakiness (LiviaMedeiros) #46238 - [
c0d3fdaf63
] - test,crypto: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) #46406 - [
f328f7b15e
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #46267 - [
1ef3c53e24
] - test_runner: better handle async bootstrap errors (Colin Ihrig) #46720 - [
0a690efb76
] - test_runner: adddescribe.only
andit.only
shorthands (Richie McColl) #46604 - [
28a1317efe
] - test_runner: bootstrap reporters before running tests (Moshe Atlow) #46737 - [
cd3aaa8fac
] - test_runner: emit test-only diagnostic warning (Richie McColl) #46540 - [
c19fa45a65
] - test_runner: centralize CLI option handling (Colin Ihrig) #46707 - [
0898145e37
] - test_runner: display skipped tests in spec reporter output (Richie McColl) #46651 - [
894d7117fa
] - test_runner: parse non-ascii character correctly (Mert Can Altın) #45736 - [
5b3c606626
] - test_runner: flatten TAP output when running using--test
(Moshe Atlow) #46440 - [
391ff0dba4
] - test_runner: allow nesting test within describe (Moshe Atlow) #46544 - [
ba784e87b4
] - test_runner: fix missing test diagnostics (Moshe Atlow) #46450 - [
c5f16fb5fb
] - test_runner: top-level diagnostics not ommited when running with --test (Pulkit Gupta) #46441 - [
28a775b32f
] - test_runner: add initial code coverage support (Colin Ihrig) #46017 - [
0d999e373a
] - test_runner: make built in reporters internal (Colin Ihrig) #46092 - [
79f4b426fe
] - test_runner: reportfile
in test runner events (Moshe Atlow) #46030 - [
4d50db14b3
] - (SEMVER-MINOR) test_runner: add reporters (Moshe Atlow) #45712 - [
5fdf374c74
] - test_runner: avoid swallowing of asynchronously thrown errors (MURAKAMI Masahiko) #45264 - [
23b875806c
] - test_runner: update comment to comply with eslint no-fallthrough rule (Antoine du Hamel) #46258 - [
00c5495aa3
] - tools: update eslint to 8.33.0 (Node.js GitHub Bot) #46400 - [
37a6ce1120
] - tools: update doc to unist-util-select@4.0.3 unist-util-visit@4.1.2 (Node.js GitHub Bot) #46364 - [
1eaafc7db4
] - tools: update lint-md-dependencies to rollup@3.12.0 (Node.js GitHub Bot) #46398 - [
a97774603b
] - tools: require more trailing commas (Antoine du Hamel) #46346 - [
03e244a59b
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #46302 - [
60d714e0c3
] - tools: allow icutrim.py to run on python2 (Michael Dawson) #46263 - [
b7950f50de
] - tools: update eslint to 8.32.0 (Node.js GitHub Bot) #46258 - [
08bafc84f6
] - url: refactor to use more primordials (Antoine du Hamel) #45966 - [
02632b42cf
] - (SEMVER-MINOR) v8: support gc profile (theanarkh) #46255 - [
110ead9abb
] - (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) #46320
v18.14.2
Notable Changes
- [
f864bef32a
] - deps: upgrade npm to 9.5.0 (npm team) #46673
Commits
- [
880a65d7ff
] - build: deletesnapshot.blob
file from the project (Juan José Arboleda) #46626 - [
cbea56efda
] - deps: update undici to 5.20.0 (Node.js GitHub Bot) #46711 - [
f864bef32a
] - deps: upgrade npm to 9.5.0 (npm team) #46673 - [
648041d568
] - deps: upgrade npm to 9.4.0 (npm team) #46353 - [
5e1f213f3c
] - deps: patch V8 to 10.2.154.26 (Michaël Zasso) #46446
v18.14.1
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
- CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
- CVE-2023-23919: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
- CVE-2023-23936: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium)
- CVE-2023-24807: Regular Expression Denial of Service in Headers in Node.js fetch API (Low)
- CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)
More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.
This security release includes OpenSSL security updates as outlined in the recent OpenSSL security advisory.
Commits
- [
8393ebc72d
] - build: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) nodejs-private/node-private#379 - [
004e34d046
] - crypto: clear OpenSSL error on invalid ca cert (RafaelGSS) #46572 - [
5e0142a852
] - deps: cherry-pick Windows ARM64 fix for openssl (Richard Lau) #46572 - [
f71fe278a6
] - deps: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) #46572 - [
2c6817e42b
] - deps: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) #46572 - [
f0afa0bfe5
] - deps: update undici to 5.19.1 (Node.js GitHub Bot) #46634 - [
c26a34c13e
] - deps: update undici to 5.18.0 (Node.js GitHub Bot) #46634 - [
db93ee4a15
] - deps: update undici to 5.17.1 (Node.js GitHub Bot) #46634 - [
b4e49fb02c
] - deps: update undici to 5.16.0 (Node.js GitHub Bot) #46634 - [
90994e6a2c
] - deps: update undici to 5.15.1 (Node.js GitHub Bot) #46634 - [
00302fc7ac
] - deps: update undici to 5.15.0 (Node.js GitHub Bot) #46634 - [
0e3b796cc5
] - lib: makeRequireFunction patch when experimental policy (RafaelGSS) nodejs-private/node-private#371 - [
7cccd5565f
] - policy: makeRequireFunction on mainModule.require (RafaelGSS) nodejs-private/node-private#371
v18.14.0
Notable changes
Updated npm to 9.3.1
Based on the list of guidelines we've established on integrating npm
and node
,
here is a grouped list of the breaking changes with the reasoning as to why they
fit within the guidelines linked above. Note that all the breaking changes were
made in 9.0.0.
All subsequent minor and patch releases after npm@9.0.0
do not contain any
breaking changes.
Engines
Explanation: the node engines supported by
npm@9
make it safe to allownpm@9
as the default in any LTS version of14
or16
, as well as anything later than or including18.0.0
-
npm
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0
Filesystem
Explanation: when run as root previous versions of npm attempted to manage file ownership automatically on the user's behalf. this behavior was problematic in many cases and has been removed in favor of allowing users to manage their own filesystem permissions
-
npm
will no longer attempt to modify ownership of files it creates.
Auth
Explanation: any errors thrown from users having unsupported auth configurations will show
npm config fix
in the remediation instructions, which will allow the user to automatically have their auth config fixed.
- The presence of auth related settings that are not scoped to a specific registry found in a config file is no longer supported and will throw errors.
Login
Explanation: the default
auth-type
has changed and users can opt back into the old behavior withnpm config set auth-type=legacy
.login
andadduser
have also been seperated making each command more closely match it's name instead of being aliases for each other.
- Legacy auth types
sso
,saml
&legacy
have been consolidated into"legacy"
. -
auth-type
defaults to"web"
-
login
andadduser
are now separate commands that send different data to the registry. -
auth-type
config valuesweb
andlegacy
only try their respective methods, npm no longer tries them all and waits to see which one doesn't fail.
Tarball Packing
Explanation: previously using multiple ignore/allow lists when packing was an undefined behavior, and now the order of operations is strictly defined when packing a tarball making it easier to follow and should only affect users relying on the previously undefined behavior.
-
npm pack
now follows a strict order of operations when applying ignore rules. If afiles
array is present in thepackage.json
, then rules in.gitignore
and.npmignore
files from the root will be ignored.
Display/Debug/Timing Info
Explanation: these changes center around the display of information to the terminal including timing and debug log info. We do not anticipate these changes breaking any existing workflows.
- Links generated from git urls will now use
HEAD
instead ofmaster
as the default ref. -
timing
has been removed as a value for--loglevel
. -
--timing
will show timing information regardless of--loglevel
, except when--silent
. - When run with the
--timing
flag,npm
now writes timing data to a file alongside the debug log data, respecting thelogs-dir
option and falling back to<CACHE>/_logs/
dir, instead of directly inside the cache directory. - The timing file data is no longer newline delimited JSON, and instead each run
will create a uniquely named
<ID>-timing.json
file, with the<ID>
portion being the same as the debug log. -
npm
now outputs some json errors on stdout. Previouslynpm
would output all json formatted errors on stderr, making it difficult to parse as the stderr stream usually has logs already written to it.
Config/Command Deprecations or Removals
Explanation:
install-links
is the only config or command in the list that has an effect on package installs. We fixed a number of issues that came up during prereleases with this change. It will also only be applied to new package trees created without a package-lock.json file. Any install with an existing lock file will not be changed.
- Deprecate boolean install flags in favor of
--install-strategy
. -
npm config set
will no longer accept deprecated or invalid config options. -
install-links
config defaults to"true"
. -
node-version
config has been removed. -
npm-version
config has been removed. -
npm access
subcommands have been renamed. -
npm birthday
has been removed. -
npm set-script
has been removed. -
npm bin
has been removed (usenpx
ornpm exec
to execute binaries).
Other notable changes
-
doc:
- add parallelism note to os.cpus() (Colin Ihrig) #45895
- http:
-
stream:
- implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) #46205
Commits
- [
1352f08778
] - assert: removeassert.snapshot
(Moshe Atlow) #46112 - [
4ee3238643
] - async_hooks: refactor to usevalidateObject
(Deokjin Kim) #46004 - [
79e0bf9b64
] - benchmark: include webstreams benchmark (Rafael Gonzaga) #45876 - [
ed1ac82469
] - benchmark,tools: use os.availableParallelism() (Deokjin Kim) #46003 - [
16ee02f2eb
] - (SEMVER-MINOR) buffer: add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) #45947 - [
3bf2371a57
] - build: add extra semi check (Jiawen Geng) #46194 - [
560ee24157
] - build: fix arm64 cross-compile from powershell (Stefan Stojanovic) #45890 - [
48e3ad3aca
] - build: add option to disable shared readonly heap (Anna Henningsen) #45887 - [
52a7887b94
] - (SEMVER-MINOR) crypto: add CryptoKey Symbol.toStringTag (Filip Skokan) #46042 - [
a558774a40
] - crypto: add cipher update/final methods encoding validation (vitpavlenko) #45990 - [
599d1dc841
] - crypto: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) #46185 - [
24a101698c
] - crypto: return correct bit length in KeyObject's asymmetricKeyDetails (Filip Skokan) #46106 - [
2de50fef84
] - (SEMVER-MINOR) crypto: add KeyObject Symbol.toStringTag (Filip Skokan) #46043 - [
782b6f6f9f
] - crypto: ensure exported webcrypto EC keys use uncompressed point format (Ben Noordhuis) #46021 - [
7a97f3f43b
] - crypto: fix CryptoKey prototype WPT (Filip Skokan) #45857 - [
1a8aa50aa2
] - crypto: fix CryptoKey WebIDL conformance (Filip Skokan) #45855 - [
c6436450ee
] - crypto: fix error when getRandomValues is called without arguments (Filip Skokan) #45854 - [
4cdf0002c5
] - debugger: refactor console in lib/internal/debugger/inspect.js (Debadree Chatterjee) #45847 - [
b7fe8c70fa
] - deps: update simdutf to 3.1.0 (Node.js GitHub Bot) #46257 - [
eaeb870cd7
] - deps: upgrade npm to 9.3.1 (npm team) #46242 - [
7c03a3d676
] - deps: upgrade npm to 9.3.0 (npm team) #46193 - [
340d76accb
] - deps: cherrypick simdutf patch (Jiawen Geng) #46194 - [
cce2af4306
] - deps: bump googletest to 2023.01.13 (Jiawen Geng) #46198 - [
d251a66bed
] - deps: add /deps/**/.github/ to .gitignore (Luigi Pinca) #46091 - [
874054f469
] - deps: add simdutf version to metadata (Mike Roth) #46145 - [
2497702b82
] - deps: update simdutf to 2.1.0 (Node.js GitHub Bot) #46128 - [
c8492b7f4c
] - deps: update corepack to 0.15.3 (Node.js GitHub Bot) #46037 - [
d148f357fd
] - deps: update simdutf to 2.0.9 (Node.js GitHub Bot) #45975 - [
422a98199c
] - deps: update to uvwasi 0.0.14 (Colin Ihrig) #45970 - [
7812752db0
] - deps: fix updater github workflow job (Yagiz Nizipli) #45972 - [
4063cdcef6
] - Revert "deps: disable avx512 for simutf on benchmark ci" (Yagiz Nizipli) #45948 - [
64d3e3f3ba
] - deps: disable avx512 for simutf on benchmark ci (Yagiz Nizipli) #45803 - [
c9845fc334
] - deps: add simdutf dependency (Yagiz Nizipli) #45803 - [
6963c96547
] - deps: update timezone to 2022g (Node.js GitHub Bot) #45731 - [
874f6c340b
] - deps: update undici to 5.14.0 (Node.js GitHub Bot) #45812 - [
7599b913d5
] - deps: upgrade npm to 9.2.0 (npm team) #45780 - [
4844935ff3
] - deps: upgrade npm to 9.1.3 (npm team) #45693 - [
8dce62c7fe
] - deps: V8: cherry-pick5fe919f
(Richard Lau) #45587 - [
8de642517e
] - dgram: sync the old handle state to new handle (theanarkh) #46041 - [
de2b7a9640
] - doc: fix mismatched arguments ofNodeEventTarget
(Deokjin Kim) #45678 - [
6317502d10
] - doc: update events API example to have runnable code (Deokjin Kim) #45760 - [
a9db45eee1
] - doc: add note to tls docs about secureContext availability (Tim Gerk) #46224 - [
5294371063
] - doc: add text around collaborative expectations (Michael Dawson) #46121 - [
be85d5a6eb
] - doc: update to match changed--dns-result-order
default (Mordy Tikotzky) #46148 - [
4f2d9ea6da
] - doc: add Node-API media link (Kevin Eady) #46189 - [
9bfd40466f
] - doc: update http.setMaxIdleHTTPParsers arguments (Debadree Chatterjee) #46168 - [
d7a8c076e1
] - doc: use "file system" instead of "filesystem" (Rich Trott) #46178 - [
e54483cd2b
] - doc: https update default request timeout (Marco Ippolito) #46184 - [
335110b0fb
] - doc: make options of readableStream.pipeTo as optional (Deokjin Kim) #46180 - [
ec34cad712
] - doc: add PerformanceObserver.supportedEntryTypes to doc (theanarkh) #45962 - [
d0f905bd6f
] - doc: duplex and readable from uncaught execption warning (Marco Ippolito) #46135 - [
512feaafa4
] - doc: remove outdated sections frommaintaining-v8
(Antoine du Hamel) #46137 - [
849a3e2ce7
] - doc: fix (EC)DHE remark in TLS docs (Tobias Nießen) #46114 - [
a3c9c1b4e6
] - doc: fix ERR_TLS_RENEGOTIATION_DISABLED text (Tobias Nießen) #46122 - [
1834e94ebb
] - doc: fix spelling in SECURITY.md (Vaishno Chaitanya) #46124 - [
3968698af5
] - doc: abort controller emits error in child process (Debadree Chatterjee) #46072 - [
1ec14c2c61
] - doc: fixevent.cancelBubble
documentation (Deokjin Kim) #45986 - [
5539977f80
] - doc: add personal pronouns option (Filip Skokan) #46118 - [
1fabef3a81
] - doc: mention how to run ncu-ci citgm (Rafael Gonzaga) #46090 - [
84dc65ab87
] - doc: include updating release optional step (Rafael Gonzaga) #46089 - [
76c7ea1e74
] - doc: describe argument ofSymbol.for
(Deokjin Kim) #46019 - [
2307a74990
] - doc: update isUtf8 description (Yagiz Nizipli) #45973 - [
fa5b65ea24
] - doc: use console.error for error case in timers and tls (Deokjin Kim) #46002 - [
29d509c100
] - doc: fix wrong output of example inurl.protocol
(Deokjin Kim) #45954 - [
61dbca2690
] - doc: useos.availableParallelism()
in async_context and cluster (Deokjin Kim) #45979 - [
86b2c8cea2
] - doc: make EventEmitterAsyncResource'soptions
as optional (Deokjin Kim) #45985 - [
335acf7748
] - doc: replace single executable champion in strategic initiatives doc (Darshan Sen) #45956 - [
aab35a9388
] - doc: update error message of example in repl (Deokjin Kim) #45920 - [
53a94a95ff
] - doc: fix typos in packages.md (Eric Mutta) #45957 - [
83875f46cf
] - doc: remove port from example inurl.hostname
(Deokjin Kim) #45927 - [
162d3a94e3
] - doc: show output of example in http (Deokjin Kim) #45915 - [
53684e4506
] - (SEMVER-MINOR) doc: add parallelism note to os.cpus() (Colin Ihrig) #45895 - [
546e083d36
] - doc: fix wrong output of example inurl.password
(Deokjin Kim) #45928 - [
14c95ecd23
] - doc: fix some history entries indeprecations.md
(Antoine du Hamel) #45891 - [
d94dba973b
] - doc: add tip for NODE_MODULE (theanarkh) #45797 - [
662f574c5b
] - doc: reduce likelihood of mismerges during release (Richard Lau) #45864 - [
48ea28aa30
] - doc: add backticks to webcrypto rsaOaepParams (Filip Skokan) #45883 - [
726b285163
] - doc: remove release cleanup step (Michaël Zasso) #45858 - [
5eb93f1de9
] - doc: add stream/promises pipeline and finished to doc (Marco Ippolito) #45832 - [
f874d0ba74
] - doc: remove Juan Jose keys (Rafael Gonzaga) #45827 - [
67efe2a55e
] - doc: fix wrong output of example in util (Deokjin Kim) #45825 - [
b709af31e0
] - doc: sort http.createServer() options alphabetically (Luigi Pinca) #45680 - [
ebe292113a
] - doc,crypto: fix WebCryptoAPI import keyData and export return (Filip Skokan) #46076 - [
204757719c
] - errors: refactor to use a method that formats a list string (Daeyeon Jeong) #45793 - [
463bb9602e
] - esm: markimportAssertions
as required (Antoine du Hamel) #46164 - [
0bdf2db079
] - esm: rewrite loader hooks test (Geoffrey Booth) #46016 - [
297773c6d1
] - events: change status ofevent.returnvalue
to legacy (Deokjin Kim) #46175 - [
d088d6e5c3
] - events: change status ofevent.cancelBubble
to legacy (Deokjin Kim) #46146 - [
36be0c4ee2
] - events: change status ofevent.srcElement
to legacy (Deokjin Kim) #46085 - [
b239f0684a
] - events: fix violation of symbol naming convention (Deokjin Kim) #45978 - [
aec340b312
] - fs: refactor to usevalidateInteger
(Deokjin Kim) #46008 - [
e620de6444
] - http: refactor to usevalidateHeaderName
(Deokjin Kim) #46143 - [
3e70b7d863
] - http: writeHead if statusmessage is undefined dont override headers (Marco Ippolito) #46173 - [
3d1dd96c4f
] - http: refactor to use min of validateNumber for maxTotalSockets (Deokjin Kim) #46115 - [
4df1fcc9db
] - (SEMVER-MINOR) http: join authorization headers (Marco Ippolito) #45982 - [
8c06e2f645
] - http: replacevar
withconst
on code of comment (Deokjin Kim) #45951 - [
3c0c5e0567
] - (SEMVER-MINOR) http: improved timeout defaults handling (Paolo Insogna) #45778 - [
edcd4fc576
] - lib: use kEmptyObject and update JSDoc in webstreams (Deokjin Kim) #46183 - [
d6fc855b8a
] - lib: refactor to use validate function (Deokjin Kim) #46101 - [
bc17f37b98
] - lib: reuse invalid state errors on webstreams (Rafael Gonzaga) #46086 - [
86554bf27c
] - lib: fix incorrect use of console intrinsic (Colin Ihrig) #46044 - [
7fc7b19124
] - lib: update JSDoc ofgetOwnPropertyValueOrDefault
(Deokjin Kim) #46010 - [
c1cc1f9e12
] - lib: usekEmptyObject
as default value for options (Deokjin Kim) #46011 - [
db617222da
] - meta: update AUTHORS (Node.js GitHub Bot) #46215 - [
10afecd0d8
] - meta: update AUTHORS (Node.js GitHub Bot) #46130 - [
d8ce990ce6
] - meta: update comment inCODEOWNERS
to better reflect current policy (Antoine du Hamel) #45944 - [
e3f0194168
] - meta: update AUTHORS (Node.js GitHub Bot) #46040 - [
d31c478929
] - meta: update AUTHORS (Node.js GitHub Bot) #45968 - [
10a276a3e0
] - meta: addnodejs/loaders
to CODEOWNERS (Geoffrey Booth) #45940 - [
56247d7c87
] - meta: addnodejs/test_runner
to CODEOWNERS (Antoine du Hamel) #45935 - [
3bef8bc743
] - meta: update AUTHORS (Node.js GitHub Bot) #45899 - [
baf30ee935
] - module: fix unintended mutation (Antoine du Hamel) #46108 - [
3ad584c357
] - net: handle socket.write(cb) edge case (Santiago Gimeno) #45922 - [
2ab35cf0cc
] - node-api: disambiguate napi_add_finalizer (Chengzhong Wu) #45401 - [
6e9676e986
] - node-api: generalize finalizer second pass callback (Chengzhong Wu) #44141 - [
b2faceff0a
] - (SEMVER-MINOR) os: add availableParallelism() (Colin Ihrig) #45895 - [
8fac4c5684
] - perf_hooks: fix checking range ofoptions.figures
in createHistogram (Deokjin Kim) #45999 - [
ea73702847
] - process,worker: ensure code after exit() effectless (ywave620) #45620 - [
784ed594ea
] - repl: improve robustness wrt to prototype pollution (Antoine du Hamel) #45604 - [
fcfde3412e
] - src: rename internal module declaration as internal bindings (Chengzhong Wu) #45551 - [
646cadccd0
] - src: fix endianness of simdutf (Yagiz Nizipli) #46257 - [
94605b1665
] - src: replace unreachable code with static_assert (Tobias Nießen) #46209 - [
3ce39bbcb7
] - src: hide kMaxDigestMultiplier outside HKDF impl (Tobias Nießen) #46206 - [
9648b06e09
] - src: distinguish env stopping flags (Chengzhong Wu) #45907 - [
53ecd20bbd
] - src: remove return after abort (Shelley Vohr) #46172 - [
c4c8931b9d
] - src: remove unnecessary semicolons (Shelley Vohr) #46171 - [
fab72b1677
] - src: use simdutf for converting externalized builtins to UTF-16 (Anna Henningsen) #46119 - [
67729961e7
] - src: use constant strings for memory info names (Chengzhong Wu) #46087 - [
0ac4e5dd34
] - src: fix typo in node_snapshotable.cc (Vadim) #46103 - [
b454a7665d
] - src: keep PipeWrap::Open function consistent with TCPWrap (theanarkh) #46064 - [
41f5a29cca
] - src: speed up process.getActiveResourcesInfo() (Darshan Sen) #46014 - [
02a61dd6bd
] - src: fix typo innode_file.cc
(Vadim) #45998 - [
99c033ed98
] - src: fix crash on OnStreamRead on Windows (Santiago Gimeno) #45878 - [
27d6a8b2b1
] - src: fix creatingIsolate
s from addons (Anna Henningsen) #45885 - [
9ca31cdba3
] - src: use string_view for FastStringKey implementation (Anna Henningsen) #45914 - [
e4fc3abfd5
] - src: fix UB in overflow checks (Ben Noordhuis) #45882 - [
574afac26a
] - src: check size of args before using for exec_path (A. Wilcox) #45902 - [
f0692468cd
] - src: fix tls certificate root store data race (Ben Noordhuis) #45767 - [
a749ceda2e
] - src: add undici and acorn toprocess.versions
(Debadree Chatterjee) #45621 - [
08a6a61575
] - src,lib: the handle keeps loop alive in cluster rr mode (theanarkh) #46161 - [
a87963de6b
] - stream: fix pipeline calling end on destination more than once (Debadree Chatterjee) #46226 - [
cde59606cd
] - (SEMVER-MINOR) stream: implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) #46205 - [
441d9de33e
] - stream: refactor to usevalidateFunction
(Deokjin Kim) #46007 - [
325fc08d48
] - stream: fix typo in JSDoc (Deokjin Kim) #45991 - [
536322fa1c
] - test: update postject to 1.0.0-alpha.4 (Node.js GitHub Bot) #46212 - [
a3056f4125
] - test: refactor to avoid mutation of global by a loader (Michaël Zasso) #46220 - [
1790569518
] - test: improve test coverage for WHATWGTextDecoder
(Juan José) #45241 - [
896027c006
] - test: add fix so that test exits if port 42 is unprivileged (Suyash Nayan) #45904 - [
257224da0e
] - test: useos.availableParallelism()
(Deokjin Kim) #46003 - [
7e1462dd02
] - test: update Web Events WPT (Deokjin Kim) #46051 - [
40d52fbc5f
] - test: add test to once() in event lib (Jonathan Diaz) #46126 - [
f3518f3337
] - test: useprocess.hrtime.bigint
instead ofprocess.hrtime
(Deokjin Kim) #45877 - [
4d6dd10464
] - test: print failed JS/parallel tests (Geoffrey Booth) #45960 - [
7cb6fef6d6
] - test: fix test broken under --node-builtin-modules-path (Geoffrey Booth) #45894 - [
55e4140c34
] - test: fix mock.method to support class instances (Erick Wendel) #45608 - [
286acaa6fe
] - test: update encoding wpt to latest (Yagiz Nizipli) #45850 - [
22c1e918ce
] - test: update url wpt to latest (Yagiz Nizipli) #45852 - [
5fa6a70bbd
] - test: add CryptoKey transferring tests (Filip Skokan) #45811 - [
4aaec07266
] - test: add postject to fixtures (Darshan Sen) #45298 - [
da78f9cbb8
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #45860 - [
3269423032
] - test,esm: validate more edge cases for dynamic imports (Antoine du Hamel) #46059 - [
cade2fccf4
] - test_runner: run t.after() if test body throws (Colin Ihrig) #45870 - [
87a0e86604
] - test_runner: parse yaml (Moshe Atlow) #45815 - [
757a022443
] - tls: don't treat fatal TLS alerts as EOF (David Benjamin) #44563 - [
c6457cbf8d
] - tls: fix re-entrancy issue with TLS close_notify (David Benjamin) #44563 - [
fcca2d5ea6
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #46214 - [
09adb86c19
] - tools: fix macro name in update-undici (Almeida) #46217 - [
1b0cc79785
] - tools: add automation for updating postject dependency (Darshan Sen) #46157 - [
38df662119
] - tools: update create-or-update-pull-request-action (Michaël Zasso) #46169 - [
3f4c0c0de1
] - tools: update eslint to 8.31.0 (Node.js GitHub Bot) #46131 - [
f3dc4329e6
] - tools: update lint-md-dependencies to rollup@3.9.1 (Node.js GitHub Bot) #46129 - [
fafbd1ca72
] - tools: move update-eslint.sh to dep_updaters/ (Luigi Pinca) #46088 - [
609df01fa9
] - tools: make update-eslint.sh work with npm@9 (Luigi Pinca) #46088 - [
31b8cf1a4d
] - tools: fix lint rule recommendation (Colin Ihrig) #46044 - [
0a80cbdcb1
] - tools: update lint-md-dependencies to rollup@3.9.0 (Node.js GitHub Bot) #46039 - [
18503fa7ba
] - tools: update doc to unist-util-select@4.0.2 (Node.js GitHub Bot) #46038 - [
b48e82ec1d
] - tools: add release host var to promotion script (Ruy Adorno) #45913 - [
3b93b0c1f5
] - tools: add url toAUTHORS
update automation (Antoine du Hamel) #45971 - [
623b0eba81
] - tools: update lint-md-dependencies to rollup@3.8.1 (Node.js GitHub Bot) #45967 - [
b0e88377fe
] - tools: update GitHub workflow action (Mohammed Keyvanzadeh) #45937 - [
974442e69d
] - tools: update lint-md dependencies (Node.js GitHub Bot) #45813 - [
5aaa8c3bbf
] - tools: enforce use of trailing commas intools/
(Antoine du Hamel) #45889 - [
1e32520f72
] - tools: addArrayPrototypeConcat
to the list of primordials to avoid (Antoine du Hamel) #44445 - [
e0cda56204
] - tools: fix incorrect version history order (Fabien Michel) #45728 - [
7438ff175a
] - tools: update eslint to 8.29.0 (Node.js GitHub Bot) #45733 - [
1e11247b91
] - Revert "tools: update V8 gypfiles for RISC-V" (Lu Yahan) #46156 - [
0defe4effa
] - trace_events: refactor to usevalidateStringArray
(Deokjin Kim) #46012 - [
f1dcbe7652
] - util: add fast path for text-decoder fatal flag (Yagiz Nizipli) #45803 - [
277d9da876
] - vm: refactor to use validate function (Deokjin Kim) #46176 - [
96f1b2e731
] - vm: refactor to usevalidateStringArray
(Deokjin Kim) #46020
v18.13.0
Notable changes
Add support for externally shared js builtins
By default Node.js is built so that all dependencies are bundled into the Node.js binary itself. Some Node.js distributions prefer to manage dependencies externally. There are existing build options that allow dependencies with native code to be externalized. This commit adds additional options so that dependencies with JavaScript code (including WASM) can also be externalized. This addition does not affect binaries shipped by the Node.js project but will allow other distributions to externalize additional dependencies when needed.
Contributed by Michael Dawson in #44376
File
Introduce The File class is part of the FileAPI. It can be used anywhere a Blob can, for example in URL.createObjectURL
and FormData
. It contains two properties that Blobs do not have: lastModified
, the last time the file was modified in ms, and name
, the name of the file.
Contributed by Khafra in #45139
Support function mocking on Node.js test runner
The node:test
module supports mocking during testing via a top-level mock
object.
test('spies on an object method', (t) => {
const number = {
value: 5,
add(a) {
return this.value + a;
},
};
t.mock.method(number, 'add');
assert.strictEqual(number.add(3), 8);
assert.strictEqual(number.add.mock.calls.length, 1);
});
Contributed by Colin Ihrig in #45326
Other notable changes
-
build:
- disable v8 snapshot compression by default (Joyee Cheung) #45716
-
crypto:
- update root certificates (Luigi Pinca) #45490
-
deps:
- update ICU to 72.1 (Michaël Zasso) #45068
-
doc:
- add doc-only deprecation for headers/trailers setters (Rich Trott) #45697
- add Rafael to the tsc (Michael Dawson) #45691
- deprecate use of invalid ports in
url.parse
(Antoine du Hamel) #45576 - add lukekarrys to collaborators (Luke Karrys) #45180
- add anonrig to collaborators (Yagiz Nizipli) #45002
- deprecate url.parse() (Rich Trott) #44919
-
lib:
- drop fetch experimental warning (Matteo Collina) #45287
-
net:
- (SEMVER-MINOR) add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) #44731
- src:
- test_runner:
- tls:
-
tools:
- update certdata.txt (Luigi Pinca) #45490
- util:
Commits
- [
40123a6bb0
] - (SEMVER-MINOR) async_hooks: add hook to stop propagation (Gerhard Stöbich) #45386 - [
9925d20ed8
] - benchmark: add variety of inputs to text-encoder (Yagiz Nizipli) #45787 - [
5e167bd658
] - benchmark: make benchmarks runnable in older versions of Node.js (Joyee Cheung) #45746 - [
a1421623ac
] - benchmark: add v8 serialize benchmark (Yagiz Nizipli) #45476 - [
fcf61884cc
] - benchmark: add text-encoder benchmark (Yagiz Nizipli) #45450 - [
762d285c98
] - benchmark: add parameters to text-decoder benchmark (Yagiz Nizipli) #45363 - [
ab891ecbff
] - benchmark: fix text-decoder benchmark (Yagiz Nizipli) #45363 - [
1ed312a737
] - benchmark: add blob benchmark (Yagiz Nizipli) #44990 - [
2ee3d81277
] - bootstrap: merge main thread and worker thread initializations (Joyee Cheung) #44869 - [
e638ea4f48
] - bootstrap: check more metadata when loading the snapshot (Joyee Cheung) #44132 - [
bfcf4f0046
] - buffer: make decodeUTF8 params loose (Yagiz Nizipli) #45610 - [
3a7f3d5993
] - (SEMVER-MINOR) buffer: introduce File (Khafra) #45139 - [
345b847aa6
] - buffer: fix validation of options inBlob
constructor (Antoine du Hamel) #45156 - [
1ddc438444
] - build: disable v8 snapshot compression by default (Joyee Cheung) #45716 - [
bd1a2fbd91
] - build: add python 3.11 support for android (Mohammed Keyvanzadeh) #45765 - [
2b0ace302d
] - build: rework gyp files for zlib (Richard Lau) #45589 - [
5ab7a30a06
] - build: avoid redefined macro (Michaël Zasso) #45544 - [
f58b32c22e
] - build: fix env.h for cpp20 (Jiawen Geng) #45516 - [
1de1f679ec
] - Revert "build: remove precompiled header and debug information for host builds" (Stefan Stojanovic) #45432 - [
89d1eb58b0
] - build: add --v8-disable-object-print flag (MURAKAMI Masahiko) #45458 - [
f2a4def232
] - build: make scripts in gyp run with right python (Jiawen Geng) #45435 - [
473a879c91
] - build: workaround for node-core-utils (Jiawen Geng) #45199 - [
abcc034c61
] - build: fix icu-small build with ICU 72.1 (Steven R. Loomis) #45195 - [
8a99221a21
] - build: remove unused language files (Ben Noordhuis) #45138 - [
3fb44f9413
] - build: add GitHub token to auto-start-ci workflow (Richard Lau) #45185 - [
2aac993bb2
] - build: add version info to timezone update MR (Darshan Sen) #45021 - [
0db19b3c60
] - build: support Python 3.11 (Luigi Pinca) #45191 - [
fb008a2e9b
] - build,deps,src: fix Intel VTune profiling support (Shi Lei) #45248 - [
61bc27a5b4
] - build,win: pass --debug-nghttp2 to configure (Santiago Gimeno) #45209 - [
7b68c06988
] - child_process: validate arguments for null bytes (Darshan Sen) #44782 - [
bac6b7d900
] - crypto: simplify lazy loading of internal modules (Antoine du Hamel) #45809 - [
2fbf95662c
] - crypto: fix CipherBase Update int32 overflow (Marco Ippolito) #45769 - [
0100fd445b
] - crypto: refactor ArrayBuffer to bigint conversion utils (Antoine du Hamel) #45567 - [
fa0a2d8e5d
] - crypto: refactor verify acceptable key usage functions (Filip Skokan) #45569 - [
ef64b86d0d
] - crypto: fix ECDH webcrypto public CryptoKey usages (Filip Skokan) #45569 - [
b92b80424a
] - crypto: validate CFRG webcrypto JWK import "d" and "x" are a pair (Filip Skokan) #45569 - [
621e3c9cd4
] - crypto: use DataError for CFRG webcrypto raw and jwk import key checks (Filip Skokan) #45569 - [
8fcfbeffe1
] - crypto: use DataError for webcrypto keyData import failures (Filip Skokan) #45569 - [
a976a63138
] - crypto: fix X25519 and X448 webcrypto public CryptoKey usages (Filip Skokan) #45569 - [
27adcc9c4b
] - crypto: ensure "x" is present when importing private CFRG webcrypto keys (Filip Skokan) #45569 - [
f27ebab56c
] - crypto: clear OpenSSL error queue after calling X509_check_private_key() (Filip Skokan) #45495 - [
319ae095fb
] - crypto: update root certificates (Luigi Pinca) #45490 - [
dae92e78d6
] - crypto: clear OpenSSL error queue after calling X509_verify() (Takuro Sato) #45377 - [
1ba1809dfd
] - crypto: handle more webcrypto errors with OperationError (Filip Skokan) #45320 - [
b54f8761ae
] - crypto: handle unsupported AES ciphers in webcrypto (Filip Skokan) #45321 - [
57f507f1dd
] - crypto: fix webcrypto HMAC "get key length" in deriveKey and generateKey (Filip Skokan) #44917 - [
7565a75ee5
] - crypto: remove webcrypto HKDF and PBKDF2 default-applied lengths (Filip Skokan) #44945 - [
631421e8d0
] - crypto: simplify webcrypto ECDH deriveBits (Filip Skokan) #44946 - [
c4f665f528
] - deps: V8: cherry-pickd1d4c64
(Danielle Adams) #46098 - [
c04e1df396
] - Revert "deps: fix zlib compilation for CPUs without SIMD features" (Luigi Pinca) #45589 - [
34e708cded
] - deps: update undici to 5.13.0 (Node.js GitHub Bot) #45634 - [
33b0664bbe
] - deps: update corepack to 0.15.2 (Node.js GitHub Bot) #45635 - [
7b6d2a8ec0
] - deps: update nghttp2 to 1.51.0 (Yagiz Nizipli) #45537 - [
02eabaf409
] - deps: update base64 to 0.5.0 (Facundo Tuesca) #45509 - [
7d26bf3c08
] - deps: V8: cherry-pick9df5ef7
(Yagiz Nizipli) #45474 - [
43419ad6bc
] - deps: fix zlib compilation for CPUs without SIMD features (Anna Henningsen) #45387 - [
978cfad005
] - deps: update zlib to upstream8bbd6c3
(Luigi Pinca) #45387 - [
72362f348c
] - deps: update acorn to 8.8.1 (Node.js GitHub Bot) #45441 - [
17a89d1f4e
] - deps: V8: cherry-pick031b98b
(Michaël Zasso) #45375 - [
bbe67c484a
] - deps: upgrade npm to 8.19.3 (npm team) #45322 - [
a274d6bc0d
] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #45331 - [
c9c958e188
] - deps: upgrade to libuv 1.44.2 (Luigi Pinca) #42340 - [
07b47ad58c
] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #45235 - [
bb6e8b1972
] - deps: update undici to 5.12.0 (Node.js GitHub Bot) #45236 - [
596e3a8f2f
] - deps: V8: cherry-pickc2792e5
(Jiawen Geng) #44961 - [
2088cb4744
] - deps: patch V8 to 10.2.154.23 (Michaël Zasso) #45997 - [
6ea555e8ac
] - deps: V8: cherry-pick2ada52c
(Michaël Zasso) #45573 - [
6d8c0f0efd
] - deps: update timezone to 2022f (Node.js GitHub Bot) #45289 - [
3b73aa416f
] - deps: update ICU to 72.1 (Michaël Zasso) #45068 - [
555d1723b1
] - deps: update timezone (Node.js GitHub Bot) #44950 - [
5c0fcc13f7
] - deps: patch V8 to 10.2.154.19 (Michaël Zasso) #45229 - [
1a47a7bbed
] - diagnostics_channel: fix diagnostics channel memory leak (theanarkh) #45633 - [
40a29aabbc
] - diagnostics_channel: built-in channels should remain experimental (Stephen Belanger) #45423 - [
2752f543bc
] - diagnostics_channel: mark as stable (Stephen Belanger) #45290 - [
9ceed7a1cc
] - dns: fix port validation (Antoine du Hamel) #45135 - [
108220cb05
] - doc: buffer.fill empty value (Marco Ippolito) #45794 - [
b5ad92fea2
] - doc: add args of filter option of fs.cp (MURAKAMI Masahiko) #45739 - [
899ba3d3c2
] - doc: disambiguatenative module
toaddon
(Daeyeon Jeong) #45673 - [
6e35803789
] - doc: using console.error for error cases in crypto and events (emirgoren) #45640 - [
fcd0f71979
] - doc: fix actual result of example is different in events (Deokjin Kim) #45656 - [
8203c021dc
] - doc: add doc-only deprecation for headers/trailers setters (Rich Trott) #45697 - [
c1f90a5b7b
] - doc: add detail on how api docs are published (Michael Dawson) #45626 - [
90e9951d30
] - doc: use console.error for error case in child_process and dgram (Deokjin Kim) #45690 - [
d9593ce98b
] - doc: move streaming instruc to doc/contributing (Michael Dawson) #45582 - [
a3eb2dd9b4
] - doc: add Rafael to the tsc (Michael Dawson) #45691 - [
fa8caa328f
] - doc: add missing line in debugger (Deokjin Kim) #45632 - [
3fb5c6d3c5
] - doc: fix actual result of example is different in stream (Deokjin Kim) #45619 - [
8a1e556899
] - doc: addoptions
parameter to eventTarget.removeEventListener (Deokjin Kim) #45667 - [
6881188f0f
] - doc: define "react-native" community condition (Alex Hunt) #45367 - [
53e01f650f
] - doc: move os.machine() docs to sorted position (Colin Ihrig) #45647 - [
0669712cbd
] - doc: use console.error for error case in fs, https, net and process (Deokjin Kim) #45606 - [
ebc89f15fe
] - doc: add link to doc with social processes (Michael Dawson) #45584 - [
b771fdb6f8
] - doc: deprecate use of invalid ports inurl.parse
(Antoine du Hamel) #45576 - [
6a36159764
] - doc: clarify changes in readableFlowing (Kohei Ueno) #45554 - [
30a8604143
] - doc: use console.error for error case in http2 (Deokjin Kim) #45577 - [
8e94339891
] - doc: add version description about fsPromise.constants (chlorine) #45556 - [
203ca494a1
] - doc: add missing documentation for paramEncoding (Tobias Nießen) #45523 - [
31233b2064
] - doc: fix typo in threat model (Tobias Nießen) #45558 - [
e851c43c54
] - doc: add Node.js Threat Model (Rafael Gonzaga) #45223 - [
34c2876541
] - doc: run license-builder (github-actions[bot]) #45553 - [
dde8740af3
] - doc: add async_hooks migration note (Geoffrey Booth) #45335 - [
e304628fb5
] - doc: fix RESOLVE_ESM_MATCH in modules.md (翠 / green) #45280 - [
8b44c6121e
] - doc: add arm64 to os.machine() (Carter Snook) #45374 - [
009adc7e21
] - doc: add lint rule to enforce trailing commas (Antoine du Hamel) #45471 - [
c6b89abc5f
] - doc: adjust wording to eliminate awkward typography (Konv) #45398 - [
785817e341
] - doc: fix typo in maintaining-dependencies.md (Tobias Nießen) #45428 - [
00e02bda3a
] - doc: allow for holidays in triage response (Michael Dawson) #45267 - [
bef5206b84
] - doc: include last security release date (Juan José Arboleda) #45368 - [
846b1aefac
] - doc: fix email for Ashley (Michael Dawson) #45364 - [
913b669a2b
] - doc: fix test runner's only tests section header (Colin Ihrig) #45343 - [
691da886f1
] - doc: run license-builder (github-actions[bot]) #45349 - [
90a28920de
] - doc: add more info for timer.setInterval (theanarkh) #45232 - [
d2fc2aa666
] - doc: use module names in stability overview table (Filip Skokan) #45312 - [
3f69d21b5c
] - doc: addnode:
prefix for examples (Daeyeon Jeong) #45328 - [
a5c9b3c112
] - doc: update name of Node.js core Slack channel (Rich Trott) #45293 - [
2bfd60b06f
] - doc: fix "task_processor.js" typo (andreysoktoev) #45257 - [
248de57278
] - doc: add history section tofetch
-related globals (Antoine du Hamel) #45198 - [
1f5975ef50
] - doc: clarify moderation inonboarding.md
(Benjamin Gruenbaum) #41930 - [
4e87c36570
] - doc: change make lint to make lint-md (RafaelGSS) #45197 - [
3381a17d2c
] - doc: add more lts update steps to release guide (Ruy Adorno) #45177 - [
64b0495310
] - doc: add bmuenzenmeyer to triagers (Brian Muenzenmeyer) #45155 - [
6ebdb76727
] - doc: update process.release (Filip Skokan) #45170 - [
05d89c4722
] - doc: add link to triage guide (Brian Muenzenmeyer) #45154 - [
f1aa82fd3c
] - doc: mark Node.js 12 as End-of-Life (Rafael Gonzaga) #45186 - [
da6f308612
] - doc: add lukekarrys to collaborators (Luke Karrys) #45180 - [
17380a1e6a
] - doc: update mark release line lts on release guide (Ruy Adorno) #45101 - [
3ddb6ccb2a
] - doc: be more definite and present tense-y (Ben Noordhuis) #45120 - [
b09c386208
] - doc: add major version note to release guide (Ruy Adorno) #45054 - [
896b48b549
] - doc: fix v14.x link maintaining openssl guide (RafaelGSS) #45071 - [
33b3d8646b
] - doc: add note about latest GitHub release (Michaël Zasso) #45111 - [
5e76bf5cd5
] - doc: mention v18.x openssl maintaining guide (Rafael Gonzaga) #45070 - [
b4e3f3f095
] - doc: fix display of "problematic" ASCII characters (John Gardner) #44373 - [
8bb23a4da3
] - doc: mark Node.js v17.x as EOL (KaKa) #45110 - [
3f89dcabdb
] - doc: update Node.js 16 End-of-Life date (Richard Lau) #45103 - [
7b23ec47b0
] - doc: fix typo in parseArgs default value (Tobias Nießen) #45083 - [
7da66ef9e7
] - doc: updated security stewards (Michael Dawson) #45005 - [
e5f9a520e2
] - doc: fix http and http2 writeEarlyHints() parameter (Fabian Meyer) #45000 - [
e41a39c2b9
] - doc: run license-builder (github-actions[bot]) #45034 - [
875de23ee9
] - doc: improve the workflow to test release binaries (Rafael Gonzaga) #45004 - [
d7fc12f647
] - doc: fix undici version in changelog (Michael Dawson) #44982 - [
4494cb2e82
] - doc: add info on fixup to security release process (Michael Dawson) #44807 - [
88351b9758
] - doc: add anonrig to collaborators (Yagiz Nizipli) #45002 - [
aebf7453d7
] - doc: add notable changes to latest v18.x release changelog (Danielle Adams) #44996 - [
b4cc30e18c
] - doc: deprecate url.parse() (Rich Trott) #44919 - [
4fcbc92788
] - doc: fix backticks in fs API docs (Livia Medeiros) #44962 - [
cc1f41a57e
] - doc, async_hooks: improve and add migration hints (Gerhard Stöbich) #45369 - [
6fb74a995d
] - doc, http: add Uint8Array as allowed type (Gerhard Stöbich) #45167 - [
066993a10a
] - esm: add JSDoc property descriptions for loader (Rich Trott) #45370 - [
fa210f91df
] - esm: add JSDoc property descriptions for fetch (Rich Trott) #45370 - [
2f27d058c2
] - esm: protect ESM loader from prototype pollution (Antoine du Hamel) #45175 - [
46ded6b96e
] - esm: protect ESM loader from prototype pollution (Antoine du Hamel) #45044 - [
3bb764a58a
] - events: add unique events benchmark (Yagiz Nizipli) #44657 - [
b305ad46fd
] - fs: fix fs.rm support for loop symlinks (Nathanael Ruf) #45439 - [
c2f0377b8f
] - fs: update todo message (Yagiz Nizipli) #45265 - [
1db20c84e1
] - fs: fix opts.filter issue in cpSync (Tho) #45143 - [
da302ce15b
] - fs: trace more fs api (theanarkh) #45095 - [
9ab00f5fbd
] - gyp: fix v8 canary build on aix (Vasili Skurydzin) #45496 - [
cbd710bbf4
] - http: makeOutgoingMessage
more streamlike (Robert Nagy) #45672 - [
209e7e3cff
] - http: add debug log for ERR_UNESCAPED_CHARACTERS (Aidan Temple) #45420 - [
3937118f5e
] - http: add JSDoc property descriptions (Rich Trott) #45370 - [
f222c95209
] - http: add priority to common http headers (James M Snell) #45045 - [
2882e6042e
] - Revert "http: do not leak error listeners" (Luigi Pinca) #44921 - [
b45878b2f1
] - http2: improve session close/destroy procedures (Santiago Gimeno) #45115 - [
a534175aa5
] - http2: fix crash on Http2Stream::diagnostic_name() (Santiago Gimeno) #45123 - [
0b9f11bcbe
] - http2: fix debugStream method (Santiago Gimeno) #45129 - [
bbaca8442a
] - lib: allow Writeable.toWeb() to work on http.Outgoing message (Debadree Chatterjee) #45642 - [
1284789371
] - lib: check number of arguments inEventTarget
's function (Deokjin Kim) #45668 - [
6297e77b1f
] - lib: disambiguatenative module
tobinding
(Daeyeon Jeong) #45673 - [
f7c101555a
] - lib: disambiguatenative module
tobuiltin module
(Daeyeon Jeong) #45673 - [
55f800b806
] - lib: added SuiteContext class (Debadree Chatterjee) #45687 - [
1ff8f689fa
] - lib: add missing type of removeEventListener in question (Deokjin Kim) #45676 - [
2c595da5dc
] - lib: do not throw if global property is no longer configurable (Antoine du Hamel) #45344 - [
b9d4ac2c7e
] - lib: fix eslint early return (RafaelGSS) #45409 - [
4ef86b59b5
] - lib: fix JSDoc issues (Rich Trott) #45243 - [
9ccf8b2ccc
] - lib: use process.nextTick() instead of setImmediate() (Luigi Pinca) #42340 - [
8616e9b58b
] - lib: drop fetch experimental warning (Matteo Collina) #45287 - [
57897f80cd
] - lib: fix TypeError when converting a detached buffer source (Kohei Ueno) #44020 - [
ba0e7ae3dd
] - lib: fixAbortSignal.timeout
parameter validation (dnalborczyk) #42856 - [
385d795816
] - lib: fix typo inpre_execution.js
(Antoine du Hamel) #45039 - [
4ab1530b9b
] - lib: promise version of streams.finished call clean up (Naor Tedgi (Abu Emma)) #44862 - [
2a3bd11edd
] - lib: make properties on Blob and URL enumerable (Khafra) #44918 - [
f412834151
] - lib: support more attributes for early hint link (Yagiz Nizipli) #44874 - [
1019209306
] - meta: update AUTHORS (Node.js GitHub Bot) #45814 - [
dc862fe786
] - meta: update AUTHORS (Node.js GitHub Bot) #45732 - [
dc5340018f
] - meta: add .mailmap entry for Stefan Stojanovic (Rich Trott) #45703 - [
775f659380
] - meta: update AUTHORS info for nstepien (Nicolas Stepien) #45692 - [
e2da381609
] - meta: update AUTHORS (Node.js GitHub Bot) #45637 - [
29e51e72f9
] - meta: update AUTHORS (Node.js GitHub Bot) #45531 - [
6f8759bc51
] - meta: update VoltrexMaster's username (Mohammed Keyvanzadeh) #45503 - [
404172bb7c
] - meta: update AUTHORS (Node.js GitHub Bot) #45443 - [
221f298078
] - meta: be more proactive about removing from teams (Rich Trott) #45352 - [
28b937ae38
] - meta: update AUTHORS (Node.js GitHub Bot) #45333 - [
255e89dc8c
] - meta: update collaborator email address in README (Rich Trott) #45251 - [
1a726e9dff
] - meta: fix email address typo in README (Rich Trott) #45250 - [
ffd059328b
] - meta: remove dont-land-on-v12 auto labeling (Moshe Atlow) #45233 - [
d7fe2eac07
] - meta: update AUTHORS (Node.js GitHub Bot) #45238 - [
5aa4ea931a
] - meta: move a collaborator to emeritus (Rich Trott) #45160 - [
4fe060e957
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #45036 - [
9ec6117b65
] - meta: update AUTHORS (Node.js GitHub Bot) #45020 - [
3197b913aa
] - module: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) #45147 - [
bf8d48a881
] - module: ensure relative requires work from deleted directories (Bradley Farias) #42384 - [
2c0f7d47e4
] - module: fix segment deprecation for imports field (Guy Bedford) #44883 - [
a1831dacbf
] - net: checkautoSelectFamilyAttemptTimeout
is positive (Deokjin Kim) #45740 - [
048795dab0
] - (SEMVER-MINOR) net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) #44731 - [
e4f7bcff8b
] - net: remove _readableState from debug statement (Rich Trott) #45063 - [
cd4b0626c2
] - node-api: address coverity warning (Michael Dawson) #45563 - [
581b38af13
] - node-api: declare type napi_cleanup_hook (Chengzhong Wu) #45391 - [
44766c6522
] - node-api: fix immediate napi_remove_wrap test (Chengzhong Wu) #45406 - [
746175a272
] - node-api: handle no support for external buffers (Michael Dawson) #45181 - [
b5811c44cb
] - node-api,test: fix test_reference_double_free crash (Vladimir Morozov) #44927 - [
bc5140383c
] - os: convert uid and gid to 32-bit signed integers (Luigi Pinca) #42340 - [
ff03ed1c22
] - readline: improve robustness against prototype mutation (Antoine du Hamel) #45614 - [
b999983c30
] - repl: do not definewasi
on global with no flag (Kohei Ueno) #45595 - [
a186a4d7ef
] - report: add more memory info (theanarkh) #45254 - [
a880568afd
] - report: add rss and use/kernel cpu usage fields (theanarkh) #45043 - [
49da5cd0ee
] - report,doc: define report version semantics (Gireesh Punathil) #45050 - [
ae61740325
] - src: add internal isArrayBufferDetached (Yagiz Nizipli) #45568 - [
a58bf148b3
] - (SEMVER-MINOR) src: add uvwasi version (Jithil P Ponnan) #45639 - [
8e1138d354
] - src: simplify NodeBIO::GetMethod initialization (Anna Henningsen) #45799 - [
b88ee545f2
] - src: make structuredClone work for process.env (Ben Noordhuis) #45698 - [
94e6f08606
] - src: mark generatedsnapshot_data
asconst
(Anna Henningsen) #45786 - [
29f2dabca2
] - src: cleanup on disambiguating native modules (Michael Dawson) #45665 - [
ed0a867a4e
] - src: useenum class
instead ofenum
in node_i18n (Deokjin Kim) #45646 - [
1e48a5a5b0
] - src: address coverity warning in node_file.cc (Michael Dawson) #45565 - [
3f6f8f920f
] - src: use qualifiedstd::move
call in node_http2 (Michaël Zasso) #45555 - [
5e63bf3726
] - src: avoid unused variables and functions (Michaël Zasso) #45542 - [
3f5a23281c
] - src: add missing include forstd::all_of
(Michaël Zasso) #45541 - [
0328208f6c
] - src: set an appropriate thread pool size if given--v8-pool-size=0
(Daeyeon Jeong) #45513 - [
fbfd26da7d
] - src: move FsStatsOffset and kFsStatsBufferLength to node_file.h (Joyee Cheung) #45498 - [
2c6a4fd6fa
] - src: don't run tasks on isolate termination (Santiago Gimeno) #45444 - [
9c39b5ec48
] - src: remove the unused PackageConfig class (Joyee Cheung) #45478 - [
70ca26a858
] - src: add --max-semi-space-size to the options allowed in NODE_OPTIONS (Emanuel Hoogeveen) #44436 - [
5544ce4bdf
] - src: condense experimental warning message (Rich Trott) #45424 - [
9ac7df1c6a
] - src: track contexts in the Environment instead of AsyncHooks (Joyee Cheung) #45282 - [
89b3336120
] - src: resolve TODO related to inspector CVEs (Tobias Nießen) #45341 - [
e05ebe8f9b
] - src: print nghttp2 logs when using --debug-nghttp2 (Santiago Gimeno) #45209 - [
4634aa987d
] - src: trace threadpool event (theanarkh) #44458 - [
bf028a66ef
] - src: lock-free init_process_flags (Jérémy Lal) #45221 - [
8c4ac6dcf5
] - src: call uv_library_shutdown before DisposePlatform (theanarkh) #45226 - [
614d646767
] - src: fixcrypto.privateEncrypt
fails first time (liuxingbaoyu) #42793 - [
dee882e94f
] - src: let http2 streams end after session close (Santiago Gimeno) #45153 - [
325254cc2c
] - src: remap invalid file descriptors usingdup2
(Obiwac) #44461 - [
f748f5df56
] - src: remove unusedcontextify_global_private_symbol
(Daeyeon Jeong) #45128 - [
169b33a24c
] - src: forbid running watch mode in REPL (Moshe Atlow) #45058 - [
57b7023257
] - src: fix test runner coverage (Moshe Atlow) #45055 - [
bf17f8dcb8
] - src: optimize ALPN callback (Ben Noordhuis) #44875 - [
d433d34765
] - src: simplify ALPN code, remove indirection (Ben Noordhuis) #44875 - [
33c78e2340
] - src: iwyu in cleanup_queue.cc (Shelley Vohr) #44983 - [
23aa41394f
] - (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #44376 - [
2d2e71c189
] - src: refactor BaseObject methods (Joyee Cheung) #44796 - [
7b992cc229
] - src: create BaseObject with node::Realm (Chengzhong Wu) #44348 - [
a7f3bc0dbc
] - src: introduce node::Realm (Chengzhong Wu) #44179 - [
b11616be6b
] - src: support WeakReference in snapshot (Joyee Cheung) #44193 - [
1ca575501a
] - src: iterate over base objects to prepare for snapshot (Joyee Cheung) #44192 - [
f071028a45
] - src: fix cppgc incompatibility in v8 (Shelley Vohr) #43521 - [
b8290ff7e9
] - (SEMVER-MINOR) src: add initial shadow realm support (Chengzhong Wu) #42869 - [
90e8418e58
] - src,lib: group properties used as constants fromutil
binding (Daeyeon Jeong) #45539 - [
12779b3e02
] - src,lib: retrieve parsed source map url from v8 (Chengzhong Wu) #44798 - [
c5630e2699
] - src,node-api: updatenapi_is_detached_arraybuffer
(Daeyeon Jeong) #45538 - [
122c51b595
] - stream: use structuredClone instead of v8 (Yagiz Nizipli) #45611 - [
2bde576822
] - stream: use ArrayBufferPrototypeGetByteLength (Yagiz Nizipli) #45528 - [
7984e066ca
] - stream: add primordials to adapters (Yagiz Nizipli) #45511 - [
ac9a4aba5d
] - stream: avoid premature close when will not emit close (Robert Nagy) #45301 - [
6f080e2968
] - stream: fix typo inadapters.js
(#45515) (Kohei Ueno) #45515 - [
d2998b6166
] - stream: add fast path for utf8 (Yagiz Nizipli) #45483 - [
5f7d2b5c64
] - stream: add compose operator (Raz Luvaton) #44937 - [
70244d0b57
] - stream: fix duplexify premature destroy (Robert Nagy) #45133 - [
1fb6e82f84
] - stream: fix web streams have no Symbol.toStringTag (Jithil P Ponnan) #45117 - [
c514751ff3
] - stream: don't push null from closed promise #42694 (David Halls) #45026 - [
8c2d0f9294
] - stream: fixsize
function returned from QueuingStrategies (Daeyeon Jeong) #44867 - [
7e386f8cb9
] - test: remove flaky parallel/test-process-wrap test (Ben Noordhuis) #45806 - [
38fb2c1cc8
] - test: fix invalid output TAP if there newline in test name (Pulkit Gupta) #45742 - [
c1162535ae
] - test: fix -Wunused-variable on report-fatalerror (Santiago Gimeno) #45747 - [
13d2df3c20
] - test: fix test-watch-mode (Stefan Stojanovic) #45585 - [
3a5a2ae2ea
] - test: fix test-watch-mode-inspect (Stefan Stojanovic) #45586 - [
7dbc742bca
] - test: fix typos in test/parallel (Deokjin Kim) #45583 - [
3e87834ac7
] - test: add trailing commas in event tests (Rich Trott) #45466 - [
8f7109aea3
] - test: add trailing commas in async-hooks tests (#45549) (Antoine du Hamel) #45549 - [
d5b0844fce
] - test: add trailing commas in addons test (#45548) (Antoine du Hamel) #45548 - [
b1e17b4590
] - test: add trailing commas intest/common
(#45550) (Antoine du Hamel) #45550 - [
305d4de72f
] - test: revise pull request guide text about code (Rich Trott) #45519 - [
9f1e5b6a89
] - test: enable the WPT forstructuredClone
(Daeyeon Jeong) #45482 - [
fac1f1bcd6
] - test: add lint rule to enforce trailing commas (Antoine du Hamel) #45468 - [
cac449f0a0
] - test: update uses of _jabber._tcp.google.com (Colin Ihrig) #45451 - [
19eabd7870
] - test: add test to validate changelogs for releases (Richard Lau) #45325 - [
85c634d899
] - test: remove flaky designation for test-worker-http2-stream-terminate (Rich Trott) #45438 - [
4283af48b0
] - test: fix flaky test-repl-sigint-nested-eval (Rich Trott) #45354 - [
7e0332a46b
] - test: skip test-fs-largefile if not enough disk space (Rich Trott) #45339 - [
ad3b41c858
] - test: fix catching failed assertion (Pavel Horal) #45222 - [
12764fc725
] - test: defer invocation checks (Luigi Pinca) #42340 - [
facb606084
] - test: fix test-socket-write-after-fin-error (Luigi Pinca) #42340 - [
ab9c2df11b
] - test: maketest-eventemitter-asyncresource.js
shorter (Juan José) #45146 - [
03a3f30cb1
] - test: convert test-debugger-pid to async/await (Luke Karrys) #45179 - [
d718c675d8
] - test: improve test coverage intest-event-capture-rejections.js
(Juan José) #45148 - [
fe91ac15be
] - test: fix timeout of test-heap-prof.js in riscv devices (Yu Gu) #42674 - [
a110cac4f3
] - test: deflake test-http2-empty-frame-without-eof (Santiago Gimeno) #45212 - [
c890136934
] - test: use common/tmpdir in watch-mode ipc test (Richard Lau) #45211 - [
7b8380dd73
] - test: use uv_sleep() where possible (Santiago Gimeno) #45124 - [
7a7dab4160
] - test: fix typo intest/parallel/test-fs-rm.js
(Tim Shilov) #44882 - [
c87770b39b
] - test: remove a snapshot blob from test-inspect-address-in-use.js (Daeyeon Jeong) #45132 - [
a0f8d8b806
] - test: add test for Module._stat (Darshan Sen) #44713 - [
a8030b9517
] - test: watch mode inspect restart repeatedly (Moshe Atlow) #45060 - [
52808d7d71
] - test: remove experimental-wasm-threads flag (Michaël Zasso) #45074 - [
b3c4265a95
] - test: remove unnecessary noop function args tomustCall()
(Antoine du Hamel) #45047 - [
868b4a3d67
] - test: mark test-watch-mode* as flaky on all platforms (Pierrick Bouvier) #45049 - [
0d9ccc850e
] - test: wrap missingcommon.mustCall
(Moshe Atlow) #45064 - [
8fffd05b85
] - test: remove mentions of--experimental-async-stack-tagging-api
flag (Simon) #45051 - [
fc58b61e82
] - test: improve assertions intest-repl-unsupported-option.js
(Juan José) #44953 - [
e5928abef7
] - test: remove unnecessary noop function args to mustCall() (Rich Trott) #45027 - [
d86fcbfd6e
] - test: update WPT resources (Khaidi Chu) #44948 - [
d103d779d3
] - test: skip test depending onoverlapped-checker
when not available (Antoine du Hamel) #45015 - [
5544c55600
] - test: improve test coverage foros
package (Juan José) #44959 - [
6e3227b0fd
] - test: add test to improve coverage in http2-compat-serverresponse (Cesar Mario Diaz) #44970 - [
dfc2419ab4
] - test: improve test coverage intest-child-process-spawn-argv0.js
(Juan José) #44955 - [
89a1c57436
] - test: use CHECK instead of EXPECT where necessary (Tobias Nießen) #44795 - [
657756fc06
] - test: refactor promises to async/await (Madhuri) #44980 - [
55cf4b5042
] - test: fix textdecoder test for small-icu builds (Richard Lau) #45225 - [
e2df332ea7
] - test: add a test to ensure the correctness of timezone upgrades (Darshan Sen) #45299 - [
a2e5126227
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #45569 - [
69c1f2a021
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #45165 - [
24e2a4fbd7
] - test_runner: refactortap_lexer
to use more primordials (Antoine du Hamel) #45744 - [
3cee3ca5ae
] - test_runner: refactortap_parser
to use more primordials (Antoine du Hamel) #45745 - [
449326639d
] - (SEMVER-MINOR) test_runner: add t.after() hook (Colin Ihrig) #45792 - [
370ad455d6
] - (SEMVER-MINOR) test_runner: don't use a symbol for runHook() (Colin Ihrig) #45792 - [
500024384a
] - test_runner: add resetCalls to MockFunctionContext (MURAKAMI Masahiko) #45710 - [
ed9246f6fc
] - test_runner: don't parse TAP from stderr (Colin Ihrig) #45618 - [
a56560f6fc
] - test_runner: add getter and setter to MockTracker (MURAKAMI Masahiko) #45506 - [
20f6fa3edd
] - test_runner: remove stdout and stderr from error (Colin Ihrig) #45592 - [
16bedbabce
] - test_runner: add initial TAP parser (Wassim Chegham) #43525 - [
55b64e0b14
] - test_runner: support watch mode (Moshe Atlow) #45214 - [
92909f6855
] - test_runner: support function mocking (Colin Ihrig) #45326 - [
0f69b6c26d
] - test_runner: fix afterEach not running on test failures (Jithil P Ponnan) #45204 - [
a67da59313
] - test_runner: report tap subtest in order (Moshe Atlow) #45220 - [
a59c907e14
] - test_runner: call {before,after}Each() on suites (Colin Ihrig) #45161 - [
64860dd01f
] - test_runner: add extra fields in AssertionError YAML (Bryan English) #44952 - [
979d8376bd
] - tls: remove trustcor root ca certificates (Ben Noordhuis) #45776 - [
10cc827ebf
] - (SEMVER-MINOR) tls: add "ca" property to certificate object (Ben Noordhuis) #44935 - [
8336e32713
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45730 - [
aa57f6c362
] - tools: add GitHub token permissions to label flaky-test issues (Gabriela Gutierrez) #45308 - [
79b3ee14a5
] - tools: remove dependency vulnerability checker (Facundo Tuesca) #45675 - [
496a528149
] - tools: update lint-md-dependencies to rollup@3.4.0 (Node.js GitHub Bot) #45638 - [
346132926d
] - tools: update doc to highlight.js@11.7.0 (Node.js GitHub Bot) #45636 - [
610341f241
] - tools: update eslint to 8.28.0 (Node.js GitHub Bot) #45532 - [
682a730131
] - tools: add automation for updating libuv dependency (Facundo Tuesca) #45362 - [
360c7be315
] - tools: add missing step in update-base64.sh script (Facundo Tuesca) #45509 - [
e52f0472bb
] - tools: update certdata.txt (Luigi Pinca) #45490 - [
ad8c6c91b5
] - tools: include current release in the list of released versions (Antoine du Hamel) #45463 - [
7641044eff
] - tools: update lint-md-dependencies to rollup@3.3.0 (Node.js GitHub Bot) #45442 - [
f5a4c52278
] - tools: do not run CQ on non-fast-tracked MRs open for less than 2 days (Moshe Atlow) #45407 - [
0f45c90533
] - tools: simplify .eslintrc.js (Rich Trott) #45397 - [
172cbfefa8
] - tools: simplify regex in ESLint config (Rich Trott) #45399 - [
456f048e0e
] - tools: enable jsdoc/require-property-description rule (Rich Trott) #45370 - [
6fafec351a
] - tools: dynamically determine parallelism on GitHub Actions macOS (Rich Trott) #45350 - [
2ca30cacee
] - tools: add automation for updating acorn dependency (Facundo Tuesca) #45357 - [
04f213b44c
] - tools: add documentation regarding our api tooling (Claudio Wunder) #45270 - [
c63d825681
] - tools: allow scripts to run from anywhere (Luigi Pinca) #45361 - [
1b0b68037a
] - tools: update eslint to 8.27.0 (Node.js GitHub Bot) #45358 - [
398ca2496b
] - tools: update eslint to 8.26.0 (Node.js GitHub Bot) #45243 - [
3053c65fb1
] - tools: update lint-md-dependencies to rollup@3.2.5 (Node.js GitHub Bot) #45332 - [
510506027b
] - tools: fix stability index generation (Antoine du Hamel) #45346 - [
e0a8effbc1
] - tools: increase macOS cores to 3 on GitHub CI (Rich Trott) #45340 - [
75a146f436
] - tools: add automation for updating base64 dependency (Facundo Tuesca) #45300 - [
13390e94af
] - tools: fixrequest-ci-failed
comment (Antoine du Hamel) #45291 - [
a93c4f7e41
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45237 - [
078be3ba21
] - tools: fixrequest-ci-failed
comment (Antoine du Hamel) #45218 - [
62c233c221
] - tools: keep Emeriti lists case-insensitive alphabetic (Rich Trott) #45159 - [
d07a5e25b0
] - tools: update actions/setup-python to v4 (Yagiz Nizipli) #45178 - [
48cf8905f7
] - tools: update V8 gypfiles for RISC-V (Andreas Schwab) #45149 - [
0cbd2c6f8d
] - tools: fixcreate-or-update-pull-request-action
hash on GHA (Antoine du Hamel) #45166 - [
cd911d72ab
] - tools: update gr2m/create-or-update-pull-request-action (Luigi Pinca) #45022 - [
ee78e2e0ec
] - tools: do not use the set-output command in workflows (Luigi Pinca) #45024 - [
f98a6967e6
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45019 - [
71433f3127
] - tools: refactor dynamic strings creation in shell scripts (Antoine du Hamel) #45240 - [
f08c129144
] - tools: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) #45191 - [
76897430ed
] - tools: have test-asan use ubuntu-20.04 (Filip Skokan) #45581 - [
210cbcbf89
] - trace_events: add new categories (theanarkh) #45266 - [
20a39a34e0
] - trace_events: fix getCategories (theanarkh) #45092 - [
597c7fcbab
] - url: remove unnecessary object call to kFormat (Yagiz Nizipli) #45492 - [
5d964cd4d4
] - url: remove \t \n \r in url.parse() similar to WHATWG (Rich Trott) #45116 - [
eb81b6f0fb
] - url: improve url.parse() compliance with WHATWG URL (Rich Trott) #45011 - [
3f18a833ff
] - util: use private symbols in JS land directly (Joyee Cheung) #45379 - [
32a3859a90
] - util: add fast path for utf8 encoding (Yagiz Nizipli) #45412 - [
cd740d0b0d
] - util: improve text decoder performance (Yagiz Nizipli) #45388 - [
1dc91abddf
] - util: improve text-decoder performance (Yagiz Nizipli) #45363 - [
4730850972
] - util: improve textdecoder decode performance (Yagiz Nizipli) #45294 - [
717b604da7
] - (SEMVER-MINOR) util: add MIME utilities (#21128) (Bradley Farias) #21128 - [
39cf8b4f16
] - vm: make ContextifyContext a BaseObject (Joyee Cheung) #44796 - [
09ea75823c
] - watch: add CLI flag to preserve output (Debadree Chatterjee) #45717 - [
24bfe543c5
] - watch: watch for missing dependencies (Moshe Atlow) #45348
v18.12.1
This is a security release.
Notable changes
The following CVEs are fixed in this release:
- CVE-2022-3602: X.509 Email Address 4-byte Buffer Overflow (High)
- CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow (High)
- CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address (Medium)
More detailed information on each of the vulnerabilities can be found in November 2022 Security Releases blog post.
Commits
- [
39f8a672e3
] - deps: update archs files for quictls/openssl-3.0.7+quic nodejs/node#45286 - [
80218127c8
] - deps: upgrade openssl sources to quictls/openssl-3.0.7+quic nodejs/node#45286 - [
165342beac
] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354
v18.12.0
Notable Changes
This release marks the transition of Node.js 18.x into Long Term Support (LTS) with the codename 'Hydrogen'. The 18.x release line now moves into "Active LTS" and will remain so until October 2023. After that time, it will move into "Maintenance" until end of life in April 2025.
v18.11.0
Notable changes
watch mode (experimental)
Running in 'watch' mode using node --watch
restarts the process when an imported file is changed.
Contributed by Moshe Atlow in #44366
Other notable changes
-
fs:
- (SEMVER-MINOR) add
FileHandle.prototype.readLines
(Antoine du Hamel) #42590
- (SEMVER-MINOR) add
-
http:
- (SEMVER-MINOR) add writeEarlyHints function to ServerResponse (Wing) #44180
-
http2:
- (SEMVER-MINOR) make early hints generic (Yagiz Nizipli) #44820
-
lib:
- (SEMVER-MINOR) refactor transferable AbortSignal (flakey5) #44048
-
src:
- (SEMVER-MINOR) add detailed embedder process initialization API (Anna Henningsen) #44121
-
util:
- (SEMVER-MINOR) add default value option to parsearg (Manuel Spigolon) #44631
Commits
- [
27b4b782ce
] - benchmark: add vm context global proxy benchmark (Joyee Cheung) #44796 - [
4e82521af1
] - bootstrap: update comments in bootstrap/node.js (Joyee Cheung) #44726 - [
725be0ea50
] - buffer: initialize TextDecoder once on blob.text() (Yagiz Nizipli) #44787 - [
653c3b1f62
] - buffer,lib: update atob to align wpt's base64.json (Khaidi Chu) #43901 - [
37808b3355
] - build: convert V8 test JSON to JUnit XML (Keyhan Vakil) #44049 - [
f92871a52b
] - build: update timezone-update.yml (Alex) #44717 - [
f85d3471ee
] - child_process: remove lookup of undefined property (Colin Ihrig) #44766 - [
2f5f41c315
] - (SEMVER-MINOR) cli: add--watch
(Moshe Atlow) #44366 - [
7fb9cc70f3
] - cluster: use inspector utils (Moshe Atlow) #44592 - [
99a2c16040
] - crypto: add causes to applicable webcrypto's OperationError (Filip Skokan) #44890 - [
e0fbba0939
] - crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available (David Benjamin) #44561 - [
a90386b0a1
] - deps: update undici to 5.11.0 (Node.js GitHub Bot) #44929 - [
aa68d40fbf
] - deps: update corepack to 0.14.2 (Node.js GitHub Bot) #44775 - [
c892f35815
] - deps: V8: fix debug build (Ben Noordhuis) #44392 - [
91514393dc
] - dns: support dns module in the snapshot (Joyee Cheung) #44633 - [
ce3cb29319
] - doc: add fsPromises.readFile() example (Tierney Cyren) #40237 - [
97df9b84a2
] - doc: improve building doc for Android (BuShe Pie) #44888 - [
8c69da893b
] - doc: mentioncorepack prepare
supports tag or range (Michael Rienstra) #44646 - [
842bc64833
] - doc: remove Legacy status from querystring (Rich Trott) #44912 - [
ddb5402f5f
] - doc: fix label name in collaborator guide (Rich Trott) #44920 - [
d08b024a3d
] - doc: fix typo in Node.js 12 changelog (Lorand Horvath) #42880 - [
b6b9c427c5
] - doc: move release keys we don't use anymore in README (Rich Trott) #44899 - [
e92b074b32
] - doc: fix grammar in dns docs (#44850) (Colin Ihrig) #44850 - [
780144c339
] - doc: remove unnecessary leading commas (Colin Ihrig) #44854 - [
6ae9bc8fbc
] - doc: add extra step for reporter pre-approval (Rafael Gonzaga) #44806 - [
ccf31d8bca
] - doc: add anchor link for --preserve-symlinks (Kohei Ueno) #44858 - [
7c5c19ee54
] - doc: update node prefix require.cache example (Simone Busoli) #44724 - [
2a5bce6318
] - doc: include last security release date (Vladimir de Turckheim) #44794 - [
4efaf4265c
] - doc: remove "currently" and comma splice from child_process.md (Rich Trott) #44789 - [
3627616b40
] - doc,crypto: mark experimental algorithms more visually (Filip Skokan) #44892 - [
3c653cf23a
] - doc,crypto: add missing CFRG curve algorithms to supported lists (Filip Skokan) #44876 - [
70f55020d3
] - doc,crypto: add null length to crypto.subtle.deriveBits (Filip Skokan) #44876 - [
910fbd0ece
] - esm: fix duplicated test (Geoffrey Booth) #44779 - [
bc00f3bde1
] - fs: fix opts.filter issue in cp async (Tho) #44922 - [
11d1c23fa0
] - (SEMVER-MINOR) fs: addFileHandle.prototype.readLines
(Antoine du Hamel) #42590 - [
67fb76519a
] - fs: improve promise based readFile performance for big files (Ruben Bridgewater) #44295 - [
dc6379bdc2
] - fs: don't hard code name in validatePosition() (Colin Ihrig) #44767 - [
eb19b1e97c
] - http: be more aggressive to reply 400, 408 and 431 (ywave620) #44818 - [
4c869c8d9e
] - (SEMVER-MINOR) http: add writeEarlyHints function to ServerResponse (Wing) #44180 - [
9c7e66478c
] - (SEMVER-MINOR) http2: make early hints generic (Yagiz Nizipli) #44820 - [
3f20e5b15c
] - (SEMVER-MINOR) lib: refactor transferable AbortSignal (flakey5) #44048 - [
ada7d82b16
] - lib: require JSDoc in internal validators code (Rich Trott) #44896 - [
67eaa303af
] - lib: add cause to DOMException (flakey5) #44703 - [
0db86ee98e
] - meta: update AUTHORS (Node.js GitHub Bot) #44930 - [
2efe4d985b
] - meta: label test.js and test.md with test_runner label (Moshe Atlow) #44863 - [
fd9feb3a6c
] - meta: update AUTHORS (Node.js GitHub Bot) #44857 - [
a854bb39c9
] - node-api: create reference only when needed (Gerhard Stöbich) #44827 - [
fd5c26b8db
] - path: change basename() argument from ext to suffix (Rich Trott) #44774 - [
803fbfb168
] - process: fix uid/gid validation to avoid crash (Tobias Nießen) #44910 - [
9f2dd48fc3
] - src: remove uid_t/gid_t casts (Tobias Nießen) #44914 - [
3abb607f3a
] - src: remove UncheckedMalloc(0) workaround (Tobias Nießen) #44543 - [
0606f9298f
] - src: deduplicate setting RSA OAEP label (Tobias Nießen) #44849 - [
daf3152f7e
] - src: implement GetDetachedness() in MemoryRetainerNode (Joyee Cheung) #44803 - [
7ca77dd4ef
] - src: avoid X509_free in loops in crypto_x509.cc (Tobias Nießen) #44855 - [
781ad96227
] - src: use OnScopeLeave instead of multiple free() (Tobias Nießen) #44852 - [
b27b336a7a
] - src: remove ParseIP() in cares_wrap.cc (Tobias Nießen) #44771 - [
f99f5d3c01
] - (SEMVER-MINOR) src: add detailed embedder process initialization API (Anna Henningsen) #44121 - [
281fd7a09a
] - src,stream: improve DoWrite() and Write() (ywave620) #44434 - [
a33cc22bf7
] - src,worker: fix race of WorkerHeapSnapshotTaker (ywave620) #44745 - [
f300f197da
] - stream: handle enqueuing chunks when a pending BYOB pull request exists (Daeyeon Jeong) #44770 - [
9ac029ea11
] - test: bump memory limit for abort fatal error (Danielle Adams) #44984 - [
b9b671f25f
] - test: debug watch mode inspect (Moshe Atlow) #44861 - [
2308b71d09
] - test: don't clobber RegExp.$_ on startup (Ben Noordhuis) #44864 - [
fe91bebb67
] - test: loosen test for negative timestamps intest-fs-stat-date
(Livia Medeiros) #44707 - [
a080608552
] - test: check--test
is disallowed in NODE_OPTIONS (Kohei Ueno) #44846 - [
dc2af265d7
] - test: improve lib/internal/source_map/source_map.js coverage (MURAKAMI Masahiko) #42771 - [
60a05d6dea
] - test: skip some binding tests on IBMi PASE (Richard Lau) #44810 - [
8dacedaa3d
] - test: remove unused variable in addon test (Joyee Cheung) #44809 - [
c54cee1c3f
] - test: check server status in test-tls-psk-client (Richard Lau) #44824 - [
ee3c6a4dc5
] - test: use async/await in test-debugger-exceptions (pete3249) #44690 - [
9f14625fe5
] - test: use async/await in test-debugger-help (Chandana) #44686 - [
8033ad846b
] - test: update test-debugger-scripts to use await/async (mmeenapriya) #44692 - [
f4f08be384
] - test: use await in test-debugger-invalid-json (Anjana Krishnakumar Vellore) #44689 - [
d2f36169f3
] - test: use async/await in test-debugger-random-port-with-inspect-port (Monu-Chaudhary) #44695 - [
ddf029725b
] - test: use async/await in test-debugger-heap-profiler (Brinda Ashar) #44693 - [
117f068250
] - test: use async/await in test-debugger-auto-resume (samyuktaprabhu) #44675 - [
143c428cae
] - test: migrated from Promise chains to Async/Await (Rathi N Das) #44674 - [
e609a3309c
] - test: change promises to async/await in test-debugger-backtrace.js (Juliet Zhang) #44677 - [
eeabd23ca6
] - test: use async/await in test-debugger-sb-before-load (Hope Olaidé) #44697 - [
5c63d1464e
] - test: add extra tests for basename with ext option (Connor Burton) #44772 - [
f8b2d7a059
] - test: refactor to async/await (Divya Mohan) #44694 - [
9864bde9ab
] - test: modify test-debugger-custom-port.js to use async-await (Priya Shastri) #44680 - [
af30823881
] - test: upgrade all 1024 bit RSA keys to 2048 bits (Momtchil Momtchev) #44498 - [
0fb669e31f
] - test: update test-debugger-breakpoint-exists.js to use async/await (Archana Kamath) #44682 - [
cca253503e
] - test: use async/await in test-debugger-preserve-breaks (poorvitusam) #44696 - [
0b2e8b1681
] - test: use async/await in test-debugger-profile (surbhirjain) #44684 - [
4db72a65cf
] - test: change the promises to async/await in test-debugger-exec-scope.js (Ankita Khiratkar) #44685 - [
56c9c98963
] - test: fix test-runner-inspect (Moshe Atlow) #44620 - [
36227ed862
] - test: fix watch mode test flake (Moshe Atlow) #44739 - [
3abd71a0ea
] - test: deflake watch mode tests (Moshe Atlow) #44621 - [
0c9f38f2be
] - test: split watch mode inspector tests to sequential (Moshe Atlow) #44551 - [
d762a34128
] - test_runner: add --test-name-pattern CLI flag (Colin Ihrig) - [
c7ece464a1
] - test_runner: remove runtime experimental warning (Colin Ihrig) #44844 - [
3c1e9d41c8
] - test_runner: support using--inspect
with--test
(Moshe Atlow) #44520 - [
4bdef48732
] - tools: remove faulty early termination logic from update-timezone.mjs (Darshan Sen) #44870 - [
19d8574996
] - tools: fix timezone update tool (Darshan Sen) #44870 - [
ad8b8ae7d3
] - tools: update eslint to 8.25.0 (Node.js GitHub Bot) #44931 - [
fd99b17a4d
] - tools: makeutils.SearchFiles
deterministic (Bruno Pitrus) #44496 - [
131adece37
] - tools: fix typo in tools/update-authors.mjs (Darshan Sen) #44780 - [
ab22777e65
] - tools: refactor deprecated format in no-unescaped-regexp-dot (Madhuri) #44763 - [
3ad0fae89d
] - tools: update eslint-check.js to object style (andiemontoyeah) #44706 - [
e9d572a9bd
] - tools: update eslint to 8.24.0 (Node.js GitHub Bot) #44778 - [
984b0b4a6c
] - tools: update lint-md-dependencies to rollup@2.79.1 (Node.js GitHub Bot) #44776 - [
db5aeed702
] - (SEMVER-MINOR) util: add default value option to parsearg (Manuel Spigolon) #44631 - [
576ccdf125
] - util: increase robustness with primordials (Jordan Harband) #41212
v18.10.0
Notable changes
- doc:
-
gyp:
- libnode for ios app embedding (chexiongsheng) #44210
-
http:
- (SEMVER-MINOR) throw error on content-length mismatch (sidwebworks) #44588
-
stream:
- (SEMVER-MINOR) add
ReadableByteStream.tee()
(Daeyeon Jeong) #44505
- (SEMVER-MINOR) add
Commits
- [
f497368679
] - benchmark: fix startup benchmark (Evan Lucas) #44727 - [
0c9a94684e
] - benchmark: add stream destroy benchmark (SindreXie) #44533 - [
9c5c1459a8
] - bootstrap: clean up inspector console methods during serialization (Joyee Cheung) #44279 - [
19f67dba8a
] - bootstrap: remove unused global parameter in per-context scripts (Joyee Cheung) #44472 - [
9da11426f6
] - build: remove redundant entry in crypto (Jiawen Geng) #44604 - [
70898b4e67
] - build: rewritten the Android build system (BuShe Pie) #44207 - [
a733f7faac
] - Revert "build: go faster, drop -fno-omit-frame-pointer" (Ben Noordhuis) #44566 - [
1315a83333
] - build: fix bad upstream merge (Stephen Gallagher) #44642 - [
993bd9b134
] - crypto: restrict PBKDF2 args to signed int (Tobias Nießen) #44575 - [
ca5fb67b4e
] - deps: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) #44622 - [
8da1d6ebc4
] - deps: update corepack to 0.14.1 (Node.js GitHub Bot) #44704 - [
d36c4a3088
] - deps: update ngtcp2 update instructions (Tobias Nießen) #44619 - [
7129106aa0
] - deps: upgrade npm to 8.19.2 (npm team) #44632 - [
3cc8f4bb56
] - deps: update to uvwasi 0.0.13 (Colin Ihrig) #44524 - [
4686579d4b
] - dns: remove unnecessary parameter from validateOneOf (Yagiz Nizipli) #44635 - [
729dd95f1f
] - dns: refactor default resolver (Joyee Cheung) #44541 - [
6dc038262a
] - doc: mention git node backport (RafaelGSS) #44764 - [
fd971f5176
] - doc: ensure to revert node_version changes (Rafael Gonzaga) #44760 - [
f274b08f8e
] - doc: fix description fornapi_get_cb_info()
inn-api.md
(Daeyeon Jeong) #44761 - [
2502f2353d
] - doc: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) #44714 - [
064543d0ae
] - doc: update guidance for adding new modules (Michael Dawson) #44576 - [
33a2f17534
] - doc: add registry number for Electron 22 (Keeley Hammond) #44748 - [
10a0d75c26
] - doc: include code examples for webstreams consumers (Lucas Santos) #44387 - [
4dbe4a010c
] - doc: mention where to push security commits (RafaelGSS) #44691 - [
82cb8151ad
] - doc: remove extra space on threadpool usage (Connor Burton) #44734 - [
6ef9af2748
] - doc: make legacy banner slightly less bright (Rich Trott) #44665 - [
b209c83e66
] - doc: improve building doc for Windows Powershell (Brian Muenzenmeyer) #44625 - [
05b17e9250
] - doc: maintain only one list of MODP groups (Tobias Nießen) #44644 - [
ec1cbdb69b
] - doc: add legendecas to TSC list (Michael Dawson) #44662 - [
9341fb4446
] - doc: remove comma in README.md (Taha-Chaudhry) #44599 - [
3dabb44dda
] - doc: use serial comma in report docs (Daeyeon Jeong) #44608 - [
226d90a95a
] - doc: use serial comma in stream docs (Daeyeon Jeong) #44609 - [
3f710fa636
] - doc: remove empty line in YAML block (Claudio Wunder) #44617 - [
4ad1b0abc3
] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #44588 - [
2d92610525
] - doc: remove old OpenSSL ENGINE constants (Tobias Nießen) #44589 - [
03705639c4
] - doc: fix heading levels for test runner hooks (Fabian Meyer) #44603 - [
6c557346a7
] - doc: fix errors in http.md (Luigi Pinca) #44587 - [
48d944b71c
] - doc: fix vm.Script createCachedData example (Chengzhong Wu) #44487 - [
2813323120
] - doc: mention how to get commit release (Rafael Gonzaga) #44572 - [
ea7b44d474
] - doc: fix link inprocess.md
(Antoine du Hamel) #44594 - [
39b65d2fb7
] - doc: do not use weak MODP group in example (Tobias Nießen) #44585 - [
f5549afd90
] - doc: remove ebpf from supported tooling list (Rafael Gonzaga) #44549 - [
a3360b1f4f
] - doc: emphasize that createCipher is never secure (Tobias Nießen) #44538 - [
4e6f7862ba
] - doc: document attribute Script.cachedDataRejected (Chengzhong Wu) #44451 - [
01e584ecab
] - doc: move policy docs to the permissions scope (Rafael Gonzaga) #44222 - [
57dac53c22
] - doc,crypto: cleanup removed pbkdf2 behaviours (Filip Skokan) #44733 - [
c209bd6fb9
] - doc,inspector: document changes of inspector.close (Chengzhong Wu) #44628 - [
9b3b7d6978
] - esm,loader: tidy ESMLoader internals (Jacob Smith) #44701 - [
daf63d2fa3
] - fs: fix typo in mkdir example (SergeyTsukanov) #44791 - [
85ab2f857f
] - fs: remove unused option infs.fstatSync()
(Livia Medeiros) #44613 - [
a6091f5496
] - gyp: libnode for ios app embedding (chexiongsheng) #44210 - [
f158656e4c
] - (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks) #44378 - [
1b160517f5
] - inspector: expose inspector.close on workers (Chengzhong Wu) #44489 - [
a2eb55a2c9
] - lib: don't matchsourceMappingURL
in strings (Alan Agius) #44658 - [
2baf532518
] - lib: fix reference leak (falsandtru) #44499 - [
d8d34ae6bc
] - lib: resetRegExp
statics before running user code (Antoine du Hamel) #44247 - [
eb3635184b
] - lib,test: fix bug in InternalSocketAddress (Tobias Nießen) #44618 - [
74dc4d198f
] - meta: update AUTHORS (Node.js GitHub Bot) #44777 - [
97d2ed7296
] - meta: add mailmap entry for dnlup (Rich Trott) #44716 - [
35fbd2cc14
] - meta: update AUTHORS (Node.js GitHub Bot) #44705 - [
c5c1bc40a2
] - meta: move dnlup to emeriti (dnlup) #44667 - [
c62dfe0427
] - meta: update test_runner in label-pr-config (Shrujal Shah) #44615 - [
fe56efd0bc
] - meta: update AUTHORS (Node.js GitHub Bot) #44591 - [
4436ffb536
] - module: open stat/readPackage to mutations (Maël Nison) #44537 - [
f8ec946c82
] - module: exports & imports map invalid slash deprecation (Guy Bedford) #44477 - [
64cb43a2b6
] - node-api: add deprecation code of uncaught exception (Chengzhong Wu) #44624 - [
ce1704c2c7
] - src: avoid using v8 on Isolate termination (Santiago Gimeno) #44669 - [
3036b85d71
] - src: remove <unistd.h> from node_os.cc (Tobias Nießen) #44668 - [
29f57b7899
] - src: avoid copy when creating Blob (Tobias Nießen) #44616 - [
75cfb13ea6
] - src: make ReqWrap weak (Rafael Gonzaga) #44074 - [
c12abb5ece
] - src: make NearHeapLimitCallback() more robust (Joyee Cheung) #44581 - [
81ea507e8e
] - src: dump isolate stats when process exits (daomingq) #44534 - [
687844822f
] - src: consolidate environment cleanup queue (Chengzhong Wu) #44379 - [
3d42aaaac0
] - stream: handle a pending pull request from a released reader (Daeyeon Jeong) #44702 - [
73ad9db6c5
] - stream: refactor use es2020 statement (SindreXie) #44533 - [
0af6e420b3
] - stream: removeabortReason
fromWritableStreamDefaultController
(Daeyeon Jeong) #44540 - [
2f2f8d5821
] - (SEMVER-MINOR) stream: addReadableByteStream.tee()
(Daeyeon Jeong) #44505 - [
667e8bf3fb
] - stream: fixwritableStream.abort()
(Daeyeon Jeong) #44327 - [
3112d5dae0
] - test: verify napi_remove_wrap with napi_delete_reference (Chengzhong Wu) #44754 - [
b512436841
] - test: change promises to async/await (Madhulika Sharma) #44683 - [
858631f720
] - test: use async/await in test-debugger-invalid-args (Nupur Chauhan) #44678 - [
6c9ded810c
] - test: update test-debugger-low-level to use await/async (Meghana Ramesh) #44688 - [
945aa74e57
] - test: check that sysconf returns a positive value (Tobias Nießen) #44666 - [
79f0f48a6f
] - test: change promise to async/await in debugger-watcher (“Pooja) #44687 - [
a56cb65bd6
] - test: fix addon tests compilation with OpenSSL 1.1.1 (Adam Majer) #44725 - [
8a68a80a06
] - test: fix test-performance-measure (smitley) #44637 - [
55de0136b3
] - test: improve lib/readline.js coverage (MURAKAMI Masahiko) #42686 - [
a3095d217f
] - test: fixtest-repl
not validating leaked globals properly (Antoine du Hamel) #44640 - [
7db2974692
] - test: ignore stale process cleanup failures on Windows (Joyee Cheung) #44480 - [
6c35f338c3
] - test: use python3 instead of python (Luigi Pinca) #44545 - [
20e04c6d44
] - test: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel Bevenius) #44341 - [
eb25fe73b0
] - test: add more cases for parse-encoding (Tony Gorez) #44427 - [
5ab3bc9419
] - test_runner: include stack of uncaught exceptions (Moshe Atlow) #44614 - [
752e1472e1
] - tls: fix out-of-bounds read in ClientHelloParser (Tobias Nießen) #44580 - [
0cddb0af99
] - tools: add update-llhttp.sh (Paolo Insogna) #44652 - [
ef0dc47df9
] - tools: fix typo in update-nghttp2.sh (Luigi Pinca) #44664 - [
0df181a5a1
] - tools: add timezone update workflow (Lenvin Gonsalves) #43988 - [
dd4348900d
] - tools: update eslint to 8.23.1 (Node.js GitHub Bot) #44639 - [
b9cfb71e12
] - tools: update lint-md-dependencies to @rollup/plugin-node-resolve@14.1.0 (Node.js GitHub Bot) #44638 - [
5ae142d7ad
] - tools: update gyp-next to v0.13.0 (Jiawen Geng) #44605 - [
5dd86c3faf
] - tools: update lint-md-dependencies to @rollup/plugin-node-resolve@14.0.1 (Node.js GitHub Bot) #44590 - [
caad4748cf
] - tools: increase timeout of running WPT (Joyee Cheung) #44574 - [
5db9779f14
] - tools: fix shebang to use python3 by default (Himself65) #44531 - [
9aa6a560e9
] - v8: add setHeapSnapshotNearHeapLimit (theanarkh) #44420 - [
360b74e94f
] - win: fix fs.realpath.native for long paths (StefanStojanovic) #44536
v18.9.1
This is a security release.
Notable changes
The following CVEs are fixed in this release:
-
CVE-2022-32212: DNS rebinding in --inspect on macOS (High)
- Insufficient fix for macOS devices on v18.5.0
- CVE-2022-32222: Node 18 reads openssl.cnf from /home/iojs/build/ upon startup on MacOS (Medium)
-
CVE-2022-32213: HTTP Request Smuggling - Flawed Parsing of Transfer-Encoding (Medium)
- Insufficient fix on v18.5.0
-
CVE-2022-32215: HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)
- Insufficient fix on v18.5.0
- CVE-2022-35256: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)
- CVE-2022-35255: Weak randomness in WebCrypto keygen
More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.
llhttp updated to 6.0.10
llhttp
is updated to 6.0.10 which includes fixes for the following vulnerabilities.
-
HTTP Request Smuggling - CVE-2022-32213 bypass via obs-fold mechanic (Medium)(CVE-2022-32213 ): The
llhttp
parser in thehttp
module does not correctly parse and validate Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS). -
HTTP Request Smuggling - Incorrect Parsing of Multi-line Transfer-Encoding (Medium)(CVE-2022-32215): The
llhttp
parser in thehttp
module does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS). -
HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)(CVE-35256): The llhttp parser in the
http
does not correctly handle header fields that are not terminated with CLRF. This can lead to HTTP Request Smuggling (HRS).
Commits
- [
0c2a5723be
] - crypto: fix weak randomness in WebCrypto keygen (Ben Noordhuis) nodejs-private/node-private# - [
ffb6f4d51d
] - deps: MacOS - fix location of OpenSSL config file (Michael Dawson) nodejs-private/node-private#345 - [
01bffcdd93
] - http: disable chunked encoding when OBS fold is used (Paolo Insogna) nodejs-private/node-private#341 - [
2c379d341d
] - src: fix IPv4 non routable validation (RafaelGSS) nodejs-private/node-private#337
v18.9.0
Notable changes
-
doc
- add daeyeon to collaborators (Daeyeon Jeong) #44355
-
lib
- (SEMVER-MINOR) add diagnostics channel for process and worker (theanarkh) #44045
-
os
- (SEMVER-MINOR) add machine method (theanarkh) #44416
-
report
- (SEMVER-MINOR) expose report public native apis (Chengzhong Wu) #44255
-
src
- (SEMVER-MINOR) expose environment RequestInterrupt api (Chengzhong Wu) #44362
-
vm
- include vm context in the embedded snapshot (Joyee Cheung) #44252
Commits
- [
e27e709d3c
] - build: add --libdir flag to configure (Stephen Gallagher) #44361 - [
30da2b4d89
] - build: added NINJA env to customize ninja binary (Jeff Dickey) #44293 - [
3c5354869e
] - cluster: fix cluster rr distribute error (theanarkh) #44202 - [
5cefd02618
] - crypto: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) #44475 - [
c868e36385
] - crypto: add digest name to INVALID_DIGEST errors (Tobias Nießen) #44468 - [
35cbe1ad85
] - crypto: use actual option name in error message (Tobias Nießen) #44455 - [
c3dbe18e4c
] - crypto: simplify control flow in HKDF (Tobias Nießen) #44272 - [
28781a1f7e
] - crypto: improve RSA-PSS digest error messages (Tobias Nießen) #44307 - [
b1eafe14fd
] - debugger: decrease timeout used to wait for the port to be free (Joyee Cheung) #44359 - [
8ef5c40a83
] - deps: update corepack to 0.14.0 (Node.js GitHub Bot) #44509 - [
cf19a79dfc
] - deps: upgrade npm to 8.19.1 (npm team) #44486 - [
c5630ad1a7
] - deps: V8: backportff8d67c
(Michaël Zasso) #44423 - [
255e7fbd08
] - deps: update Acorn to v8.8.0 (Michaël Zasso) #44437 - [
754d26a53e
] - deps: patch V8 to 10.2.154.15 (Michaël Zasso) #44294 - [
1b50ff2600
] - deps: update icu tzdata to 2022b (Matías Zúñiga) #44283 - [
1e451dca99
] - deps: upgrade llhttp to 6.0.9 (Paolo Insogna) #44344 - [
57da3db522
] - deps: update undici to 5.9.1 (Node.js GitHub Bot) #44319 - [
1c87a7e8f6
] - doc: add missing parenthesis in TLSSocket section (Tobias Nießen) #44512 - [
05006eddb2
] - doc: do not use "Returns:" for crypto.constants (Tobias Nießen) #44481 - [
54b6ed58bc
] - doc: use serial comma in addons docs (Tobias Nießen) #44482 - [
11452a97b3
] - doc: add --update-assert-snapshot to node.1 (Colin Ihrig) #44429 - [
ae028e8ac3
] - doc: improve assert.snapshot() docs (Colin Ihrig) #44429 - [
71c869688a
] - doc: add missing imports in events sample code (Brian Evans) #44337 - [
92046e8027
] - doc: apply scroll-margin-top to h2, h3 elements (metonym) #44414 - [
3e6cde5931
] - doc: fix spacing issue in--build-snapshot
help text (Shohei YOSHIDA) #44435 - [
8e41dbb81b
] - doc: mention cherry-pick edge-case on release (RafaelGSS) #44408 - [
cef30f9afc
] - doc: note on release guide to updatemain
branch (Ruy Adorno) #44384 - [
21437f7a7f
] - doc: fix release guide example consistency (Ruy Adorno) #44385 - [
ed52bd0a18
] - doc: fix style of n-api.md (theanarkh) #44377 - [
65c1f4015f
] - doc: add history for net.createServer() options (Luigi Pinca) #44326 - [
4a0f750a6c
] - doc: add daeyeon to collaborators (Daeyeon Jeong) #44355 - [
8cc5556f76
] - doc: fix typo in test runner code examples (Moshe Atlow) #44351 - [
b660b7467d
] - doc,worker: document resourceLimits overrides (Keyhan Vakil) #43992 - [
2ed3b30696
] - inspector: prevent integer overflow in open() (Tobias Nießen) #44367 - [
b8f08e5e7e
] - lib: codify findSourceMap return value when not found (Chengzhong Wu) #44397 - [
a86ef1ba3e
] - lib: use safePromise
alternatives when available (Antoine du Hamel) #43476 - [
e519ac7842
] - meta: update AUTHORS (Node.js GitHub Bot) #44511 - [
c03f28b960
] - meta: update AUTHORS (Node.js GitHub Bot) #44422 - [
ef08cbddac
] - node-api: avoid calling virtual methods in base's dtor (Chengzhong Wu) #44424 - [
256340197c
] - node-api: cleanup redundant static modifiers (Chengzhong Wu) #44301 - [
6714736706
] - (SEMVER-MINOR) os: add machine method (theanarkh) #44416 - [
807b1e5533
] - report: get stack trace with cross origin contexts (Chengzhong Wu) #44398 - [
b17cc877d0
] - report: fix missing section javascriptHeap on OOMError (Chengzhong Wu) #44398 - [
1f23c17ae0
] - (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu) #44255 - [
df259005d9
] - report: add queue info for udp (theanarkh) #44345 - [
fc17b808c9
] - src: rename misleading arg in ClientHelloParser (Tobias Nießen) #44500 - [
125ab7da2a
] - src: improve error handling in CloneSSLCerts (Tobias Nießen) #44410 - [
aa34f7347b
] - src: fix incorrect comments in crypto (Tobias Nießen) #44470 - [
18b720805f
] - src: avoid casting std::trunc(... / ...) to size_t (Tobias Nießen) #44467 - [
4331bbe2af
] - (SEMVER-MINOR) src: expose environment RequestInterrupt api (Chengzhong Wu) #44362 - [