Update node Docker tag to v17
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
node | final | major |
16.13.1-alpine3.13 -> 17.3.0-alpine3.13
|
Release Notes
nodejs/node
v17.3.0
Notable changes
OpenSSL-3.0.1
OpenSSL-3.0.1 contains a fix for CVE-2021-4044: Invalid handling of X509_verify_cert() internal errors in libssl (Moderate). This is a vulnerability in OpenSSL that may be exploited through Node.js. More information can be read here: https://www.openssl.org/news/secadv/20211214.txt.
Contributed by Richard Lau #41177.
Other Notable Changes
-
lib:
- make AbortSignal cloneable/transferable (James M Snell) #41050
-
deps:
- upgrade npm to 8.3.0 (npm team) #41127
- doc:
-
process:
- add
getActiveResourcesInfo()
(Darshan Sen) #40813
- add
-
timers:
- add experimental scheduler api (James M Snell) #40909
Commits
- [
99fb6d48eb
] - assert: prefer reference comparison over string comparison (Darshan Sen) #41015 - [
a7dfa43dc7
] - assert: use stricter stack frame detection in .ifError() (Ruben Bridgewater) #41006 - [
28761de6d4
] - buffer: fixBlob
constructor on variousTypedArray
s (Irakli Gozalishvili) #40706 - [
8fcb71a5ab
] - build: update openssl config generator Dockerfile (Richard Lau) #41177 - [
3a9ffa86db
] - build: use '<(python)' instead of 'python' (Cheng Zhao) #41146 - [
85f1537c28
] - build: fix comment-labeled workflow (Mestery) #41176 - [
61c53a667a
] - build: use gh cli in workflows file (Mestery) #40985 - [
1fc6fd66ff
] - build: fix commit-queue-rebase functionality (Rich Trott) #41140 - [
831face7d1
] - build: skip documentation generation if no ICU (Rich Trott) #41091 - [
c776c9236e
] - build: re-enable V8 concurrent marking (Michaël Zasso) #41013 - [
2125449f89
] - build: add--without-corepack
(Jonah Snider) #41060 - [
6327685363
] - build: fail early in test-macos.yml (Rich Trott) #41035 - [
ee4186b305
] - build: add tools/doc to tools.yml updates (Rich Trott) #41036 - [
db30bc97d0
] - build: update Actions versions (Mestery) #40987 - [
db9cef3c4f
] - build: set persist-credentials: false on workflows (Rich Trott) #40972 - [
29739f813f
] - build: add OpenSSL gyp artifacts to .gitignore (Luigi Pinca) #40967 - [
1b8baf0e4f
] - build: remove legacy -J test.py option from Makefile/vcbuild (Rich Trott) #40945 - [
5c27ec8385
] - build: ignore unrelated workflow changes in slow Actions tests (Rich Trott) #40928 - [
8957c9bd1c
] - build,tools: automate enforcement of emeritus criteria (Rich Trott) #41155 - [
e924dc7982
] - cluster: use linkedlist for round_robin_handle (twchn) #40615 - [
c757fa513e
] - crypto: add missing null check (Michael Dawson) #40598 - [
35fe14454b
] - deps: update archs files for quictls/openssl-3.0.1+quic (Richard Lau) #41177 - [
0b2103419f
] - deps: upgrade openssl sources to quictls/openssl-3.0.1+quic (Richard Lau) #41177 - [
fae4945ab3
] - deps: upgrade npm to 8.3.0 (npm team) #41127 - [
3a1d952e68
] - deps: upgrade npm to 8.2.0 (npm team) #41065 - [
627b5bb718
] - deps: update Acorn to v8.6.0 (Michaël Zasso) #40993 - [
a2fb12f9c6
] - deps: patch V8 to 9.6.180.15 (Michaël Zasso) #40949 - [
93111e4662
] - doc: fix closing parenthesis (AlphaDio) #41190 - [
f883bf3d12
] - doc: add security steward on/offboarding steps (Michael Dawson) #41129 - [
1274a25b14
] - doc: align module resolve algorithm with implementation (Qingyu Deng) #38837 - [
34c6c59014
] - doc: update nodejs-sec managers (Michael Dawson) #41128 - [
db26bdb011
] - doc: move style guide to findable location (Rich Trott) #41119 - [
4369c6d9f6
] - doc: fix comments in test-fs-watch.js (jakub-g) #41046 - [
93f5bd34e9
] - doc: document support building with Python 3.10 on Windows (Christian Clauss) #41098 - [
d8fa227c26
] - doc: add note about pip being required (Piotr Rybak) #40669 - [
95691801f3
] - doc: remove OpenJSF Slack nodejs from support doc (Rich Trott) #41108 - [
e3ac384d78
] - doc: simplify major release preparation (Bethany Nicolle Griggs) #40816 - [
3406910040
] - doc: clarify escaping for ES modules (notroid5) #41074 - [
668284b5a1
] - doc: add @bnb as a collaborator (Tierney Cyren) #41100 - [
94d09113a2
] - doc: add explicit declaration of fd with null val (Henadzi) #40704 - [
b353ded677
] - doc: expand entries for isIP(), isIPv4(), and isIPv6() (Rich Trott) #41028 - [
f18aa14b1d
] - doc: link to commit queue guide (Geoffrey Booth) #41030 - [
681edbe75f
] - doc: specify thatmessage.socket
can be nulled (Luigi Pinca) #41014 - [
7c41f32f06
] - doc: fix JSDoc in ESM loaders examples (Mestery) #40984 - [
61b2e2ef9e
] - doc: remove legacy -J test.py option from BUILDING.md (Rich Trott) #40945 - [
c9b09d124e
] - doc,lib,tools: align multiline comments (Rich Trott) #41109 - [
12023dff4b
] - (SEMVER-MINOR) errors: add support for cause in aborterror (James M Snell) #41008 - [
b0b7943e8f
] - (SEMVER-MINOR) esm: working mock test (Bradley Farias) #39240 - [
37dbc3b9e9
] - (SEMVER-MINOR) events: propagate abortsignal reason in new AbortError ctor in events (James M Snell) #41008 - [
1b8d4e4867
] - (SEMVER-MINOR) events: propagate weak option for kNewListener (James M Snell) #40899 - [
bbdcd0513b
] - (SEMVER-MINOR) fs: accept URL as argument forfs.rm
andfs.rmSync
(Antoine du Hamel) #41132 - [
46108f8d50
] - fs: fix error codes forfs.cp
(Antoine du Hamel) #41106 - [
e25671cddb
] - fs: fixlength
option being ignored duringread()
(Shinho Ahn) #40906 - [
6eda874be0
] - (SEMVER-MINOR) fs: propagate abortsignal reason in new AbortSignal constructors (James M Snell) #41008 - [
70ed4ef248
] - http: don't write empty data on req/res end() (Santiago Gimeno) #41116 - [
4b3bf7e818
] - (SEMVER-MINOR) http2: propagate abortsignal reason in new AbortError constructor (James M Snell) #41008 - [
8d87303f76
] - inspector: add missing initialization (Michael Dawson) #41022 - [
b191e66ddf
] - lib: include return types in JSDoc (Rich Trott) #41130 - [
348707fca6
] - (SEMVER-MINOR) lib: make AbortSignal cloneable/transferable (James M Snell) #41050 - [
4ba883d384
] - (SEMVER-MINOR) lib: add abortSignal.throwIfAborted() (James M Snell) #40951 - [
cc3e430c11
] - lib: use consistent types in JSDoc @returns (Rich Trott) #41089 - [
a1ed7f2810
] - (SEMVER-MINOR) lib: propagate abortsignal reason in new AbortError constructor in blob (James M Snell) #41008 - [
1572db3e86
] - lib: do not lazy load EOL in blob (Ruben Bridgewater) #41004 - [
62c4b4c85b
] - (SEMVER-MINOR) lib: add AbortSignal.timeout (James M Snell) #40899 - [
f0d874342d
] - lib,test,tools: use consistent JSDoc types (Rich Trott) #40989 - [
03e6771137
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #41154 - [
e26c187b85
] - meta: move to emeritus automatically after 18 months (Rich Trott) #41155 - [
b89fb3ef0a
] - meta: move silverwind to emeriti (Roman Reiss) #41171 - [
0fc148321f
] - meta: update AUTHORS (Node.js GitHub Bot) #41144 - [
d6d1d6647c
] - meta: update AUTHORS (Node.js GitHub Bot) #41088 - [
f30d6bcaff
] - meta: move one or more TSC members to emeritus (Node.js GitHub Bot) #40908 - [
033a646d82
] - meta: increase security policy response targets (Matteo Collina) #40968 - [
6b6e1d054e
] - node-api,doc: document parms which can be optional (Michael Dawson) #41021 - [
93ea1666f6
] - perf_hooks: use spec-compliantstructuredClone
(Michaël Zasso) #40904 - [
d8a2125900
] - (SEMVER-MINOR) process: addgetActiveResourcesInfo()
(Darshan Sen) #40813 - [
67124ac63a
] - (SEMVER-MINOR) readline: propagate signal.reason in awaitable question (James M Snell) #41008 - [
8fac878ff5
] - readline: skip escaping characters again (Ruben Bridgewater) #41005 - [
d3de937782
] - src: fix limit calculation (Michael Dawson) #41026 - [
6f0ec9835a
] - src: use a higher limit in the NearHeapLimitCallback (Joyee Cheung) #41041 - [
90097ab891
] - src,crypto: remove uses ofAllocatedBuffer
fromcrypto_sig
(Darshan Sen) #40895 - [
b59c513c31
] - stream: add isErrored helper (Robert Nagy) #41121 - [
1787bfab68
] - stream: allow readable to end early without error (Robert Nagy) #40881 - [
01e8c15c8a
] - (SEMVER-MINOR) stream: use cause options in AbortError constructors (James M Snell) #41008 - [
0e21c64ae9
] - stream: remove whatwg streams experimental warning (James M Snell) #40971 - [
513305c7d7
] - stream: cleanup eos (Robert Nagy) #40998 - [
da8baf4bbb
] - test: do not load absolute path crypto engines twice (Richard Lau) #41177 - [
1f6a9c3e31
] - test: skip ESLint tests if no Intl (Rich Trott) #41105 - [
ce656a80b5
] - test: add missing JSDoc parameter name (Rich Trott) #41057 - [
fb8f2e9643
] - test: deflake test-trace-atomics-wait (Luigi Pinca) #41018 - [
de1748aca4
] - test: add auth option case for url.format (Hirotaka Tagawa / wafuwafu13) #40516 - [
943547a0eb
] - Revert "test: skip different params test for OpenSSL 3.x" (Daniel Bevenius) #40640 - [
0caa3483d2
] - (SEMVER-MINOR) timers: add experimental scheduler api (James M Snell) #40909 - [
e795547651
] - (SEMVER-MINOR) timers: propagate signal.reason in awaitable timers (James M Snell) #41008 - [
a77cae1ef7
] - tls: improve handling of shutdown (Jameson Nash) #36111 - [
db410e7d3e
] - tools: update doc to remark-rehype@10.1.0 (Node.js GitHub Bot) #41149 - [
e3870f3f17
] - tools: update lint-md-dependencies to rollup@2.61.1 vfile-reporter@7.0.3 (Node.js GitHub Bot) #41150 - [
6fc92bd191
] - tools: enable jsdoc/require-returns-type ESLint rule (Rich Trott) #41130 - [
70e6fe860a
] - tools: update ESLint to 8.4.1 (Rich Trott) #41114 - [
78894fa888
] - tools: enable JSDoc check-alignment lint rule (Rich Trott) #41109 - [
40a773aa29
] - tools: strip comments from lint-md rollup output (Rich Trott) #41092 - [
7b606cfef6
] - tools: update highlight.js to 11.3.1 (Rich Trott) #41091 - [
52633a9e95
] - tools: enable jsdoc/require-returns-check lint rule (Rich Trott) #41089 - [
dc0405e7fb
] - tools: update ESLint to 8.4.0 (Luigi Pinca) #41085 - [
855f15d059
] - tools: enable jsdoc/require-param-name lint rule (Rich Trott) #41057 - [
78265e095a
] - tools: use jsdoc recommended rules (Rich Trott) #41057 - [
9cfdf15da6
] - tools: rollback highlight.js (Richard Lau) #41078 - [
fe3e09bb4b
] - tools: remove Babel from license-builder.sh (Rich Trott) #41049 - [
62e0aa9725
] - tools: udpate packages in tools/doc (Rich Trott) #41036 - [
a959f4fa72
] - tools: install and enable JSDoc linting in ESLint (Rich Trott) #41027 - [
661960e471
] - tools: include JSDoc in ESLint updating tool (Rich Trott) #41027 - [
e2922714ee
] - tools: ignore unrelated workflow changes in slow Actions tests (Antoine du Hamel) #40990 - [
6525226ff7
] - tools: remove unneeded tool in update-eslint.sh (Rich Trott) #40995 - [
5400b7963d
] - tools: consolidate ESLint dependencies (Rich Trott) #40995 - [
86d5af14bc
] - tools: update ESLint update script to consolidate dependencies (Rich Trott) #40995 - [
8427099f66
] - tools: run ESLint update to minimize diff on subsequent update (Rich Trott) #40995 - [
82daaa9914
] - tools,test: make -J behavior default for test.py (Rich Trott) #40945 - [
db77780cb9
] - url: detect hostname more reliably in url.parse() (Rich Trott) #41031 - [
66b5083c1e
] - util: serialize falsy cause values while inspecting errors (Ruben Bridgewater) #41097 - [
09d29ca8d9
] - util: make sure error causes of any type may be inspected (Ruben Bridgewater) #41097 - [
f5ff88b3cb
] - (SEMVER-MINOR) util: pass through the inspect function to custom inspect functions (Ruben Bridgewater) #41019 - [
a0326f0941
] - util: escape lone surrogate code points using .inspect() (Ruben Bridgewater) #41001 - [
91df200ad6
] - (SEMVER-MINOR) util: add numericSeparator to util.inspect (Ruben Bridgewater) #41003 - [
da87413257
] - (SEMVER-MINOR) util: always visualize cause property in errors during inspection (Ruben Bridgewater) #41002
v17.2.0
Notable Changes
- [
06916490af
] - (SEMVER-MINOR) async_hooks: expose async_wrap providers (Rafael Gonzaga) #40760 - [
371ee64c92
] - (SEMVER-MINOR) deps: update V8 to 9.6.180.14 (Michaël Zasso) #40488 - [
675c210b04
] - (SEMVER-MINOR) lib: add reason to AbortSignal (James M Snell) #40807 - [
0de2850680
] - (SEMVER-MINOR) src: add x509.fingerprint512 to crypto module (3nprob) #39809 - [
fa9b5c35d2
] - stream: deprecate thenable support (Antoine du Hamel) #40860 - [
534409d4e7
] - stream: fix finished regression when working with legacy Stream (Matteo Collina) #40858
Commits
- [
48157c44c2
] - Revert "async_hooks: merge resource_symbol with owner_symbol" (Darshan Sen) #40741 - [
4a971f67e4
] - async_hooks: eliminate require side effects (Stephen Belanger) #40782 - [
06916490af
] - (SEMVER-MINOR) async_hooks: expose async_wrap providers (Rafael Gonzaga) #40760 - [
65b33ba510
] - build: remove extraneous quotation marks from commit body (Rich Trott) #40963 - [
05d652a555
] - build: fix branch name for lint-md-dependencies update (Rich Trott) #40924 - [
1482c4415f
] - build: fixmake
invocation in tools.yml (Rich Trott) #40890 - [
69de8c8143
] - build: reset embedder string to "-node.0" (Michaël Zasso) #40488 - [
e793331322
] - build: fix tools.yml errors (Rich Trott) #40870 - [
51ac59b047
] - build: add GitHub Action to update tools modules (Rich Trott) #40644 - [
a8cc8b6554
] - crypto: trim input for NETSCAPE_SPKI_b64_decode (Shelley Vohr) #40757 - [
2979c58fb0
] - crypto: throw errors in SignTraits::DeriveBits (Tobias Nießen) #40796 - [
7f5931d03f
] - crypto: fix build without scrypt (Martin Jansa) #40613 - [
90f35fc329
] - deps: upgrade npm to 8.1.4 (npm team) #40865 - [
d461603d71
] - deps: V8: cherry-pickcced52a
(Ray Wang) #40656 - [
d6ae50ff96
] - deps: V8: cherry-pick7ae0b77
(Ray Wang) #40882 - [
e60053deee
] - deps: V8: cherry-pick2a0bc36
(Michaël Zasso) #40178 - [
94acaae3d4
] - deps: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) #40296 - [
37c9828d39
] - deps: disable trap handler for Windows cross-compiler (Michaël Zasso) #40488 - [
dfb97fb501
] - deps: silence irrelevant V8 warning (Michaël Zasso) #38990 - [
9ecf4be0c2
] - deps: silence irrelevant V8 warning (Michaël Zasso) #37587 - [
82a8736dec
] - deps: fix V8 build issue with inline methods (Jiawen Geng) #38807 - [
eab5ef5505
] - deps: make v8.h compatible with VS2015 (Joao Reis) #32116 - [
d6e5dd56ff
] - deps: V8: forward declaration ofRtl*FunctionTable
(Refael Ackermann) #32116 - [
29a6e15480
] - deps: V8: patch register-arm64.h (Refael Ackermann) #32116 - [
1ff83c4945
] - deps: V8: un-cherry-pickbd019bd
(Refael Ackermann) #32116 - [
371ee64c92
] - (SEMVER-MINOR) deps: update V8 to 9.6.180.14 (Michaël Zasso) #40488 - [
6506a42c16
] - deps: V8: cherry-pickcced52a
(Ray Wang) #40656 - [
a612ecb42f
] - deps: V8: cherry-pick7ae0b77
(Ray Wang) #40882 - [
b46184df5e
] - deps: update to uvwasi 0.0.12 (Colin Ihrig) #40847 - [
fa37428472
] - deps: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) #40631 - [
9711ccfe08
] - deps: upgrade npm to 8.1.3 (npm team) #40726 - [
8e525634c6
] - deps: update ICU to 70.1 (Michaël Zasso) #40658 - [
3bfc9f5b47
] - doc: add information on suppressing initial break in debugger (Rich Trott) #40960 - [
8966ab3c57
] - doc: improve grammar in API description (Tobias Nießen) #40959 - [
130777a61c
] - doc: update BUILDING.md section on running tests (Rich Trott) #40933 - [
6e9b6652e5
] - doc: remove experimental abortcontroller flag (FrankQiu) #38968 - [
b92416ff02
] - doc: fix spelling of 'WebAssembly' (Geoffrey Booth) #40785 - [
cf495a6293
] - doc: clarify more optional parameters in node-api (Michael Dawson) #40888 - [
694012b392
] - doc: define "types", "deno" community conditions (Guy Bedford) #40708 - [
4c47b0150b
] - doc: document optional params in napi_get_cb_info (Michael Dawson) #40821 - [
dfdf68f4d0
] - doc: improve README.md lede section (Rich Trott) #40837 - [
9c200e1de4
] - doc: add pref to using draft MR versus WIP label (Michael Dawson) #40824 - [
fe2cd09750
] - doc: fixadded:
info forReadable.fromWeb()
(Luigi Pinca) #40820 - [
c91a9ab095
] - doc: tweak guidance for modules in core (Michael Dawson) #40601 - [
2ea08e9b55
] - doc: claim ABI version for Electron 18 (Keeley Hammond) #40768 - [
8166b07ddc
] - doc: fix transform stream example (Evan Lucas) #40777 - [
5ceb06cddf
] - doc: fix linter-enforced formatting in crypto.md (Mohammed Keyvanzadeh) #40780 - [
d3070d8eea
] - doc: fix corepack grammar for--force
flag (Steven) #40762 - [
9271f23e3a
] - doc: update maintaining ICU guide (Michaël Zasso) #40658 - [
20d7d657bb
] - doc: clarify getAuthTag with authTagLength (Tobias Nießen) #40713 - [
75288fbc6b
] - doc: fix order of announce work (Michael Dawson) #40725 - [
429915aa6c
] - doc: add initial list of technical priorities (Michael Dawson) #40235 - [
a5a1691514
] - fs: nullish coalescing to respect zero positional reads (Omar El-Mihilmy) #40716 - [
bddb4c69b7
] - http: add missing initialization (Michael Dawson) #40555 - [
80ce97f514
] - http: change totalSocketCount only on socket creation/close (Subhi Al Hasan) #40572 - [
675c210b04
] - (SEMVER-MINOR) lib: add reason to AbortSignal (James M Snell) #40807 - [
b614b17525
] - Revert "lib: use helper for readability" (Darshan Sen) #40741 - [
10a842d2d1
] - lib: fix typos in lib code comments (Yoshiki) #40792 - [
3ec78d1570
] - meta: add feature request label for issue template (Mestery) #40970 - [
9c897b69a1
] - meta: update AUTHORS (Node.js GitHub Bot) #40900 - [
dfc6fc987a
] - meta: update name and email (Viero Fernando) #40848 - [
813cf746a8
] - meta: update AUTHORS (Node.js GitHub Bot) #40809 - [
e451ec9ec1
] - meta: edit GOVERNANCE.md for minor updates (Rich Trott) #40798 - [
2536be7528
] - meta: update AUTHORS (Node.js GitHub Bot) #40748 - [
3c8aa211cd
] - module: import assertions improvements (Geoffrey Booth) #40785 - [
3a4f3873be
] - process: support hrtime in the snapshot (Joyee Cheung) #40649 - [
1555dbdddc
] - repl: fix and extend require/import tab complete (Mestery) #40216 - [
c2259c974b
] - src: reset error struct if error code is napi_ok (JckXia) #40552 - [
3be49d6853
] - src: prevent extra copies ofTimerWrap::TimerCb
(Darshan Sen) #40665 - [
0de2850680
] - (SEMVER-MINOR) src: add x509.fingerprint512 to crypto module (3nprob) #39809 - [
924d29e88f
] - src: add and fix some preprocessor comments (Tobias Nießen) #40701 - [
acbd8220a7
] - src,crypto: useByteSource::ToBuffer()
incrypto_dh
(Darshan Sen) #40903 - [
82b422663d
] - src,crypto: removeAllocatedBuffer
s fromcrypto_spkac
(Darshan Sen) #40752 - [
415b42fbdf
] - src,crypto: refactorcrypto_tls.*
(Darshan Sen) #40675 - [
88b57bc9d3
] - src,doc: add SyntaxError napi support (Idan Attias) #40736 - [
70bd90e039
] - stream: stricter isReadableNodeStream (Robert Nagy) #40941 - [
86d1c0b19d
] - stream: drain Transform with 0 highWaterMark (Robert Nagy) #40947 - [
fa9b5c35d2
] - stream: deprecate thenable support (Antoine du Hamel) #40860 - [
dc99ae3bd6
] - stream: fix the ReadableStreamBYOBReader error message (James M Snell) #40846 - [
650c9bd022
] - stream: pipeline with end option (Robert Nagy) #40886 - [
534409d4e7
] - stream: fix finished regression when working with legacy Stream (Matteo Collina) #40858 - [
16ee8423d6
] - stream: pipeline should drain empty readable (Robert Nagy) #40654 - [
7d127d2fc1
] - stream: fix non readable Duplex readableAborted (Robert Nagy) #40801 - [
7c4f9a34ae
] - stream: allow calling callback before promise (Robert Nagy) #40772 - [
62171eb516
] - test: mark test-fs-watch-non-recursive flaky on Windows (Luigi Pinca) #40916 - [
ae12a609a5
] - test: improve test coverage of readline/promises (Yoshiki Kurihara) #40876 - [
4288c6a26e
] - test: deflake cluster-concurrent-disconnect (Luigi Pinca) #40877 - [
009ab4d9bb
] - test: deflake fs-promises-watch (Luigi Pinca) #40863 - [
522a30f469
] - test: fix argument order in assertion (Luigi Pinca) #40842 - [
b190b0e77b
] - test: deflake http2-pipe-named-pipe (Luigi Pinca) #40842 - [
c485460793
] - test: use descriptive name for destination file (Luigi Pinca) #40842 - [
43e86508ae
] - test: add AsyncLocalStorage tests using udp, tcp and tls sockets (Darshan Sen) #40741 - [
896073be47
] - test: deflake child-process-pipe-dataflow (Luigi Pinca) #40838 - [
150c0f1b76
] - test: add tests for invalid UTF-8 (git-srinivas) #40351 - [
3d896231cd
] - test: fix flaky test-policy-integrity (Rich Trott) #40763 - [
dc9e68899d
] - test: add semicolons for linter update (Rich Trott) #40720 - [
747247bc59
] - tools: update gyp-next to v0.10.1 (Michaël Zasso) #40934 - [
6ebbd0d9dc
] - tools: fix commit-lint GH Actions CI (Antoine du Hamel) #40845 - [
0201f3f604
] - tools: ping TSC members identified as inactive (Rich Trott) #40915 - [
22265e3fb6
] - tools: update lint-md-dependencies to rollup@2.60.1 (Node.js GitHub Bot) #40929 - [
3d593aa4ed
] - tools: update lint-md dependencies (Rich Trott) #40894 - [
e674f61720
] - tools: update ESLint to 8.3.0 (Luigi Pinca) #40917 - [
878ba91bf6
] - tools: add find-inactive-tsc (Rich Trott) #40884 - [
d97ad3080f
] - tools: disable trap handler for Windows cross-compiler (Michaël Zasso) #40488 - [
e3f8988118
] - tools: update V8 gypfiles for 9.6 (Michaël Zasso) #40488 - [
de4d0180dc
] - tools: update @babel/eslint-parser to 7.16.3 (Node.js GitHub Bot) #40889 - [
727b34ec95
] - tools: only validate first commit message of a MR (Antoine du Hamel) #40740 - [
5b08e908ea
] - tools: update babel-eslint-parser to 7.16.0 (Rich Trott) #40720 - [
30623c283a
] - tools: improve update scripts (Rich Trott) #40644
v17.1.0
Notable Changes
- [
89b34ecffb
] - doc: add VoltrexMaster to collaborators (voltrexmaster) #40566 - [
95e4d29eb4
] - (SEMVER-MINOR) esm: add support for JSON import assertion (Antoine du Hamel) #40250 - [
1ddbae2d76
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433 - [
aa61551b49
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #40433 - [
fbeb895ca6
] - (SEMVER-MINOR) v8: multi-tenant promise hook api (Stephen Belanger) #39283
Commits
- [
8a00dc5add
] - build: skip long-running Actions for README-only modifications (Rich Trott) #40571 - [
9f46fca124
] - build: disable v8 pointer compression on 32bit archs (Cheng Zhao) #40418 - [
5bef74395d
] - deps: patch V8 to 9.5.172.25 (Michaël Zasso) #40604 - [
3805b806ee
] - deps: upgrade npm to 8.1.2 (npm team) #40643 - [
c003ba131b
] - deps: update c-ares to 1.18.1 (Richard Lau) #40660 - [
841f35cc52
] - deps: upgrade npm to 8.1.1 (npm team) #40554 - [
8d16f0d2d3
] - deps: V8: cherry-pick422dc37
(Ray Wang) #40450 - [
cdf5c44d62
] - deps: add riscv64 config into openssl gypi (Lu Yahan) #40473 - [
2b9fcdfe26
] - deps: attempt to suppress macro-redefined warning (Daniel Bevenius) #40518 - [
d2839bfaa9
] - deps: regenerate OpenSSL arch files (Daniel Bevenius) #40518 - [
5df8ce5cbe
] - deps,build,tools: fix openssl-is-fips for ninja builds (Daniel Bevenius) #40518 - [
79bf429405
] - dgram: fix send with out of bounds offset + length (Nitzan Uziely) #40568 - [
c29658fda7
] - doc: update cjs-module-lexer repo link (Guy Bedford) #40707 - [
e374f3ddd9
] - doc: fix lint re-enabling comment in README.md (Rich Trott) #40647 - [
ecccf48106
] - doc: format v8.md in preparation for stricter linting (Rich Trott) #40647 - [
95a7117037
] - doc: final round of markdown format changes (Rich Trott) #40645 - [
c104f5a9ab
] - doc: remove--experimental-modules
documentation (FrankQiu) #38974 - [
ac81f89bbf
] - doc: update tracking issues of startup performance (Joyee Cheung) #40629 - [
65effa11fc
] - doc: fix markdown syntax and HTML tag misses (ryan) #40608 - [
c78d708a16
] - doc: use 'GitHub Actions workflow' instead (Mestery) #40586 - [
71bac70bf2
] - doc: ref OpenSSL legacy provider from crypto docs (Tobias Nießen) #40593 - [
8f410229ac
] - doc: add node: url scheme (Daniel Nalborczyk) #40573 - [
35dbed21f2
] - doc: call cwd function (Daniel Nalborczyk) #40573 - [
4870a23ccc
] - doc: remove unused imports (Daniel Nalborczyk) #40573 - [
5951ccc12e
] - doc: simplify CHANGELOG.md (Rich Trott) #40475 - [
6ae134ecb7
] - doc: correct esm spec scope lookup definition (Guy Bedford) #40592 - [
09239216f6
] - doc: update CHANGELOG.md for Node.js 16.13.0 (Richard Lau) #40617 - [
46ec5ac4df
] - doc: add info on project's usage of coverity (Michael Dawson) #40506 - [
7eb1a44410
] - doc: fix typo in changelogs (Luigi Pinca) #40585 - [
132f6cba05
] - doc: update onboarding task (Rich Trott) #40570 - [
5e2d0ed61e
] - doc: simplify ccache instructions (Rich Trott) #40550 - [
c1c1738bfc
] - doc: fix macOS environment variables for ccache (Rich Trott) #40550 - [
6e3e50f2ab
] - doc: improve async_context introduction (Michaël Zasso) #40560 - [
1587fe62d4
] - doc: use GFM footnotes in webcrypto.md (Rich Trott) #40477 - [
305c022db4
] - doc: describe buffer limit of v8.serialize (Ray Wang) #40243 - [
6e39e0e10a
] - doc: run license-builder (Rich Trott) #40540 - [
556e49ccb5
] - doc: use GFM footnotes in maintaining-V8.md (#40476) (Rich Trott) #40476 - [
9c6a9fd5b1
] - doc: use GFM footnotes in BUILDING.md (Rich Trott) #40474 - [
fd946215cc
] - doc: fixfs.symlink
code example (Juan José Arboleda) #40414 - [
404730ac1b
] - doc: update for changed--dns-result-order
default (Richard Lau) #40538 - [
acc22c7c4a
] - doc: add missing entry inglobals.md
(Antoine du Hamel) #40531 - [
0375d958ef
] - doc: explain backport labels (Stephen Belanger) #40520 - [
4993d87c49
] - doc: fix entry for Slack channel in onboarding.md (Rich Trott) #40563 - [
89b34ecffb
] - doc: add VoltrexMaster to collaborators (voltrexmaster) #40566 - [
6357ef15d0
] - doc: document considerations for inclusion in core (Rich Trott) #40338 - [
ed04827373
] - doc: update link in onboarding doc (Rich Trott) #40539 - [
34e244b8e9
] - doc: clarify behavior of napi_extended_error_info (Michael Dawson) #40458 - [
5a588ff047
] - doc: add updating expected assets to release guide (Richard Lau) #40470 - [
95e4d29eb4
] - (SEMVER-MINOR) esm: add support for JSON import assertion (Antoine du Hamel) #40250 - [
825a683423
] - http: response should always emit 'close' (Robert Nagy) #40543 - [
81cd7f3751
] - lib: fix regular expression to detect `/` and `\` (Francesco Trotta) #40325 - [
1ddbae2d76
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433 - [
aa61551b49
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #40433 - [
d97872dd98
] - meta: use form schema for flaky test template (Michaël Zasso) #40737 - [
c2fabdbce8
] - meta: update AUTHORS (Node.js GitHub Bot) #40668 - [
aa98c6bdce
] - meta: consolidate AUTHORS entries for brettkiefer (Rich Trott) #40599 - [
18296c3d8e
] - meta: consolidate AUTHORS entries for alexzherdev (Rich Trott) #40620 - [
88d812793d
] - meta: consolidate AUTHORS entries for Azard (Rich Trott) #40619 - [
d81b65ca0e
] - meta: move Fishrock123 to emeritus (Jeremiah Senkpiel) #40596 - [
ec02e7b68a
] - meta: consolidate AUTHORS entries for clakech (Rich Trott) #40589 - [
08e7a2ff24
] - meta: consolidate AUTHORS entries for darai0512 (Rich Trott) #40569 - [
488ee51f90
] - meta: update AUTHORS (Node.js GitHub Bot) #40580 - [
ba9a6c5d06
] - meta: consolidate AUTHORS entries for dfabulich (Rich Trott) #40527 - [
bd06e9945e
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #40464 - [
7cee125dcf
] - meta: add Richard Lau to TSC list in README.md (Rich Trott) #40523 - [
6a771f8bcb
] - meta: consolidate AUTHORS entries for dguo (Rich Trott) #40517 - [
e4c740646d
] - meta: consolidate AUTHORS entries for cxreg (Rich Trott) #40490 - [
075cfbf941
] - module: resolver & spec hardening /w refactoring (Guy Bedford) #40510 - [
b320387c83
] - policy: fix message for invalid manifest specifier (Rich Trott) #40574 - [
ea968d54c5
] - process: refactor execution (Voltrex) #40664 - [
fb7c437b0b
] - src: make LoadEnvironment with string work with builtin modules path (Michaël Zasso) #40607 - [
e9388c87bf
] - src: remove usage ofAllocatedBuffer
fromnode_http2
(Darshan Sen) #40584 - [
7a22f913b0
] - src: fix #endif description in crypto_keygen.h (Tobias Nießen) #40639 - [
396342e26d
] - src: throw error instead of assertion (Ray Wang) #40243 - [
accab383a1
] - src: register external references in os bindings (Joyee Cheung) #40239 - [
a11f9ea4f0
] - src: register external references in crypto bindings (Joyee Cheung) #40239 - [
ef1ace7e88
] - src,crypto: usestd::variant
in DH params (Darshan Sen) #40457 - [
4433852f62
] - src,crypto: removeAllocatedBuffer
fromcrypto_cipher.cc
(Darshan Sen) #40400 - [
814126c3ed
] - src,fs: removeToLocalChecked()
call fromfs::AfterMkdirp()
(Darshan Sen) #40386 - [
d4b45cc249
] - src,stream: remove*Check*()
calls from non-Initialize()
functions (Darshan Sen) #40425 - [
bac7fe0797
] - stream: remove no longer necessary ComposeDuplex (Robert Nagy) #40545 - [
e58cce49fd
] - test: disable warnings to fix flaky test (Antoine du Hamel) #40739 - [
8c103ab2ff
] - test: skip macos sandbox test with builtin modules path (Michaël Zasso) #40607 - [
ac3bc6eed0
] - test: add semicolon after chunk size (Luigi Pinca) #40487 - [
95fe9bb922
] - test: deflake http2-cancel-while-client-reading (Luigi Pinca) #40659 - [
dfd0215266
] - test: avoid deep comparisons with literals (Tobias Nießen) #40634 - [
5020f634b8
] - test: mark test-policy-integrity flaky on Windows (Rich Trott) #40684 - [
8fa1c61e40
] - test: fix test-datetime-change-notify after daylight change (Piotr Rybak) #40684 - [
179a5c5436
] - test: testcrypto.setEngine()
using an actual engine (Darshan Sen) #40481 - [
cf6ded4db5
] - test: use conventional argument order in assertion (Tobias Nießen) #40591 - [
aefb097d6a
] - test: fix test description (Luigi Pinca) #40486 - [
126e669b84
] - test,doc: correct documentation for runBenchmark() (Rich Trott) #40683 - [
1844463ce2
] - test,tools: increase pummel/benchmark test timeout from 4x to 6x (Rich Trott) #40684 - [
f731f5ffb5
] - test,tools: increase timeout for benchmark tests (Rich Trott) #40684 - [
bbc10f1849
] - tools: simplify and fix commit queue (Michaël Zasso) #40742 - [
a3df50d810
] - tools: ensure the MR was not pushed before merging (Antoine du Hamel) #40747 - [
306d953c15
] - tools: update ESLint to 8.2.0 (Luigi Pinca) #40734 - [
b7e736843c
] - tools: use GitHub Squash and Merge feature when using CQ (Antoine du Hamel) #40666 - [
50d102ec08
] - tools: fix bug inprefer-primordials
ESLint rule (Antoine du Hamel) #40628 - [
ec2cadef85
] - tools: add script to update c-ares (Richard Lau) #40660 - [
5daa313215
] - tools: notify user if format-md needs to be run (Rich Trott) #40647 - [
0787c781ce
] - tools: abort CQ session when landing several commits (Antoine du Hamel) #40577 - [
ddc44ddfd9
] - tools: fix commit-lint workflow (Antoine du Hamel) #40673 - [
47eddd7076
] - tools: avoid unnecessary escaping in markdown formatter (Rich Trott) #40645 - [
c700de3705
] - tools: avoid fetch extra commits when validating commit messages (Antoine du Hamel) #39128 - [
716963484b
] - tools: update ESLint to 8.1.0 (Luigi Pinca) #40582 - [
9cb2116608
] - tools: fix formatting of warning message in update-authors.js (Rich Trott) #40600 - [
507f1dbc8d
] - tools: udpate doc tools to accommodate GFM footnotes (Rich Trott) #40477 - [
c2265a92c3
] - tools: update license-builder.sh for OpenSSL (Rich Trott) #40540 - [
16624b404c
] - tools,meta: remove exclusions from AUTHORS (Rich Trott) #40648 - [
a95e344fe5
] - tty: support more CI services ingetColorDepth
(Richie Bendall) #40385 - [
b4194ff349
] - typings: add more bindings typings (Mestery) #40415 - [
da859b56cb
] - typings: add JSDoc typings for inspector (Voltrex) #38390 - [
90aa96dc44
] - typings: improve internal bindings typings (Mestery) #40411 - [
1e9f3cc522
] - typings: separateinternalBinding
typings (Mestery) #40409 - [
fbeb895ca6
] - (SEMVER-MINOR) v8: multi-tenant promise hook api (Stephen Belanger) #39283
v17.0.1
Notable Changes
Fixed distribution for native addon builds
This release fixes an issue introduced in Node.js v17.0.0, where some V8 headers were missing from the distributed tarball, making it impossible to build native addons. These headers are now included. #40526
Fixed stream issues
- Fixed a regression in
stream.promises.pipeline
, which was introduced in version 16.10.0, is fixed. It is now possible again to pass an array of streams to the function. #40193 - Fixed a bug in
stream.Duplex.from
, which didn't work properly when an async generator function was passed to it. #40499
Commits
- [
3f033556c3
] - build: include missing V8 headers in distribution (Michaël Zasso) #40526 - [
adbd92ef1d
] - crypto: avoid double free (Michael Dawson) #40380 - [
8dce85aadc
] - doc: format doc/api/*.md with markdown formatter (Rich Trott) #40403 - [
977016a72f
] - doc: specify that maxFreeSockets is per host (Luigi Pinca) #40483 - [
f9f2442739
] - src: add missing inialization in agent.h (Michael Dawson) #40379 - [
111f0bd9b6
] - stream: fix fromAsyncGen (Robert Nagy) #40499 - [
b84f101049
] - stream: support array of streams in promises pipeline (Mestery) #40193 - [
3f7c503b69
] - test: adjust CLI flags test to ignore blank lines in doc (Rich Trott) #40403 - [
7c42d9fcc6
] - test: split test-crypto-dh.js (Joyee Cheung) #40451
v17.0.0
Notable Changes
Deprecations and Removals
- [
f182b9b29f
] - (SEMVER-MAJOR) dns: runtime deprecate type coercion ofdns.lookup
options (Antoine du Hamel) #39793 - [
4b030d0573
] - doc: deprecate (doc-only) http abort related (dr-js) #36670 - [
36e2ffe6dc
] - (SEMVER-MAJOR) module: subpath folder mappings EOL (Guy Bedford) #40121 - [
64287e4d45
] - (SEMVER-MAJOR) module: runtime deprecate trailing slash patterns (Guy Bedford) #40117
OpenSSL 3.0
Node.js now includes OpenSSL 3.0, specifically quictls/openssl which provides QUIC support. With OpenSSL 3.0 FIPS support is again available using the new FIPS module. For details about how to build Node.js with FIPS support please see BUILDING.md.
While OpenSSL 3.0 APIs should be mostly compatible with those provided by OpenSSL 1.1.1, we do anticipate some ecosystem impact due to tightened restrictions on the allowed algorithms and key sizes.
If you hit an ERR_OSSL_EVP_UNSUPPORTED
error in your application with Node.js 17, it’s likely that your application or a module you’re using is attempting to use an algorithm or key size which is no longer allowed by default with OpenSSL 3.0. A command-line option, --openssl-legacy-provider
, has been added to revert to the legacy provider as a temporary workaround for these tightened restrictions.
For details about all the features in OpenSSL 3.0 please see the OpenSSL 3.0 release blog.
Contributed in https://github.com/nodejs/node/pull/38512, https://github.com/nodejs/node/pull/40478
V8 9.5
The V8 JavaScript engine is updated to V8 9.5. This release comes with additional supported types for the Intl.DisplayNames
API and Extended timeZoneName
options in the Intl.DateTimeFormat
API.
You can read more details in the V8 9.5 release post - https://v8.dev/blog/v8-release-95.
Contributed by Michaël Zasso - https://github.com/nodejs/node/pull/40178
Readline Promise API
The readline
module provides an interface for reading data from a Readable
stream (such as process.stdin
) one line at a time.
The following simple example illustrates the basic use of the readline
module:
import * as readline from 'node:readline/promises';
import { stdin as input, stdout as output } from 'process';
const rl = readline.createInterface({ input, output });
const answer = await rl.question('What do you think of Node.js? ');
console.log(`Thank you for your valuable feedback: ${answer}`);
rl.close();
Contributed by Antoine du Hamel - https://github.com/nodejs/node/pull/37947
Other Notable Changes
- [
1b2749ecbe
] - (SEMVER-MAJOR) dns: default to verbatim=true in dns.lookup() (treysis) #39987 - [
59d3d542d6
] - (SEMVER-MAJOR) errors: print Node.js version on fatal exceptions that cause exit (Divlo) #38332 - [
a35b7e0427
] - deps: upgrade npm to 8.1.0 (npm team) #40463 - [
6cd12be347
] - (SEMVER-MINOR) fs: add FileHandle.prototype.readableWebStream() (James M Snell) #39331 - [
d0a898681f
] - (SEMVER-MAJOR) lib: add structuredClone() global (Ethan Arrowood) #39759 - [
e4b1fb5e64
] - (SEMVER-MAJOR) lib: exposeDOMException
as global (Khaidi Chu) #39176 - [
0738a2b7bd
] - (SEMVER-MAJOR) stream: finished should error on errored stream (Robert Nagy) #39235
Semver-Major Commits
- [
9dfa30bdd5
] - (SEMVER-MAJOR) build: compile with C++17 (MSVC) (Richard Lau) #38807 - [
9f0bc602e4
] - (SEMVER-MAJOR) build: compile with --gnu++17 (Richard Lau) #38807 - [
62719c5fd2
] - (SEMVER-MAJOR) deps: update V8 to 9.5.172.19 (Michaël Zasso) #40178 - [
66da32c045
] - (SEMVER-MAJOR) deps,test,src,doc,tools: update to OpenSSL 3.0 (Daniel Bevenius) #38512 - [
40c6e838df
] - (SEMVER-MAJOR) dgram: tightenaddress
validation insocket.send
(Voltrex) #39190 - [
f182b9b29f
] - (SEMVER-MAJOR) dns: runtime deprecate type coercion ofdns.lookup
options (Antoine du Hamel) #39793 - [
1b2749ecbe
] - (SEMVER-MAJOR) dns: default to verbatim=true in dns.lookup() (treysis) #39987 - [
ae876d420c
] - (SEMVER-MAJOR) doc: update minimum supported FreeBSD to 12.2 (Michaël Zasso) #40179 - [
59d3d542d6
] - (SEMVER-MAJOR) errors: print Node.js version on fatal exceptions that cause exit (Divlo) #38332 - [
f9447b71a6
] - (SEMVER-MAJOR) fs: fix rmsync error swallowing (Nitzan Uziely) #38684 - [
f27b7cf95c
] - (SEMVER-MAJOR) fs: aggregate errors in fsPromises to avoid error swallowing (Nitzan Uziely) #38259 - [
d0a898681f
] - (SEMVER-MAJOR) lib: add structuredClone() global (Ethan Arrowood) #39759 - [
e4b1fb5e64
] - (SEMVER-MAJOR) lib: exposeDOMException
as global (Khaidi Chu) #39176 - [
36e2ffe6dc
] - (SEMVER-MAJOR) module: subpath folder mappings EOL (Guy Bedford) #40121 - [
64287e4d45
] - (SEMVER-MAJOR) module: runtime deprecate trailing slash patterns (Guy Bedford) #40117 - [
707dd77d86
] - (SEMVER-MAJOR) readline: validateAbortSignal
s and remove unused event listeners (Antoine du Hamel) #37947 - [
8122d243ae
] - (SEMVER-MAJOR) readline: introduce promise-based API (Antoine du Hamel) #37947 - [
592d1c3d44
] - (SEMVER-MAJOR) readline: refactorInterface
to ES2015 class (Antoine du Hamel) #37947 - [
3f619407fe
] - (SEMVER-MAJOR) src: allow CAP_NET_BIND_SERVICE in SafeGetenv (Daniel Bevenius) #37727 - [
0a7f850123
] - (SEMVER-MAJOR) src: return Maybe from a couple of functions (Darshan Sen) #39603 - [
bdaf51bae7
] - (SEMVER-MAJOR) src: allow custom PageAllocator in NodePlatform (Shelley Vohr) #38362 - [
0c6f345cda
] - (SEMVER-MAJOR) stream: fix highwatermark threshold and add the missing error (Rongjian Zhang) #38700 - [
0e841b45c2
] - (SEMVER-MAJOR) stream: don't emit 'data' after 'error' or 'close' (Robert Nagy) #39639 - [
ef992f6de9
] - (SEMVER-MAJOR) stream: do not emitend
on readable error (Szymon Marczak) #39607 - [
efd40eadab
] - (SEMVER-MAJOR) stream: forward errored to callback (Robert Nagy) #39364 - [
09d8c0c8d2
] - (SEMVER-MAJOR) stream: destroy readable on read error (Robert Nagy) #39342 - [
a5dec3a470
] - (SEMVER-MAJOR) stream: validate abort signal (Robert Nagy) #39346 - [
bb275ef2a4
] - (SEMVER-MAJOR) stream: unify stream utils (Robert Nagy) #39294 - [
b2ae12d422
] - (SEMVER-MAJOR) stream: throw on premature close in Readable[AsyncIterator] (Darshan Sen) #39117 - [
0738a2b7bd
] - (SEMVER-MAJOR) stream: finished should error on errored stream (Robert Nagy) #39235 - [
954217adda
] - (SEMVER-MAJOR) stream: error Duplex write/read if not writable/readable (Robert Nagy) #34385 - [
f4609bdf3f
] - (SEMVER-MAJOR) stream: bypass legacy destroy for pipeline and async iteration (Robert Nagy) #38505 - [
e1e669b109
] - (SEMVER-MAJOR) url: throw invalid this on detached accessors (James M Snell) #39752 - [
70157b9cb7
] - (SEMVER-MAJOR) url: forbid certain confusable changes from being introduced by toASCII (Timothy Gu) #38631
Semver-Minor Commits
- [
6cd12be347
] - (SEMVER-MINOR) fs: add FileHandle.prototype.readableWebStream() (James M Snell) #39331 - [
341312d78a
] - (SEMVER-MINOR) readline: addautoCommit
option (Antoine du Hamel) #37947 - [
1d2f37d970
] - (SEMVER-MINOR) src: add --openssl-legacy-provider option (Daniel Bevenius) #40478 - [
3b72788afb
] - (SEMVER-MINOR) src: add flags for controlling process behavior (Cheng Zhao) #40339 - [
8306051001
] - (SEMVER-MINOR) stream: add readableDidRead (Robert Nagy) #36820 - [
08ffbd115e
] - (SEMVER-MINOR) vm: add support for import assertions in dynamic imports (Antoine du Hamel) #40249
Semver-Patch Commits
- [
ed01811e71
] - benchmark: increase crypto DSA keygen params (Brian White) #40416 - [
cb93fdbba5
] - build: reset embedder string to "-node.0" (Michaël Zasso) #40178 - [
ed76b49834
] - build: fix actions pull request's branch (Mestery) #40494 - [
6baea14506
] - build: avoid run find inactive authors on forked repo (Jiawen Geng) #40465 - [
f9996d5b80
] - build: include new public V8 headers in distribution (Michaël Zasso) #40423 - [
983b757f3f
] - build: update codeowners-validator to 0.6 (FrankQiu) #40307 - [
73c3885e10
] - build: remove duplicate check for authors.yml (Rich Trott) #40393 - [
92090d3435
] - build: make scripts in gyp run with right python (Cheng Zhao) #39730 - [
28f711b552
] - crypto: remove incorrect constructor invocation (gc) #40300 - [
228e703ded
] - deps: workaround debug link error on Windows (Richard Lau) #38807 - [
a35b7e0427
] - deps: upgrade npm to 8.1.0 (npm team) #40463 - [
d434c5382a
] - deps: regenerate OpenSSL arch files (Daniel Bevenius) #40478 - [
2cebd5f02b
] - deps: add missing legacyprov.c source (Daniel Bevenius) #40478 - [
bf82dcd5ba
] - deps: patch V8 to 9.5.172.21 (Michaël Zasso) #40432 - [
795108a63d
] - deps: V8: make V8 9.5 ABI-compatible with 9.6 (Michaël Zasso) #40422 - [
5d7bd8616e
] - deps: suppress zlib compiler warnings (Daniel Bevenius) #40343 - [
fe84cd453d
] - deps: upgrade Corepack to 0.10 (Maël Nison) #40374 - [
2d503ed3ff
] - deps: V8: backport239898e
(Felix Yan) #39827 - [
c9296b190f
] - deps: V8: cherry-pick2a0bc36
(Michaël Zasso) #40178 - [
5b358370ad
] - deps: V8: cherry-pickcf21eb3
(Michaël Zasso) #40178 - [
228e703ded
] - deps: workaround debug link error on Windows (Richard Lau) #38807 - [
cca9b95523
] - dgram: addnread
assertion toUDPWrap::OnRecv
(Darshan Sen) #40295 - [
7c77db0243
] - dns: refactor and use validators (Voltrex) #40022 - [
a278117f28
] - doc: update Collaborator guide to reflect GitHub web UI update (Antoine du Hamel) #40456 - [
4cf5563147
] - doc: indicate n-api out params that may be NULL (Isaac Brodsky) #40371 - [
15ce81a464
] - doc: remove ESLint comments which were breaking the CJS/ESM toggles (Mark Skelton) #40408 - [
54a85d6bb5
] - doc: add pronouns for tniessen to README (Tobias Nießen) #40412 - [
40db88b7b5
] - doc: format changelogs (Rich Trott) #40388 - [
4f68839910
] - doc: fix missing variable in deepStrictEqual example (OliverOdo) #40396 - [
ca6adcf37e
] - doc: fix asyncLocalStorage.run() description (Constantine Kim) #40381 - [
7dd3adf6dd
] - doc: fix typos in n-api docs (Ignacio Carbajo) #40402 - [
eb65871ab4
] - doc: format doc/guides using format-md task (Rich Trott) #40358 - [
0d50dfdf61
] - doc: improve phrasing in fs.md (Arslan Ali) #40255 - [
7723148758
] - doc: add link to core promises tracking issue (Michael Dawson) #40355 - [
ccee352630
] - doc: esm resolver spec refactoring for deprecations (Guy Bedford) #40314 - [
1fc1b0f5f2
] - doc: claim ABI version for Electron v17 (Milan Burda) #40320 - [
0d2b6aca60
] - doc: assign missing deprecation number (Michaël Zasso) #40324 - [
4bd8e0efa0
] - doc: fix typo in ESM example (Tobias Nießen) #40275 - [
03d25fe816
] - doc: fix typo in esm.md (Mason Malone) #40273 - [
6199441b00
] - doc: correct ESM load hook table header (Jacob) #40234 - [
78962d1ca1
] - doc: mark readline promise implementation as experimental (Antoine du Hamel) #40211 - [
4b030d0573
] - doc: deprecate (doc-only) http abort related (dr-js) #36670 - [
bbd4c6eee9
] - doc: claim ABI version for Electron v15 and v16 (Samuel Attard) #39950 - [
3e774a0500
] - doc: fix history forfs.WriteStream
open
event (Antoine du Hamel) #39972 - [
6fdd5827f0
] - doc: anchor link parity between markdown and html-generated docs (foxxyz) #39304 - [
7b7a0331f4
] - doc: reset added: version to REPLACEME (Luigi Pinca) #39901 - [
58257b7c61
] - doc: fix typo in webstreams.md (Luigi Pinca) #39898 - [
df22736d80
] - esm: consolidate ESM loader hooks (Jacob) #37468 - [
ac4f5e2437
] - lib: refactor to use let (gdccwxx) #40364 - [
3d11bafaa0
] - lib: make structuredClone spec compliant (voltrexmaster) #40251 - [
48655e17e1
] - lib,url: correct URL's argument to pass idlharness (Khaidi Chu) #39848 - [
c0a70203de
] - meta: update AUTHORS (Node.js GitHub Bot) #40485 - [
cbc7b5d424
] - meta: consolidate AUTHORS entries for emanuelbuholzer (Rich Trott) #40469 - [
881174e016
] - meta: consolidate AUTHORS entries for ebickle (Rich Trott) #40447 - [
b80b85e130
] - meta: addtypings
to label-pr-config (Mestery) #40401 - [
95cf944736
] - meta: consolidate AUTHORS entries for evantorrie (Rich Trott) #40430 - [
c350c217f4
] - meta: consolidate AUTHORS entries for gabrielschulhof (Rich Trott) #40420 - [
a9411891cf
] - meta: consolidate AUTHORS information for geirha (Rich Trott) #40406 - [
0cc37209fa
] - meta: consolidate duplicate AUTHORS entries for hassaanp (Rich Trott) #40391 - [
49b7ec96a4
] - meta: update AUTHORS (Node.js GitHub Bot) #40392 - [
a3c0713d9e
] - meta: consolidate AUTHORS entry for thw0rted (Rich Trott) #40387 - [
eaa59571e0
] - meta: update label-pr-config (Mestery) #40199 - [
6a205d7a56
] - meta: use .mailmap to consolidate AUTHORS entries for ide (Rich Trott) #40367 - [
f570109094
] - net: check if option is undefined (Daijiro Wachi) #40344 - [
119558b6a2
] - net: remove unused ObjectKeys (Daijiro Wachi) #40344 - [
c7cd8ef6c6
] - net: check objectMode first and then readble || writable (Daijiro Wachi) #40344 - [
46446623f5
] - net: throw error to object mode in Socket (Daijiro Wachi) #40344 - [
38aa7cc7c7
] - src: get embedder options on-demand (Joyee Cheung) #40357 - [
ad4e70c817
] - src: ensure V8 initialized before marking milestone (Shelley Vohr) #40405 - [
a784258444
] - src: remove usage ofAllocatedBuffer
fromstream_*
(Darshan Sen) #40293 - [
f11493dfc9
] - src: add missing initialization (Michael Dawson) #40370 - [
5e248eceb6
] - src: update NODE_MODULE_VERSION to 102 (Michaël Zasso) #40178 - [
3f0b62375b
] - stream: convert premature close to AbortError (Robert Nagy) #39524 - [
79f4d5a345
] - stream: fix toWeb typo (Robert Nagy) #39496 - [
44ee6c2623
] - stream: call done() in consistent fashion (Rich Trott) #39475 - [
09ad64d66d
] - stream: add CompressionStream and DecompressionStream (James M Snell) #39348 - [
a99c230305
] - stream: implement streams to webstreams adapters (James M Snell) #39134 - [
a5ba28dda2
] - stream: fix performance regression (Brian White) #39254 - [
ce00381751
] - stream: use finished for async iteration (Robert Nagy) #39282 - [
e0faf8c3e9
] - test: replace common port with specific number (Daijiro Wachi) #40344 - [
8068f40313
] - test: fix typos in whatwg-webstreams explanations (Tobias Nießen) #40389 - [
eafdeab97b
] - test: add test for readStream.path when fd is specified (Qingyu Deng) #40359 - [
24f045dae2
] - test: replace .then chains with await (gdccwxx) #40348 - [
5b4ba52786
] - test: fix "test/common/debugger" identify async function (gdccwxx) #40348 - [
1d84e916d6
] - test: improve test coverage offs.ReadStream
withFileHandle
(Antoine du Hamel) #40018 - [
b63e449b2e
] - test: pass URL's toascii.window.js WPT (Khaidi Chu) #39910 - [
842fd234b7
] - test: adapt test-repl to V8 9.5 (Michaël Zasso) #40178 - [
d7b9b9f8d7
] - test: remove test-v8-untrusted-code-mitigations (Ross McIlroy) #40178 - [
7624917069
] - tools: update tools/lint-md dependencies to support GFM footnotes (Rich Trott) #40445 - [
350a95b89f
] - tools: update lint-md dependencies (Rich Trott) #40404 - [
012152d7d6
] - tools: udpate @babel/eslint-parser (Rich Trott) #40394 - [
43c780e741
] - tools: remove @babel/plugin-syntax-import-assertions (Rich Trott) #40394 - [
b39db95737
] - tools: remove @bable/plugin-syntax-class-properties (Rich Trott) #40394 - [
a6fd39f44f
] - tools: remove @babel/plugin-syntax-top-level-await (Rich Trott) #40394 - [
8ca76eba73
] - tools: update ESLint to 8.0.0 (Rich Trott) #40394 - [
dd8e219d71
] - tools: prepare ESLint rules for 8.0.0 requirements (Rich Trott) #40394 - [
0a1b399781
] - tools: fix ESLint update scripts (Rich Trott) #40394 - [
d6d6b050ff
] - tools: warn about duplicates when generating AUTHORS file (Rich Trott) #40304 - [
1fd984581c
] - tools: update V8 gypfiles for 9.5 (Michaël Zasso) #40178 - [
a8a86387fa
] - tty: enable buffering (Robert Nagy) #39253 - [
9467cbadcb
] - typings: define types for os binding (Michaël Zasso) #40222 - [
70a5b86049
] - typings: add missing types to options and util bindings (Michaël Zasso) #40222 - [
3815a21beb
] - typings: define types for timers binding (Michaël Zasso) #40222 - [
9e64336fbf
] - typings: fix declaration of primordials (Michaël Zasso) #40222 - [
f581f6da94
] - url: fix performance regression (Brian White) #39778 - [
02de40246f
] - v8: remove --harmony-top-level-await (Geoffrey Booth) #40226
v16.20.2
This is a security release.
Notable Changes
The following CVEs are fixed in this release:
- CVE-2023-32002: Policies can be bypassed via Module._load (High)
- CVE-2023-32006: Policies can be bypassed by module.constructor.createRequire (Medium)
- CVE-2023-32559: Policies can be bypassed via process.binding (Medium)
- OpenSSL Security Releases
More detailed information on each of the vulnerabilities can be found in August 2023 Security Releases blog post.
Commits
- [
40c3958a5a
] - deps: update archs files for OpenSSL-1.1.1v (RafaelGSS) #49043 - [
a9ac9da89a
] - deps: fix openssl crypto clean (RafaelGSS) #49043 - [
362d4c7494
] - deps: upgrade openssl sources to OpenSSL_1_1_1v (RafaelGSS) #49043 - [
d8ccfe9ad4
] - policy: handle Module.constructor and main.extensions bypass (RafaelGSS) nodejs-private/node-private#445 - [
242aaa0caa
] - policy: disable process.binding() when enabled (Tobias Nießen) nodejs-private/node-private#459
v16.20.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
- [
5a92ea7a3b
] - crypto: handle cert with invalid SPKI gracefully (Tobias Nießen) - [
5df04e893a
] - deps: setCARES_RANDOM_FILE
for c-ares (Richard Lau) #48156 - [
c171cbd124
] - deps: update c-ares to 1.19.1 (RafaelGSS) #48115 - [
155d3aac02
] - deps: update archs files for OpenSSL-1.1.1u+quic (RafaelGSS) #48369 - [
8d4c8f8ebe
] - deps: upgrade openssl sources to OpenSSL_1_1_1u (RafaelGSS) #48369 - [
1a5c9284eb
] - doc,test: clarify behavior of DH generateKeys (Tobias Nießen) nodejs-private/node-private#426 - [
e42ff4b018
] - http: disable request smuggling via empty headers (Paolo Insogna) nodejs-private/node-private#429 - [
10042683c8
] - msi: do not create AppData\Roaming\npm (Tobias Nießen) nodejs-private/node-private#408 - [
a6f4e87bc9
] - policy: handle mainModule.__proto__ bypass (RafaelGSS) nodejs-private/node-private#416 - [
b77000f4d7
] - test: allow SIGBUS in signal-handler abort test (Michaël Zasso) #47851
v16.20.0
Notable Changes
- deps:
- (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #44376
Commits
- [
de6dd67790
] - crypto: avoid hang when no algorithm available (Richard Lau) #46237 - [
4617512788
] - crypto: ensure auth tag set for chacha20-poly1305 (Ben Noordhuis) #46185 - [
24972164fc
] - deps: update undici to 5.20.0 (Node.js GitHub Bot) #46711 - [
85f88c6a8d
] - deps: V8: cherry-pick90be99f
(Michaël Zasso) #46646 - [
b4ebe6d47b
] - deps: update c-ares to 1.19.0 (Michaël Zasso) #46415 - [
56cbc7fdda
] - deps: V8: cherry-pickc2792e5
(Jiawen Geng) #44961 - [
7af9bdb31e
] - deps: upgrade npm to 8.19.4 (npm team) #46677 - [
962a7471b5
] - deps: update corepack to 0.17.0 (Node.js GitHub Bot) #46842 - [
748bc96e35
] - deps: update corepack to 0.16.0 (Node.js GitHub Bot) #46710 - [
a467782499
] - deps: update corepack to 0.15.3 (Node.js GitHub Bot) #46037 - [
1913b6763d
] - deps: update corepack to 0.15.2 (Node.js GitHub Bot) #45635 - [
809371a15f
] - module: require.resolve.paths returns null with node schema (MURAKAMI Masahiko) #45147 - [
086bb2f8d4
] - Revert "src: let http2 streams end after session close" (Rich Trott) #46721 - [
6a01d39120
] - (SEMVER-MINOR) src: add support for externally shared js builtins (Michael Dawson) #44376 - [
d081032a60
] - test: fix test-net-connect-reset-until-connected (Vita Batrla) #46781 - [
efe1be47ec
] - test: skip test depending onoverlapped-checker
when not available (Antoine du Hamel) #45015 - [
fc47d58abe
] - test: remove cjs loader from stack traces (Geoffrey Booth) #44197 - [
cf76d0790d
] - test: fix WPT title when no META title is present (Filip Skokan) #46804 - [
0d1485b924
] - test: fix default WPT titles (Filip Skokan) #46778 - [
088e9cde3d
] - test: add WPTRunner support for variants and generating WPT reports (Filip Skokan) #46498 - [
908c4dff44
] - test: mark test-crypto-key-objects flaky on Linux (Richard Lau) #46684 - [
768e56227e
] - tools: makeutils.SearchFiles
deterministic (Bruno Pitrus) #44496
v16.19.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-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)
Fixed by an update to undici:
-
CVE-2023-23936: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium)
- See https://github.com/nodejs/undici/security/advisories/GHSA-5r9g-qh6m-jxff for more information.
-
CVE-2023-24807: Regular Expression Denial of Service in Headers in Node.js fetch API (Low)
- See https://github.com/nodejs/undici/security/advisories/GHSA-r6ch-mqf9-qc9w for more information.
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
- [
7fef050447
] - build: build ICU with ICU_NO_USER_DATA_OVERRIDE (RafaelGSS) nodejs-private/node-private#374 - [
b558e9f476
] - crypto: clear OpenSSL error on invalid ca cert (RafaelGSS) nodejs-private/node-private#375 - [
160adb7ffc
] - crypto: clear OpenSSL error queue after calling X509_check_private_key() (Filip Skokan) #45495 - [
d0ece30948
] - crypto: clear OpenSSL error queue after calling X509_verify() (Takuro Sato) #45377 - [
2d9ae4f184
] - deps: update undici to v5.19.1 (Matteo Collina) nodejs-private/node-private#388 - [
d80e8312fd
] - deps: cherry-pick Windows ARM64 fix for openssl (Richard Lau) #46568 - [
de5c8d2c2f
] - deps: update archs files for quictls/openssl-1.1.1t+quic (RafaelGSS) #46568 - [
1a8ccfe908
] - deps: upgrade openssl sources to OpenSSL_1_1_1t+quic (RafaelGSS) #46568 - [
693789780b
] - doc: clarify release notes for Node.js 16.19.0 (Richard Lau) #45846 - [
f95ef064f4
] - lib: makeRequireFunction patch when experimental policy (RafaelGSS) nodejs-private/node-private#358 - [
b02d895137
] - policy: makeRequireFunction on mainModule.require (RafaelGSS) nodejs-private/node-private#358 - [
d7f83c420c
] - test: avoid left behind child processes (Richard Lau) #46276
v16.19.0
Notable Changes
OpenSSL 1.1.1s
This update is a bugfix release and does not address any security vulnerabilities.
Root certificates updated to NSS 3.85
Certificates added:
- Autoridad de Certificacion Firmaprofesional CIF
A626340
- Certainly Root E1
- Certainly Root R1
- D-TRUST BR Root CA 1 2020
- D-TRUST EV Root CA 1 2020
- DigiCert TLS ECC P384 Root G5
- DigiCert TLS RSA4096 Root G5
- E-Tugra Global Root CA ECC v3
- E-Tugra Global Root CA RSA v3
- HiPKI Root CA - G1
- ISRG Root X2
- Security Communication ECC RootCA1
- Security Communication RootCA3
- Telia Root CA v2
- vTrus ECC Root CA
- vTrus Root CA
Certificates removed:
- Cybertrust Global Root
- DST Root CA X3
- GlobalSign Root CA - R2
- Hellenic Academic and Research Institutions RootCA 2011
Time zone update to 2022f
Time zone data has been updated to 2022f. This includes changes to Daylight Savings Time (DST) for Fiji and Mexico. For more information, see https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.
Other Notable Changes
- [
33707dcd03
] - dgram: add dgram send queue info (theanarkh) #44149
Dependency updates:
- [
3b2b70d792
] - deps: upgrade npm to 8.19.3 (npm team) #45322
Experimental features:
- [
1e0dcd1ee0
] - cli: add--watch
(Moshe Atlow) #44366 - [
8c73279ebb
] - util: add default value option to parsearg (Manuel Spigolon) #44631
Commits
- [
bbef3c42f6
] - build: add version info to timezone update MR (Darshan Sen) #45021 - [
cc2c7648e0
] - build: support Python 3.11 (Luigi Pinca) #45191 - [
ac24c80663
] - build: remove redundant condition from common.gypi (Richard Lau) #45076 - [
03dcbe3030
] - build: fix bad upstream merge (Stephen Gallagher) #44642 - [
1e0dcd1ee0
] - cli: add--watch
(Moshe Atlow) #44366 - [
96d131665e
] - cluster: use inspector utils (Moshe Atlow) #44592 - [
704836033a
] - crypto: update root certificates (Luigi Pinca) #45490 - [
5a776d4a69
] - deps: update timezone to 2022f (Richard Lau) #45613 - [
3b2b70d792
] - deps: upgrade npm to 8.19.3 (npm team) #45322 - [
9fbc8b21db
] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #45331 - [
87e3d002ca
] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #45235 - [
e972ff7b13
] - deps: V8: backportbbd800c
(Chengzhong Wu) #44947 - [
af9d8217c0
] - deps: V8: cherry-pickb953542
(Chengzhong Wu) #44947 - [
38202d321b
] - deps: update undici to 5.12.0 (Node.js GitHub Bot) #45236 - [
7c0da6adf9
] - deps: update archs files for OpenSSL-1.1.1s (RafaelGSS) #45274 - [
1149ead6f7
] - deps: upgrade openssl sources to OpenSSL_1_1_1s (RafaelGSS) #45274 - [
cd54bce4f5
] - deps: update timezone (Node.js GitHub Bot) #44950 - [
2901abe4f0
] - deps: update undici to 5.11.0 (Node.js GitHub Bot) #44929 - [
c80cf97033
] - deps: update corepack to 0.14.2 (Node.js GitHub Bot) #44775 - [
33707dcd03
] - dgram: add dgram send queue info (theanarkh) #44149 - [
c708d9bb94
] - doc: fix typo in parseArgs default value (Tobias Nießen) #45083 - [
5a0efa05d2
] - node-api: handle no support for external buffers (Michael Dawson) #45181 - [
db31de634e
] - readline: refactor to avoid unsafe regex primordials (Antoine du Hamel) #43475 - [
fbc52e5729
] - src: disambiguate terms used to refer to builtins and addons (Joyee Cheung) #44135 - [
953072d3db
] - src: let http2 streams end after session close (Santiago Gimeno) #45153 - [
54608d8dc3
] - src: split property helpers from node::Environment (Chengzhong Wu) #44056 - [
6733556783
] - test: add test to validate changelogs for releases (Richard Lau) #45325 - [
821d832cef
] - test: mark test-watch-mode* as flaky on all platforms (Pierrick Bouvier) #45049 - [
02a18eac69
] - test: fix test-runner-inspect (Moshe Atlow) #44620 - [
197df63f74
] - test: add a test to ensure the correctness of timezone upgrades (Darshan Sen) #45299 - [
42e9d8016a
] - test: fix textdecoder test for small-icu builds (Richard Lau) #45225 - [
6d736a56d8
] - test: fix watch mode test flake (Moshe Atlow) #44739 - [
543d3d2bf3
] - test: deflake watch mode tests (Moshe Atlow) #44621 - [
97f6caf4eb
] - test: split watch mode inspector tests to sequential (Moshe Atlow) #44551 - [
499750ff7a
] - test: update list of known globals (Antoine du Hamel) #45255 - [
64d343af74
] - test_runner: support using--inspect
with--test
(Moshe Atlow) #44520 - [
99ee5e484d
] - test_runner: fixduration_ms
to be milliseconds (Moshe Atlow) #44450 - [
37e909251c
] - test_runner: support programmatically running--test
(Moshe Atlow) #44241 - [
0ae5694f88
] - tools: update certdata.txt (Luigi Pinca) #45490 - [
891368cefd
] - tools: remove faulty early termination logic from update-timezone.mjs (Darshan Sen) #44870 - [
543493c242
] - tools: fix timezone update tool (Darshan Sen) #44870 - [
c77f660b75
] - tools: fixcreate-or-update-pull-request-action
hash on GHA (Antoine du Hamel) #45166 - [
58c30dd049
] - tools: update gr2m/create-or-update-pull-request-action (Luigi Pinca) #45022 - [
749a4b3e5e
] - tools: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) #45191 - [
6f541d99a5
] - tools: have test-asan use ubuntu-20.04 (Filip Skokan) #45581 - [
e7ed56f501
] - tools: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) #41258 - [
cc819b4bf8
] - tools: fix typo inavoid-prototype-pollution
lint rule (Antoine du Hamel) #44446 - [
254358c81e
] - tools: refactoravoid-prototype-pollution
lint rule (Antoine du Hamel) #43476 - [
8c73279ebb
] - util: add default value option to parsearg (Manuel Spigolon) #44631
v16.18.1
This is a security release.
Notable changes
The following CVEs are fixed in this release:
- 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
- [
9ffddd7098
] - inspector: harden IP address validation again (Tobias Nießen) nodejs-private/node-private#354
v16.18.0
Notable changes
- [
1cc050eaa8
] - (SEMVER-MINOR) assert: addgetCalls
andreset
to callTracker (Moshe Atlow) #44191 - [
e5c9975f11
] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #44201 - [
317cd051ce
] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201 - [
f80bdc5ef3
] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #44588 - [
8398e98b1b
] - (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh) #43974 - [
2cd2f56962
] - (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks) #44378 - [
6be761e8a9
] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #44045 - [
1400796cef
] - (SEMVER-MINOR) net,tls: pass a valid socket ontlsClientError
(Daeyeon Jeong) #44021 - [
092239a7f1
] - (SEMVER-MINOR) net: add local family (theanarkh) #43975 - [
381e11e18e
] - (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu) #44255 - [
2ba547aa5b
] - (SEMVER-MINOR) src: expose environment RequestInterrupt api (Chengzhong Wu) #44362 - [
6ed3367155
] - (SEMVER-MINOR) stream: addReadableByteStream.tee()
(Daeyeon Jeong) #44505 - [
0fbedac6ce
] - (SEMVER-MINOR) test_runner: add before/after/each hooks (Moshe Atlow) #43730 - [
70563b53c5
] - (SEMVER-MINOR) util: addmaxArrayLength
option to Set and Map (Kohei Ueno) #43576
Commits
- [
1cc050eaa8
] - (SEMVER-MINOR) assert: addgetCalls
andreset
to callTracker (Moshe Atlow) #44191 - [
2e87cdd1e6
] - benchmark: fix startup benchmark (Evan Lucas) #44727 - [
29c0f9ef30
] - benchmark: add stream destroy benchmark (SindreXie) #44533 - [
f01bb58c1e
] - bootstrap: update comments in bootstrap/node.js (Joyee Cheung) #44726 - [
db151e182f
] - bootstrap: stop delaying instantiation of maps in per-context scripts (Darshan Sen) #42934 - [
f700074c57
] - buffer: fixatob
input validation (Austin Kelleher) #42662 - [
e10095a759
] - build: update timezone-update.yml (Alex) #44717 - [
bec2ede687
] - build: remove redundant entry in crypto (Jiawen Geng) #44604 - [
7b3a2c3353
] - build: rewritten the Android build system (BuShe Pie) #44207 - [
e96bb14942
] - build: add --libdir flag to configure (Stephen Gallagher) #44361 - [
2a4491b34d
] - build: added NINJA env to customize ninja binary (Jeff Dickey) #44293 - [
aaad7a64b4
] - build: enable pointer authentication for branch protection on arm64 (Jeremiah Gowdy) #43200 - [
041bb54143
] - build: add workflow to label flaky-test platform (Rafael Gonzaga) #44042 - [
58d85c1109
] - build: optimized and fixed building configuration to Android (BuShe) #44016 - [
5cd8b7bc8b
] - build: allow test-internet on forks if not scheduled (Rich Trott) #44073 - [
9698be9347
] - build: skip test-internet run on forks (Rich Trott) #44054 - [
25e6f48e4a
] - child_process: remove lookup of undefined property (Colin Ihrig) #44766 - [
a3bdd07321
] - cluster: fix cluster rr distribute error (theanarkh) #44202 - [
317cd051ce
] - (SEMVER-MINOR) crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 (Filip Skokan) #44201 - [
e5c9975f11
] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #44201 - [
7e705d8d74
] - crypto: fix webcrypto deriveBits validations (Filip Skokan) #44173 - [
7ad2a268b9
] - crypto: fix webcrypto EC key namedCurve validation errors (Filip Skokan) #44172 - [
2c938d73ff
] - crypto: fix webcrypto operation errors to be OperationError (Filip Skokan) #44171 - [
a6e2cb40a6
] - crypto: fix webcrypto generateKey() AES key length validation error (Filip Skokan) #44170 - [
7e07cce24b
] - crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when available (David Benjamin) #44561 - [
1fc6394741
] - crypto: restrict PBKDF2 args to signed int (Tobias Nießen) #44575 - [
9a52ee7577
] - crypto: handle invalid prepareAsymmetricKey JWK inputs (Filip Skokan) #44475 - [
7100baee40
] - crypto: use actual option name in error message (Tobias Nießen) #44455 - [
579e066c3a
] - crypto: add digest name to INVALID_DIGEST errors (Tobias Nießen) #44468 - [
566d80f622
] - crypto: improve RSA-PSS digest error messages (Tobias Nießen) #44307 - [
f717c1e06a
] - debugger: decrease timeout used to wait for the port to be free (Joyee Cheung) #44359 - [
0f2fcaf771
] - deps: update to ngtcp2 0.8.1 and nghttp3 0.7.0 (Tobias Nießen) #44622 - [
1a8aada69d
] - deps: update corepack to 0.14.1 (Node.js GitHub Bot) #44704 - [
e4f18b4f34
] - deps: update ngtcp2 update instructions (Tobias Nießen) #44619 - [
21b5ab1494
] - deps: upgrade npm to 8.19.2 (npm team) #44632 - [
916b319e7a
] - deps: update to uvwasi 0.0.13 (Colin Ihrig) #44524 - [
67cbbcc902
] - deps: update corepack to 0.14.0 (Node.js GitHub Bot) #44509 - [
9f14dc1a8f
] - deps: update Acorn to v8.8.0 (Michaël Zasso) #44437 - [
1811a6aaa8
] - deps: update icu tzdata to 2022b (Matías Zúñiga) #44283 - [
0c4953cbd1
] - deps: update undici to 5.9.1 (Node.js GitHub Bot) #44319 - [
8a921fea74
] - deps: upgrade npm to 8.19.1 (npm team) #44486 - [
763a63c14b
] - deps: update corepack to 0.13.0 (Node.js GitHub Bot) #44318 - [
fdb699c84a
] - deps: upgrade npm to 8.18.0 (npm team) #44263 - [
2a44872f96
] - deps: update corepack to 0.12.3 (Node.js GitHub Bot) #44229 - [
48967e4b34
] - deps: upgrade npm to 8.17.0 (npm team) #44205 - [
0484122f71
] - deps: update undici to 5.8.2 (Node.js GitHub Bot) #44187 - [
e404ac7eed
] - deps: update undici to 5.8.1 (Node.js GitHub Bot) #44158 - [
9a5ee5e9e3
] - deps: update corepack to 0.12.2 (Node.js GitHub Bot) #44159 - [
3657cb277b
] - deps: remove unnecessary file (Brian White) #44133 - [
d66a807596
] - deps: upgrade npm to 8.16.0 (npm team) #44119 - [
ec998be61c
] - deps: upgrade npm to 8.15.1 (npm team) #44013 - [
e9e856ae95
] - deps: upgrade base64 todc6a41c
(Brian White) #44032 - [
8ea9a71b15
] - deps,src: use SIMD for normal base64 encoding (Brian White) #39775 - [
969a12be4b
] - doc: remove "currently" and comma splice from child_process.md (Rich Trott) #44789 - [
5e4a2e94a1
] - doc: mention git node backport (RafaelGSS) #44764 - [
618c9c8260
] - doc: ensure to revert node_version changes (Rafael Gonzaga) #44760 - [
e0fe11c189
] - doc: fix description fornapi_get_cb_info()
inn-api.md
(Daeyeon Jeong) #44761 - [
895719da65
] - doc: fix v16.17.1 security release changelog (Ruy Adorno) #44759 - [
fe832a0647
] - doc: update the deprecation for exit code to clarify its scope (Daeyeon Jeong) #44714 - [
3872abd9a6
] - doc: update guidance for adding new modules (Michael Dawson) #44576 - [
f381a1e86a
] - doc: add registry number for Electron 22 (Keeley Hammond) #44748 - [
8d3cb6c08a
] - doc: include code examples for webstreams consumers (Lucas Santos) #44387 - [
9e83c00e0b
] - doc: mention where to push security commits (RafaelGSS) #44691 - [
bc9f8d24ce
] - doc: remove extra space on threadpool usage (Connor Burton) #44734 - [
3e38ba53cc
] - doc: make legacy banner slightly less bright (Rich Trott) #44665 - [
0f88588f52
] - doc: improve building doc for Windows Powershell (Brian Muenzenmeyer) #44625 - [
5ee0127540
] - doc: maintain only one list of MODP groups (Tobias Nießen) #44644 - [
6881ecb0e2
] - doc: add legendecas to TSC list (Michael Dawson) #44662 - [
3614f5ace3
] - doc: remove comma in README.md (Taha-Chaudhry) #44599 - [
c9af43616c
] - doc: use serial comma in report docs (Daeyeon Jeong) #44608 - [
ff9ef61646
] - doc: use serial comma in stream docs (Daeyeon Jeong) #44609 - [
90eaae3ef1
] - doc: remove empty line in YAML block (Claudio Wunder) #44617 - [
f80bdc5ef3
] - (SEMVER-MINOR) doc: deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #44588 - [
9fac6dd1c1
] - doc: remove old OpenSSL ENGINE constants (Tobias Nießen) #44589 - [
53543c6d81
] - doc: fix heading levels for test runner hooks (Fabian Meyer) #44603 - [
2084ad61a7
] - doc: fix errors in http.md (Luigi Pinca) #44587 - [
cc55e84ddc
] - doc: fix vm.Script createCachedData example (Chengzhong Wu) #44487 - [
8187f03834
] - doc: mention how to get commit release (Rafael Gonzaga) #44572 - [
d068978933
] - doc: fix link inprocess.md
(Antoine du Hamel) #44594 - [
0747facb63
] - doc: do not use weak MODP group in example (Tobias Nießen) #44585 - [
e26d95ef9a
] - doc: remove ebpf from supported tooling list (Rafael Gonzaga) #44549 - [
9d24c7a8c7
] - doc: emphasize that createCipher is never secure (Tobias Nießen) #44538 - [
6d881b8611
] - doc: document attribute Script.cachedDataRejected (Chengzhong Wu) #44451 - [
d846e5bac5
] - doc: move policy docs to the permissions scope (Rafael Gonzaga) #44222 - [
5c721a33c3
] - doc: add performance note to--enable-source-maps
docs (Saurabh Daware) #43817 - [
1998bc80b5
] - doc: fix release guide example consistency (Ruy Adorno) #44385 - [
7b691729b1
] - doc: note on release guide to updatemain
branch (Ruy Adorno) #44384 - [
7ec097fa99
] - doc: mention cherry-pick edge-case on release (RafaelGSS) #44408 - [
4a4025181c
] - doc: fix spacing issue in--build-snapshot
help text (Shohei YOSHIDA) #44435 - [
a5906a09dc
] - doc: apply scroll-margin-top to h2, h3 elements (metonym) #44414 - [
0e99139df4
] - doc: use serial comma in addons docs (Tobias Nießen) #44482 - [
8ea3e6f839
] - doc: do not use "Returns:" for crypto.constants (Tobias Nießen) #44481 - [
a1dbe4bc79
] - doc: add history for net.createServer() options (Luigi Pinca) #44326 - [
eb90d650d4
] - doc: fix typo in test runner code examples (Moshe Atlow) #44351 - [
17c5b978a5
] - doc: add daeyeon to collaborators (Daeyeon Jeong) #44355 - [
c1458063ee
] - doc: fix style of n-api.md (theanarkh) #44377 - [
cf60c6bc74
] - doc: add missing imports in events sample code (Brian Evans) #44337 - [
89e5ac9676
] - doc: add missing parenthesis in TLSSocket section (Tobias Nießen) #44512 - [
5ac344b2a2
] - doc: fix optionality of callback arg of checkPrime (Tobias Nießen) #44311 - [
87cc487e28
] - doc: fix typo (Hana) #44262 - [
5978eb1ae8
] - doc: add TypeScript execution requirements (Michael Dawson) #44030 - [
42948364e2
] - doc: add cola119 to collaborators (cola119) #44248 - [
6196bcedd0
] - doc: improved building doc for Android (BuShe) #44166 - [
afe6c87bb5
] - doc: add MoLow to collaborators (Moshe Atlow) #44214 - [
82ff3dabc5
] - doc: update tags in adding-new-napi-api.md (Chengzhong Wu) #44190 - [
16d6d45ee8
] - doc: fix typo in diagnostics_channel (Evan Lucas) #44199 - [
ed1d0c9203
] - doc: add Retry CI in collaborator guide (Livia Medeiros) #44130 - [
1022ece43f
] - doc: remove unused code in call tracker example (Colin Ihrig) #44127 - [
0c95d45410
] - doc: add theanarkh to collaborators (theanarkh) #44131 - [
97ad1a0f03
] - doc: clarify tls.tlsSocket.getCipher().version (Adam Majer) #44086 - [
9e10ee70a3
] - doc: update repository list in onboarding doc (Rich Trott) #44089 - [
3171d55ef8
] - doc: add ErickWendel to collaborators (Erick Wendel) #44088 - [
c9c2114a75
] - doc: update collaborator email (Ruy Adorno) #44044 - [
1f9246a24f
] - doc: copyedittest.md
(Antoine du Hamel) #44061 - [
76e9cf2a46
] - doc: add kvakil to triagers (Keyhan Vakil) #43996 - [
5a34c575ad
] - doc: clarify part of onboarding guide regarding adding to teams (Darshan Sen) #44024 - [
5d3b8ab2d6
] - doc: fix code examples incrypto.md
(Antoine du Hamel) #44053 - [
e59c095b23
] - doc: claim ABI version for Electron 21 (Keeley Hammond) #44034 - [
88b0d406ac
] - doc: remove old reference from crypto/README.md (Tobias Nießen) #44012 - [
58c97216ee
] - doc: add missing env vars to man page (cola119) #43492 - [
c07159215d
] - doc: list supported MODP groups explicitly (Tobias Nießen) #43986 - [
be2feec1f0
] - doc: fix typo in packages.md (Dominic Saadi) #44005 - [
9f7a728168
] - doc: fix typos intest.md
(Antoine du Hamel) #43997 - [
21a29d4584
] - doc: add missing test runner option (Moshe Atlow) #43989 - [
6758c63eba
] - doc,crypto: cleanup removed pbkdf2 behaviours (Filip Skokan) #44733 - [
891c4e742f
] - doc,inspector: document changes of inspector.close (Chengzhong Wu) #44628 - [
4308d95d1d
] - doc,report: document special filenames (Chengzhong Wu) #44257 - [
89c837a48d
] - doc,worker: document resourceLimits overrides (Keyhan Vakil) #43992 - [
8f6bd5a402
] - doc,worker: deprecate--trace-atomics-wait
(Keyhan Vakil) #44093 - [
9593c37984
] - errors: refactor to use optional chaining (SindreXie) #44184 - [
7cead5968e
] - esm: fix duplicated test (Geoffrey Booth) #44779 - [
5d33dfd787
] - esm: do not bind loader hook functions (Antoine du Hamel) #44122 - [
ec7bf32350
] - esm: move package config helpers (Geoffrey Booth) #43967 - [
42a91e36dd
] - esm,loader: tidy ESMLoader internals (Jacob Smith) #44701 - [
d4e9384ccb
] - events: use bitset to save memory (Basit Chonka) #43700 - [
14ec52b949
] - fs: don't hard code name in validatePosition() (Colin Ihrig) #44767 - [
83cf979a0d
] - fs: fix typo in mkdir example (SergeyTsukanov) #44791 - [
bbbb4460ee
] - fs: remove unused option infs.fstatSync()
(Livia Medeiros) #44613 - [
bf217f8029
] - fs: add encoding parameter to benchmarks (Yagiz Nizipli) #44278 - [
1308e68a16
] - gyp: libnode for ios app embedding (chexiongsheng) #44210 - [
2cee039070
] - http: disable chunked encoding when OBS fold is used (Paolo Insogna) #341 - [
2cd2f56962
] - (SEMVER-MINOR) http: throw error on content-length mismatch (sidwebworks) #44378 - [
8398e98b1b
] - (SEMVER-MINOR) http: make idle http parser count configurable (theanarkh) #43974 - [
fa6183fc7e
] - http: add max for http keepalive (theanarkh) #44217 - [
2f87ba4e03
] - http: trace http request / response (theanarkh) #44102 - [
5f406a3a53
] - http: reuse socket only when it is drained (ywave620) #43902 - [
4e49d5d1b4
] - inspector: expose inspector.close on workers (Chengzhong Wu) #44489 - [
c736927b0b
] - inspector: prevent integer overflow in open() (Tobias Nießen) #44367 - [
a021f1974a
] - lib: fix reference leak (falsandtru) #44499 - [
6be761e8a9
] - (SEMVER-MINOR) lib: add diagnostics channel for process and worker (theanarkh) #44045 - [
ac8d2de3b0
] - lib: resetRegExp
statics before running user code (Antoine du Hamel) #43741 - [
4968ebfbe1
] - lib: refactorvalidateInt32
andvalidateUint32
(mawaregetsuka) #43071 - [
acff743113
] - lib: makevalidateObject
less affected by prototype tampering (Antoine du Hamel) #42929 - [
59be5f89ca
] - lib: use safePromise
alternatives when available (Antoine du Hamel) #43476 - [
9dad4b0d11
] - lib: add diagnostics channel and perf hooks detail (Danielle Adams) #43984 - [
a99e2368ea
] - lib: refactor to avoid prototype pollution (Antoine du Hamel) #43474 - [
121c54718d
] - lib: fix diagnostics channel (theanarkh) #44154 - [
594d9436c3
] - lib: pass env variables to child process on z/OS (alexcfyung) #42255 - [
9c656c89fc
] - lib: add missing env vars to --help (cola119) #43492 - [
3aaa4109a0
] - lib: addPromise
methods toavoid-prototype-pollution
lint rule (Antoine du Hamel) #43849 - [
debf7301aa
] - lib,test: fix bug in InternalSocketAddress (Tobias Nießen) #44618 - [
c1d1ed5ae4
] - meta: update AUTHORS (Node.js GitHub Bot) #44777 - [
fe91711ed5
] - meta: add mailmap entry for dnlup (Rich Trott) #44716 - [
b9deb1e84d
] - meta: update AUTHORS (Node.js GitHub Bot) #44705 - [
3564da1c94
] - meta: move dnlup to emeriti (dnlup) #44667 - [
af5d49f186
] - meta: update test_runner in label-pr-config (Shrujal Shah) #44615 - [
7ac9bafd10
] - meta: update AUTHORS (Node.js GitHub Bot) #44591 - [
aa68a31804
] - meta: update AUTHORS (Node.js GitHub Bot) #44511 - [
edb0851539
] - meta: update AUTHORS (Node.js GitHub Bot) #44422 - [
4bdd4a3641
] - meta: update AUTHORS (Node.js GitHub Bot) #44321 - [
dc5478ad12
] - meta: updateweb streams
in label-pr-config (Daeyeon Jeong) #44235 - [
d535190086
] - meta: update AUTHORS (Node.js GitHub Bot) #44231 - [
24e3ad069d
] - meta: update AUTHORS (Node.js GitHub Bot) #44161 - [
1924d897ad
] - meta: add codeowner for src/node_snapshot* (Chengzhong Wu) #44113 - [
1988be9acf
] - meta: update AUTHORS (Node.js GitHub Bot) #44065 - [
261e5acc6b
] - meta: shorten PowerShell snippet for bug-report template (NicoNekoru) #44011 - [
1bb394e691
] - module: open stat/readPackage to mutations (Maël Nison) #44537 - [
b665171911
] - module: protect against prototype mutation (Antoine du Hamel) #44007 - [
092239a7f1
] - (SEMVER-MINOR) net: add local family (theanarkh) #43975 - [
4e0710c3a3
] - net: remove unused callback (theanarkh) #44204 - [
1400796cef
] - (SEMVER-MINOR) net,tls: pass a valid socket ontlsClientError
(Daeyeon Jeong) #44021 - [
adae66cbd4
] - node-api: add deprecation code of uncaught exception (Chengzhong Wu) #44624 - [
f38987edcc
] - node-api: avoid calling virtual methods in base's dtor (Chengzhong Wu) #44424 - [
5b5d95d312
] - node-api: cleanup redundant static modifiers (Chengzhong Wu) #44301 - [
8f3e8bb1fd
] - (SEMVER-MINOR) os: add machine method (theanarkh) #44416 - [
3cb28bdde0
] - path: change basename() argument from ext to suffix (Rich Trott) #44774 - [
7c5ce59dba
] - perf_hooks: fix gc elapsed time (theanarkh) #44058 - [
0e2c2064bb
] - report: get stack trace with cross origin contexts (Chengzhong Wu) #44398 - [
5355a46840
] - report: fix missing section javascriptHeap on OOMError (Chengzhong Wu) #44398 - [
381e11e18e
] - (SEMVER-MINOR) report: expose report public native apis (Chengzhong Wu) #44255 - [
30cfe0a156
] - report: print javascript stack on fatal error (Chengzhong Wu) #44242 - [
779761d914
] - report: add queue info for udp (theanarkh) #44345 - [
ff34d48d70
] - report: skip report if uncaught exception is handled (Chengzhong Wu) #44208 - [
3e8569cfbc
] - src: remove ParseIP() in cares_wrap.cc (Tobias Nießen) #44771 - [
916f2c5783
] - src: avoid using v8 on Isolate termination (Santiago Gimeno) #44669 - [
4f056b57e9
] - src: remove <unistd.h> from node_os.cc (Tobias Nießen) #44668 - [
24172ca6fe
] - src: avoid copy when creating Blob (Tobias Nießen) #44616 - [
eda1f4531a
] - src: make ReqWrap weak (Rafael Gonzaga) #44074 - [
ea2957fe77
] - src: make NearHeapLimitCallback() more robust (Joyee Cheung) #44581 - [
eaf2ffc23a
] - src: dump isolate stats when process exits (daomingq) #44534 - [
49cf3459d1
] - src: rename misleading arg in ClientHelloParser (Tobias Nießen) #44500 - [
2ba547aa5b
] - (SEMVER-MINOR) src: expose environment RequestInterrupt api (Chengzhong Wu) #44362 - [
70662f4058
] - src: fix cppgc incompatibility in v8 (Shelley Vohr) #43521 - [
91ef427d2d
] - src: nest namespace report in namespace node (Chengzhong Wu) #44069 - [
e7d30b4b49
] - src: use a typed array internally for process._exiting (Darshan Sen) #43883 - [
d76e7e4e84
] - src: improve error handling in CloneSSLCerts (Tobias Nießen) #44410 - [
cae9c5d5c3
] - src: fix incorrect comments in crypto (Tobias Nießen) #44470 - [
c0875d1f00
] - src: avoid casting std::trunc(... / ...) to size_t (Tobias Nießen) #44467 - [
8f3ed25e08
] - src: add error handling touv_uptime
call (Juan José Arboleda) #44386 - [
c7713f19de
] - src: remove base64_select_table and base64_table (Tobias Nießen) #44425 - [
a3dc7e18ed
] - src: fix uv_err_name memory leak (theanarkh) #44421 - [
a711080061
] - src: make Endianness an enum class (Tobias Nießen) #44411 - [
aa80826651
] - src: fix ssize_t error from nghttp2.h (Darshan Sen) #44393 - [
6b8ed279fd
] - src: trace fs async api (theanarkh) #44057 - [
dd08d6cc57
] - src: simplify and optimize GetOpenSSLVersion() (Tobias Nießen) #44395 - [
4c27d77e5c
] - src: simplify ECDH::GetCurves() (Tobias Nießen) #44309 - [
a6ce1de833
] - src: remove KeyObjectData::symmetric_key_len_ (Tobias Nießen) #44346 - [
f0d841fd7d
] - src: fix multiple format string bugs (Tobias Nießen) #44314 - [
2f3502f345
] - src: make minor improvements to SecureBuffer (Tobias Nießen) #44302 - [
525fbfd122
] - src: use imported namespaces innode_contextify.cc
(Juan José) #44299 - [
ac2edbcd8c
] - src: refactor to avoid using a moved object (Tobias Nießen) #44269 - [
b186684b22
] - src: extract common context embedder tag checks (Chengzhong Wu) #44258 - [
8195c8108c
] - src: avoid copying BaseObjectPtrs in loop (Tobias Nießen) #44270 - [
c045faf1ea
] - src: fix --heapsnapshot-near-heap-limit error hint (Chengzhong Wu) #44216 - [
4ee8ac3b6b
] - src: prevent copying ArrayBufferViewContents (Keyhan Vakil) #44091 - [
8f5fd2f06c
] - src: fix to use replacement character (Kohei Ueno) #43999 - [
78c846265f
] - src: fix typo in src/README.md (Anna Henningsen) #44009 - [
ec1645b1f0
] - src: fix regression that a source marker is lost (cola119) #43086 - [
0c01922ff7
] - src: remove dead code in base64_encode (Tobias Nießen) #43979 - [
28911e21b6
] - src,buffer: remove unused chars_written parameter (Keyhan Vakil) #44092 - [
37010cb862
] - src,fs: refactor duplicated code in fs.readdir (Daeyeon Jeong) #43204 - [
1635503704
] - src,test: fix typos (SADIK KUZU) #44110 - [
ffb1c85784
] - stream: refactor use es2020 statement (SindreXie) #44533 - [
6ed3367155
] - (SEMVER-MINOR) stream: addReadableByteStream.tee()
(Daeyeon Jeong) #44505 - [
14c7f4a290
] - test: update WPT runner (Filip Skokan) #43455 - [
4368acd01a
] - test: don't clobber RegExp.$_ on startup (Ben Noordhuis) #44864 - [
5854abc176
] - test: use async/await in test-debugger-auto-resume (samyuktaprabhu) #44675 - [
a7666abe31
] - test: migrated from Promise chains to Async/Await (Rathi N Das) #44674 - [
5bed2d1f46
] - test: change promises to async/await in test-debugger-backtrace.js (Juliet Zhang) #44677 - [
f630881f9b
] - test: use async/await in test-debugger-sb-before-load (Hope Olaidé) #44697 - [
fada3a2ce7
] - test: add extra tests for basename with ext option (Connor Burton) #44772 - [
9386c8581c
] - test: refactor to async/await (Divya Mohan) #44694 - [
af2aa5be45
] - test: modify test-debugger-custom-port.js to use async-await (Priya Shastri) #44680 - [
e9e130925c
] - test: update test-debugger-breakpoint-exists.js to use async/await (Archana Kamath) #44682 - [
510365a036
] - test: use async/await in test-debugger-preserve-breaks (poorvitusam) #44696 - [
2baa3c3ce5
] - test: use async/await in test-debugger-profile (surbhirjain) #44684 - [
ffc4fadf5e
] - test: change the promises to async/await in test-debugger-exec-scope.js (Ankita Khiratkar) #44685 - [
8b8d18ab4e
] - test: verify napi_remove_wrap with napi_delete_reference (Chengzhong Wu) #44754 - [
863361928e
] - test: change promises to async/await (Madhulika Sharma) #44683 - [
2e3aa39c94
] - test: use async/await in test-debugger-invalid-args (Nupur Chauhan) #44678 - [
095cb7eba1
] - test: update test-debugger-low-level to use await/async (Meghana Ramesh) #44688 - [
2752d7c22a
] - test: check that sysconf returns a positive value (Tobias Nießen) #44666 - [
fc1edaf0d7
] - test: change promise to async/await in debugger-watcher (“Pooja) #44687 - [
aae8ff6ace
] - test: fix test-performance-measure (smitley) #44637 - [
f13e06ab85
] - test: improve lib/readline.js coverage (MURAKAMI Masahiko) #42686 - [
a46dd370d7
] - test: fixtest-repl
not validating leaked globals properly (Antoine du Hamel) #44640 - [
31f809acca
] - test: ignore stale process cleanup failures on Windows (Joyee Cheung) #44480 - [
370b0ec5a1
] - test: use python3 instead of python (Luigi Pinca) #44545 - [
88dfd50079
] - test: fix DebugSymbolsTest.ReqWrapList on PPC64LE (Daniel Bevenius) #44341 - [
371804752a
] - test: add more cases for parse-encoding (Tony Gorez) #44427 - [
0c76e01876
] - test: split report OOM tests (Joyee Cheung) #44389 - [
5af3a5d37e
] - test: avoid race in file write stream handle tests (Joyee Cheung) #44380 - [
edb3335ff2
] - test: deflake child process exec timeout tests (Joyee Cheung) #44390 - [
c3429ab2e3
] - test: make the vm timeout escape tests more lenient (Joyee Cheung) #44433 - [
b5901a0c26
] - test: split heap prof tests (Joyee Cheung) #44388 - [
a139f5d4e0
] - test: fix multiple incorrect mustNotCall() uses (Tobias Nießen) #44022 - [
6990833a4c
] - test: raise sleep times in child process tests (Joyee Cheung) #44375 - [
b2b9de98a2
] - test: remove duplicate test (Luigi Pinca) #44313 - [
c397bb93ad
] - test: make tmpdir.js importable from esm (Geoffrey Booth) #44322 - [
03b8cb8c4c
] - test: deflake test-diagnostics-channel-net (Keyhan Vakil) #44144 - [
73cd9dd860
] - test: add coverage for invalid RSA-PSS digests (Tobias Nießen) #44271 - [
003ab59fcc
] - test: move "errors" test to "parallel" (Michaël Zasso) #44233 - [
4485adeaeb
] - test: mark connection leak test flaky on IBM i (Richard Lau) #44215 - [
8725a87fd9
] - test: usemustSucceed
instead ofmustCall
withassert.ifError
(MURAKAMI Masahiko) #44196 - [
41ea42bd82
] - test: update hr-time web platform tests (Yagiz Nizipli) #44100 - [
dd4db8e724
] - test: update console web platform tests (Yagiz Nizipli) #44100 - [
940e31784e
] - test: move tests with many workers to sequential (Keyhan Vakil) #44139 - [
03c0819dd9
] - test: deflake gc-http-client tests by restricting number of requests (Nick Sia) #44146 - [
3d0a3fe246
] - test: move test-vm-break-on-sigint to sequential (Keyhan Vakil) #44140 - [
4cfa9bac90
] - test: remove test-http-client-response-timeout flaky designation (Luigi Pinca) #44145 - [
2f036c857e
] - test: s390x z15 accelerated zlib fixes (Adam Majer) #44117 - [
5ed4f431cf
] - test: tune down parallelism for some flaky tests (Keyhan Vakil) #44090 - [
ec7b932945
] - test: fixinternet/test-inspector-help-page
(Daeyeon Jeong) #44025 - [
dff6615bbe
] - test: remove test-gc-http-client-timeout from flaky list (Feng Yu) #43971 - [
6c3228361b
] - test: reduce loop times for preventing test from timeout (theanarkh) #43981 - [
a33daadc41
] - test: fix test-cluster-concurrent-disconnect (Daeyeon Jeong) #43961 - [
e009a35d6e
] - test: change misleading variable name (Tobias Nießen) #43990 - [
72fb0133f5
] - test: usecommon.mustNotMutateObjectDeep()
in fs tests (LiviaMedeiros) #43819 - [
4ebb3ef508
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #44223 - [
9a469bef2c
] - test_runner: include stack of uncaught exceptions (Moshe Atlow) #44614 - [
56dc4b3848
] - test_runner: fix test runner hooks failure stack (Moshe Atlow) #44284 - [
cefb0586d8
] - test_runner: refactor to use more primordials (Antoine du Hamel) #44062 - [
64b07a9d14
] - test_runner: verbous error when entire test tree is canceled (Moshe Atlow) #44060 - [
bfdee2597a
] - test_runner: empty pending tests queue post running (Moshe Atlow) #44059 - [
0fbedac6ce
] - (SEMVER-MINOR) test_runner: add before/after/each hooks (Moshe Atlow) #43730 - [
6ad7a86af6
] - test_runner: fix top leveldescribe
queuing (Moshe Atlow) #43998 - [
a2881b7a85
] - test_runner: graceful termination on--test
only (Moshe Atlow) #43977 - [
72a8faa087
] - test_runner: validateconcurrency
option (Antoine du Hamel) #43976 - [
8118fc2980
] - tls: fix out-of-bounds read in ClientHelloParser (Tobias Nießen) #44580 - [
b53ea08d7b
] - tls: remove SecureContext setFreeListLength (Tobias Nießen) #44300 - [
c35a0713b0
] - tls: use OpenSSL constant for client random size (Tobias Nießen) #44305 - [
e4b4b370a1
] - tls: use logical OR operator (Mohammed Keyvanzadeh) #44236 - [
18e1766346
] - tools: increase timeout of running WPT (Joyee Cheung) #44574 - [
006d7f1f2a
] - tools: refactor deprecated format in no-unescaped-regexp-dot (Madhuri) #44763 - [
c6289d632a
] - tools: update eslint-check.js to object style (andiemontoyeah) #44706 - [
b06a78e85d
] - tools: update eslint to 8.24.0 (Node.js GitHub Bot) #44778 - [
ce3397223b
] - tools: update lint-md-dependencies to rollup@2.79.1 (Node.js GitHub Bot) #44776 - [
1079c8099d
] - tools: add update-llhttp.sh (Paolo Insogna) #44652 - [
0b3f49c749
] - tools: fix typo in update-nghttp2.sh (Luigi Pinca) #44664 - [
d190e716ad
] - tools: add timezone update workflow (Lenvin Gonsalves) #43988 - [
b6c232f288
] - tools: update eslint to 8.23.1 (Node.js GitHub Bot) #44639 - [
2c0d9ffb65
] - tools: update lint-md-dependencies to @rollup/plugin-node-resolve@14.1.0 (Node.js GitHub Bot) #44638 - [
f05ce2bff5
] - tools: update lint-md-dependencies to @rollup/plugin-node-resolve@14.0.1 (Node.js GitHub Bot) #44590 - [
657fa792f4
] - tools: increase timeout of running WPT (Joyee Cheung) #44574 - [
602ecaa42f
] - tools: fix shebang to use python3 by default (Himself65) #44531 - [
bad8ecc27f
] - tools: update lint-md-dependencies to rollup@2.79.0 (Node.js GitHub Bot) #44510 - [
255023f80a
] - tools: don't use f-strings in test.py (Santiago Gimeno) #44407 - [
b3629daad7
] - tools: update doc to unist-util-visit@4.1.1 (Node.js GitHub Bot) #44370 - [
2891d9fd0a
] - tools: update eslint to 8.23.0 (Node.js GitHub Bot) #44419 - [
0bf57df711
] - tools: update lint-md-dependencies to rollup@2.78.1 (Node.js GitHub Bot) #44320 - [
9391ebdc0d
] - tools: update ESLint to 8.22.0 (Luigi Pinca) #44243 - [
df49c426f6
] - tools: update lint-md-dependencies to rollup@2.78.0 (Node.js GitHub Bot) #44244 - [
e42227ad3e
] - tools: update lint-md-dependencies to rollup@2.77.3 (Node.js GitHub Bot) #44230 - [
1b6d294e78
] - tools: update eslint to 8.21.0 (Node.js GitHub Bot) #44162 - [
f3dcaaf087
] - tools: update lint-md-dependencies to @rollup/plugin-commonjs@22.0.2 (Node.js GitHub Bot) #44160 - [
5d5971cda7
] - tools: update undici CPE in vuln checking script (Facundo Tuesca) #44128 - [
606b0a08a8
] - tools: update lint-md-dependencies to rollup@2.77.2 (Node.js GitHub Bot) #44064 - [
8a8c7cf6b5
] - tools: add verbose flag to find-inactive-collaborators (Rich Trott) #43964 - [
cb6b57f777
] - trace_events: add example (theanarkh) #43253 - [
be863b7a97
] - tty: fix TypeError when stream is closed (Antoine du Hamel) #43803 - [
a08cdead0b
] - typings: add JSDoc forinternal/validators
(Yagiz Nizipli) #44181 - [
a6a655de35
] - util: increase robustness with primordials (Jordan Harband) #41212 - [
70563b53c5
] - (SEMVER-MINOR) util: addmaxArrayLength
option to Set and Map (Kohei Ueno) #43576 - [
0beedb7f1c
] - v8: add setHeapSnapshotNearHeapLimit (theanarkh) #44420 - [
8d259e6086
] - win: fix fs.realpath.native for long paths (StefanStojanovic) #44536
v16.17.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)
- CVE-2022-32213: bypass via obs-fold mechanic (Medium)
- CVE-2022-35255: Weak randomness in WebCrypto keygen
- CVE-2022-35256: HTTP Request Smuggling - Incorrect Parsing of Header Fields (Medium)
More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.
Commits
- [
a54283a638
] - crypto: fix weak randomness in WebCrypto keygen (Ben Noordhuis) nodejs-private/node-private#346 - [
0713e21240
] - http: disable chunked encoding when using OBS fold is used (Paolo Insogna) nodejs-private/node-private#341 - [
77fe2f32e4
] - src: fix IPv4 non routable validation (RafaelGSS) nodejs-private/node-private#337
v16.17.0
Notable Changes
Experimental command-line argument parser API
Adds util.parseArgs
helper for higher level command-line argument parsing.
Contributed by Benjamin Coe, John Gee, Darcy Clarke, Joe Sepi, Kevin Gibbons, Aaron Casanova, Jessica Nahulan, and Jordan Harband - #42675
Experimental ESM Loader Hooks API
Node.js ESM Loader hooks now support multiple custom loaders, and composition is
achieved via "chaining": foo-loader
calls bar-loader
calls qux-loader
(a custom loader must now signal a short circuit when intentionally not
calling the next). See the ESM docs for details.
Real-world use-cases are laid out for end-users with working examples in the article Custom ESM loaders: Who, what, when, where, why, how.
Contributed by Jacob Smith, Geoffrey Booth, and Bradley Farias - #42623
Experimental test runner
The node:test
module, which was initially introduced in Node.js v18.0.0,
is now available with all the changes done to it up to Node.js v18.7.0.
Improved interoperability of the Web Crypto API
To better align Node.js' experimental implementation of the Web Crypto API with other runtimes, several changes were made:
- Support for CFRG curves was added, with the
'Ed25519'
,'Ed448'
,'X25519'
, and'X448'
algorithms. - The proprietary
'NODE-DSA'
,'NODE-DH'
,'NODE-SCRYPT'
,'NODE-ED25519'
,'NODE-ED448'
,'NODE-X25519'
, and'NODE-X448'
algorithms were removed. - The proprietary
'node.keyObject'
import/export format was removed.
Contributed by Filip Skokan - #42507, #43310
Dependency updates
- Updated Corepack to 0.12.1 - #43965
- Updated ICU to 71.1 - #42655
- Updated npm to 8.15.0 - #43917
- Updated Undici to 5.8.0 - #43886
Other notable changes
- [
5f1e9e2030
] - (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) #42427 - [
934077a137
] - (SEMVER-MINOR) crypto: align webcrypto RSA key import/export with other implementations (Filip Skokan) #42816 - [
7683e9623c
] - (SEMVER-MINOR) dns: export error code constants fromdns/promises
(Feng Yu) #43176 - [
302a134b83
] - doc: deprecate coercion to integer in process.exit (Daeyeon Jeong) #43738 - [
4884f18ce5
] - (SEMVER-MINOR) doc: deprecate diagnostics_channel object subscribe method (Stephen Belanger) #42714 - [
90f395dda9
] - (SEMVER-MINOR) errors: add support for cause in aborterror (James M Snell) #41008 - [
7a5de2cc0c
] - (SEMVER-MINOR) events: expose CustomEvent on global with CLI flag (Daeyeon Jeong) #43885 - [
087adbb7a3
] - (SEMVER-MINOR) events: addCustomEvent
(Daeyeon Jeong) #43514 - [
979c98a3cb
] - (SEMVER-MINOR) events: propagate abortsignal reason in new AbortError ctor in events (James M Snell) #41008 - [
e04c8a4921
] - (SEMVER-MINOR) fs: propagate abortsignal reason in new AbortSignal constructors (James M Snell) #41008 - [
464830993e
] - (SEMVER-MINOR) fs: make params in writing methods optional (LiviaMedeiros) #42601 - [
3d7808ec3f
] - (SEMVER-MINOR) fs: addread(buffer[, options])
versions (LiviaMedeiros) #42768 - [
082a2630fd
] - (SEMVER-MINOR) http: add drop request event for http server (theanarkh) #43806 - [
5a74939770
] - (SEMVER-MINOR) http: add diagnostics channel for http client (theanarkh) #43580 - [
f05fd1a423
] - (SEMVER-MINOR) http: add perf_hooks detail for http request and client (theanarkh) #43361 - [
9d1b4b7e29
] - (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna) #41397 - [
fa5ac5a2eb
] - (SEMVER-MINOR) http2: propagate abortsignal reason in new AbortError constructor (James M Snell) #41008 - [
94070f152e
] - (SEMVER-MINOR) http2: compat support for array headers (OneNail) #42901 - [
36dd39dec0
] - (SEMVER-MINOR) lib: propagate abortsignal reason in new AbortError constructor in blob (James M Snell) #41008 - [
8adf7d5e91
] - (SEMVER-MINOR) lib: add abortSignal.throwIfAborted() (James M Snell) #40951 - [
3c1ed86840
] - (SEMVER-MINOR) lib: improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) #42714 - [
e6186af5cc
] - (SEMVER-MINOR) module: add isBuiltIn method (hemanth.hm) #43396 - [
3d851d6d6b
] - (SEMVER-MINOR) module,repl: support 'node:'-only core modules (Colin Ihrig) #42325 - [
303bd08d88
] - (SEMVER-MINOR) net: add drop event for net server (theanarkh) #43582 - [
da03e9f484
] - (SEMVER-MINOR) net: add ability to reset a tcp socket (pupilTong) #43112 - [
73f852e1e3
] - (SEMVER-MINOR) node-api: emit uncaught-exception on unhandled tsfn callbacks (Chengzhong Wu) #36510 - [
6dcdcd7f50
] - (SEMVER-MINOR) perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725 - [
5750358872
] - (SEMVER-MINOR) report: add more heap infos in process report (theanarkh) #43116 - [
e7b99e8c8d
] - (SEMVER-MINOR) src: add --openssl-legacy-provider option (Daniel Bevenius) #40478 - [
1281a48b89
] - (SEMVER-MINOR) src: define fs.constants.S_IWUSR & S_IRUSR for Win (Liviu Ionescu) #42757 - [
9ea9797d34
] - (SEMVER-MINOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius) #43124 - [
046debaee0
] - (SEMVER-MINOR) stream: use cause options in AbortError constructors (James M Snell) #41008 - [
6641fda10a
] - (SEMVER-MINOR) stream: add iterator helper find (Nitzan Uziely) #41849 - [
edec73032c
] - (SEMVER-MINOR) stream: add writableAborted (Robert Nagy) #40802 - [
2aae868fa2
] - (SEMVER-MINOR) timers: propagate signal.reason in awaitable timers (James M Snell) #41008 - [
513f52445b
] - (SEMVER-MINOR) v8: add v8.startupSnapshot utils (Joyee Cheung) #43329 - [
a8eca74450
] - (SEMVER-MINOR) v8: export more fields in getHeapStatistics (theanarkh) #42784 - [
845279e331
] - (SEMVER-MINOR) worker: add hasRef() to MessagePort (Darshan Sen) #42849
Commits
Semver-minor commits
- [
58279d5b76
] - (SEMVER-MINOR) buffer: graduate Blob from experimental (James M Snell) #41270 - [
72a0c5c743
] - (SEMVER-MINOR) crypto: remove Node.js-specific webcrypto extensions (Filip Skokan) #43310 - [
2e3a69a2ba
] - (SEMVER-MINOR) crypto: add CFRG curves to Web Crypto API (Filip Skokan) #42507 - [
5f1e9e2030
] - (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) #42427 - [
934077a137
] - (SEMVER-MINOR) crypto: align webcrypto RSA key import/export with other implementations (Filip Skokan) #42816 - [
7683e9623c
] - (SEMVER-MINOR) dns: export error code constants fromdns/promises
(Feng Yu) #43176 - [
4884f18ce5
] - (SEMVER-MINOR) doc: deprecate diagnostics_channel object subscribe method (Stephen Belanger) #42714 - [
90f395dda9
] - (SEMVER-MINOR) errors: add support for cause in aborterror (James M Snell) #41008 - [
247a6f6e85
] - (SEMVER-MINOR) esm: add chaining to loaders (Jacob Smith) #42623 - [
7a5de2cc0c
] - (SEMVER-MINOR) events: expose CustomEvent on global with CLI flag (Daeyeon Jeong) #43885 - [
087adbb7a3
] - (SEMVER-MINOR) events: addCustomEvent
(Daeyeon Jeong) #43514 - [
979c98a3cb
] - (SEMVER-MINOR) events: propagate abortsignal reason in new AbortError ctor in events (James M Snell) #41008 - [
e04c8a4921
] - (SEMVER-MINOR) fs: propagate abortsignal reason in new AbortSignal constructors (James M Snell) #41008 - [
464830993e
] - (SEMVER-MINOR) fs: make params in writing methods optional (LiviaMedeiros) #42601 - [
3d7808ec3f
] - (SEMVER-MINOR) fs: addread(buffer[, options])
versions (LiviaMedeiros) #42768 - [
082a2630fd
] - (SEMVER-MINOR) http: add drop request event for http server (theanarkh) #43806 - [
5a74939770
] - (SEMVER-MINOR) http: add diagnostics channel for http client (theanarkh) #43580 - [
f05fd1a423
] - (SEMVER-MINOR) http: add perf_hooks detail for http request and client (theanarkh) #43361 - [
9d1b4b7e29
] - (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna) #41397 - [
fa5ac5a2eb
] - (SEMVER-MINOR) http2: propagate abortsignal reason in new AbortError constructor (James M Snell) #41008 - [
94070f152e
] - (SEMVER-MINOR) http2: compat support for array headers (OneNail) #42901 - [
36dd39dec0
] - (SEMVER-MINOR) lib: propagate abortsignal reason in new AbortError constructor in blob (James M Snell) #41008 - [
8adf7d5e91
] - (SEMVER-MINOR) lib: add abortSignal.throwIfAborted() (James M Snell) #40951 - [
3c1ed86840
] - (SEMVER-MINOR) lib: improved diagnostics_channel subscribe/unsubscribe (Stephen Belanger) #42714 - [
e6186af5cc
] - (SEMVER-MINOR) module: add isBuiltIn method (hemanth.hm) #43396 - [
3d851d6d6b
] - (SEMVER-MINOR) module,repl: support 'node:'-only core modules (Colin Ihrig) #42325 - [
303bd08d88
] - (SEMVER-MINOR) net: add drop event for net server (theanarkh) #43582 - [
da03e9f484
] - (SEMVER-MINOR) net: add ability to reset a tcp socket (pupilTong) #43112 - [
73f852e1e3
] - (SEMVER-MINOR) node-api: emit uncaught-exception on unhandled tsfn callbacks (Chengzhong Wu) #36510 - [
6dcdcd7f50
] - (SEMVER-MINOR) perf_hooks: add PerformanceResourceTiming (RafaelGSS) #42725 - [
5750358872
] - (SEMVER-MINOR) report: add more heap infos in process report (theanarkh) #43116 - [
e7b99e8c8d
] - (SEMVER-MINOR) src: add --openssl-legacy-provider option (Daniel Bevenius) #40478 - [
1281a48b89
] - (SEMVER-MINOR) src: define fs.constants.S_IWUSR & S_IRUSR for Win (Liviu Ionescu) #42757 - [
9ea9797d34
] - (SEMVER-MINOR) src,doc,test: add --openssl-shared-config option (Daniel Bevenius) #43124 - [
046debaee0
] - (SEMVER-MINOR) stream: use cause options in AbortError constructors (James M Snell) #41008 - [
6641fda10a
] - (SEMVER-MINOR) stream: add iterator helper find (Nitzan Uziely) #41849 - [
edec73032c
] - (SEMVER-MINOR) stream: add writableAborted (Robert Nagy) #40802 - [
9a530832cb
] - (SEMVER-MINOR) test: add initial test module (Colin Ihrig) #42325 - [
61a2ddc597
] - (SEMVER-MINOR) test_runner: exposedescribe
andit
(Moshe Atlow) #43420 - [
cd6f24be4c
] - (SEMVER-MINOR) test_runner: add initial CLI runner (Colin Ihrig) #42658 - [
a4b277cb4d
] - (SEMVER-MINOR) test_runner: support 'only' tests (Colin Ihrig) #42514 - [
2aae868fa2
] - (SEMVER-MINOR) timers: propagate signal.reason in awaitable timers (James M Snell) #41008 - [
432e3054be
] - (SEMVER-MINOR) util: add tokens to parseArgs (John Gee) #43459 - [
a1e122be62
] - (SEMVER-MINOR) util: add parseArgs module (Benjamin Coe) #42675 - [
513f52445b
] - (SEMVER-MINOR) v8: add v8.startupSnapshot utils (Joyee Cheung) #43329 - [
a8eca74450
] - (SEMVER-MINOR) v8: export more fields in getHeapStatistics (theanarkh) #42784 - [
845279e331
] - (SEMVER-MINOR) worker: add hasRef() to MessagePort (Darshan Sen) #42849
Semver-patch commits
- [
480a754ddc
] - assert: callTracker throw a specific error message when possible (Moshe Atlow) #43640 - [
ebb334b124
] - assert: fix CallTracker wraps the function causes the length to be lost (OneNail) #42909 - [
7f8f83d4d0
] - assert: makeassert.fail
less affected by prototype tampering (Antoine du Hamel) #42918 - [
a6a46f9578
] - async_hooks: usekEmptyObject
(LiviaMedeiros) #43159 - [
84075821be
] - async_hooks: remove destroyed symbol on Promises (Gerhard Stöbich) #42402 - [
b69396a41a
] - async_hooks: avoid decrementing iterator after erase (Gabriel Bota) #42749 - [
6b7c6192ff
] - bootstrap: move global initialization to js (Alena Khineika) #43625 - [
4fbe24588a
] - bootstrap: use the isolate snapshot in workers (Joyee Cheung) #42702 - [
3a83e5cfd9
] - bootstrap: move embedded snapshot to SnapshotBuilder (Joyee Cheung) #42702 - [
b4201ace9b
] - bootstrap: reset process._exit and process.exitCode in pre-execution (Joyee Cheung) #42466 - [
f8f7c1e5bd
] - bootstrap: run inspector and event loop in snapshot builder (Joyee Cheung) #42466 - [
2d79480fcb
] - bootstrap: make I/O streams work with user-land snapshot (Joyee Cheung) #42466 - [
1b2946b1a4
] - bootstrap: refresh options in pre-execution (Joyee Cheung) #42466 - [
ca57563522
] - bootstrap: use SnapshotData to pass snapshot data around (Joyee Cheung) #42360 - [
60d032b89c
] - buffer: do not leak memory if buffer is too big (Keyhan Vakil) #43938 - [
5ddd367bec
] - buffer: improve Blob constructor error message when passing a string (Xuguang Mei) #42338 - [
691e5d8bf3
] - buffer: fixatob
input validation (Antoine du Hamel) #42539 - [
a948fb8b56
] - build: add .gitattributes for npm and other shims (Hrishikesh Kadam) #43879 - [
623dd2a70b
] - build: remove precompiled header and debug information for host builds (Niyas Sait) #42538 - [
129b05e0c5
] - build: fix various shared library build issues (William Marlow) #41850 - [
fba6e96326
] - build: fix indeterminacy of icu_locales value (Sergey Nazaryev) #42865 - [
74bce1c448
] - build: improve reliability of find_python.cmd script (Luigi Pinca) #42810 - [
637af6c068
] - build: windows/arm64 native compilation support (Niyas Sait) #42408 - [
fe661fadad
] - build: add --node-snapshot-main configure option (Joyee Cheung) #42466 - [
daadd58baa
] - build,test: increase stack size limit on Windows (Tobias Nießen) #43632 - [
1e1634ae99
] - child_process: do not need to count length when maxBuffer is Infinity (theanarkh) #43822 - [
2b6e98b6b2
] - child_process: improve ipc write performance (rubikscraft) #42931 - [
7aac430b3f
] - child_process: speed up 'advanced' ipc receiving (rubikscraft) #42931 - [
6844930290
] - child_process: usekEmptyObject
(LiviaMedeiros) #43159 - [
72400b7a7b
] - child_process: add env contents types in JSDoc (Rich Trott) #42494 - [
fe57e5685d
] - cluster: send connection to other server when worker drop it (theanarkh) #43747 - [
61b5d4a999
] - cluster: fix closing dgram sockets in cluster workers throws errors (Ouyang Yadong) #43709 - [
97f4cc7766
] - cluster: fix fd leak (theanarkh) #43650 - [
1cb19ec96a
] - cluster: usekEmptyObject
(LiviaMedeiros) #43159 - [
c8706f3a7f
] - cluster, net: fix listen pipe with readable and writable in cluster (theanarkh) #43634 - [
35fc1c205e
] - console: fix console.dir crash on a revoked proxy (Daeyeon Jeong) #43100 - [
3449472f3d
] - crypto: remove unneeded guard (Rich Trott) #43856 - [
a3a845b8ba
] - crypto: don't disable TLS 1.3 without suites (Adam Majer) #43427 - [
588a84e11d
] - crypto: handle webcrypto generateKey() usages edge case (Filip Skokan) #43454 - [
224d3f40dc
] - crypto: update Wrapping and unwrapping keys webcrypto example (Filip Skokan) #43452 - [
8dca8d7805
] - crypto: fix webcrypto generateKey() with empty usages (Filip Skokan) #43431 - [
bef600e787
] - crypto: fix webcrypto digest() invalid algorithm (Filip Skokan) #43431 - [
077ad7e90d
] - crypto: fix webcrypto RSA generateKey() use of publicExponent (Filip Skokan) #43431 - [
04572ec914
] - crypto: fix webcrypto AES-KW keys accepting encrypt/decrypt usages (Filip Skokan) #43431 - [
52ea86908d
] - crypto: fix webcrypto deriveBits for non-byte lengths (Filip Skokan) #43431 - [
97b2fef24a
] - crypto: fix webcrypto import of cfrg raw public keys (Filip Skokan) #43404 - [
a57149d14e
] - crypto: fix webcrypto JWK EC and OKP import crv check (Filip Skokan) #43346 - [
1cb267261c
] - crypto: test webcrypto ec raw public key import (Filip Skokan) #43405 - [
02cf57b8d6
] - crypto: usekEmptyObject
(LiviaMedeiros) #43159 - [
4600892a45
] - crypto: adjust minimum length in generateKey('hmac', ...) (LiviaMedeiros) #42944 - [
baaf77898b
] - crypto: clean up parameter validation in HKDF (Tobias Nießen) #42924 - [
3f43dadeda
] - crypto: validatethis
in all webcrypto methods and getters (Filip Skokan) #42815 - [
297e374565
] - crypto: do not add undefined hash in webcrypto normalizeAlgorithm (Filip Skokan) #42559 - [
c764e81a69
] - crypto: cleanup webcrypto jwk code (Filip Skokan) #42562 - [
c605ad1343
] - crypto: fix webcrypto derive key lengths (Filip Skokan) #42542 - [
0b1b616a9c
] - crypto: improve prime size argument validation (Tobias Nießen) #42234 - [
f1c12aa6df
] - debugger: throw a more useful error when the frame is missing (Kohei Ueno) #42776 - [
f75a5a92ec
] - debugger: fix inconsistent inspector output of exec new Map() (Kohei Ueno) #42423 - [
e3d8893265
] - deps: V8: backport22698d2
(Chengzhong Wu) #43751 - [
06a6bdaf7a
] - deps: update corepack to 0.12.1 (Node.js GitHub Bot) #43965 - [
c7be356dd7
] - deps: update hast-util-raw (Moshe Atlow) #43927 - [
62c27d0d84
] - deps: update undici to 5.8.0 (Node.js GitHub Bot) #43886 - [
92051cb4a1
] - deps: cherry-pick libuv/libuv@3a7b955
(Ben Noordhuis) #43950 - [
8835898e43
] - deps: cherry-pick libuv/libuv@abb109f
(Ben Noordhuis) #43950 - [
1566854218
] - deps: upgrade npm to 8.15.0 (npm team) #43917 - [
e6baa8a113
] - deps: upgrade npm to 8.14.0 (npm team) #43826 - [
aa137caac3
] - deps: update corepack to 0.12.0 (Node.js GitHub Bot) #43748 - [
04188e54f5
] - deps: update undici to 5.7.0 (Node.js GitHub Bot) #43790 - [
09f9060f7d
] - deps: upgrade npm to 8.13.2 (npm team) #43622 - [
1343615224
] - deps: upgrade npm to 8.13.1 (npm team) #43552 - [
49080bc42f
] - deps: patch V8 to 9.4.146.26 (Michaël Zasso) #43778 - [
705a8afd81
] - deps: update Corepack to 0.11.2 (Maël Nison) #43402 - [
552e91121b
] - deps: update undici to 5.5.1 (Node.js GitHub Bot) #43412 - [
0ff00945d5
] - deps: update undici to 5.4.0 (Node.js GitHub Bot) #43262 - [
170bec811b
] - deps: update undici to 5.3.0 (Node.js GitHub Bot) #43197 - [
b97075dfec
] - deps: update undici to 5.2.0 (Node.js GitHub Bot) #43059 - [
4d4e00a6b0
] - deps: update undici to 5.1.1 (Michaël Zasso) #42939 - [
cba4f6c8a0
] - deps: update Acorn to v8.7.0 (Michaël Zasso) #42667 - [
a5507fd409
] - deps: update ICU to 71.1 (Michaël Zasso) #42655 - [
cbb253e61e
] - deps: upgrade npm to 8.12.1 (npm team) #43301 - [
01e7d1f349
] - deps: cherry-pick4ab70f6
from V8 upstream (Khaidi Chu) #43328 - [
fea892a168
] - dns: fix getServers return undefined (jiahao.si) #43922 - [
43a3239d85
] - dns: fix cares memory leak (theanarkh) #43912 - [
8d2a256bf4
] - dns: make promise API fully constructed fromlib/internal/dns/promises
(Feng Yu) #43227 - [
71f7b00fca
] - domain: fix vm promise tracking while keeping isolation (Stephen Belanger) #43556 - [
9f75f26ad9
] - errors: extract type detection & use inERR_INVALID_RETURN_VALUE
(Jacob Smith) #43558 - [
f5115b4abc
] - errors,console: refactor to use ES2021 syntax (小菜) #42872 - [
85ba4e069d
] - errors,vm: update error and use cause (Gus Caplan) #42820 - [
ae157d9098
] - esm: fix loader hooks accepting too many arguments (Jacob Smith) #44109 - [
3139c110dc
] - esm: remove superfluous argument (Rich Trott) #43884 - [
63228efe08
] - esm: throw on any non-2xx response (LiviaMedeiros) #43742 - [
a6d4d31da5
] - esm: fix erroneous re-initialization of ESMLoader (Jacob Smith) #43763 - [
953e663e58
] - esm: treat307
and308
as redirects in HTTPS imports (Kid) #43689 - [
33a2902a33
] - esm: restorenext<HookName>
'scontext
as optional arg (Jacob Smith) #43553 - [
df3f5cb93e
] - esm: fix chain advances when loader calls next<HookName> multiple times (Jacob Smith) #43303 - [
eac4e20525
] - esm: refactor responseURL handling (Guy Bedford) #43164 - [
e114ed0cda
] - esm: fix http(s) import via custom loader (Jacob Smith) #43130 - [
6564e69c78
] - esm: fix imports from non-file module (Antoine du Hamel) #42881 - [
e1bc88764d
] - esm: graduate top-level-await to stable (Antoine du Hamel) #42875 - [
14a929b0b0
] - esm: emit experimental warnings in common place (Jacob Smith) #42314 - [
0167988ce3
] - events: improveEvent
compatibility (Daeyeon Jeong) #43461 - [
e51c0e9939
] - events: improveEventListener
validation (Daeyeon Jeong) #43491 - [
393c021d7f
] - events: fix adding abort listener inevents.once
(Daeyeon Jeong) #43373 - [
a7eaf3981d
] - events: usekEmptyObject
(LiviaMedeiros) #43159 - [
fcf74c53d8
] - fs: refactor realpath with Map and Set (LiviaMedeiros) #43569 - [
bfb8a0bfac
] - fs: don't end fs promises on Isolate termination (Santiago Gimeno) #42910 - [
ca4157ea40
] - fs: usekEmptyObject
(LiviaMedeiros) #43159 - [
835056cbcb
] - fs: remove unnecessary ?? operator (Morgan Roderick) #43073 - [
8b89c7fbab
] - fs: export constants fromfs/promises
(Feng Yu) #43177 - [
b0d9915bc6
] - fs: add trailing commas (LiviaMedeiros) #43127 - [
637820d1e3
] - fs: fix write methods param validation and docs (LiviaMedeiros) #41677 - [
5d8b2cb51d
] - fs: fix mkdirSync so ENOSPC is correctly reported (Santiago Gimeno) #42811 - [
58eebaf717
] - http: defer reentrant execution of Parser::Execute (Paolo Insogna) #43369 - [
ea3ca874da
] - http: fix http agent keep alive (theanarkh) #43380 - [
85d93f0bf6
] - http: usekEmptyObject
(LiviaMedeiros) #43159 - [
1bfff396ac
] - http: document that ClientRequest inherits from OutgoingMessage (K.C.Ashish Kumar) #42642 - [
db53e9b387
] - http2: log debug only when in debug mode (Basit) #43626 - [
95083cb0ad
] - http2: usekEmptyObject
(LiviaMedeiros) #43159 - [
367454205d
] - http2: set origin name correctly when servername is empty (ofirbarak) #42838 - [
c73f739acd
] - http2: improve tests and docs (Daeyeon Jeong) #42858 - [
4fbedffb55
] - https: usekEmptyObject
(LiviaMedeiros) #43159 - [
5879642260
] - inspector: set sampling interval before start (Shelley Vohr) #43779 - [
096f7fc59a
] - inspector: add missing initialization (Michael Dawson) #43254 - [
a8c24185f8
] - lib: refactor to avoid unsafe regex primordials (Antoine du Hamel) #43475 - [
2a5d5e0726
] - lib: modifyDOMException
to pass WPT (Khaidi Chu) #41517 - [
26d63f004f
] - lib: implement safe alternatives toPromise
static methods (Antoine du Hamel) #43728 - [
aab5adbcbe
] - lib: use null-prototype objects for property descriptors (Antoine du Hamel) #43473 - [
a97d0ba3af
] - lib: fix TODO infreeze_intrinsics
(Antoine du Hamel) #43472 - [
519cdd94c0
] - lib: usekEmptyObject
in various places (LiviaMedeiros) #43159 - [
7d5e7b43f6
] - lib: give names to promisified methods (LiviaMedeiros) #43218 - [
cd55e221b5
] - lib: use null-prototype objects for property descriptors (Antoine du Hamel) #43270 - [
9e613f7f3d
] - lib: prepare files for no-var lint rule (Rich Trott) #42573 - [
327da6acde
] - lib: source maps filter null prefix (Fabian Cook) #42522 - [
58f80b0dcc
] - lib: improve the coverage of the validator (mawaregetsuka) #42443 - [
e48ccf5934
] - lib: update JSDoc for linting (Rich Trott) #42489 - [
abc134cacc
] - lib,src: add source map support for global eval (Chengzhong Wu) #43428 - [
288d9fbe5a
] - loader: makerequire.resolve
throw for unknown builtin modules (木杉) #43336 - [
7c4e1ad1ed
] - module: also enable subpath imports in REPL (Ray) #43450 - [
c284eb3745
] - module: ensure 'node:'-only modules can access node_modules (Colin Ihrig) #42430 - [
70a4033841
] - module: cjs-module-lexer WebAssembly fallback (Guy Bedford) #43612 - [
abda05a3a7
] - module: prefer async/await in https imports (Benjamin Gruenbaum) #41950 - [
f66872e36c
] - net: fix socket._getpeername (Daeyeon Jeong) #43010 - [
b2d02bc2c0
] - net: remove redundant connecting assignment (Ouyang Yadong) #43710 - [
ff5310a9c7
] - net: fix net keepalive and noDelay (theanarkh) #43561 - [
265810a1e5
] - net: prevent /32 ipv4 mask from matching all ips (supriyo-biswas) #43381 - [
e4a5bd1cf8
] - net: fix net.Server keepalive and noDelay (theanarkh) #43497 - [
d766cfaca9
] - net,dns: move hasObserver out of perf function (theanarkh) #43217 - [
b240868960
] - net,dns: trace tcp connection and dns by perf_hooks (theanarkh) #42390 - [
112bce394d
] - node-api: explicitly set __cdecl for API functions (Vladimir Morozov) #42780 - [
49103e3240
] - node-api: fix napi_get_all_property_names (Vladimir Morozov) #42463 - [
5a1e1b3f33
] - node-api: format Node-API related code (Vladimir Morozov) #42396 - [
31ee218eff
] - node-api,src: fix module registration in MSVC C++ (Vladimir Morozov) #42459 - [
e7899ba1f7
] - os: avoid unnecessary usage of var (Mohammed Keyvanzadeh) #42563 - [
463f9a6c4f
] - perf_hooks: add initiatorType getter (Rafael Gonzaga) #43593 - [
096a2d9434
] - perf_hooks: fix miscounted gc performance entry starttime (#43066) (Xuguang Mei) #43066 - [
f08a282098
] - perf_hooks: usekEmptyObject
(LiviaMedeiros) #43159 - [
8b0ae63316
] - perf_hooks: fix start_time of perf_hooks (theanarkh) #43069 - [
7a5972fe9e
] - perf_hooks: fix function wrapped bytimerify
to work correctly (Kohei Ueno) #43330 - [
5ab3da3f26
] - perf_hooks: return different functions in timerify (Himself65) #42854 - [
15da462cea
] - process: usedefineProperty
instead of assignment (Mark S. Miller) #43907 - [
67e91aa20f
] - readline: fix to not access a property on an undefined value (Kohei Ueno) #43543 - [
37066f0319
] - readline: usekEmptyObject
(LiviaMedeiros) #43159 - [
d260569b85
] - repl: fix overzealous top-level await (Tobias Nießen) #43827 - [
0bd4a04c42
] - repl: useSafePromiseAll
andSafePromiseRace
(Antoine du Hamel) #43758 - [
bef9a36024
] - repl: make autocomplete case-insensitive (Sergey Petushkov) #41632 - [
0dc96e4474
] - src: pass only Isolate* and env_vars to EnabledDebugList::Parse() (Darshan Sen) #43668 - [
be3343aed3
] - src: use named struct instead of typedef (Tobias Nießen) #43881 - [
eaa611c53a
] - src: use named enum instead of typedef (Tobias Nießen) #43880 - [
3a32f0ecb2
] - src: fix node watchdog race condition (theanarkh) #43780 - [
67ecd274b7
] - src: fixnapi_check_object_type_tag()
(Daeyeon Jeong) #43788 - [
364b67cf7e
] - src: slim down env-inl.h (Ben Noordhuis) #43745 - [
ccac1fc2e7
] - src: improve and update ByteSource description (Tobias Nießen) #43478 - [
a1f1ff197e
] - src: merge RunInThisContext() with RunInContext() (Daeyeon Jeong) #43225 - [
3e21ae8733
] - src: fix crash on FSReqPromise destructor (Santiago Gimeno) #43533 - [
b9649a4959
] - src: delegate NodeArrayBufferAllocator to v8's allocator (Jeremy Rose) #43594 - [
26e4dc83a8
] - src: remove a stale comment inasync_hooks
(Daeyeon Jeong) #43317 - [
733739dd3f
] - src: remove CopyBuffer (Tobias Nießen) #43463 - [
bf553fd26a
] - src: register StreamBase while registering LibuvStreamWrap (Darshan Sen) #43321 - [
f18867b2c0
] - src: fix static analysis warning and use smart ptr (Tobias Nießen) #43117 - [
094d5fc31a
] - src: fix json utils escapes for U+000B (Chengzhong Wu) #43206 - [
c82d992b77
] - src: convey potential exceptions during StreamPipe construction (Darshan Sen) #43240 - [
07b7f8375e
] - src: make SecureContext fields private (Tobias Nießen) #43173 - [
eb2c504542
] - src: reuse GetServerName (Tobias Nießen) #43168 - [
7bdd31929c
] - src: remove SecureContext::operator* (Tobias Nießen) #43121 - [
438c4723f6
] - src: replace TraceEventScope with sync events (Chengzhong Wu) #42977 - [
32446d8c8a
] - src: delete AllocatedBuffer (Darshan Sen) #43008 - [
4cfcb6f883
] - src: remove unnecessary comment (Kohei Ueno) #42952 - [
6adbb062e6
] - src: fix memory leak for v8.serialize (liuxingbaoyu) #42695 - [
e769a0f19b
] - src: usenode:
prefix in example (Antoine du Hamel) #42794 - [
b19018468c
] - src: large page attributing an id on Linux (David CARLIER) #42644 - [
a26fd031bf
] - src: fix coverity report (Michael Dawson) #42663 - [
8687ba8732
] - src: fix alphabetically sorted binding list (Tobias Nießen) #42687 - [
4e1378b2d6
] - src: fix typo in InspectorIoDelegate constructor (Kohei Ueno) #42520 - [
1dc912ebdc
] - src: remove unnecessary static qualifier in crypto_dh.cc (Darshan Sen) #42492 - [
a280f88266
] - src: address 3 useless call coverity warnings (Michael Dawson) #42426 - [
5195ea3cd2
] - src: properly report exceptions from AddressToJS() (Darshan Sen) #42054 - [
a8553151ee
] - src: suppress false coverity warning (Michael Dawson) #42284 - [
1e8611f048
] - src: refactor IsSupportedAuthenticatedMode (Tobias Nießen) #42368 - [
7778ebecaa
] - src: turn SSL_CTX_new CHECK/segfault into JS exception (Anna Henningsen) #42799 - [
4ffc08861a
] - src: add proper mutexes for accessing FIPS state (Anna Henningsen) #42278 - [
6353a4dc8a
] - src,bootstrap: remove NodeMainInstance::registry_ (Darshan Sen) #43392 - [
1a98f166bf
] - src,crypto: remove uses of AllocatedBuffer from crypto_rsa.cc (Darshan Sen) #42852 - [
c336ffc059
] - src,crypto: remove uses of AllocatedBuffer from crypto_ec.cc (Darshan Sen) #42766 - [
1669b94cd6
] - src,crypto: remove uses of AllocatedBuffer from crypto_tls.cc (Darshan Sen) #42589 - [
6d98a51970
] - src,crypto: handle empty maybe correctly in crypto_dh.cc (Darshan Sen) #42492 - [
5a2e277f93
] - src,crypto: remove uses of AllocatedBuffer from crypto_dh.cc (Darshan Sen) #42492 - [
4a6649cb28
] - src,stream: change return type toMaybe
(Daeyeon Jeong) #43575 - [
99a3b19974
] - stream: fix 0 transform hwm backpressure (Robert Nagy) #43685 - [
c4dc8b6297
] - stream: add more filter tests (Benjamin Gruenbaum) #41936 - [
4b17a94b67
] - stream: port more test262 tests (Benjamin Gruenbaum) #41974 - [
3bc12c69a4
] - stream: avoid usage of deprecated APIs (Mohammed Keyvanzadeh) #41871 - [
4ad5a28b54
] - stream: refactor to use more validators (Mohammed Keyvanzadeh) #41871 - [
545b2cd4c2
] - stream: use standard for loop instead of for..of (Mohammed Keyvanzadeh) #41871 - [
3ef9f8da30
] - stream: initial port of test262 tests (Benjamin Gruenbaum) #41775 - [
f793ed550a
] - stream: use synchronous error validation & validate abort signal option (iMoses) #41777 - [
31cee4f914
] - stream: never flatten on toArray (Benjamin Gruenbaum) #41615 - [
d63c4c68a0
] - stream: usekEmptyObject
(LiviaMedeiros) #43159 - [
6f9c62206b
] - test_runner: add support for boolean values forconcurrency
option (Lenvin Gonsalves) #43887 - [
e33f6bd384
] - test_runner: validatetimeout
option (Antoine du Hamel) #43843 - [
a167daa311
] - test_runner: pass signal on timeout (Moshe Atlow) #43911 - [
b1db85023e
] - test_runner: do not report an error when tests are passing (Antoine du Hamel) #43919 - [
f193ac6cd5
] - test_runner: recieve and pass AbortSignal (Moshe Atlow) #43554 - [
f8f1d16097
] - test_runner: fixit
concurrency (Moshe Atlow) #43757 - [
e9ca1efe67
] - test_runner: support timeout for tests (Moshe Atlow) #43505 - [
5dca44d5eb
] - test_runner: catch errors thrown withindescribe
(Moshe Atlow) #43729 - [
0bdc141dd0
] - test_runner: protect internals against prototype tampering (Antoine du Hamel) #43578 - [
4d4dcade90
] - test_runner: cancel on termination (Moshe Atlow) #43549 - [
dccbd9ee95
] - test_runner: wait for stderr and stdout to complete (Moshe Atlow) #43666 - [
27841bee3d
] - test_runner: usekEmptyObject
(LiviaMedeiros) #43159 - [
1a4235961e
] - test_runner: add Subtest to tap protocol output (Moshe Atlow) #43417 - [
3fbc5e441c
] - timers: usekEmptyObject
(LiviaMedeiros) #43159 - [
444d77391c
] - tls: usekEmptyObject
(LiviaMedeiros) #43159 - [
ba3cf5d59e
] - tls: fix performance regression inconvertALPNProtocols()
(LiviaMedeiros) #43250 - [
4a3a8a6164
] - tls: fix convertALPNProtocols accepting ArrayBufferViews (LiviaMedeiros) #43211 - [
a6710f50c4
] - trace_events: trace net connect event (theanarkh) #43903 - [
8cda4156a5
] - url: update WHATWG URL parser to align with latest spec (Feng Yu) #43190 - [
69f9a3a78e
] - url,lib: pass urlsearchparams-constructor.any.js (Khaidi Chu) #41197 - [
24cabbf32f
] - util: remove unicode support todo for perf implications (Rhys) #43762 - [
0f9d5ac0b0
] - util: refactor to use validateObject (Kohei Ueno) #43769 - [
5edfccfc4c
] - util: addAggregateError.prototype.errors
to inspect output (LiviaMedeiros) #43646 - [
fa89a617bc
] - util: remove unnecessary template string (Ruben Bridgewater) #41082 - [
fa74d45e09
] - util: mark cwd grey while inspecting errors (Ruben Bridgewater) #41082 - [
053368c3d0
] - util: avoid inline access to Symbol.iterator (Kohei Ueno) #43683 - [
3959dffc7d
] - util: fix TypeError of symbol in template literals (cola119) #42790 - [
053347ca55
] - util: freezekEnumerableProperty
(LiviaMedeiros) #43390 - [
2cdae4332d
] - util: addkEmptyObject
to internal/util (LiviaMedeiros) #43159 - [
49cbed6ced
] - v8: serialize BigInt64Array and BigUint64Array (Ben Noordhuis) #43571 - [
ca8da5f3f8
] - vm: usekEmptyObject
(LiviaMedeiros) #43159 - [
3ccf5acd23
] - wasi: use WasmMemoryObject handle for perf (#43544) (snek) #43544 - [
4ff19daf54
] - wasi: usekEmptyObject
(LiviaMedeiros) #43159 - [
bbbc54f8d4
] - wasi: remove unecessary null check (Michael Dawson) #42819 - [
51633a23c7
] - worker: usekEmptyObject
(LiviaMedeiros) #43159 - [
c4caf20ec3
] - worker: fix heap snapshot crash on exit (Chengzhong Wu) #43123 - [
c583508324
] - worker: fix stream racing with terminate (Keyhan Vakil) #42874 - [
293bab7684
] - worker: add hasRef() to the handle object (Darshan Sen) #42756
Documentation commits
- [
1bd581678c
] - doc: update email and mailmap for BethGriggs (Beth Griggs) #43985 - [
c37f90415b
] - doc: inspector.close undefined in worker threads (Keyhan Vakil) #43867 - [
bd0e463d27
] - doc: improve documentation for safePromise
statics alternatives (Antoine du Hamel) #43759 - [
3022958abd
] - doc: recommend git-node-v8 (Keyhan Vakil) #43934 - [
d528c55c13
] - doc: clarify subprocess.stdout/in/err property (Kohei Ueno) #43910 - [
067d69f051
] - doc: fix typo insrc/crypto/README.md
(Jianru Lin) #43968 - [
3c85e0c88b
] - doc: remind backporter about v8_embedder_string (Keyhan Vakil) #43924 - [
86fb313fe8
] - doc: fix typo in http.md (Airing) #43933 - [
37cf3b9551
] - doc: add F3n67u to collaborators (Feng Yu) #43953 - [
da6041c89f
] - doc: mention Win 32-bit openssl build issue (RafaelGSS) #43853 - [
c6e2eaec2b
] - doc: add security release specifics to releases.md (Beth Griggs) #43835 - [
7a44613819
] - doc: add history info forglobal.performance
(Antoine du Hamel) #43841 - [
1685332371
] - doc: add platform-windows-arm to who to CC (Michael Dawson) #43808 - [
fcfb2c95c1
] - doc: document ES2022's Error "cause" property (James Ide) #43830 - [
a0d055e945
] - doc: add link to diagnostic tools (Rafael Gonzaga) #43736 - [
8c4cf710a5
] - doc: update links to MDN page about dynamic imports (Jannis R) #43847 - [
302a134b83
] - doc: deprecate coercion to integer in process.exit (Daeyeon Jeong) #43738 - [
2a410975c6
] - doc: add MoLow to triagers (Moshe Atlow) #43799 - [
44291afca4
] - doc: revert anachronistic 'node:' module require()s in API history notes (DeeDeeG) #43768 - [
97bda1fa57
] - doc: clarify release process for new releasers (Rafael Gonzaga) #43739 - [
f7b8340efe
] - doc: fix typo in ngtcp2 readme (Dan Castillo) #43767 - [
c6bdb5cb22
] - doc: fix typo in errors.md (Kazuma Ohashi) #43677 - [
20fa30c871
] - doc: add new useful V8 option (JialuZhang-intel) #42575 - [
2b498fe7f5
] - doc: fix typo in util.parseArgs usage example (Michael Ficarra) #43332 - [
3244217e9a
] - doc: improve test runner timeout docs (Tobias Nießen) #43836 - [
65699a2132
] - doc: add code examples to node test runner (Wassim Chegham) #43359 - [
c7c769fe67
] - doc: include last security release date (Rafael Gonzaga) #43774 - [
3cda9686bd
] - doc: remove node-report from support tiers (RafaelGSS) #43737 - [
ae70ada8cb
] - doc: update changelog-maker to the new flags (RafaelGSS) #43696 - [
f42d674225
] - doc: remove extra 'in's (Colin Ihrig) #43705 - [
cfb236e6ba
] - doc: add Geoffrey Booth to TSC (Rich Trott) #43706 - [
c941798e88
] - doc: improve readability ofdns.md
(0xSanyam) #43694 - [
a8980b2468
] - doc: add note regarding special case of 0 stat.size (Douglas Wilson) #43690 - [
26cd4e2ae6
] - doc: fix default of duplex.allowHalfOpen (Vincent Weevers) #43665 - [
a8d1670ffa
] - doc: improve description of --input-type (cola119) #43507 - [
50a1b26605
] - doc: add daeyeon to triagers (Daeyeon Jeong) #43637 - [
ee10320c9e
] - doc: remove appmetrics from tierlist (Tony Gorez) #43608 - [
352628244b
] - doc: remove systemtap from tierlist (Tony Gorez) #43605 - [
407beb2bc6
] - doc: add single executable application initiative (Michael Dawson) #43611 - [
e5a7b0ff7c
] - doc: remove windows xperf from tierlist (Tony Gorez) #43607 - [
d514ee763f
] - doc: remove lttng from tierlist (Tony Gorez) #43604 - [
8f475e6d00
] - doc: remove dtrace from tierlist (Tony Gorez) #43606 - [
31f45288f5
] - doc: promote 0x to tier 4 (Tony Gorez) #43609 - [
78bedcd158
] - doc: include CVSS mention (Rafael Gonzaga) #43602 - [
c1ea44db51
] - doc: fix icu-small example (Michael Dawson) #43591 - [
a649d0175d
] - doc: addbackport-open-vN.x
step to backporting guide (LiviaMedeiros) #43590 - [
267e493448
] - doc: move MylesBorins to TSC Emeritus (Myles Borins) #43524 - [
444c1a6dcd
] - doc: add Juan as a security steward (Michael Dawson) #43512 - [
1da1722be8
] - doc: update link to MDN page about dynamic imports (James Scott-Brown) #43530 - [
70ab660107
] - doc: fix Visual Studio 2019 download link (Feng Yu) #43236 - [
23ec1a8727
] - doc: update link ofICU data slicer
(Feng Yu) #43483 - [
cda04013a0
] - doc: update v8 doc link to v8.dev (Feng Yu) #43482 - [
982e99eb6c
] - doc: add ESM version examples to events api doc (Feng Yu) #43226 - [
3d271f16b4
] - doc: update default branch name intest/**
(Luigi Pinca) #43445 - [
18789d5b4a
] - doc: remove branch name mention insrc/README.md
(Feng Yu) #43442 - [
f2dfe9b708
] - doc: update default branch name inMakefile
(Feng Yu) #43441 - [
8d0bca586f
] - doc: update main branch name in release guide (Richard Lau) #43437 - [
1945e9ba4a
] - doc: update main branch name in onboarding.md (Feng Yu) #43443 - [
98b27e7f4d
] - doc: fixup after rename of primary nodejs branch (Michael Dawson) #43453 - [
d5832e29b6
] - doc: update main branch name in doc/contributing/* (Luigi Pinca) #43438 - [
3f1ec10a66
] - doc: packages documentation updates for 12 EOL (Guy Bedford) #43375 - [
82dc48d36c
] - doc: fix specifier example inesm.md
(hiroki osame) #43351 - [
143186145c
] - doc: add missing require to stream api doc (Feng Yu) #43237 - [
7feff014c4
] - doc: use serial comma in worker_threads docs (Tobias Nießen) #43220 - [
c41bf4dc59
] - doc: use serial comma in assert docs (Tobias Nießen) #43154 - [
b6469537e4
] - doc: use consistent method symbol (Paolo Insogna) #42974 - [
a61b7fabc3
] - doc: use serial comma in fs docs (Tobias Nießen) #43104 - [
14c8f46091
] - doc: use serial comma in http docs (Tobias Nießen) #43026 - [
751f09eb28
] - doc: fix examples in cluster.md (OneNail) #42889 - [
cc398a829b
] - doc: addnode:
prefix for all core modules (Antoine du Hamel) #42752 - [
2922fbb9b2
] - doc: clarify some default values infs.md
(LiviaMedeiros) #42892 - [
10e9868cbb
] - doc: fix napi version for node_api_symbol_for (Danielle Adams) #42878 - [
3ccb5b4f3f
] - doc: add initial doc on how to update cjs-module-lexer (Michael Dawson) #43255 - [
9515ca6f0a
] - doc: clarify use of deps/icu-small (Michael Dawson) #43287 - [
7de20b518a
] - doc: remove llnode from diag tierlist (Tony Gorez) #43289 - [
5b0ad85fde
] - doc: remove ETW from diag tierlist (Tony Gorez) #43295 - [
5d2a4bd886
] - doc: use serial comma in report docs (Tobias Nießen) #43394 - [
18c6d17f4f
] - doc: add fspromises mkdir example (Tierney Cyren) #40843 - [
e44427954f
] - doc: add F3n67u to triagers (Feng Yu) #43350 - [
fb1566101c
] - doc: fix typo in globals.md (Daeyeon Jeong) #43365 - [
12e7a24b48
] - doc: use serial comma in webstreams docs (Tobias Nießen) #43353 - [
f7bfa10a29
] - doc: add undici to glossary (F3n67u) #43327 - [
961aeffffd
] - doc: change glossary link in pull request guide to node's glossary doc (Feng Yu) #43318 - [
759861d0d4
] - doc: improve description of TZ (Tobias Nießen) #43334 - [
288f6c0c04
] - doc: use serial comma in net docs (Tobias Nießen) #43335 - [
3d47c6655b
] - doc: make clear the result of comparison between Symbol.for (Kohei Ueno) #43309 - [
5029fc3beb
] - doc: add CIGTM toglossary.md
(Feng Yu) #43316 - [
7e4dab6ad9
] - doc: use serial comma in pull request doc (Feng Yu) #43319 - [
f94d4ea73b
] - doc: use serial comma in ESM docs (Tobias Nießen) #43322 - [
2f831105a3
] - doc: promote cdt to tier 3 (Tony Gorez) #43290 - [
3e50a1a9e5
] - doc: fix chromium document link in pull-requests.md (rikapo) #43265 - [
b20cd1b756
] - doc: fix 404 link of BUILDING.md (Feng Yu) #43234 - [
b34fce7ad5
] - doc: add src/crypto to CC list for nodejs/crypto (Tobias Nießen) #43286 - [
d50c5585b6
] - doc: use serial comma in console docs (Tobias Nießen) #43257 - [
f453918086
] - doc: use serial comma in errors docs (Tobias Nießen) #43242 - [
ed9e3b7007
] - doc: add note regarding%Array.prototype.concat%
inprimordials.md
(Antoine du Hamel) #43166 - [
1867462f15
] - doc: documentsignal
option forEventTarget#addEventListener
(Antoine du Hamel) #43170 - [
ffee27216f
] - doc: make minor adjustments (LiviaMedeiros) #43175 - [
1b97800c2c
] - doc: use serial comma in dgram docs (Tobias Nießen) #43191 - [
a51bdf6f91
] - doc: use serial comma in process docs (Tobias Nießen) #43179 - [
4b4ce99b63
] - doc: improved parallel specification (mawaregetsuka) #42679 - [
c591a2964c
] - doc: improve callback params forfs.mkdir
(Daeyeon Jeong) #43016 - [
086f8f426a
] - doc: fix errors in Performance hooks doc (OneNail) #43152 - [
fb18ade83b
] - doc: use serial comma in dns docs (Tobias Nießen) #43145 - [
2071b57666
] - doc: use ASCII apostrophes consistently (Tobias Nießen) #43114 - [
ae2ec73a69
] - doc: add strategic initiative for shadow realm (Chengzhong Wu) #43037 - [
cccc45653a
] - doc: use serial comma in events docs (Tobias Nießen) #43113 - [
6f3d6596b7
] - doc: use serial comma in modules docs (Tobias Nießen) #43103 - [
0eb8c46db6
] - doc: use serial comma in util docs (Tobias Nießen) #43063 - [
2a72a8ae66
] - doc: remove git:// protocol, adjust nits in onboarding.md (LiviaMedeiros) #43045 - [
b559dfe177
] - doc: add maintaining info for shared libary option (Michael Dawson) #42517 - [
9101aa89ce
] - doc: add detail for how to update llhttp (Michael Dawson) #43028 - [
c6f87e7987
] - doc: use serial comma in buffer docs (Tobias Nießen) #43048 - [
f0f3f1c1ec
] - doc: add Rafael to the security steward for NearForm (Matteo Collina) #42966 - [
e913dbf9e7
] - doc: mark some node-api functions as experimental (NickNaso) #42987 - [
65a5d49268
] - doc: add LiviaMedeiros to collaborators (LiviaMedeiros) #43039 - [
5129127db5
] - doc: add the preferred name for @himself65 (Himself65) #43024 - [
d0a95c97b5
] - doc: rename N-API to Node-API in test/README.md (Daeyeon Jeong) #42946 - [
48f6d0b19b
] - doc: use serial comma in tls docs (Tobias Nießen) #43001 - [
14569c7e9d
] - doc: improve commit message example for releases (Juan José) #42954 - [
78a08ab4c0
] - doc: use serial comma in cluster docs (Tobias Nießen) #42989 - [
42783cc205
] - doc: fix errors in Web Streams doc (OneNail) #42862 - [
40f552c4d8
] - doc: add additional step to security release process (Michael Dawson) #42916 - [
cbb20bea42
] - doc: add section regarding property definition inprimordials.md
(Antoine du Hamel) #42921 - [
841b690359
] - doc: reword "test directory" (LiviaMedeiros) #42817 - [
e1127b6154
] - doc: remove legacy-J
test.py option from BUILDING.md (LiviaMedeiros) #42817 - [
64919a59b5
] - doc: http2.createServeroptions
as optional (Daeyeon Jeong) #42832 - [
54ac0102c1
] - doc: record March 2022 security release steward (Richard Lau) #42876 - [
ca117b2fb0
] - doc: initial version of security-model-strategy.md (Michael Dawson) #42709 - [
e45861ff36
] - doc: clarify guide on testing internal errors (LiviaMedeiros) #42813 - [
cf8620394d
] - doc: fix markdown formatting in primordials.md (Tobias Nießen) #42877 - [
619414567f
] - doc: add primordials guidelines (Antoine du Hamel) #38635 - [
92d7214eb2
] - doc: elevate node-clinic diagnostic tier (RafaelGSS) #42802 - [
9ab641ee26
] - doc: update WebAssembly strategy with Wasm Web API (Tobias Nießen) #42836 - [
2c447b4f30
] - doc: ordervm.Module
linker arguments correctly (Simen Bekkhus) #42797 - [
2974f4042e
] - doc: add @kuriyosh to collaborators (Yoshiki Kurihara) #42824 - [
da97b86a99
] - doc: add maintaining-webassembly.md (Michael Dawson) #42660 - [
2178ccfd77
] - doc: delete heapdump from diagnostic tooling support tiers (Tony Gorez) #42783 - [
b5cac3a4b7
] - doc: fix example in assert.md (LiviaMedeiros) #42786 - [
6e8285a27b
] - doc: fix version history for Loaders API (Antoine du Hamel) #42778 - [
b5a3c0499b
] - doc: clarify core modules that can be loaded without a prefix (Antoine du Hamel) #42753 - [
41ad6fa020
] - doc: consolidate use of multiple-byte units (Antoine du Hamel) #42587 - [
36c0e47bf5
] - doc: add documentation for inherited methods (Luigi Pinca) #42691 - [
665fb3d269
] - doc: close tag in n-api.md (LiviaMedeiros) #42751 - [
3c97384527
] - doc: copyedit http.OutgoingMessage documentation (Luigi Pinca) #42733 - [
2f319825cc
] - doc: improve fragment (:target
) anchors behavior on HTML version (Antoine du Hamel) #42739 - [
1b88868adc
] - doc: fixadded:
info foroutgoingMessage.writable*
(Luigi Pinca) #42737 - [
0238239de0
] - doc: delete mdb_v8 from diagnostic tooling support tiers (Tony Gorez) #42626 - [
b4b2a0f8b7
] - doc: document the 'close' and 'finish' events (Luigi Pinca) #42704 - [
d7265d8ae4
] - doc: fixadded:
info foroutgoingMessage.{,un}cork()
(Luigi Pinca) #42711 - [
1b668d4be6
] - doc: revise data imports and node: imports sections (Rich Trott) #42734 - [
b6c23b0312
] - doc: fix ESM JSON/data URL import example (Rich Trott) #42728 - [
806711346d
] - doc: improve doc for http.ServerResponse inheritance (Luigi Pinca) #42693 - [
7c881b218f
] - doc: add RafaelGSS to collaborators (RafaelGSS) #42718 - [
654e71c29c
] - doc: add NodeEdKeyGenParams to CryptoKey.algorithm (Tobias Nießen) #42629 - [
e566e5c3e4
] - doc: fix the example for embedders (Momtchil Momtchev) #42671 - [
47f7b34831
] - doc: change AES-GCM IV recommendation in WebCrypto (Tobias Nießen) #42611 - [
0a64b14343
] - doc: fixadded:
info for some methods (Luigi Pinca) #42661 - [
0c9038020a
] - doc: remove unneeded new in Buffer example (Niklas Mischkulnig) #42682 - [
06f7aeb2d2
] - doc: mark worker.id as integer in cluster docs (Tobias Nießen) #42684 - [
1c579ecb78
] - doc: recommendfh.createWriteStream
for fsPromises methods (Antoine du Hamel) #42653 - [
3ba17b184d
] - doc: fix outgoingMessage.removeHeader() signature (Luigi Pinca) #42652 - [
ba1f864159
] - doc: mark tlsSocket.authorized as boolean property (Tobias Nießen) #42647 - [
85aeae2cd2
] - doc: add missing punctuation in Web Streams doc (Tobias Nießen) #42672 - [
630cadbc3f
] - doc: add missing article in session ticket section (Tobias Nießen) #42632 - [
b636996499
] - doc: link to dynamic import function (Tobias Nießen) #42634 - [
70f61a57d0
] - doc: add note about header values encoding (Paolo Insogna) #42624 - [
608d777cf8
] - doc: add missing word in rootCertificates section (Tobias Nießen) #42633 - [
dbc993294f
] - doc: fix brackets position (LiviaMedeiros) #42649 - [
a9e97fcc3f
] - doc: copyedit corepack.md (Rich Trott) #42620 - [
6209e295bb
] - doc: delete chakra tt from diagnostic tooling support tiers (Tony Gorez) #42627 - [
198f22d3da
] - doc: simplify Http2Stream encoding text (Rich Trott) #42597 - [
9129f024dc
] - doc: remove obsolete stream API selection text (Rich Trott) #42586 - [
88108da2c1
] - doc: remove faulty justification for 128-bit AES (Tobias Nießen) #42578 - [
8072adf41e
] - doc: fix documentation ofFileHandle.prototype.appendFile
(Antoine du Hamel) #42588 - [
300b9d15ea
] - doc: change "OCSP Request" to "OCSP request" (Tobias Nießen) #42582 - [
5ee6b07a6b
] - doc: aes webcrypto unwrap is not a node-specific extensions (Filip Skokan) #42561 - [
8850cf99f7
] - doc: simplify recommendations in process.md (Rich Trott) #42556 - [
c361129d7b
] - doc: clarify recommendations in stream.md (Rich Trott) #42555 - [
3bec01f1b9
] - doc: simplify recommendation in webcrypto.md (Rich Trott) #42554 - [
9c307937b4
] - doc: update DEP0102 text (Rich Trott) #42553 - [
73ce20162b
] - doc: add introduction sentence for CJS (Antoine du Hamel) #42491 - [
5783865894
] - doc: add @meixg to collaborators (Xuguang Mei) #42576 - [
a8a075b48b
] - doc: consolidate CI sections (Rich Trott) #42534 - [
816cc5ed8a
] - doc: remove extraneous comma (Rich Trott) #42548 - [
7476fe9431
] - doc: guide towards x509.fingerprint256 (Tobias Nießen) #42516 - [
a6af500919
] - doc: fix internal link in collaborator-guide.md (Daeyeon Jeong) #42551 - [
9a70c3b843
] - doc: add suggestion for OpenSSL only sec releases (Michael Dawson) #42456 - [
28208311bf
] - doc: fix comment text in async_hooks example (Rich Trott) #42499 - [
8fd7ab5d1f
] - doc: addstability
class to legacy status description (Daniel Roe) #42525 - [
37366d4ec4
] - doc: suggest checkHost in checkServerIdentity docs (Tobias Nießen) #42495 - [
981d602d8c
] - doc: update security release onboarding (Joe Sepi) #42333 - [
33b14263e9
] - doc: remove comma splice in events.md (Rich Trott) #42484 - [
89e3cedb1a
] - doc: clarify napi_finalize behavior (Alba Mendez) #42461 - [
40b61dbf1b
] - doc: expand history for conditional exports changes in v12 (Greg Poole) #42339 - [
70f982a8fe
] - doc: change comma-splice to two sentences (Rich Trott) #42455 - [
69a4daaa09
] - doc: add link to section (Rich Trott) #42428 - [
7a7030af79
] - doc: fix typo in async_context.md (Anupama Codippily) #42444 - [
3cf80254c7
] - doc: addtrace_gc
to diagnostic tooling support document (Tony Gorez) #42346 - [
d9ae6c7829
] - doc: make header smaller and dropdown click-driven when JS is on (Paolo Insogna) #42165 - [
01eb1dc8eb
] - doc: standardize typography for _semantic versioning_ (Rich Trott) #42401 - [
d70f9cb2a3
] - doc: unify import order in CCM example (Tobias Nießen) #42394 - [
165ee28853
] - doc: update property name (Rich Trott) #42398 - [
b3a7a689f9
] - doc: document breaking change inhttp.IncomingMessage
'close'
event (Paolo Insogna) #42521 - [
7be07c719c
] - doc,test: clarify timingSafeEqual semantics (Tobias Nießen) #43228 - [
6c00369083
] - doc,test: clarify ChaCha20-Poly1305 usage (Tobias Nießen) #42323
Other commits
- [
3b10a94a95
] - benchmark: fix output regression (Brian White) #43635 - [
f4c4113434
] - benchmark: fix fork detection (Paolo Insogna) #43601 - [
04f651186d
] - benchmark: forcefully close processes (Paolo Insogna) #43557 - [
986fb3e9ae
] - benchmark: add node-error benchmark (RafaelGSS) #43077 - [
c36b02f666
] - benchmark: fix misc/startup failure (Antoine du Hamel) #42746 - [
391e16235c
] - build: make GitPod less noisy (Rich Trott) #43829 - [
5315d9741c
] - build: add GitHub token permissions for workflows (Varun Sharma) #43743 - [
025248bfb0
] - build: enable GitPod prebuilds (Rich Trott) #43698 - [
d9664c3040
] - build: clarify missing clang-format tool (Tobias Nießen) #42762 - [
600505ee71
] - build: update main branch name in GH workflow (Feng Yu) #43481 - [
ab55ff4a52
] - build: add nonpm and nocorepack to vcbuild.bat (Darshan Sen) #43219 - [
cf68280548
] - build: set ASAN workaround (Richard Lau) #43085 - [
c4f7e93964
] - build: fix format-cpp (Darshan Sen) #42764 - [
dd97a9d1fa
] - build: improve the format-cpp error message (Darshan Sen) #42765 - [
fc55a6798f
] - build: run clang-format on CI (Darshan Sen) #42681 - [
46bc3c1af1
] - build: consolidate JS and md linting GitHub Actions (Rich Trott) #42572 - [
dd7aa2d51f
] - build: set stale action back to running nightly (Michael Dawson) #42549 - [
dda77aa63b
] - build: bump actions/checkout (Eliaz Bobadilla) #42460 - [
0d93b425cf
] - meta: update AUTHORS (Node.js GitHub Bot) #43966 - [
7a974457df
] - meta: updatenode-api
in label-pr-config (Daeyeon Jeong) #43794 - [
dff6068c9a
] - meta: update AUTHORS (Node.js GitHub Bot) #43872 - [
80d562b051
] - meta: use platform dropdown on flaky template (Rafael Gonzaga) #43855 - [
162c7cbb54
] - meta: enable blank issues (Matteo Collina) #43775 - [
becfcb4d97
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #43770 - [
78bb3ab8e8
] - meta: update AUTHORS (Node.js GitHub Bot) #43750 - [
b62574c4bd
] - meta: update AUTHORS (Node.js GitHub Bot) #43660 - [
965367f586
] - meta: update AUTHORS (Node.js GitHub Bot) #43573 - [
3760490c3a
] - meta: update AUTHORS (Node.js GitHub Bot) #43480 - [
5c6021772f
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #43399 - [
a544a09662
] - meta: update AUTHORS (Node.js GitHub Bot) #43387 - [
d0084daa8a
] - meta: move one or more collaborators to emeritus (#43183) (Node.js GitHub Bot) #43183 - [
bb7b1dcb7a
] - meta: update AUTHORS (Node.js GitHub Bot) #43312 - [
aa868efe15
] - meta: update AUTHORS (Node.js GitHub Bot) #43231 - [
fb5d9b7fb5
] - meta: add mailmap entry for legendecas (Chengzhong Wu) #43156 - [
06578724bd
] - meta: add mailmap entry for npm team (Luigi Pinca) #43143 - [
bd6912def5
] - meta: add mailmap entry for Morgan Roderick (Luigi Pinca) #43144 - [
3db25bfc63
] - meta: add mailmap entry for ShogunPanda (Paolo Insogna) #43094 - [
0ce67e22fb
] - meta: update .mailmap for recent README name change (Rich Trott) #43027 - [
74ed25ddf5
] - meta: update AUTHORS (Node.js GitHub Bot) #43004 - [
72e9ca1a45
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42937 - [
c351bf682a
] - meta: update AUTHORS (Node.js GitHub Bot) #42848 - [
54d94d04ca
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42769 - [
412b3313c9
] - meta: update AUTHORS (Node.js GitHub Bot) #42760 - [
499d0100a6
] - meta: move mmarchini to emeritus (mary marchini) #42750 - [
7f857d16b8
] - meta: update AUTHORS (Node.js GitHub Bot) #42677 - [
0994001a51
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42599 - [
ac1c0122e4
] - meta: update .mailmap and AUTHORS (Rich Trott) #42602 - [
c7264b712b
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42500 - [
bc4bd92bb8
] - meta: update AUTHORS (Node.js GitHub Bot) #42585 - [
bcd8a55f37
] - meta: update AUTHORS (Node.js GitHub Bot) #42488 - [
e6db8099f8
] - test: refactor ESM tests to improve performance (Jacob Smith) #43784 - [
0046b9a478
] - test: add test on worker process.exit in async modules (Chengzhong Wu) #43751 - [
3a6df62cfd
] - test: update WPT encoding tests (Kohei Ueno) #43958 - [
ca747ccb7e
] - test: remove test-whatwg-events-add-event-listener-options-once.js (Feng Yu) #43877 - [
e22041734a
] - test: work scheduled in process.nextTick can keep the event loop alive (Andreu Botella) #43787 - [
2730a10a58
] - test: simplify test-tls-set-secure-context (Tobias Nießen) #43878 - [
ec3c331c73
] - test: fix test http upload timeout (theanarkh) #43935 - [
19397a0488
] - test: simplify ReplStream.wait() (Tobias Nießen) #43857 - [
918448e239
] - test: ensure NODE_EXTRA_CA_CERTS not set before tests (KrayzeeKev) #43858 - [
f4cd579ae1
] - test: add check to test-fs-readfile-tostring-fail (Richard Lau) #43850 - [
e271e3403e
] - test: usecommon.mustNotMutateObjectDeep()
in immutability tests (LiviaMedeiros) #43196 - [
409158c919
] - test: addcommon.mustNotMutateObjectDeep()
(LiviaMedeiros) #43196 - [
75e6933a39
] - test: fix coverity warning in test (Michael Dawson) #43631 - [
087fc8dddf
] - test: mark test-http-client-response-timeout flaky (Tobias Nießen) #43792 - [
993bf7b671
] - test: mark flaky tests on smartos (Feng Yu) #43596 - [
a3a2a9ede5
] - test: mark test-http-server-request-timeouts-mixed flaky on macOS (F3n67u) #43597 - [
7cb71c0c7e
] - test: skip test-net-connect-reset-until-connected on SmartOS (Filip Skokan) #43449 - [
b5eb55646f
] - test: add test for short-option followed by its value (Kohei Ueno) #43358 - [
8bd2f4e2b8
] - test: useassert.match()
instead ofassert(regex.test())
(Antoine du Hamel) #42803 - [
f99b0d02e7
] - test: fix typo in test-stream-toArray (Tobias Nießen) #41634 - [
95a823dc26
] - test: fix typo in file name (Antoine du Hamel) #43764 - [
c291233955
] - test: improve lib/internal/test_runner/test.js coverage (MURAKAMI Masahiko) #42745 - [
a5e16203a3
] - test: mark test-net-connect-reset-until-connected flaky on freebsd (Feng Yu) #43613 - [
42610cc8e2
] - test: mark test-gc-http-client-timeout as flaky on arm (Chengzhong Wu) #43754 - [
cc5f17f128
] - test: add test for profile command of node inspect (Kohei Ueno) #43058 - [
11df17c2f9
] - test: use Object fortests
variable in fs trace test (Feng Yu) #43585 - [
61ddd50c38
] - test: improve code coverage for performance_entry (Kohei Ueno) #43434 - [
341799a0c3
] - test: add test to ensure repl doesn't support --input-type (cola119) #43507 - [
9bc4ad0483
] - test: fix flaky test-perf-hooks-histogram (Santiago Gimeno) #43567 - [
4d8daae236
] - test: fix Buffer.from(ArrayBufferView) call (LiviaMedeiros) #43614 - [
8c7597373f
] - test: mark test-worker-http2-stream-terminate flaky on all platforms (Finn Yu) #43620 - [
e8754f3557
] - test: improve code coverage for SourceMap class (italo jose) #43285 - [
93de96f844
] - test: refactor to top-level await (Meek Simbule) #43500 - [
f3e9fd7a00
] - test: skip test-v8-serialize-leak on IBM i (Richard Lau) #43511 - [
65c3e901eb
] - test: use unique file names in fs trace test (Ben Noordhuis) #43504 - [
7ce80d81ed
] - test: allow EOVERFLOW errors in fs position tests (Richard Lau) #43510 - [
bf5adf37f3
] - test: add WPT tests for dom/events (Daiki Nishikawa) #43151 - [
a5df207c2b
] - test: replace gc(true) with gc({ type: 'minor' }) (Tobias Nießen) #43493 - [
222a6e94ed
] - test: improve coverage for load hooks (Antoine du Hamel) #43374 - [
9c1fffc93e
] - test: refactor to top-level await (Meek Simbule) #43366 - [
4ff1c32f44
] - test: renametest-eventtarget-whatwg-*.js
(Daeyeon Jeong) #43467 - [
68a138333b
] - test: mark test-worker-http2-stream-terminate flaky on Windows (Darshan Sen) #43425 - [
6fcb349fda
] - Revert "test: mark test_buffer/test_finalizer flaky" (Matteo Collina) #43418 - [
38336403d2
] - test: make node-api/test_buffer/test_finalizer not flaky (Matteo Collina) #43418 - [
8e5e5a10c1
] - test: reduce flakiness oftest-fs-read-position-validation.mjs
(LiviaMedeiros) #42999 - [
b750ff1452
] - test: remove the legacy url parser function
v16.16.0
This is a security release.
Notable changes
-
deps:
- upgrade openssl sources to OpenSSL_1_1_1q (RafaelGSS) #43692
-
src:
- add OpenSSL config appname (Daniel Bevenius) #43124
Commits
- [
2303fd3fe5
] - deps: update archs files for OpenSSL-1.1.1q (RafaelGSS) #43692 - [
b219a63c28
] - deps: upgrade openssl sources to OpenSSL_1_1_1q (RafaelGSS) #43692 - [
c6553a4ef5
] - deps: update archs files for OpenSSL-1.1.1p+quic (RafaelGSS) #43535 - [
e9084a3e90
] - deps: upgrade openssl sources to OpenSSL_1_1_1p+quic (RafaelGSS) #43535 - [
1da22eb482
] - http: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) nodejs-private/node-private#315 - [
754c9bfde0
] - src: fix IPv4 validation in inspector_socket (Tobias Nießen) nodejs-private/node-private#320 - [
447cf680b0
] - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) #43124
v16.15.1
Notable Changes
-
deps:
- upgrade npm to 8.11.0 (npm-cli+bot@github.com) #43210
-
docs:
Commits
- [
f7c4ce2255
] - deps: V8: cherry-pick3ebf205
(Liu Yu) #43147 - [
447f9a0e2e
] - deps: upgrade npm to 8.11.0 (npm-cli+bot@github.com) #43210 - [
68572bdea2
] - deps: upgrade npm to 8.10.0 (npm-cli+bot@github.com) #43061 - [
3dfc632f12
] - deps: upgrade npm to 8.9.0 (npm-robot) #42968 - [
a746943fcb
] - deps: update archs files for OpenSSL-1.1.1o (RafaelGSS) #42957 - [
6efc844922
] - deps: upgrade openssl sources to OpenSSL_1_1_1o (RafaelGSS) #42957 - [
3ceeb574c3
] - deps: upgrade npm to 8.8.0 (npm-robot) #42886 - [
f8b2156e07
] - deps: upgrade npm to 8.7.0 (ops+robot@npmjs.com) #42744 - [
898b4751e9
] - deps: upgrade npm to 8.6.0 (npm team) #42550 - [
617f64a1cd
] - doc: add release key for RafaelGSS (Rafael Gonzaga) #43131 - [
e1b47e6e3d
] - doc: add release key for Juan Arboleda (Juan José) #42961 - [
4185f1f466
] - src,inspector: fix empty MaybeLocal crash (Darshan Sen) #42409 - [
f11b3cfc6a
] - test: delete test/pummel/test-repl-empty-maybelocal-crash.js (Darshan Sen) #42720 - [
feac215e4e
] - tools: disable trap handler for Windows cross-compiler (Michaël Zasso) #40488 - [
47cdddf59b
] - tools: update V8 gypfiles for 9.6 (Michaël Zasso) #40488
v16.15.0
Notable changes
Add fetch API
Adds experimental support to the fetch API. This adds the --experimental-fetch
flag that installs the fetch
, Request
, Response
, Headers
, and FormData
globals.
- (SEMVER-MINOR) add fetch (Michaël Zasso) #41749
- (SEMVER-MINOR) add FormData global when fetch is enabled (Michaël Zasso) #41956
Other notable changes
-
build:
- remove broken x32 arch support (Ben Noordhuis) #41905
-
crypto:
- (SEMVER-MINOR) add KeyObject.prototype.equals method (Filip Skokan) #42093
-
doc:
- add @ShogunPanda to collaborators (Paolo Insogna) #42362
- add JakobJingleheimer to collaborators list (Jacob Smith) #42185
- add joesepi to collaborators (Joe Sepi) #41914
- add marsonya to collaborators (Akhil Marsonya) #41991
- deprecate string coercion in
fs.write
,fs.writeFileSync
(Livia Medeiros) #42149 - deprecate notice for process methods (Yash Ladha) #41587
-
esm:
- (SEMVER-MINOR) support https remotely and http locally under flag (Bradley Farias) #36328
-
module:
- (SEMVER-MINOR) unflag esm json modules (Geoffrey Booth) #41736
-
node-api:
- (SEMVER-MINOR) add node_api_symbol_for() (Darshan Sen) #41329
-
process:
- deprecate multipleResolves (Benjamin Gruenbaum) #41872
- stream:
Commits
- [
3d4df9cd70
] - (SEMVER-MINOR) benchmark: addsubarray
tobuffer-slice
(Benjamin Gruenbaum) #41596 - [
d40f5a177a
] - buffer: improve blob read performance (Xuguang Mei) #42117 - [
84752a495f
] - (SEMVER-MINOR) buffer: aliassubarray
andslice
(Benjamin Gruenbaum) #41596 - [
c5da1dda4a
] - build: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) #42204 - [
ba56e41953
] - build: drop shortened URL from lint-commit-message (Richard Lau) #42168 - [
b2c88ec69c
] - build: fix usage of input in feature action (Michael Dawson) #42150 - [
bcabd70d93
] - build: increase max ops for stale feature action (Michael Dawson) #42130 - [
042fb6f4d5
] - build: add corepack to the auto-updated dependencies (Maël Nison) #42090 - [
611cbf13a6
] - build: last test of the stale feature action (Michael Dawson) #42085 - [
0d8f76ff2f
] - build: update feature close action for testing (Michael Dawson) #42082 - [
bc3d8a752f
] - build: cancel running CI jobs when a MR is updated (Michaël Zasso) #42017 - [
e049173bce
] - build: increase operations and test tag (Michael Dawson) #42038 - [
4c47d59e9b
] - build: allow manual run of feature request action (Michael Dawson) #42037 - [
692ee2ae06
] - build: add action to close stale feature requests (Michael Dawson) #41981 - [
290a2bfd81
] - build: prevent concurrent CI and CQ workflow runs (Michaël Zasso) #42016 - [
d2c1624279
] - build: use zoslib_include_dir provided by node-gyp (alexcfyung) #41713 - [
db4a3dc1a6
] - build: move tool updates workflow runtime a day later (Rich Trott) #41982 - [
24d0c32af4
] - build: extend yamllint configuration (Mestery) #41756 - [
428b967ea4
] - build: remove broken x32 arch support (Ben Noordhuis) #41905 - [
51847e0d24
] - build: revert fast-track changes (Filip Skokan) #41892 - [
1452f8d6f1
] - build: improve consistency between workflows (Mestery) #41791 - [
9677da4b46
] - (SEMVER-MINOR) build: add --v8-enable-hugepage flag (Daoming Qiu) #41487 - [
5468de5317
] - build,tools: change the quotes in YAML (Mestery) #41756 - [
f32c39762c
] - child_process: kHideConsoleWindows for spawnSync (Raymond Zhao) #41412 - [
914f9071ba
] - cluster: respect listen backlog set by workers (Elad Nava) #41623 - [
f990308972
] - crypto: fix auth tag length error when mode != GCM (Tobias Nießen) #42383 - [
7f43f94304
] - crypto: fix fingerprint string size calculation (Tobias Nießen) #42175 - [
602f34eeb8
] - crypto: add CHECKs to remaining BIO_s_mem allocs (Tobias Nießen) #42155 - [
4eecb25125
] - crypto: validatethis
value forwebcrypto.getRandomValues
(Antoine du Hamel) #41760 - [
b7599d8b14
] - (SEMVER-MINOR) crypto: add KeyObject.prototype.equals method (Filip Skokan) #42093 - [
70ae0ae8a0
] - crypto: check result of BIO_new in X509ToObject (Tobias Nießen) #41979 - [
36b9028f4f
] - crypto: rename X509_NAME_FLAGS (Tobias Nießen) #42001 - [
a592442218
] - (SEMVER-MINOR) crypto: expose Web Crypto API on the global scope (Antoine du Hamel) #41938 - [
46dda316df
] - crypto: do not advertise unsupported algorithms (Brian White) #41864 - [
adb88fcb46
] - (SEMVER-MINOR) crypto: support RFC 2818 compatible checkHost (Tobias Nießen) #41569 - [
e9d7af1cc6
] - debugger: correct typo in inspect_repl.js (Kohei Ueno) #42267 - [
e6019a4cc0
] - debugger: add debugger alias for exec(expr) (Xuguang Mei) #41907 - [
83691ada5b
] - debugger: remove duplicate setPauseOnException call (Balakrishna Avulapati) #41838 - [
7e73e5e46b
] - deps: upgrade npm to 8.5.5 (npm team) #42382 - [
8d734cbde6
] - deps: cares: cherry-pickb5a3d96
(bradh352) #42216 - [
ba1d949ce0
] - deps: V8: cherry-pickc6f6626
(Lu Yahan) #42240 - [
6b721d7103
] - deps: upgrade npm to 8.5.3 (npm team) #42205 - [
baeb66a35a
] - deps: update nghttp2 to 1.47.0 (Yash Ladha) #42127 - [
1a0f26f55c
] - deps: upgrade npm to 8.5.2 (npm team) #42122 - [
396240bf80
] - deps: V8: cherry-pick77d5154
(Lu Yahan) #42067 - [
3f09a6d227
] - deps: V8: cherry-pickb663343
(Lu Yahan) #42067 - [
a73536b286
] - deps: upgrade npm to 8.5.1 (npm-robot) #42039 - [
c64b0381ee
] - deps: update undici to 5.0.0 (Node.js GitHub Bot) #42583 - [
a670c1fb5f
] - deps: update undici to 4.16.0 (Node.js GitHub Bot) #42414 - [
721d10751b
] - deps: update undici to 4.15.1 (Michaël Zasso) #42246 - [
83a667621b
] - deps: update undici to3e267ec
(Michaël Zasso) #41955 - [
208ab5723e
] - doc: improve README.md usability (Rich Trott) #42378 - [
682248c980
] - doc: add that chacha20-poly1305 is IETF version (Tobias Nießen) #42370 - [
83391d185c
] - doc: document goal to have examples (Michael Dawson) #42274 - [
7073017efb
] - doc: fix Embedder's Guide link to V8 official docs (Aroyan) #42373 - [
cb07930bda
] - doc: remove unneeded lint disable comment (Rich Trott) #42374 - [
fb42f99514
] - doc: revise async_hooks docs (Rich Trott) #42337 - [
835e65b78e
] - doc: add @ShogunPanda to collaborators (Paolo Insogna) #42362 - [
df1909982d
] - doc: update base branch name fornodejs/nodejs.org
(Danielle Adams) #42355 - [
4f6b187059
] - doc: fix async iterable pipeline signal examples (Randall Leeds) #42258 - [
3188dcb390
] - doc: clarify path search inchild_process.spawn
(Damjan Cvetko) #41418 - [
f53b454e2e
] - doc: clarify the meaning of legacy status (Darshan Sen) #42269 - [
43b8a4fc57
] - doc: improve pipe description (Mikael Finstad) #42295 - [
9fa6e445d5
] - doc: remove outdated timeout.unref content (Xuguang Mei) #42241 - [
a84896ea2c
] - doc: deprecate string coercion infs.write
,fs.writeFileSync
(Livia Medeiros) #42149 - [
436bdde654
] - doc: remove refs to old OpenSSL list-* commands (Tobias Nießen) #42235 - [
6763bede4c
] - doc: readline'line'
event emits final line (Matt Probert) #42214 - [
6545094a94
] - doc: update stale feature messages (Michael Dawson) #42217 - [
275b66d54e
] - doc: remove erroneous comma in cluster explainer (Tobias Nießen) #42238 - [
cda623cc1d
] - doc: remove "considered" for clarity (Rich Trott) #42218 - [
17172fef20
] - doc: clarify that some modules don't work when compiled without ssl (Antoine du Hamel) #42198 - [
126045356a
] - doc: add note about nghttp2 hd pair size (Rafael Silva) #42172 - [
63b468f753
] - doc: use parenthesis instead of em dash (Antoine du Hamel) #42202 - [
19b62ddd68
] - doc: add next-10 to strategic initiatives (Michael Dawson) #42167 - [
993a943f2c
] - doc: add missing single-quotes tohttp.OutgoingMessage
(Juan José Arboleda) #42162 - [
d0ce089622
] - doc: fix typos (apeltop) #42146 - [
88e67b8ec3
] - doc: add JakobJingleheimer to collaborators list (Jacob Smith) #42185 - [
5322c73241
] - doc: remove reference to obsolete security program (Rich Trott) #42144 - [
5980b6d133
] - doc: remove repeated a word (apeltop) #42138 - [
a70a1ce3a9
] - doc: make building with ninja more discoverable (Balakrishna Avulapati) #41840 - [
bc457c2339
] - doc: document change to IncomingMessage.headers enumerability (Arnold Zokas) #42095 - [
1eb4d8b89c
] - doc: add meixg to triagers (Xuguang Mei) #42066 - [
3d75c8748c
] - doc: clarify persistent ref behavior (Michael Dawson) #42035 - [
8c26d8cea1
] - doc: move bnoordhuis back to collaborators (Ben Noordhuis) #42064 - [
0c21b58d57
] - doc: clarify supported versus enabled TLS ciphers (Tobias Nießen) #42063 - [
a658437c64
] - doc: add missing api entries on performance (legendecas) #42018 - [
51cb78022e
] - doc: fix typo in http2 endAfterHeaders description (Alexandru Comanescu) #42060 - [
40ddfa4e69
] - doc: make minor fixes to contributing guides (T-O-R-U-S) #41966 - [
60d6409af0
] - doc: use openpgp.org for keyserver examples (Nick Schonning) #39227 - [
9800719237
] - doc: adjust a/an word usage (Derek Wolpert) #41915 - [
43894b1bc4
] - doc: capitalize valgrind (T•Ø•R•Ü•S) #41986 - [
a34cc75026
] - doc: fix deprecation number (Antoine du Hamel) #41990 - [
dd88f54d57
] - doc: add marsonya to collaborators (Akhil Marsonya) #41991 - [
8858950a9f
] - doc: deprecate notice for process methods (Yash Ladha) #41587 - [
d77db88386
] - doc: fix bug inreadable.unshift
code example (Xuguang Mei) #41944 - [
81e56c9178
] - doc: add missingbuffer
in thestream/consumers
import example (Mestery) #41961 - [
c08efba968
] - doc: fix typo in readableStream.locked description (Tobias Nießen) #41923 - [
e21831bad1
] - doc: fix wrong indent in stream documentation (Xuguang Mei) #41943 - [
e55f340052
] - doc: emphasize security warning in vm module doc (Rich Trott) #41916 - [
ce15007fd7
] - doc: clarifytls.Server
'connection'
event documentation (Austin Cheney) #41917 - [
6fc0a25b64
] - doc: improve scrollbar appearance in dark mode (Aaron Xie) #41890 - [
90d955100d
] - doc: replace text with paths in toggle SVGs (Brian White) #41885 - [
6fd538331d
] - doc: edit process.config deprecation text (Rich Trott) #41889 - [
55caa10c54
] - doc: add joesepi to collaborators (Joe Sepi) #41914 - [
73f3a2cf96
] - doc: remove unneeded ellipsis in header (Rich Trott) #41888 - [
b950f5db84
] - doc: fix webstream close reject state state doc (Benjamin Gruenbaum) #41860 - [
e46c7d6f69
] - (SEMVER-MINOR) doc: deprecatebuffer.slice
(Benjamin Gruenbaum) #41596 - [
83129729c6
] - doc: fix backticks around 'default' (Tobias Nießen) #41613 - [
f8819e86fd
] - doc: fix version history fornet.Socket
andnet.Server
(Antoine du Hamel) #42268 - [
12bf85a606
] - doc,tools: improve navigability of API docs (Paolo Insogna) #41404 - [
37f6f92905
] - errors: do not access .stack in debug (Benjamin Coe) #42096 - [
166eb782f9
] - esm: fix base URL for network imports (Bradley Farias) #42131 - [
b68db72746
] - esm: fix relative imports for https (Bradley Farias) #42119 - [
c777cb3368
] - esm: make extension-less errors in type:module actionable (Bradley Farias) #42301 - [
2e42ccf1a5
] - esm: improve typings and code coverage (Bradley Farias) #42305 - [
25017ca107
] - esm: add runtime warning for specifier resolution flag (Geoffrey Booth) #42252 - [
1324023fea
] - esm: improvefetch_module
test coverage and remove hack (Antoine du Hamel) #41947 - [
9b8c927d29
] - esm: remove erroneouscontext.parentURL
property passed toload
hook (Jacob Smith) #41975 - [
47cefec5c9
] - esm: fix typo infetch_module
(Michael Scovetta) #41924 - [
0d185f7930
] - (SEMVER-MINOR) esm: support https remotely and http locally under flag (Bradley Farias) #36328 - [
b0a83115db
] - events: set default handler value (Benjamin Gruenbaum) #41970 - [
6b55ba2fa2
] - fs: adjust defaultlength
forfs.readSync
and fsPromises/read
(Livia Medeiros) #42128 - [
da87c731b8
] - fs: fix defaultlength
parameter forfs.read
(wbt) #40349 - [
33e4a32f9e
] - (SEMVER-MINOR) fs: support copy of relative links with cp and cpSync (Marcos Bjoerkelund) #41819 - [
571eb6dc74
] - fs: fix cb/sync writev empty array behavior (Benjamin Gruenbaum) #41932 - [
257a7a5802
] - fs: fix writev empty array error behavior (Benjamin Gruenbaum) #41919 - [
2d165652f1
] - fs: refactor to use ES2020 syntax (小菜) #41903 - [
39fb114dde
] - (SEMVER-MINOR) http: trace http client by perf_hooks (theanarkh) #42345 - [
16c00c6ac8
] - http: add default argument for Agent.prototype.getName (小菜) #41906 - [
d301a8825b
] - http2: fix potential integer overflow (Michael Dawson) #42248 - [
ddef6bbcb8
] - http2: add edge case to GOAWAY request (Rafael Silva) #42190 - [
28af75ef65
] - http2: close stream and session on frameError (Rafael Silva) #42147 - [
ebe2b6d21e
] - lib: refactor to use primordials inlib/assert.js
(Akhil Marsonya) #41702 - [
dcebb99dfc
] - lib: fix AsyncResource.bind not using 'this' from the caller by default (Roch Devost) #42177 - [
e1704407ae
] - lib: clean after the cancel algorithm throw error (Chen Gang) #41366 - [
91a06bd629
] - lib: add legacy built-in functions to primordials (Antoine du Hamel) #42049 - [
e80043fb61
] - lib: stop installing webcrypto ifno_browser_globals
istrue
(Mestery) #41971 - [
9946b9bceb
] - lib: allow respondWithNewView on byob auto allocated streams (Sean Quinlan) #41887 - [
f4e39171de
] - lib: restrict usage of fetch related globals in core internals (Antoine du Hamel) #41957 - [
b1f0cc6412
] - lib: move kEnumerableProperty to internal/util (Mestery) #41877 - [
2a85e0ac00
] - lib: add internal genericNodeError() function (Rich Trott) #41879 - [
647805a747
] - (SEMVER-MINOR) lib: add FormData global when fetch is enabled (Michaël Zasso) #41956 - [
f17ce913c9
] - (SEMVER-MINOR) lib: add fetch (Michaël Zasso) #41749 - [
2cbf45b8a5
] - loader: fix esm resolve for symlink file (Xuguang Mei) #42197 - [
a363842261
] - meta: update AUTHORS (Node.js GitHub Bot) #42404 - [
a122eb1989
] - meta: update AUTHORS (Node.js GitHub Bot) #42317 - [
c56e15a0eb
] - meta: add dependencies label to label-pr-config (Mestery) #42129 - [
137ca4e1d4
] - meta: update AUTHORS (Node.js GitHub Bot) #42227 - [
09ab04696f
] - meta: update AUTHORS (Node.js GitHub Bot) #42142 - [
d4d9c00949
] - meta: correct link to feature request document (Simen Bekkhus) #42092 - [
2135f8e6cb
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #42068 - [
b969a278eb
] - meta: remove collaborator (Rich Trott) #42073 - [
de035bceda
] - meta: update AUTHORS (Node.js GitHub Bot) #42058 - [
f5ffa34f77
] - meta: use plain emojis instead of escape sequences (Mestery) #41989 - [
6f1adf1f3e
] - meta: update AUTHORS and .mailmap (Rich Trott) #41953 - [
363028c887
] - (SEMVER-MINOR) module: unflag esm json modules (Geoffrey Booth) #41736 - [
b3afb20b44
] - (SEMVER-MINOR) net: add new options tonet.Socket
andnet.Server
(Paolo Insogna) #41310 - [
bd48ad9c16
] - node-api: fix typo innode_api.cc
(Austin Kelleher) #42110 - [
11ec3345e7
] - (SEMVER-MINOR) node-api: add node_api_symbol_for() (Darshan Sen) #41329 - [
7c0b8ca5ac
] - perf_hooks: do not return all entries with getEntriesBy[Name|Type] (Xuguang Mei) #42104 - [
b7a307f0ed
] - perf_hooks: use arrays to store EntryBuffers (Xuguang Mei) #42032 - [
61ecdf8f12
] - process: fix named report export (madflow) #41861 - [
bc08165953
] - process: deprecate multipleResolves (Benjamin Gruenbaum) #41872 - [
a88d4a2e2c
] - repl: remove preview when press escape (meixg) #42053 - [
83267aaa7f
] - repl: #41690 REPL gives wrong autocomplete on literals (Xuguang Mei) #41883 - [
73ce911a6f
] - src: convert hex2bin() into a regular function (Darshan Sen) #42321 - [
7fe16ecc7a
] - src: fix coverity warnings in node_file.cc (Michael Dawson) #42272 - [
5b30e28eb4
] - src: check EC_POINT_get_affine_coordinates result (Tobias Nießen) #42304 - [
57b619da46
] - src: simplify bound check in ParseArrayIndex (Tobias Nießen) #42306 - [
0e3e3fda22
] - src: avoid returning invalid value from hex2bin (Tobias Nießen) #42307 - [
5eaa59159f
] - src: check return value of HMAC_Final (Tobias Nießen) #42303 - [
376b3c4293
] - src: include internal/options in the snapshot (Joyee Cheung) #42203 - [
268fd97925
] - src: remove redundant buffer size check (Tobias Nießen) #42257 - [
90ce5c9fc5
] - src: perform minor cleanups on zlib code (Anna Henningsen) #42247 - [
de3748a7e7
] - src: useemplace_back
instead ofpush_back
(Yash Ladha) #42159 - [
830f93d892
] - src: fix unchecked return warning from coverity (Michael Dawson) #42176 - [
db9f7752a9
] - src: return proper URLs from node_api_get_module_file_name (Anna Henningsen) #41758 - [
d4b1b5cf85
] - src: skip revoke_data_object if uuid is not found (Xuguang Mei) #42212 - [
3026449009
] - src: remove dead code in AddFingerprintDigest (Tobias Nießen) #42145 - [
29fd5ff37d
] - src: combine GetCurveASN1Name and GetCurveNistName (Tobias Nießen) #42118 - [
447ae8c5a3
] - src: simplify TLSWrap::SetSession (Tobias Nießen) #42087 - [
2fe17f3891
] - src: prefer bool over int in crypto_common (Tobias Nießen) #42097 - [
237f47e38e
] - src: simplify arg type of AddFingerprintDigest (Tobias Nießen) #42101 - [
4244b1a0bb
] - src: do not ignore return value of BIO_reset (Tobias Nießen) #42103 - [
e77a7cf985
] - src: simplify GetExponentString (Tobias Nießen) #42121 - [
c811b8a1cb
] - (SEMVER-MINOR) src: allow preventing InitializeInspector in env (Shelley Vohr) #35025 - [
af73a853f5
] - src: use const reference instead of pointer in URL::SerializeURL (Anna Henningsen) #41759 - [
703593ab2a
] - src: reserve string allocation space early in URL::SerializeURL (Anna Henningsen) #41759 - [
170a6cb33e
] - src: fix query/fragment serialization in URL::SerializeURL (Anna Henningsen) #41759 - [
86b9d3af98
] - src: don't print interface if sin6_scope_id is 0 (Santiago Gimeno) #41547 - [
fdea60e958
] - src,buffer: evaluate THROW_AND_RETURN_IF_OOB() expression only once (Darshan Sen) #41945 - [
bf1f485c8d
] - src,crypto: avoid tristate Maybe<bool> in ExportJWKEcKey() (Darshan Sen) #42223 - [
a5b189cda7
] - stream: use .chunk when calling adapters's writev (Xuguang Mei) #42161 - [
0c690456cf
] - stream: add more forEach tests (Benjamin Gruenbaum) #41937 - [
f12cf6db47
] - (SEMVER-MINOR) stream: add reduce (Benjamin Gruenbaum) #41669 - [
4b6343964e
] - stream: use synchronous error validation on iteration helpers (iMoses) #41652 - [
60e28ba507
] - stream: add asIndexedPairs (Benjamin Gruenbaum) #41681 - [
88a48197c4
] - stream: add drop and take (Benjamin Gruenbaum) #41630 - [
205c018ab4
] - (SEMVER-MINOR) stream: support flatMap (Benjamin Gruenbaum) #41612 - [
0be2321d53
] - (SEMVER-MINOR) stream: support some and every (Benjamin Gruenbaum) #41573 - [
ac8526e9a5
] - (SEMVER-MINOR) stream: add toArray (Benjamin Gruenbaum) #41553 - [
dcc58314b9
] - (SEMVER-MINOR) stream: add forEach method (Benjamin Gruenbaum) #41445 - [
f21f104c7c
] - string_decoder: fix crash when calling __proto__.write() (Darshan Sen) #42062 - [
e3bced182c
] - test: give slow tests more time on Rasberry PIs (Michael Dawson) #42380 - [
04243a85c7
] - test: improve https_renew_cert.sh script (Tobias Nießen) #42343 - [
6d422ad807
] - test: improve _http_incoming.js coverage (Yoshiki Kurihara) #42211 - [
3d37efe588
] - test: improve _http_outgoing coverage (Yoshiki Kurihara) #42213 - [
245577e15c
] - test: add test case for reverted 17.7 regression (Rich Trott) #42283 - [
3cc06de597
] - test: use global webcrypto for WPT tests (Antoine du Hamel) #42236 - [
623be18fa3
] - test: cover 32-bit sizes in generatePrime (Tobias Nießen) #42207 - [
70281e17ad
] - test: fix test-process-env-tz.js by using RegExp (Khaidi Chu) #42113 - [
33b11a3548
] - test: update V8 trace events test expectations (Nikolaos Papaspyrou) #42120 - [
978b50fe44
] - test: deflake test-common-expect-warning (Luigi Pinca) #42046 - [
629d06ace8
] - test: validateEventEmitterAsyncResource
methods throw on invalid this (Yoshiki Kurihara) #42041 - [
17af006e38
] - test: increase Fibonacci argument to 40 (Rich Trott) #42055 - [
b06780801c
] - test: remove test-stdout-close-catch flaky designation (Rich Trott) #42045 - [
9ae6982387
] - test: check that fetch globals are disabled by default (Michaël Zasso) #42015 - [
2a1a94bbbb
] - test: improve vm test coverage (Yoshiki Kurihara) #41847 - [
3e354da097
] - test: run webmessaging/broadcastchannel WPT (Ben Noordhuis) #41962 - [
711e863084
] - test: fix names of tests marked flaky on IBM i (Richard Lau) #41984 - [
95eb03c298
] - test: fix typographical error (Rich Trott) #41983 - [
31def41391
] - test: fix intl tests on small-icu builds (Antoine du Hamel) #41939 - [
11e76fcba4
] - test: remove lint rule for setTimeout() arguments (Rich Trott) #41901 - [
fd8bf09608
] - test: move test-crypto-engine to addon (Michael Dawson) #41830 - [
25109a6471
] - test: improve stability of oom test (Benjamin Gruenbaum) #41681 - [
ad17c9ce0c
] - test,crypto: add and update empty passphrase regression tests (Darshan Sen) #42319 - [
9649d656ba
] - tls: avoid throw in onerror for bad TLSSocket obj (Valters Jansons) #41523 - [
789e6041a6
] - tools: update lint-md-dependencies to rollup@2.70.1 (Node.js GitHub Bot) #42403 - [
1c1061549a
] - tools: update doc to highlight.js@11.5.0 unified@10.1.2 (Node.js GitHub Bot) #42315 - [
97aa236083
] - tools: update lint-md-dependencies to rollup@2.70.0 unified@10.1.2 (Node.js GitHub Bot) #42316 - [
7636370bdb
] - tools: update eslint to 8.11.0 (Node.js GitHub Bot) #42318 - [
359395393f
] - tools: fix web streams API links (Brian White) #42153 - [
fe5578b627
] - tools: update lint-md-dependencies to rollup@2.69.1 (Node.js GitHub Bot) #42226 - [
8532f83c8e
] - tools: update lint-md rollup dependencies (Node.js GitHub Bot) #42141 - [
f2a16158a0
] - tools: update eslint to 8.10.0 (Node.js GitHub Bot) #42143 - [
11f747b0e4
] - tools: update lint-md-dependencies to rollup@2.67.3 (Node.js GitHub Bot) #42057 - [
c47b436bd0
] - tools: enable es2022 env in ESLint config (Michaël Zasso) #42043 - [
bbdf285a39
] - tools: addconsole
to the list of restricted globals (Antoine du Hamel) #42012 - [
aace6c2626
] - tools: lint deprecation codes (Antoine du Hamel) #41992 - [
c229889022
] - tools: fix bugs in prefer-primordials linter rule (Antoine du Hamel) #42010 - [
410d0ce44a
] - tools: add timers functions to the list of restricted globals (Antoine du Hamel) #42013 - [
06d8c53e62
] - tools: reduce list of globals in ESLint config (Rich Trott) #41996 - [
82b64f44fc
] - tools: update remark-preset-lint-node to 3.3.1 (Rich Trott) #41999 - [
1db9cc7e59
] - tools: update ESLint to 8.9.0 (Luigi Pinca) #41973 - [
f8c6232f90
] - tools: update lint-md-dependencies to rollup@2.67.2 (Node.js GitHub Bot) #41941 - [
57d5576c4d
] - tools: fix typo in prefer-primordials.js (Ikko Ashimine) #41891 - [
4bba27935a
] - tools,lib: removeglobal
andIntl
from the list of globals (Antoine du Hamel) #42014 - [
e918570d10
] - url: preserve null char in WHATWG URL errors (Rich Trott) #42263 - [
962a8ec350
] - url: trim leading and trailing C0 control chars (Rich Trott) #42196 - [
78647edba7
] - url, src: modify onespecial_back_slash
(Khaidi Chu) #42112 - [
a458fbf949
] - worker: do not send message if port is closing (Rich Trott) #42357 - [
604621a275
] - worker: fix typo in debug statement (Antoine du Hamel) #42011 - [
237affc951
] - (SEMVER-MINOR) worker: graduate get/setEnvironmentData APIs (James M Snell) #41272
v16.14.2
This is a security release.
Notable Changes
Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
- Infinite loop in
BN_mod_sqrt()
reachable when parsing certificates (High)(CVE-2022-0778) More details are available at https://www.openssl.org/news/secadv/20220315.txt
Commits
- [
3924618c74
] - deps: update archs files for OpenSSL-1.1.1 (Hassaan Pasha) #42352 - [
7a6a870d58
] - deps: upgrade openssl sources to OpenSSL_1_1_1n (Hassaan Pasha) #42352 - [
c533b430f4
] - test: fix tests affected by OpenSSL update (Michael Dawson) #42352
v16.14.1
Notable changes
-
doc:
- add release key for Bryan English (Bryan English) #42102
Commits
- [
2a24e763d5
] - async_hooks: fix imports in context example (Yash Ladha) #39229 - [
c4a296f59b
] - benchmark: enable no-empty ESLint rule (Rich Trott) #41831 - [
abe2eb9fc0
] - benchmark: avoid input param manipulation (Jithil P Ponnan) #41741 - [
2c566a9830
] - benchmark: use Object.hasOwn() instead of hasOwnProperty() (Rich Trott) #41769 - [
b77e72ab12
] - benchmark: replace hasOwnProperty() with Object.hasOwn() (Rich Trott) #41724 - [
ec72cb4019
] - benchmark: remove unreachable code from crypto/hash-stream-creation (Rich Trott) #41535 - [
14bb6f97f0
] - buffer: fix atob/btoa no-arg case (Benjamin Gruenbaum) #41478 - [
79e2ab2a67
] - build: remove windows-2022 from v16.x actions (Danielle Adams) #42299 - [
2893b4c85a
] - build: check if python is a executable program (himself65) #36696 - [
5e4fc04821
] - build: enable zoslib installation on z/OS (alexcfyung) #41493 - [
1e3c9ebaae
] - build: fix libuv builds for android aarch64 (Darshan Sen) #41555 - [
46f714f92a
] - crypto: check return code from EVP_DigestUpdate (Michael Dawson) #41800 - [
33abbf9f21
] - crypto: fixwebcrypto.subtle
signature (Antoine du Hamel) #41761 - [
faceae486b
] - crypto: revise variables for const use instead of let (Rich Trott) #41614 - [
fe0f9dc611
] - crypto: remove wildcard options for checkEmail (Tobias Nießen) #41599 - [
188c3ab918
] - crypto: adjust types for getRandomValues (LiviaMedeiros) #41481 - [
1ef28f1a3d
] - crypto: remove checkIP options argument (Tobias Nießen) #41571 - [
74c0464572
] - deps: upgrade npm to 8.5.0 (npm-robot) #41925 - [
b5783288d1
] - deps: upgrade npm to 8.4.1 (npm-robot) #41836 - [
2b7c4b4afe
] - deps: upgrade npm to 8.3.2 (npm team) #41621 - [
906247933c
] - dgram: remove unreachable connectState assign (Rongjian Zhang) #38590 - [
330c1bc518
] - doc: add comments to empty blocks in worker_threads text (Rich Trott) #41831 - [
125ed0c6b0
] - doc: remove empty block from console.timeEnd() example (Rich Trott) #41831 - [
34d6f8e793
] - doc: use the same case as the section heading (Mestery) #41876 - [
fd28d252fa
] - doc: use Oxford comma in crypto docs (Tobias Nießen) #41875 - [
bf99ef8b57
] - doc: use sentence case in readme introduction (Mestery) #41874 - [
b15d9c2cc6
] - doc: add missing space before hyphen (Mestery) #41873 - [
77685d5ab0
] - doc: add stream pipelining note on Http usage (Rafael Silva) #41796 - [
c7bae97755
] - doc: improve SSL_OP_MRIORITIZE_CHACHA description (Tobias Nießen) #41866 - [
5cd38a4ff5
] - doc: add missing commas in cluster docs (Tobias Nießen) #41865 - [
cf6b5e0e33
] - doc: add history information for Corepack (Antoine du Hamel) #41813 - [
c742a1cc4d
] - doc: feature management proposal (Michael Dawson) #41420 - [
3f000a2627
] - doc: add overhead hints for heap snapshot generation (Gerhard Stöbich) #41822 - [
42c0a8353e
] - doc: fix X509 CA acronym capitalization (Tobias Nießen) #41841 - [
f5b0a3be12
] - doc: use sentence case for X509 error codes header (Tobias Nießen) #41829 - [
20d8fd1a83
] - doc: add initial version of maintaining-http.md (Michael Dawson) #41798 - [
077fcee008
] - doc: add registry numbers for Electron 19 and 20 (Keeley Hammond) #41814 - [
44b6927179
] - doc: add note about resource type in async_hooks (Tony Gorez) #41797 - [
1be701c9ca
] - doc: use example.com for examples (Ateş Göral) #41827 - [
4660c1fa7b
] - doc: align tls port types with net port types (Tobias Nießen) #41799 - [
5cd8bdc4d7
] - doc: use UDPv4/UDPv6 consistently with TCPv4/TCPv6 (Tobias Nießen) #41824 - [
3ef05a0216
] - doc: improve wording surrounding TLS 1.3 ciphers (Tobias Nießen) #41778 - [
51d955368e
] - doc: add format-md step to release guide (Danielle Adams) #41809 - [
8f00e5dcf7
] - doc: add v16 changelog link to iojs changelog (Danielle Adams) #41808 - [
4f194f3094
] - doc: add security-steward rotation information (Michael Dawson) #41707 - [
14ea8fcba8
] - doc: use Object.hasOwn() in util doc (Rich Trott) #41780 - [
9f77692491
] - doc: remove section on "recent" ECDH changes (Tobias Nießen) #41773 - [
211a3c4c4c
] - doc: clarify that import also uses main (Ben McCann) #41720 - [
20d9c4a2c5
] - doc: update modules.md wording (Tobias Hernstig) #41728 - [
e209f53ba2
] - doc: update Mesteery email (Mestery) #41683 - [
db1ce43173
] - doc: avoid incomplete sentence in cluster docs (Tobias Nießen) #41701 - [
ee79e53821
] - doc: fix typo in contributing guides (Yoshiki Kurihara) #41723 - [
9616fd5913
] - doc: improve docs to give descriptive info for the platform property (Harshil jain) #41650 - [
4d8ee8e3cd
] - doc: fix link to npm documentation (Antoine du Hamel) #41712 - [
018ec32535
] - doc: clarify treatment of non-string base in URL() (Rich Trott) #41685 - [
92e6cf03fe
] - doc: fix typo intechnical-priorities.md
(Akhil Marsonya) #41694 - [
071fef50e5
] - doc: remove unadvisable cluster example (Tobias Nießen) #41668 - [
b63fb0ffb8
] - doc: document flow for supporting type generation (Michael Dawson) #41464 - [
364811aa8a
] - doc: clarify parameter for napi_get_cb_info (Michael Dawson) #41635 - [
1bd286e978
] - doc: revise url.resolve() text (Rich Trott) #41661 - [
59f95fe4dc
] - doc: clarify treatment of non-string argument to new URL() (Rich Trott) #41658 - [
3e93cc392e
] - doc: fix documentation forMODULE_NOT_FOUND
andERR_MODULE_NOT_FOUND
(Antoine du Hamel) #41645 - [
b9d1cb7f8a
] - doc: improve TLS/SSL introduction (Tobias Nießen) #41649 - [
5d9c83e2e9
] - doc: modernize and simplify cluster example (Tobias Nießen) #41626 - [
d5efecd64d
] - doc: simplify readline/stdin text (Rich Trott) #41583 - [
931be52589
] - doc: suggest worker threads in cluster docs (Tobias Nießen) #41616 - [
b2a4614a0d
] - doc: add 16 and 17 to previous versions (Antoine du Hamel) #41646 - [
5f0a017a02
] - doc: improve'hex'
Buffer decoding description and examples (Giora Guttsait) #41598 - [
0805068add
] - doc: add note for handling signal events in trace events (Gabriel Trujillo) #41438 - [
0388b9afc3
] - doc: demonstrate dangers ofbuffer.slice()
(Shalvah) #41628 - [
3cdd1d634b
] - doc: add missing word in cluster.workers details (Tobias Nießen) #41624 - [
5d94bc676e
] - doc: fix async_hooks example in api docs (Akhil Marsonya) #41609 - [
39f52e1130
] - doc: fix deprecated alias description in cluster (Tobias Nießen) #41618 - [
55714cc777
] - doc: update timingSafeEqual error case (Alex Agranov) #41507 - [
9f8e442dc7
] - doc: simplify util.TextDecoder example (Rich Trott) #41574 - [
57dc5956b1
] - doc: move Mesteery to collaborators (Tobias Nießen) #41597 - [
10320c2965
] - doc: fix cjs example code for process.arch (Job) #41593 - [
f33e831fe3
] - doc: remove redunantawait
calls from stream docs (Giora Guttsait) #41592 - [
1cf74beb57
] - doc: make contributing info more discoverable (Michael Dawson) #41408 - [
214cf17db9
] - doc: recommend package exports instead of requiring folders (Antoine du Hamel) #41381 - [
5c387a0d75
] - doc: edit async_context context loss text (Rich Trott) #41550 - [
01283f6b25
] - doc: use sentence case for Web Crypto headers (Tobias Nießen) #41577 - [
6b6d0c4914
] - doc: make Web Crypto example spec compliant (Tobias Nießen) #41556 - [
8772d332d7
] - doc: do not reference SSL when discussing SNI (Tobias Nießen) #41549 - [
82042d0094
] - doc: fix typos in esm.md (Yu) #41499 - [
ff0069dc3e
] - doc: adjust assignment in condition in stream doc (Rich Trott) #41510 - [
1128b1c216
] - doc: improve Web Crypto headings related to ECC (Tobias Nießen) #41542 - [
a6758d12e3
] - doc: clarify module system selection (Antoine du Hamel) #41383 - [
db17a529a8
] - doc: add release key for Bryan English (Bryan English) #42102 - [
f2ca172a08
] - doc: remove statement about (EC)DHE performance (Tobias Nießen) #41528 - [
227dea8dc1
] - domain: pass opts toEventEmitter.init
(Chen Gang) #41414 - [
bd717064b0
] - esm: improve validation of resolved URLs (Jacob Smith) #41446 - [
e747ef5e45
] - http2: fix pseudo-headers order (ofir) #41735 - [
2efe9cbd01
] - http2: fix no response event on continue request (ofirbarak) #41739 - [
7bf2be51b3
] - http2: fix memory leak on nghttp2 hd threshold (Rafael Silva) #41502 - [
acd8768802
] - lib: add comments to empty catch statements (Rich Trott) #41831 - [
c90bb7cd93
] - lib: refactor to usevalidateObject()
validator (Mohammed Keyvanzadeh) #41845 - [
c93a9af82b
] - lib: refactor source map stack trace prepare (Mohammed Keyvanzadeh) #41698 - [
0f3287dc44
] - lib: fix consistency of methods that emit warnings (Yoshiki Kurihara) #41249 - [
7ee3cdf60a
] - lib: remove erroneous JSDoc entry (Rich Trott) #41604 - [
70f6554403
] - meta: update AUTHORS (Node.js GitHub Bot) #41868 - [
a44a8ff767
] - meta: update AUTHORS (Node.js GitHub Bot) #41763 - [
ba0ba7c4b2
] - meta: update mailmap/AUTHORS info for existing collaborator (Rich Trott) #41750 - [
30e3327b46
] - meta: adjust mailmap/AUTHORS to reflect README change (Rich Trott) #41751 - [
6d268fd32e
] - meta: update AUTHORS (Node.js GitHub Bot) #41659 - [
18e6316bf1
] - meta: update AUTHORS (Node.js GitHub Bot) #41548 - [
e1e059a698
] - perf_hooks: remove useless calls in Histogram (Michael Dawson) #41579 - [
08b3bd2fc5
] - policy: revise manifest.js to avoid empty blocks (Rich Trott) #41831 - [
33f3391a8f
] - policy: check for null instead of falsy in loop (Rich Trott) #41614 - [
b8b8e0bce6
] - policy: replace entries with keys (Mohammed Keyvanzadeh) #41482 - [
ee61bc74b7
] - process: unhandledRejection support more errors (Benjamin Gruenbaum) #41682 - [
f066246729
] - process: check for null instead of falsy in while loop (Rich Trott) #41614 - [
77cb604c0d
] - process: use validateString validator (Mohammed Keyvanzadeh) #41595 - [
76281f9a81
] - process: ignore asyncId 0 in exception handler (Anatoli Papirovski) #41424 - [
dacffd3e9c
] - repl: check for precise values rather than falsy in loops (Rich Trott) #41614 - [
5e595683ce
] - src: slightly simplify URLHost::ToString (Anna Henningsen) #41747 - [
206c370d03
] - src: slightly simplify V8CoverageConnection::GetFilename (Anna Henningsen) #41748 - [
1cfc63ebe3
] - src: fix typo in js_native_api_v8.cc (Caio Agiani) #41764 - [
aebd82ea7c
] - stream: remove empty block (Rich Trott) #41831 - [
46ed078607
] - stream: resume stream on drain (Robert Nagy) #41848 - [
363c760c85
] - stream: check for null instead of falsy in loops (Rich Trott) #41614 - [
4f4fec4b22
] - stream: rename unknown primordial (Mohammed Keyvanzadeh) #40622 - [
1425e75093
] - stream: avoid function call where possible (Rich Trott) #41534 - [
ecb52636a4
] - test: renew certificates for specific test (Luigi Pinca) #42342 - [
c8e59cbf9e
] - test: enable no-empty ESLint rule (Rich Trott) #41831 - [
20ec77688f
] - test: remove eslint-disable comments from fixtures (Rich Trott) #41859 - [
a8e41837cc
] - test: remove test-worker-memory flaky designation (Rich Trott) #41867 - [
673c1fd5ae
] - test: avoid using Object.prototype methods directly on objects (Rich Trott) #41801 - [
3690d3402d
] - test: exclude ibm i tests until we resolve (Michael Dawson) #41812 - [
1f65620543
] - test: make worker-take-heapsnapshot non-flaky (Michael Dawson) #41684 - [
badab79527
] - test: mark test-fs-rmdir-recursive flaky on win (Michael Dawson) #41533 - [
951d299aee
] - test: make fs watch test more stable (Benjamin Gruenbaum) #41715 - [
acea61ba8e
] - test: fix typo in MessageChannel test (Tobias Nießen) #41746 - [
081989b6b7
] - test: replace commented out expectations with tests (Darshan Sen) #41667 - [
639130e635
] - test: use Object.hasOwn() where applicable (Rich Trott) #41664 - [
cb362a3748
] - test: remove unneeded test statement (Rich Trott) #41663 - [
2b87f9784f
] - test: remove error allowance in debugger test (Jithil P Ponnan) #41640 - [
55fce66af6
] - test: simplify test-gc-http-client (Luigi Pinca) #41620 - [
b06c33b14b
] - test: prepare tests for no-cond-assign ESLint rule (Rich Trott) #41614 - [
950648db48
] - test: move test-gc-http-client-onerror to sequential (Luigi Pinca) #41619 - [
1d3ef115ca
] - test: improve test coverage of internal/worker/io (Yoshiki Kurihara) #41511 - [
122eb51c98
] - test: add DataView test entry for whatwg (Mohammed Keyvanzadeh) #40622 - [
2c813d825f
] - test: improve util-format code coverage (Rich Trott) #41572 - [
fab831a3fe
] - test: fix typo in test_js_native_api_v8 (Tobias Nießen) #41584 - [
9e7cfbbcd9
] - test: add missing await in fs-rm/fs-rmdir tests (Benjamin Coe) #41545 - [
a8558ecfcf
] - test: add coverage for util.inspect() (Rich Trott) #41527 - [
23fc205586
] - test: avoid deep comparisons with literals (Tobias Nießen) #40634 - [
63a67f8dad
] - timers: check for nullish instead of falsy in loops (Rich Trott) #41614 - [
788e77cb37
] - tools: enable no-empty ESLint rule (Rich Trott) #41831 - [
10e6c70d14
] - tools: update lint-md-dependencies to rollup@2.67.0 (Node.js GitHub Bot) #41737 - [
20cdf78fd8
] - tools: update doc to rehype-stringify@9.0.3 (Node.js GitHub Bot) #41854 - [
2eabfdd066
] - tools: update eslint to 8.8.0 (Node.js GitHub Bot) #41738 - [
9d23a27268
] - tools: use Set instead of { [key]: true } object (Tobias Nießen) #41695 - [
7e4d455fe4
] - tools: add compile_commands to ignore file (Yash Ladha) #41580 - [
1cbdc984fb
] - tools: use Set instead of { [key]: true } object (Tobias Nießen) #41675 - [
dc854c4f38
] - tools: fix typo intools/code_cache/README.md
(Tobias Nießen) #41657 - [
b17aa25f12
] - tools: enable no-cond-assign-ESLint rule (Rich Trott) #41614 - [
9601b8ddd6
] - tools: update lint-md-dependencies to rollup@2.65.0 (Node.js GitHub Bot) #41638 - [
cdbe291e5b
] - tools: increase maximum line length to 120 characters (Rich Trott) #41586 - [
7cbc472ed5
] - tools: add missing.PHONY
and.NOTPARALLEL
targets inMakefile
(Antoine du Hamel) #41515 - [
6fccd66b34
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #41440 - [
3163bd1ea0
] - tools: bump eslint from 8.6.0 to 8.7.0 (Rich Trott) #41570 - [
e439f32a4b
] - tools: update doc to highlight.js@11.4.0 to-vfile@7.2.3 (Node.js GitHub Bot) #41441 - [
66120564b2
] - tools,test: enable no-prototype-builtins (Rich Trott) #41801 - [
4aee98b03c
] - util: use hasOwnProperty() primordial (Rich Trott) #41692 - [
8218bab51d
] - util: remove unused fast path in internal debuglog (Rich Trott) #41605 - [
a4ad26d4dc
] - util: check for null instead of flasy in loop (Rich Trott) #41614
v16.14.0
Notable changes
Importing JSON modules now requires experimental import assertions syntax
This release adds experimental support for the import assertions stage 3 proposal.
To keep Node.js ESM implementation as compatible as possible with the HTML spec, import assertions are now required to import JSON modules (still behind the --experimental-json-modules
CLI flag):
import info from './package.json' assert { type: 'json' };
Or use dynamic import:
const info = await import('./package.json', { assert: { type: 'json' } });
Contributed by Antoine du Hamel and Geoffrey Booth #40250
Other notable changes
-
async_hooks:
- (SEMVER-MINOR) expose async_wrap providers (Rafael Gonzaga) #40760
-
child_process:
-
(SEMVER-MINOR) add support for URL to
cp.fork
(Antoine du Hamel) #41225
-
(SEMVER-MINOR) add support for URL to
-
doc:
- add @Mesteery to collaborators (Mestery) #41543
- add @bnb as a collaborator (Tierney Cyren) #41100
- esm:
-
events:
- (SEMVER-MINOR) propagate weak option for kNewListener (James M Snell) #40899
-
fs:
-
(SEMVER-MINOR) accept URL as argument for
fs.rm
andfs.rmSync
(Antoine du Hamel) #41132
-
(SEMVER-MINOR) accept URL as argument for
-
lib:
- (SEMVER-MINOR) make AbortSignal cloneable/transferable (James M Snell) #41050
- (SEMVER-MINOR) add AbortSignal.timeout (James M Snell) #40899
- (SEMVER-MINOR) add reason to AbortSignal (James M Snell) #40807
- (SEMVER-MINOR) add unsubscribe method to non-active DC channels (simon-id) #40433
- (SEMVER-MINOR) add return value for DC channel.unsubscribe (simon-id) #40433
-
loader:
- (SEMVER-MINOR) return package format from defaultResolve if known (Gabriel Bota) #40980
-
perf_hooks:
- (SEMVER-MINOR) multiple fixes for Histogram (James M Snell) #41153
-
process:
-
(SEMVER-MINOR) add
getActiveResourcesInfo()
(Darshan Sen) #40813
-
(SEMVER-MINOR) add
- src:
- stream:
- util:
-
timers:
- (SEMVER-MINOR) add experimental scheduler api (James M Snell) #40909
-
v8:
- (SEMVER-MINOR) multi-tenant promise hook api (Stephen Belanger) #39283
Commits
- [
336010341f
] - assert: prefer reference comparison over string comparison (Darshan Sen) #41015 - [
2d471e47a0
] - assert: use stricter stack frame detection in .ifError() (Ruben Bridgewater) #41006 - [
f788a47b8b
] - async_hooks: add missing initialization (Michael Dawson) #41288 - [
b688f201df
] - async_hooks: fix AsyncLocalStorage in unhandledRejection cases (Bradley Farias) #41202 - [
6af3e34b6b
] - Revert "async_hooks: merge resource_symbol with owner_symbol" (Darshan Sen) #40741 - [
85a02ec979
] - async_hooks: eliminate require side effects (Stephen Belanger) #40782 - [
078a0c996f
] - (SEMVER-MINOR) async_hooks: expose async_wrap providers (Rafael Gonzaga) #40760 - [
4a09904d05
] - benchmark: simplify http benchmarker regular expression (Rich Trott) #38206 - [
bc48ed2834
] - benchmark: fix benchmark/run.js handling of --set (Rich Trott) #41334 - [
e68bf84e31
] - benchmark,test: use Object.hasOwn() where applicable (Rich Trott) #41229 - [
799cf57581
] - buffer: fixBlob
constructor on variousTypedArray
s (Irakli Gozalishvili) #40706 - [
5c1dc5f307
] - build: fix npm version detection (Michaël Zasso) #41575 - [
3e4d977c28
] - build: fix node build failures in WSL Ubuntu (MrJithil) #41476 - [
6ffb1e878c
] - build: fix workflow access to git history (Rich Trott) #41472 - [
c49a651e67
] - build: start build on z/OS (alexcfyung) #41273 - [
c65ac72b6c
] - build: use list for mutable retval rather than tuple (Rich Trott) #41372 - [
ff48705372
] - build: remove Python 2 workaround (Rich Trott) #41357 - [
c10fcb1f05
] - build: improve readability of texts in workflows (Mestery) #40988 - [
93450e5e8e
] - build: use '<(python)' instead of 'python' (Cheng Zhao) #41146 - [
0b411c436a
] - build: fix comment-labeled workflow (Mestery) #41176 - [
7756e1c692
] - build: use gh cli in workflows file (Mestery) #40985 - [
d3289b2506
] - build: fix commit-queue-rebase functionality (Rich Trott) #41140 - [
860d552431
] - build: skip documentation generation if no ICU (Rich Trott) #41091 - [
c8625d18ba
] - build: re-enable V8 concurrent marking (Michaël Zasso) #41013 - [
74557c3ac1
] - build: add--without-corepack
(Jonah Snider) #41060 - [
f826c866e9
] - build: fail early in test-macos.yml (Rich Trott) #41035 - [
535bb5fb6b
] - build: add tools/doc to tools.yml updates (Rich Trott) #41036 - [
20c4c6aa72
] - build: update Actions versions (Mestery) #40987 - [
70fd4a15fc
] - build: set persist-credentials: false on workflows (Rich Trott) #40972 - [
b72e50e5ef
] - build: add OpenSSL gyp artifacts to .gitignore (Luigi Pinca) #40967 - [
066e0d6b44
] - build: remove legacy -J test.py option from Makefile/vcbuild (Rich Trott) #40945 - [
f5233b004a
] - build: ignore unrelated workflow changes in slow Actions tests (Rich Trott) #40928 - [
a905dfe8d5
] - build: remove extraneous quotation marks from commit body (Rich Trott) #40963 - [
6971e5720b
] - build: fix branch name for lint-md-dependencies update (Rich Trott) #40924 - [
a09bc8bf1d
] - build: fixmake
invocation in tools.yml (Rich Trott) #40890 - [
323c058fed
] - build: fix tools.yml errors (Rich Trott) #40870 - [
e354464c3e
] - build: add GitHub Action to update tools modules (Rich Trott) #40644 - [
bfbb7fc24a
] - build,tools: automate enforcement of emeritus criteria (Rich Trott) #41155 - [
fc38d15483
] - build,tools,win: trim unused VCBUILD_PYTHON_LOCATION variable (David Sanders) #41235 - [
9086338549
] - child_process: queue pending messages (Erick Wendel) #41221 - [
d25b17279f
] - child_process: revise argument processing (Rich Trott) #41280 - [
15e5d7acf4
] - (SEMVER-MINOR) child_process: add support for URL tocp.fork
(Antoine du Hamel) #41225 - [
06b775cd5c
] - cluster: use linkedlist for round_robin_handle (twchn) #40615 - [
a40989faea
] - crypto: fix error capture when loading engine (Tobias Nießen) #41187 - [
3055edec2f
] - crypto: add missing null check (Michael Dawson) #40598 - [
cf3423d8b6
] - crypto: trim input for NETSCAPE_SPKI_b64_decode (Shelley Vohr) #40757 - [
e60841b598
] - crypto: throw errors in SignTraits::DeriveBits (Tobias Nießen) #40796 - [
00fd7d28ef
] - crypto: fix build without scrypt (Martin Jansa) #40613 - [
ebc370cac8
] - deps: V8: cherry-pickcc9a8a3
(Gus Caplan) #41825 - [
a59ade62cf
] - deps: upgrade npm to 8.3.1 (npm-robot) #41503 - [
9dd097325a
] - deps: V8: cherry-pick3b6b21f
(Michaël Zasso) #41457 - [
af6f1d512d
] - deps: upgrade to libuv 1.43.0 (Colin Ihrig) #41398 - [
875fa40960
] - deps: upgrade npm to 8.3.0 (npm team) #41127 - [
3c13bbd8aa
] - deps: upgrade npm to 8.2.0 (npm team) #41065 - [
6c7088890e
] - deps: update Acorn to v8.6.0 (Michaël Zasso) #40993 - [
e092fdebea
] - deps: upgrade npm to 8.1.4 (npm team) #40865 - [
3e388ef28d
] - deps: V8: cherry-pickcced52a
(Ray Wang) #40656 - [
58889e2463
] - deps: V8: cherry-pick7ae0b77
(Ray Wang) #40882 - [
7cbbe0d982
] - deps: V8: cherry-pickcced52a
(Ray Wang) #40656 - [
f260bbc0ab
] - deps: V8: cherry-pick7ae0b77
(Ray Wang) #40882 - [
a3aa9bcaf8
] - deps: update to uvwasi 0.0.12 (Colin Ihrig) #40847 - [
c0200e20a0
] - deps: upgrade npm to 8.1.3 (npm team) #40726 - [
036650e046
] - deps: V8: backport77599ff
(Lu Yahan) #41566 - [
0b27486895
] - deps: V8: cherry-picke74d691
(Lu Yahan) #41566 - [
77ad5dd0ff
] - deps: V8: cherry-pick471f862
(Lu Yahan) #41566 - [
dc6843cabe
] - deps: V8: cherry-pick3cab84c
(Lu Yahan) #41566 - [
e391da45cf
] - deps: V8: cherry-pickd8dc66f
(Lu Yahan) #41566 - [
5aa45ae757
] - deps: update ICU to 70.1 (Michaël Zasso) #40658 - [
0466400d7a
] - deps: update archs files for OpenSSL-1.1.1m+quic (Richard Lau) #41175 - [
553246c1e4
] - deps: upgrade openssl sources to OpenSSL_1_1_1m+quic (Richard Lau) #41175 - [
95c19c36a9
] - deps: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) #40631 - [
ce525e9661
] - doc: align links in table to top (nikoladev) #41396 - [
1db154fa96
] - doc: remove statement about client private keys (Tobias Nießen) #41505 - [
7ba53103a5
] - doc: fix typo inonboarding.md
(Antoine du Hamel) #41544 - [
0d009aebd5
] - doc: add Mesteery to collaborators (Mestery) #41543 - [
2bea4bd9ee
] - doc: add missing word in readable.read() text (Rich Trott) #41524 - [
d5ad2b7fcd
] - doc: add missing YAML tag inesm.md
(Antoine du Hamel) #41516 - [
c914d95494
] - doc: expand fs.access() mode parameter docs (Colin Ihrig) #41484 - [
d4458162a4
] - doc: correct checkHost behavior with wildcards etc (Tobias Nießen) #41468 - [
dea8895091
] - doc: remove extraneous colon in legacy subject (Tobias Nießen) #41477 - [
e425f369ea
] - doc: remove SameValue comparison reference (Rich Trott) #41460 - [
30cb6948f1
] - doc: update mailmap entries for mhdawson (Michael Dawson) #41437 - [
2586f098ac
] - doc: add guidance on order vulns are listed in (Michael Dawson) #41429 - [
790898eaae
] - doc: update output in inspector examples (David Sanders) #41390 - [
00333fe737
] - doc: add note regarding unfinished TLA (Antoine du Hamel) #41434 - [
fe24cb2cd9
] - doc: add reference for===
operator in assert.md (Rich Trott) #41442 - [
52a988bfb8
] - doc: clarifyuncaughtException
origin
for ESM (Antoine du Hamel) #41339 - [
91c3e28018
] - doc: revise HTTMRequestOptions text (Rich Trott) #41407 - [
b281bf59ff
] - doc: add reference for == and != operators (Rich Trott) #41413 - [
66b90f9d02
] - doc: add @RaisinTen to the TSC (Michael Dawson) #41419 - [
14068f8728
] - doc: update Abstract Equality Comparison text in assert.md (Rich Trott) #41375 - [
c95151247a
] - doc: fix example commands forREPLACEME
updates (Richard Lau) #41269 - [
04a81b3e21
] - doc: document thatrequire.main
may beundefined
(Antoine du Hamel) #41384 - [
71bc352328
] - doc: clarify entry point behavior when using loader hooks (Antoine du Hamel) #41304 - [
add1184b74
] - doc: clarifyrequire
behavior with non.js
extensions (Antoine du Hamel) #41345 - [
7618b551dc
] - doc: revise frozen-intrinsics text (Rich Trott) #41342 - [
41cfc32602
] - doc: fix example description for worker_threads (Dmitry Petrov) #41341 - [
46c38eb5fc
] - doc: make pull-request guide default branch agnostic (Antoine du Hamel) #41299 - [
1c0c140ae5
] - doc: fix sync comment in observer snippet (Eric Jacobson) #41262 - [
081f72e4c0
] - doc: remove section about amending commits in MR guide (Thiago Santos) #41287 - [
720fad8876
] - doc: remove legacy in-page links in v8.md (Rich Trott) #41291 - [
9eb8233bf6
] - doc: include stack trace difference in ES modules (Marcos Bérgamo) #41157 - [
f3b0dfc325
] - doc: fix example in node-api docs (Michael Dawson) #41264 - [
aa04a2c562
] - doc: add usage recommendation for writable._destroy (Rafael Gonzaga) #41040 - [
a6e7cf5bd4
] - doc: make function signature comply with JSDoc comment (Rich Trott) #41242 - [
e7d57ac2cc
] - doc: align maxHeaderSize default with current value (Gil Pedersen) #41183 - [
ad06e3d3e0
] - doc: add unhandledRejection to strict mode (Colin Ihrig) #41194 - [
11a5f7a81f
] - doc: adding estimated execution time (mawaregetsuka) #41142 - [
ba85147a33
] - doc: fix syntax error in nested conditions example (Mateusz Burzyński) #41205 - [
8be5b66201
] - doc: fix closing parenthesis (AlphaDio) #41190 - [
f0693cb5f9
] - doc: add security steward on/offboarding steps (Michael Dawson) #41129 - [
ac025f17b2
] - doc: align module resolve algorithm with implementation (Qingyu Deng) #38837 - [
f6bf74748d
] - doc: update nodejs-sec managers (Michael Dawson) #41128 - [
c4a5db6e2c
] - doc: move style guide to findable location (Rich Trott) #41119 - [
35d0a4eb92
] - doc: fix comments in test-fs-watch.js (jakub-g) #41046 - [
22970c67fc
] - doc: document support building with Python 3.10 on Windows (Christian Clauss) #41098 - [
f35bd5223f
] - doc: add note about pip being required (Piotr Rybak) #40669 - [
179886fa1d
] - doc: remove OpenJSF Slack nodejs from support doc (Rich Trott) #41108 - [
e401e6c1af
] - doc: simplify major release preparation (Bethany Nicolle Griggs) #40816 - [
ecc086cc7f
] - doc: clarify escaping for ES modules (notroid5) #41074 - [
7930725014
] - doc: add @bnb as a collaborator (Tierney Cyren) #41100 - [
6a9db2ebdb
] - doc: add explicit declaration of fd with null val (Henadzi) #40704 - [
084decdcf8
] - doc: expand entries for isIP(), isIPv4(), and isIPv6() (Rich Trott) #41028 - [
3f6106c538
] - doc: link to commit queue guide (Geoffrey Booth) #41030 - [
c52ce19c80
] - doc: specify thatmessage.socket
can be nulled (Luigi Pinca) #41014 - [
341a999fdb
] - doc: fix JSDoc in ESM loaders examples (Mestery) #40984 - [
268771c85b
] - doc: remove legacy -J test.py option from BUILDING.md (Rich Trott) #40945 - [
90ac3dc85e
] - doc: add information on suppressing initial break in debugger (Rich Trott) #40960 - [
d9fc06b158
] - doc: improve grammar in API description (Tobias Nießen) #40959 - [
02e9c2e7fe
] - doc: update BUILDING.md section on running tests (Rich Trott) #40933 - [
9f14f66009
] - doc: remove experimental abortcontroller flag (FrankQiu) #38968 - [
d217809fba
] - doc: clarify more optional parameters in node-api (Michael Dawson) #40888 - [
dead21c68c
] - doc: define "types", "deno" community conditions (Guy Bedford) #40708 - [
019b25fa5d
] - doc: document optional params in napi_get_cb_info (Michael Dawson) #40821 - [
38f02dc4c1
] - doc: improve README.md lede section (Rich Trott) #40837 - [
1a2c80957b
] - doc: add pref to using draft MR versus WIP label (Michael Dawson) #40824 - [
e70c3616c8
] - doc: tweak guidance for modules in core (Michael Dawson) #40601 - [
c10b01e857
] - doc: claim ABI version for Electron 18 (Keeley Hammond) #40768 - [
7fba4e5819
] - doc: fix transform stream example (Evan Lucas) #40777 - [
a74673fc7c
] - doc: fix linter-enforced formatting in crypto.md (Mohammed Keyvanzadeh) #40780 - [
d9ae43ef0e
] - doc: fix corepack grammar for--force
flag (Steven) #40762 - [
7f9bf21241
] - doc: clarify getAuthTag with authTagLength (Tobias Nießen) #40713 - [
fbf732de4f
] - doc: fix order of announce work (Michael Dawson) #40725 - [
ac56a114ad
] - doc: add initial list of technical priorities (Michael Dawson) #40235 - [
f47d6a37f5
] - doc: fix lint re-enabling comment in README.md (Rich Trott) #40647 - [
a9adbb680b
] - doc: fix spelling of 'WebAssembly' (Geoffrey Booth) #40785 - [
9e68c00d8e
] - doc: format v8.md in preparation for stricter linting (Rich Trott) #40647 - [
82facfbe3e
] - doc: final round of markdown format changes (Rich Trott) #40645 - [
fe1b6fb0b5
] - doc: simplify CHANGELOG.md (Rich Trott) #40475 - [
5c90975275
] - doc: correct esm spec scope lookup definition (Guy Bedford) #40592 - [
ce2dc48588
] - doc: use GFM footnotes in BUILDING.md (Rich Trott) #40474 - [
ab28dc5e7f
] - doc: update maintaining ICU guide (Michaël Zasso) #40658 - [
f4493c1691
] - doc: format changelog for v16.13.2 (Danielle Adams) #41483 - [
59d159f6c3
] - doc,lib,tools: align multiline comments (Rich Trott) #41109 - [
3cfe85615c
] - esm: makeprocess.exit()
default to exit code 0 (Gang Chen) #41388 - [
a0a8f4de58
] - esm: reconcile JSDoc vs. actual parameter name (Rich Trott) #41238 - [
a554821f67
] - (SEMVER-MINOR) esm: working mock test (Bradley Farias) #39240 - [
4e0502625b
] - esm: refactor esm tests out of test/message (Geoffrey Booth) #41352 - [
1b8169a842
] - (SEMVER-MINOR) esm: add support for JSON import assertion (Antoine du Hamel) #40250 - [
1280e191e2
] - events: clarify JSDoc entries (Rich Trott) #41311 - [
24b40b3b05
] - (SEMVER-MINOR) events: graduate capturerejections to supported (James M Snell) #41267 - [
3185772b66
] - events: add jsdoc details for Event and EventTarget (James M Snell) #41274 - [
b79fdd5775
] - (SEMVER-MINOR) events: add EventEmitterAsyncResource to core (James M Snell) #41246 - [
78a8c1b0bd
] - (SEMVER-MINOR) events: propagate weak option for kNewListener (James M Snell) #40899 - [
b671194b85
] - (SEMVER-MINOR) fs: accept URL as argument forfs.rm
andfs.rmSync
(Antoine du Hamel) #41132 - [
66556b39e0
] - fs: use async directory processing in cp() (Colin Ihrig) #41351 - [
f4cef533c3
] - fs: correct param names in JSDoc comments (Rich Trott) #41237 - [
eaab8d0498
] - fs: fix error codes forfs.cp
(Antoine du Hamel) #41106 - [
67c6170dc7
] - fs: fixlength
option being ignored duringread()
(Shinho Ahn) #40906 - [
0377edcceb
] - fs: nullish coalescing to respect zero positional reads (Omar El-Mihilmy) #40716 - [
d3839041f5
] - http: remove duplicate code (Shaw) #39239 - [
0bf829192a
] - http: don't write empty data on req/res end() (Santiago Gimeno) #41116 - [
86bbb427ce
] - http: add missing initialization (Michael Dawson) #40555 - [
be53296a1d
] - http: change totalSocketCount only on socket creation/close (Subhi Al Hasan) #40572 - [
3c99a4d7c0
] - http2: handle existing socket data when creating HTTP/2 server sessions (Tim Perry) #41185 - [
5356dfd296
] - inspector: add missing initialization (Michael Dawson) #41022 - [
283f1e8721
] - lib: fix linting warnings and errors (Danielle Adams) #41805 - [
c776c7c531
] - lib: include return types in JSDoc (Rich Trott) #41130 - [
f6cf39a2d5
] - lib: remove spurious JSDoc entry (Rich Trott) #41240 - [
a47fc90c1a
] - lib: fix checking syntax of esm module (Qingyu Deng) #41198 - [
438b9cfe02
] - (SEMVER-MINOR) lib: make AbortSignal cloneable/transferable (James M Snell) #41050 - [
eda57a9160
] - lib: use consistent types in JSDoc @returns (Rich Trott) #41089 - [
f40e099e35
] - lib: do not lazy load EOL in blob (Ruben Bridgewater) #41004 - [
157753bf26
] - (SEMVER-MINOR) lib: add AbortSignal.timeout (James M Snell) #40899 - [
e08df49d7a
] - (SEMVER-MINOR) lib: add reason to AbortSignal (James M Snell) #40807 - [
4bcff4c5f8
] - Revert "lib: use helper for readability" (Darshan Sen) #40741 - [
4cb1e7c9c2
] - lib: fix typos in lib code comments (Yoshiki) #40792 - [
5e606b54b7
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433 - [
594fe5502d
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #40433 - [
cf6379a543
] - lib,test,tools: use consistent JSDoc types (Rich Trott) #40989 - [
4814667189
] - lib,tools: remove empty lines between JSDoc tags (Rich Trott) #41147 - [
d422e585c8
] - loader: fix package resolution for edge case (Gabriel Bota) #41218 - [
694dc12fab
] - (SEMVER-MINOR) loader: return package format from defaultResolve if known (Gabriel Bota) #40980 - [
121199f971
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #41456 - [
9467aa9bcf
] - meta: update AUTHORS (Node.js GitHub Bot) #41475 - [
e83e41634a
] - meta: correct my name in AUTHORS (Jacob Smith) #41444 - [
8dfc1434c2
] - meta: update AUTHORS (Node.js GitHub Bot) #41449 - [
dc536f4d14
] - meta: add required fields in issue templates (Rich Trott) #41378 - [
5d5c52fa67
] - meta: update AUTHORS (Node.js GitHub Bot) #41374 - [
970de5331c
] - meta: replace API docs issue template with form (Rich Trott) #41348 - [
08f5c8d131
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #41336 - [
51e6ed014a
] - meta: replace feature request template with form (Rich Trott) #41317 - [
bb997ff494
] - meta: update AUTHORS (Node.js GitHub Bot) #41322 - [
9319fa3394
] - meta: update node-api team name (Richard Lau) #41268 - [
93b5a2781b
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #41248 - [
d3444a55aa
] - meta: update AUTHORS (Node.js GitHub Bot) #41234 - [
115775fd12
] - meta: remove community-committee from CODEOWNERS (Rich Trott) #41169 - [
5ac60276d6
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #41154 - [
f8c6055af0
] - meta: move to emeritus automatically after 18 months (Rich Trott) #41155 - [
7f3604aa5d
] - meta: move silverwind to emeriti (Roman Reiss) #41171 - [
d8dbced939
] - meta: update AUTHORS (Node.js GitHub Bot) #41144 - [
25d3103f38
] - meta: update AUTHORS (Node.js GitHub Bot) #41088 - [
714efe431c
] - meta: move one or more TSC members to emeritus (Node.js GitHub Bot) #40908 - [
f51ce33836
] - meta: increase security policy response targets (Matteo Collina) #40968 - [
23e925e1fb
] - meta: add feature request label for issue template (Mestery) #40970 - [
ad1056d29e
] - meta: update AUTHORS (Node.js GitHub Bot) #40900 - [
317cd3fc2b
] - meta: update name and email (Viero Fernando) #40848 - [
eb0106d61d
] - meta: update AUTHORS (Node.js GitHub Bot) #40809 - [
3a435a3328
] - meta: edit GOVERNANCE.md for minor updates (Rich Trott) #40798 - [
1626d17cbe
] - meta: update AUTHORS (Node.js GitHub Bot) #40748 - [
442ad8d787
] - module: import assertions improvements (Geoffrey Booth) #40785 - [
e7391ea1b3
] - module: resolver & spec hardening /w refactoring (Guy Bedford) #40510 - [
03490cb311
] - node-api: add missing initialization of last error (Michael Dawson) #41290 - [
375d04a455
] - node-api,doc: document parms which can be optional (Michael Dawson) #41021 - [
c021b385c8
] - (SEMVER-MINOR) perf_hooks: multiple fixes for Histogram (James M Snell) #41153 - [
7b6db6df39
] - policy: add missing JSDoc @param entry (Rich Trott) #41239 - [
c60cff9091
] - (SEMVER-MINOR) process: addgetActiveResourcesInfo()
(Darshan Sen) #40813 - [
f0860bc3c8
] - process: support hrtime in the snapshot (Joyee Cheung) #40649 - [
ef337294cc
] - readline: skip escaping characters again (Ruben Bridgewater) #41005 - [
370bfda154
] - repl: fix and extend require/import tab complete (Mestery) #40216 - [
3c4e3c03ce
] - src: gracefully handle errors in GetX509NameObject (Tobias Nießen) #41490 - [
b4d245446f
] - src: fix out-of-bounds check of serialization indices (JoostK) #41452 - [
cb30038447
] - src: do IWYU for some STL includes (David Sanders) #41236 - [
fe4158aa4e
] - src: split out async stack corruption detection from inline fn (Anna Henningsen) #41331 - [
72921f4b31
] - src: store native async execution resources asv8::Local
(Anna Henningsen) #41331 - [
59625f70ad
] - src: guard slightly costly check in MakeCallback more strongly (Anna Henningsen) #41331 - [
2ca37149ad
] - src: fix limit calculation (Michael Dawson) #41026 - [
5f01d03acc
] - src: use a higher limit in the NearHeapLimitCallback (Joyee Cheung) #41041 - [
7237bcc2d9
] - src: reset error struct if error code is napi_ok (JckXia) #40552 - [
9cc2bb75e5
] - src: prevent extra copies ofTimerWrap::TimerCb
(Darshan Sen) #40665 - [
bd9a6a0194
] - (SEMVER-MINOR) src: add x509.fingerprint512 to crypto module (3nprob) #39809 - [
7681fdfd7d
] - src: add and fix some preprocessor comments (Tobias Nießen) #40701 - [
a9826b09d4
] - (SEMVER-MINOR) src: add flags for controlling process behavior (Cheng Zhao) #40339 - [
b1f785cd72
] - src,crypto: remove uses ofAllocatedBuffer
fromcrypto_sig
(Darshan Sen) #40895 - [
807536c541
] - src,crypto: useByteSource::ToBuffer()
incrypto_dh
(Darshan Sen) #40903 - [
51b86550ae
] - src,crypto: removeAllocatedBuffer
s fromcrypto_spkac
(Darshan Sen) #40752 - [
cebf40396f
] - src,crypto: refactorcrypto_tls.*
(Darshan Sen) #40675 - [
df574f3109
] - src,doc: add SyntaxError napi support (Idan Attias) #40736 - [
5e890be360
] - stream: remove always-false condition check (Rich Trott) #41488 - [
ae30b391c2
] - stream: fix error-path function call (Rich Trott) #41433 - [
5d27f4acbb
] - stream: remove unused function argument (Rich Trott) #41403 - [
77c18680ae
] - (SEMVER-MINOR) stream: add filter method to readable (Benjamin Gruenbaum) #41354 - [
7cef7699e3
] - (SEMVER-MINOR) stream: add isReadable helper (Robert Nagy) #41199 - [
9c718f8af0
] - (SEMVER-MINOR) stream: add map method to Readable (Benjamin Gruenbaum) #40815 - [
8cf507abf1
] - stream: fix enqueue race condition on esm modules (Rafael Gonzaga) #40901 - [
4522216660
] - stream: add isErrored helper (Robert Nagy) #41121 - [
2251bbae0d
] - stream: remove whatwg streams experimental warning (James M Snell) #40971 - [
3b1c01216c
] - stream: drain Transform with 0 highWaterMark (Robert Nagy) #40947 - [
436e07b36e
] - stream: deprecate thenable support (Antoine du Hamel) #40860 - [
9811617b18
] - stream: fix the ReadableStreamBYOBReader error message (James M Snell) #40846 - [
e110c96f48
] - stream: pipeline with end option (Robert Nagy) #40886 - [
c9f1398faf
] - stream: pipeline should drain empty readable (Robert Nagy) #40654 - [
55c9349afa
] - stream: fix non readable Duplex readableAborted (Robert Nagy) #40801 - [
1f722a1c77
] - stream: allow calling callback before promise (Robert Nagy) #40772 - [
1de552caeb
] - test: add ignore for regex space rule (Danielle Adams) #41805 - [
40c09600fd
] - test: improve test coverage of dns/promises (Yoshiki Kurihara) #41425 - [
fa425a1aa2
] - test: remove broken wiki link from test/common doc (Yoshiki Kurihara) #41426 - [
9242c1900c
] - test: do not OR F_OK in fs.access() test (Colin Ihrig) #41484 - [
3bd8e92bbb
] - test: mark test-performance-eventloopdelay flaky (Michael Dawson) #41409 - [
874000ff6b
] - test: mark test-repl-sigint-nested-eval as flaky (Michael Dawson) #41302 - [
404c8f5501
] - test: use spawnSync() full name in test-stdio-pipe-stderr (Rich Trott) #41332 - [
256bf9e6b6
] - test: improve expectWarning error message (Rich Trott) #41326 - [
b1e4387c92
] - test: use spawnSync() full name (Rich Trott) #41327 - [
8d15bacf2b
] - test: add comments explaining _setSimultaneousAccepts deprecation tests (Yoshiki Kurihara) #41307 - [
a53399edbb
] - test: mark test-worker-take-heapsnapshot flaky (Michael Dawson) #41253 - [
e444b41093
] - test: mark wpt/test-user-timing test flaky (Michael Dawson) #41203 - [
8926d956c1
] - test: correct param name in JSDoc comment (Rich Trott) #41241 - [
2e133d5555
] - test: mark test-crypto-keygen slow on windows (Michael Dawson) #41207 - [
28c52f60f6
] - test: skip ESLint tests if no Intl (Rich Trott) #41105 - [
d6b15424da
] - test: add missing JSDoc parameter name (Rich Trott) #41057 - [
3450227ba2
] - test: deflake test-trace-atomics-wait (Luigi Pinca) #41018 - [
b9567d99fc
] - test: add auth option case for url.format (Hirotaka Tagawa / wafuwafu13) #40516 - [
38fd30f34b
] - Revert "test: skip different params test for OpenSSL 3.x" (Daniel Bevenius) #40640 - [
28a216a6dc
] - test: mark test-fs-watch-non-recursive flaky on Windows (Luigi Pinca) #40916 - [
ab398b6c80
] - test: deflake cluster-concurrent-disconnect (Luigi Pinca) #40877 - [
9e2e4437b9
] - test: deflake fs-promises-watch (Luigi Pinca) #40863 - [
55678af57d
] - test: fix argument order in assertion (Luigi Pinca) #40842 - [
4978689713
] - test: deflake http2-pipe-named-pipe (Luigi Pinca) #40842 - [
f17789addf
] - test: use descriptive name for destination file (Luigi Pinca) #40842 - [
48e2b60c44
] - test: add AsyncLocalStorage tests using udp, tcp and tls sockets (Darshan Sen) #40741 - [
c002930a62
] - test: add tests for invalid UTF-8 (git-srinivas) #40351 - [
25a166dd25
] - test: fix flaky test-policy-integrity (Rich Trott) #40763 - [
25b3187021
] - test: add semicolons for linter update (Rich Trott) #40720 - [
b4fea14cc3
] - test: disable warnings to fix flaky test (Antoine du Hamel) #40739 - [
2c84c3eee8
] - test: do not load absolute path crypto engines twice (Richard Lau) #41175 - [
b5b3750678
] - timers: use ref counts to count timers (Darshan Sen) #41231 - [
c5f9e96ac4
] - (SEMVER-MINOR) timers: add experimental scheduler api (James M Snell) #40909 - [
00abb811ac
] - tls: use optional chaining to simplify checks (Antoine du Hamel) #41337 - [
ffca1a71ce
] - tls: permit null as a pfx value (CallMeLaNN) #41170 - [
3b5b893abb
] - tls: improve handling of shutdown (Jameson Nash) #36111 - [
99a90dbd4a
] - tools: enable jsdoc/require-returns-type ESLint rule (Rich Trott) #41130 - [
66feaf429c
] - tools: fix small not-quite-a-bug in find-inactive-tsc.mjs (Rich Trott) #41469 - [
7d5686dc9c
] - tools: enable ESLint recommended configuration (Rich Trott) #41463 - [
ecf3b6db44
] - tools: enable ESLint no-constant-condition rule (Rich Trott) #41463 - [
12ea18ded9
] - tools: enable ESLint require-yield rule (Rich Trott) #41463 - [
609a310e2a
] - tools: enable ESLint no-sparse-arrays rule (Rich Trott) #41463 - [
063abe52aa
] - tools: enable ESLint no-loss-of-precision rule (Rich Trott) #41463 - [
86ece9843f
] - tools: replace for loop with map() (Rich Trott) #41451 - [
70ea7462a6
] - tools: use GITHUB_ACTIONS env var in inactivity scripts (Rich Trott) #41422 - [
62450d38a8
] - tools: replace while+exec() with matchAll() (Rich Trott) #41406 - [
2bc381ee55
] - tools: fix argv bug in find-inactive-tsc.mjs (Rich Trott) #41394 - [
3ecc964a29
] - tools: remove conditional assignment in custom ESLint rule (Rich Trott) #41325 - [
a136d56aa6
] - tools: update lint-md-dependencies to @rollup/plugin-node-resolve@13.1.2 (Node.js GitHub Bot) #41369 - [
003dd37717
] - tools: update doc to rehype-raw@6.1.1 (Node.js GitHub Bot) #41367 - [
e8f00fd2ff
] - tools: remove last of error-masking in commit-queue.sh (Rich Trott) #41356 - [
530c1275a0
] - tools: update eslint to 8.6.0 (Node.js GitHub Bot) #41368 - [
9f2365c4e1
] - tools: do not mask errors on multiple commit retrieval (Rich Trott) #41340 - [
f31a3a27bf
] - tools: enable jsdoc/check-param-names lint rule (Rich Trott) #41311 - [
1d2e676f8d
] - tools: improve section tag additions in HTML doc generator (Rich Trott) #41318 - [
12c5333546
] - tools: simplify commit-queue.sh merge command (Rich Trott) #41314 - [
85438e367e
] - tools: update lint-md-dependencies to rollup@2.62.0 (Node.js GitHub Bot) #41315 - [
f890582760
] - tools: use Object.hasOwn() in alljson.mjs (Rich Trott) #41306 - [
b6a0afc99e
] - tools: avoid generating duplicate id attributes (Rich Trott) #41291 - [
7815fbd751
] - tools: be intentional about masking possible error in start-ci.sh (Rich Trott) #41284 - [
4011be0d19
] - tools: use {N} for spaces in regex (Rich Trott) #41295 - [
599c119de8
] - tools: consolidate update-authors.js logic (Rich Trott) #41255 - [
0f728e0825
] - tools: update doc dependency mdast-util-gfm-table to 1.0.2 (Rich Trott) #41260 - [
ae32af308a
] - tools: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) #41258 - [
d51e8ffb22
] - tools: use arrow function for callback in lint-sh.js (Rich Trott) #41256 - [
1523aa5a02
] - tools: add double-quotes to make-v8.sh (Rich Trott) #41257 - [
49dc1f278e
] - tools: enable prefer-object-has-own lint rule (Rich Trott) #41245 - [
f926a490e5
] - tools: update eslint to 8.5.0 (Node.js GitHub Bot) #41228 - [
91fc85ae1b
] - tools: enable jsdoc/tag-lines ESLint rule (Rich Trott) #41147 - [
de2140d851
] - tools: update lint-md-dependencies to @rollup/plugin-node-resolve@13.1.1 (Node.js GitHub Bot) #41227 - [
433274ac2c
] - tools: fix CQ and auto-start-ci jobs (Antoine du Hamel) #41230 - [
95568dc877
] - tools: fix GitHub Actions status when CQ is empty (Antoine du Hamel) #41193 - [
719c39d230
] - tools: update doc to remark-rehype@10.1.0 (Node.js GitHub Bot) #41149 - [
0b2144028f
] - tools: update lint-md-dependencies to rollup@2.61.1 vfile-reporter@7.0.3 (Node.js GitHub Bot) #41150 - [
3dc8483345
] - tools: update ESLint to 8.4.1 (Rich Trott) #41114 - [
33be3e8451
] - tools: enable JSDoc check-alignment lint rule (Rich Trott) #41109 - [
2c28f86eb9
] - tools: strip comments from lint-md rollup output (Rich Trott) #41092 - [
1ff152120e
] - tools: update highlight.js to 11.3.1 (Rich Trott) #41091 - [
2c009ccc24
] - tools: enable jsdoc/require-returns-check lint rule (Rich Trott) #41089 - [
4aae04bb1a
] - tools: update ESLint to 8.4.0 (Luigi Pinca) #41085 - [
50420c654c
] - tools: enable jsdoc/require-param-name lint rule (Rich Trott) #41057 - [
0983f6b29b
] - tools: use jsdoc recommended rules (Rich Trott) #41057 - [
f9cf50f543
] - tools: rollback highlight.js (Richard Lau) #41078 - [
5bfa0ea9c4
] - tools: remove Babel from license-builder.sh (Rich Trott) #41049 - [
f74d8b56b8
] - tools: udpate packages in tools/doc (Rich Trott) #41036 - [
af9b05fc11
] - tools: install and enable JSDoc linting in ESLint (Rich Trott) #41027 - [
45e7affa9c
] - tools: include JSDoc in ESLint updating tool (Rich Trott) #41027 - [
9e770d4cfd
] - tools: ignore unrelated workflow changes in slow Actions tests (Antoine du Hamel) #40990 - [
e5cccdfd74
] - tools: remove unneeded tool in update-eslint.sh (Rich Trott) #40995 - [
017cdcd76a
] - tools: consolidate ESLint dependencies (Rich Trott) #40995 - [
83f946855f
] - tools: update ESLint update script to consolidate dependencies (Rich Trott) #40995 - [
0ed4775069
] - tools: run ESLint update to minimize diff on subsequent update (Rich Trott) #40995 - [
5527e9bfac
] - tools: update gyp-next to v0.10.1 (Michaël Zasso) #40934 - [
307dd76a90
] - tools: fix commit-lint GH Actions CI (Antoine du Hamel) #40845 - [
da35d4fc4b
] - tools: ping TSC members identified as inactive (Rich Trott) #40915 - [
2ffe08dc3e
] - tools: update lint-md-dependencies to rollup@2.60.1 (Node.js GitHub Bot) #40929 - [
5336e488f1
] - tools: update lint-md dependencies (Rich Trott) #40894 - [
96cfab14d0
] - tools: update ESLint to 8.3.0 (Luigi Pinca) #40917 - [
b54d53b9dd
] - tools: add find-inactive-tsc (Rich Trott) #40884 - [
4ffbff25f3
] - tools: update @babel/eslint-parser to 7.16.3 (Node.js GitHub Bot) #40889 - [
c5d0b3cf84
] - tools: only validate first commit message of a MR (Antoine du Hamel) #40740 - [
6b6fb83673
] - tools: improve update scripts (Rich Trott) #40644 - [
e915cec505
] - tools: notify user if format-md needs to be run (Rich Trott) #40647 - [
ea75ef5fbd
] - tools: update babel-eslint-parser to 7.16.0 (Rich Trott) #40720 - [
3580286818
] - tools: avoid unnecessary escaping in markdown formatter (Rich Trott) #40645 - [
362f5edf8c
] - tools,benchmark,lib,test: enable no-case-declarations lint rule (Rich Trott) #41385 - [
5d70195d56
] - tools,lib,test: enable ESLint no-regex-spaces rule (Rich Trott) #41463 - [
53570a8a7a
] - tools,test: make -J behavior default for test.py (Rich Trott) #40945 - [
5380de725c
] - typings: add types for symbol and accessor properties onprimordials
(ExE Boss) #40992 - [
782dbbd38c
] - typings: add JSDoc forstring_decoder
(Qingyu Deng) #38229 - [
08c2512bbf
] - url: detect hostname more reliably in url.parse() (Rich Trott) #41031 - [
2c7f17c72c
] - util: do not reduce to a single line if not appropriate using inspect (Ruben Bridgewater) #41083 - [
7b6c71ab1c
] - util: display a present-but-undefined error cause (Jordan Harband) #41247 - [
2602c0ca62
] - util: serialize falsy cause values while inspecting errors (Ruben Bridgewater) #41097 - [
89d955658b
] - util: make sure error causes of any type may be inspected (Ruben Bridgewater) #41097 - [
8ce85882bd
] - (SEMVER-MINOR) util: pass through the inspect function to custom inspect functions (Ruben Bridgewater) #41019 - [
4f300a5b00
] - util: escape lone surrogate code points using .inspect() (Ruben Bridgewater) #41001 - [
45a3e2454d
] - (SEMVER-MINOR) util: add numericSeparator to util.inspect (Ruben Bridgewater) #41003 - [
b15f5e48fa
] - (SEMVER-MINOR) util: always visualize cause property in errors during inspection (Ruben Bridgewater) #41002 - [
e29bd4699d
] - (SEMVER-MINOR) v8: multi-tenant promise hook api (Stephen Belanger) #39283
v16.13.2
This is a security release.
Notable changes
Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531)
Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly.
Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the --security-revert
command-line option.
More details will be available at CVE-2021-44531 after publication.
Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532)
Node.js converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints.
Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the --security-revert
command-line option.
More details will be available at CVE-2021-44532 after publication.
Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533)
Node.js did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in order to inject a Common Name that would allow bypassing the certificate subject verification.
Affected versions of Node.js do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable.
More details will be available at CVE-2021-44533 after publication.
console.table
properties (Low)(CVE-2022-21824)
Prototype pollution via Due to the formatting logic of the console.table()
function it was not safe to allow user controlled input to be passed to the properties
parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be __proto__
. The prototype pollution has very limited control, in that it only allows an empty string to be assigned numerical keys of the object prototype.
Versions of Node.js with the fix for this use a null protoype for the object these properties are being assigned to.
More details will be available at CVE-2022-21824 after publication.
Thanks to Patrik Oldsberg (rugvip) for reporting this vulnerability.
Commits
- [
8dd4ca4537
] - console: fix prototype pollution via console.table (Tobias Nießen) nodejs-private/node-private#307 - [
e52882da4c
] - crypto,tls: implement safe x509 GeneralName format (Tobias Nießen) nodejs-private/node-private#300 - [
9a0a189b0b
] - src: add cve reverts and associated tests (Michael Dawson) nodejs-private/node-private#300 - [
4a262d42bc
] - src: remove unused x509 functions (Tobias Nießen) nodejs-private/node-private#300 - [
965536fe3d
] - tls: fix handling of x509 subject and issuer (Tobias Nießen) nodejs-private/node-private#300 - [
a2cbfa95ff
] - tls: drop support for URI alternative names (Tobias Nießen) nodejs-private/node-private#300
Configuration
-
If you want to rebase/retry this MR, check this box.