chore(deps): update node.js to v14.20.0 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
node | image | minor |
14.15.4-alpine -> 14.20.0-alpine
|
Release Notes
nodejs/node
v14.20.0
This is a security release.
Notable Changes
- [
8e8aef836c
] - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) #43124 - [
98965b137d
] - deps: upgrade openssl sources to 1.1.1q (RafaelGSS) #43686
Commits
- [
b93e048bf6
] - deps: update archs files for OpenSSL-1.1.1q (RafaelGSS) #43686 - [
98965b137d
] - deps: upgrade openssl sources to 1.1.1q (RafaelGSS) #43686 - [
837a1d803e
] - deps: update archs files for OpenSSL-1.1.1p (RafaelGSS) #43527 - [
c5d9c9a49e
] - deps: upgrade openssl sources to 1.1.1p (RafaelGSS) #43527 - [
da0fda0fe8
] - http: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) #315 - [
48c5aa5cab
] - src: fix IPv4 validation in inspector_socket (Tobias Nießen) nodejs-private/node-private#320 - [
8e8aef836c
] - (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname (Daniel Bevenius) #43124
v14.19.3
Notable Changes
- This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affects other Node.js release lines.
- The list of GPG keys used to sign releases has been synchronized with the main branch.
Commits
- [
68397e49d9
] - deps: update archs files for OpenSSL-1.1.1o (RafaelGSS) #42956 - [
7f9a5ed4a8
] - deps: upgrade openssl sources to 1.1.1o (RafaelGSS) #42956 - [
61eba58cb6
] - doc: add release key for Juan Arboleda (Juan José) #42961
v14.19.2
Notable Changes
doc:
- New release key for Bryan English
Learn more at: #42102 Contributed by Bryan English (@bengl)
npm:
- Upgrade
npm
tov6.14.17
.
Learn more at: #42900 Contributed by Ruy Adorno (@ruyadorno)
V8:
- V8 had a stack overflow issue affecting the
vm
module, cherry-pickingcc9a8a37445e
from V8 solves this issue.
Learn more at: #41826 Contributed by Gus Caplan (@devsnek)
- Using
getHeapSnapshot()
was causing a Node.js crash due a V8 issue, this is fixed by backporting367b0c1e7a32
from V8.
Learn more at: #42637 Contributed by Chengzhong Wu (@legendecas)
Commits
- [
c73ac527d6
] - build: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) #40147 - [
dcaed6db24
] - build: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) #42204 - [
4203d132b1
] - child_process: queue pending messages (Erick Wendel) #41221 - [
a3ebdbfe8f
] - deps: upgrade npm to 6.14.17 (Ruy Adorno) #42900 - [
39e44f8382
] - deps: V8: cherry-pickcc9a8a3
(Gus Caplan) #41826 - [
b52a268b6f
] - deps: V8: cherry-pick367b0c1
(legendecas) #42637 - [
77ba012065
] - doc: fix documentation ofFileHandle.prototype.appendFile
(Antoine du Hamel) #42588 - [
3d3d7ed1b7
] - doc: specify flag needed for JSON and Wasm modules (Rich Trott) #42736 - [
542d812c93
] - doc: use openpgp.org for keyserver examples (Nick Schonning) #39227 - [
7f2825b1a9
] - doc: add release key for Bryan English (Bryan English) #42102 - [
75302d3dce
] - fs: fix write methods param validation and docs (Livia Medeiros) #41677 - [
d4171e0eac
] - stream: resume stream on drain (Robert Nagy) #41848 - [
de474c8b6f
] - worker: do not send message if port is closing (Rich Trott) #42357
v14.19.1
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
- [
b5c52e337e
] - build: pin Windows GitHub runner to windows-2019 (Richard Lau) #42350 - [
3b1a0b24f0
] - deps: update archs files for OpenSSL-1.1.1n (Richard Lau) #42347 - [
c83dd99e0b
] - deps: upgrade openssl sources to 1.1.1n (Richard Lau) #42347
v14.19.0
Notable Changes
Corepack
Node.js now includes Corepack, a script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development. In practical terms, Corepack will let you use Yarn and pnpm without having to install them - just like what currently happens with npm, which is shipped in Node.js by default. Please head over to the Corepack documentation page for more information on how to use it.
Contributed by Maël Nison - #39608
ICU updated
ICU has been updated to 70.1. This updates timezone database to 2021a3, including bringing forward the start for DST for Jordan from March to February.
Contributed by Michaël Zasso - #40658
New option to disable loading of native addons
A new command line option --no-addons
has been added to disallow loading of native addons.
Contributed by Dominic Elm - #39977
Updated Root Certificates
Root certificates have been updated to those from Mozilla's Network Security Services 3.71.
Contributed by Richard Lau - #40280
Other Notable Changes
- [
0d448eaab5
] - (SEMVER-MINOR) crypto: make FIPS related options always available (Vít Ondruch) #36341 - [
004eafbebf
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433 - [
625be7585d
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #40433 - [
607bc74eae
] - (SEMVER-MINOR) module: support pattern trailers (Guy Bedford) #39635 - [
f74fe2a59c
] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #39926
Commits
- [
0231ffa501
] - build: add--without-corepack
(Jonah Snider) #41060 - [
5389b8ab05
] - crypto: update root certificates (Richard Lau) #40280 - [
0d448eaab5
] - (SEMVER-MINOR) crypto: make FIPS related options always available (Vít Ondruch) #36341 - [
cd20ecc7cb
] - deps: upgrade Corepack to 0.10 (Maël Nison) #40374 - [
737df75e17
] - (SEMVER-MINOR) deps: add corepack (Maël Nison) #39608 - [
b85aa5a143
] - deps: upgrade npm to 6.14.16 (Ruy Adorno) #41603 - [
2755d391a5
] - deps: update ICU to 70.1 (Michaël Zasso) #40658 - [
3089326d89
] - deps: update archs files for OpenSSL-1.1.1m (Richard Lau) #41173 - [
59da7c12aa
] - deps: upgrade openssl sources to 1.1.1m (Richard Lau) #41173 - [
cede1f26f6
] - deps: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) #40631 - [
4477da858f
] - doc: fix corepack grammar for--force
flag (Steven) #40762 - [
5971d58600
] - doc: add missing YAML tag inesm.md
(Antoine du Hamel) #41516 - [
e903798ae1
] - doc: add note regarding unfinished TLA (Antoine du Hamel) #41434 - [
a90defebcf
] - esm: makeprocess.exit()
default to exit code 0 (Gang Chen) #41388 - [
fc328f1ab0
] - fs: nullish coalescing to respect zero positional reads (Omar El-Mihilmy) #40716 - [
004eafbebf
] - (SEMVER-MINOR) lib: add unsubscribe method to non-active DC channels (simon-id) #40433 - [
625be7585d
] - (SEMVER-MINOR) lib: add return value for DC channel.unsubscribe (simon-id) #40433 - [
2c365961d0
] - module: support pattern trailers for imports field (Guy Bedford) #40041 - [
607bc74eae
] - (SEMVER-MINOR) module: support pattern trailers (Guy Bedford) #39635 - [
f74fe2a59c
] - (SEMVER-MINOR) src: make napi_create_reference accept symbol (JckXia) #39926 - [
b050c65885
] - src: add option to disable loading native addons (Dominic Elm) #39977 - [
c1695ac68a
] - tools: update certdata.txt (Richard Lau) #40280
v14.18.3
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
- [
e2a74f3c99
] - console: fix prototype pollution via console.table (Tobias Nießen) nodejs-private/node-private#307 - [
df1b2c33f6
] - crypto,tls: implement safe x509 GeneralName format (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#300 - [
9f2c52617f
] - src: add cve reverts and associated tests (Michael Dawson and Akshay Kumar) nodejs-private/node-private#300 - [
b14be42518
] - src: remove unused x509 functions (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#300 - [
83d8f880bb
] - tls: fix handling of x509 subject and issuer (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#300 - [
461a0c674b
] - tls: drop support for URI alternative names (Tobias Nießen and Akshay Kumar) nodejs-private/node-private#300
v14.18.2
Notable changes
This release contains a c-ares update to fix a regression introduced in Node.js 14.17.5 resolving CNAME records containing underscores #39780.
Also included are commits to allow Node.js 14 to continue to build and pass tests on our Jenkins CI, including adding Python 3.10 to the list of allowable Python versions for building.
Commits
- [
7923c61a62
] - build: pin build-docs workflow to Node.js 14 (Richard Lau) #40939 - [
da356128fb
] - build: support Python 3.10.0 (FrankQiu) #40296 - [
9c3a85d279
] - deps: update c-ares to 1.18.1 (Richard Lau) #40660 - [
cd7c340545
] - deps: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) #40296 - [
6330d435f5
] - doc: mark Node.js 10 as End-of-Life (Richard Lau) #38482 - [
8ca082ec71
] - doc: fix CJS-ESM selector in Safari (Bradley Farias) #40135 - [
92490d1c89
] - doc: add macOS arm64 experimental status (Michael Rienstra) #40127 - [
8894bdd4d8
] - lib: fix regular expression to detect `/` and `\` (Francesco Trotta) #40325 - [
704989b698
] - test: deflake child-process-pipe-dataflow (Luigi Pinca) #40838 - [
df401cd346
] - test: update upload.zip to be uncorrupted (Greg Ziskind) #37294 - [
aa947f7dbf
] - tools: add script to update c-ares (Richard Lau) #40660 - [
6b7b2bba41
] - tools: patch jinja2 for Python 3.10 compat (Michaël Zasso) #40296 - [
39583f77d8
] - worker: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) #38403
v14.18.1
This is a security release.
Notable changes
-
CVE-2021-22959: HTTP Request Smuggling due to spaced in headers (Medium)
- The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at CVE-2021-22959 after publication.
-
CVE-2021-22960: HTTP Request Smuggling when parsing the body (Medium)
- The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at CVE-2021-22960 after publication.
Commits
- [
8c254ca7e4
] - deps: update llhttp to 2.1.4 (Fedor Indutny) nodejs-private/node-private#285 - [
9b92ae2499
] - http: add regression test for smuggling content length (Matteo Collina) nodejs-private/node-private#285 - [
f467539719
] - http: add regression test for chunked smuggling (Matteo Collina) nodejs-private/node-private#285
v14.18.0
Notable Changes
- [
3a60de0135
] - assert: change status of legacy asserts (James M Snell) #38113 - [
df37c106a7
] - (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #36811 - [
223494c548
] - (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #36952 - [
14fc4ddabc
] - (SEMVER-MINOR) child_process: allowoptions.cwd
receive a URL (Khaidi Chu) #38862 - [
b68b13acb3
] - (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #37256 - [
da98c9f99b
] - (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #34249 - [
779310ac87
] - (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) #29412 - [
40eb3b79f1
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #38755 - [
39eba0a2e1
] - (SEMVER-MINOR) cli: add --node-memory-debug option (Anna Henningsen) #35537 - [
d8d9a9628a
] - (SEMVER-MINOR) dns: add "tries" option to Resolve options (Luan Devecchi) #39610 - [
15ba19b020
] - (SEMVER-MINOR) dns: allow--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099 - [
307c1d817f
] - doc: refactor fs docs structure (James M Snell) #37170 - [
9ee3f77e32
] - (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) #37362 - [
e73bfed2f4
] - esm: deprecate legacy main lookup for modules (Guy Bedford) #36918 - [
989c204a58
] - (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #39028 - [
ef72490cde
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287 - [
cad9d20f64
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #37490 - [
2b0e2706c0
] - fs: improve fsPromises readFile performance (Nitzan Uziely) #37608 - [
fe12cc07b3
] - (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #37179 - [
2459c115a8
] - (SEMVER-MINOR) fs: allowposition
parameter to be aBigInt
in read and readSync (Darshan Sen) #36190 - [
6544cfb4b9
] - (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #34145 - [
a6c6cbb4e6
] - (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #35978 - [
1e5aca550c
] - inspector: mark as stable (Gireesh Punathil) #37748 - [
93af04afbb
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #38587 - [
f9f9389d83
] - (SEMVER-MINOR) module: add support fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246 - [
87c71065eb
] - (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625 - [
b421d99a48
] - (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #37195 - [
6a4811df8a
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #38569 - [
4a88ddeeca
] - (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #37155 - [
1a6bf1c4a3
] - (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #39085 - [
99735a6fe8
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #38659 - [
3982919317
] - (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #34291 - [
526e6c7bde
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932 - [
e6eee08692
] - (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #33676 - [
32de361d70
] - (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662 - [
797f7f8a38
] - (SEMVER-MINOR) repl: add auto‑completion fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246 - [
abfd71b64c
] - (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #39768 - [
1efae01b18
] - (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #39768 - [
f7933804ba
] - (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #39023 - [
6d06ac2202
] - (SEMVER-MINOR) src: add --heapsnapshot-near-heap-limit option (Joyee Cheung) #33010 - [
577d228ca0
] - (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441 - [
658a266cd4
] - (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447 - [
f421422ea4
] - (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486 - [
a62d4d60f4
] - (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #39589 - [
63502131a3
] - (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #37739 - [
68bbebd42c
] - (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #35753 - [
1cbb74d63d
] - (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #35960 - [
8eb11356dd
] - (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #39814 - [
84fcdc3074
] - (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807 - [
b238b6bf17
] - (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #33807 - [
9f6bc58da8
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #37486
Commits
Semver-minor commits
- [
f3563d3197
] - (SEMVER-MINOR) async_hooks: use new v8::Context PromiseHook API (Stephen Belanger) #36394 - [
df37c106a7
] - (SEMVER-MINOR) buffer: introduce Blob (James M Snell) #36811 - [
223494c548
] - (SEMVER-MINOR) buffer: add base64url encoding option (Filip Skokan) #36952 - [
14fc4ddabc
] - (SEMVER-MINOR) child_process: allowoptions.cwd
receive a URL (Khaidi Chu) #38862 - [
b68b13acb3
] - (SEMVER-MINOR) child_process: add timeout to spawn and fork (Nitzan Uziely) #37256 - [
da98c9f99b
] - (SEMVER-MINOR) child_process: allow promisified exec to be cancel (Carlos Fuentes) #34249 - [
779310ac87
] - (SEMVER-MINOR) child_process: add 'overlapped' stdio flag (Thiago Padilha) #29412 - [
40eb3b79f1
] - (SEMVER-MINOR) cli: add -C alias for --conditions flag (Guy Bedford) #38755 - [
39eba0a2e1
] - (SEMVER-MINOR) cli: add --node-memory-debug option (Anna Henningsen) #35537 - [
d9b58a0262
] - (SEMVER-MINOR) deps: V8: cherry-pickfa4cb17
(Stephen Belanger) #38577 - [
9d7177c152
] - (SEMVER-MINOR) deps: V8: cherry-pick4c07451
(Stephen Belanger) #36394 - [
ec0f0ef8ef
] - (SEMVER-MINOR) deps: V8: cherry-pick5f44131
(Stephen Belanger) #36394 - [
3e7238e45a
] - (SEMVER-MINOR) deps: V8: cherry-pick272445f
(Stephen Belanger) #36394 - [
214e568597
] - (SEMVER-MINOR) deps: V8: backportc0fceaa
(Stephen Belanger) #36394 - [
d8d9a9628a
] - (SEMVER-MINOR) dns: add "tries" option to Resolve options (Luan Devecchi) #39610 - [
15ba19b020
] - (SEMVER-MINOR) dns: allow--dns-result-order
to change default dns verbatim (Ouyang Yadong) #38099 - [
defb77cac9
] - (SEMVER-MINOR) doc: add missing change to resolver ctor (Luan Devecchi) #39610 - [
9ee3f77e32
] - (SEMVER-MINOR) errors: remove experimental from --enable-source-maps (Benjamin Coe) #37362 - [
989c204a58
] - (SEMVER-MINOR) fs: allow empty string for temp directory prefix (Voltrex) #39028 - [
ef72490cde
] - (SEMVER-MINOR) fs: allow no-params fsPromises fileHandle read (Nitzan Uziely) #38287 - [
cad9d20f64
] - (SEMVER-MINOR) fs: add support for async iterators tofsPromises.writeFile
(HiroyukiYagihashi) #37490 - [
fe12cc07b3
] - (SEMVER-MINOR) fs: add fsPromises.watch() (James M Snell) #37179 - [
2459c115a8
] - (SEMVER-MINOR) fs: allowposition
parameter to be aBigInt
in read and readSync (Darshan Sen) #36190 - [
6544cfb4b9
] - (SEMVER-MINOR) http2: add support for sensitive headers (Anna Henningsen) #34145 - [
a6c6cbb4e6
] - (SEMVER-MINOR) http2: allow setting the local window size of a session (Yongsheng Zhang) #35978 - [
93af04afbb
] - (SEMVER-MINOR) module: add support forURL
toimport.meta.resolve
(Antoine du Hamel) #38587 - [
f9f9389d83
] - (SEMVER-MINOR) module: add support fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246 - [
76d4f22bab
] - (SEMVER-MINOR) net: allow net.BlockList to use net.SocketAddress objects (James M Snell) #37917 - [
82363d864d
] - (SEMVER-MINOR) net: add SocketAddress class (James M Snell) #37917 - [
0202ba46b8
] - (SEMVER-MINOR) net: make net.BlockList cloneable (James M Snell) #37917 - [
a41a3e3b3f
] - (SEMVER-MINOR) net: make blocklist family case insensitive (James M Snell) #34864 - [
87c71065eb
] - (SEMVER-MINOR) net: introduce net.BlockList (James M Snell) #34625 - [
b421d99a48
] - (SEMVER-MINOR) node-api: allow retrieval of add-on file name (Gabriel Schulhof) #37195 - [
6a4811df8a
] - (SEMVER-MINOR) os: add os.devNull (Luigi Pinca) #38569 - [
4a88ddeeca
] - (SEMVER-MINOR) perf_hooks: introduce createHistogram (James M Snell) #37155 - [
1a6bf1c4a3
] - (SEMVER-MINOR) process: add api to enable source-maps programmatically (legendecas) #39085 - [
99735a6fe8
] - (SEMVER-MINOR) process: add'worker'
event (James M Snell) #38659 - [
3982919317
] - (SEMVER-MINOR) process: add direct access to rss without iterating pages (Adrien Maret) #34291 - [
526e6c7bde
] - (SEMVER-MINOR) readline: add AbortSignal support to interface (Nitzan Uziely) #37932 - [
e6eee08692
] - (SEMVER-MINOR) readline: add support for the AbortController to the question method (Mattias Runge-Broberg) #33676 - [
32de361d70
] - (SEMVER-MINOR) readline: add history event and option to set initial history (Mattias Runge-Broberg) #33662 - [
797f7f8a38
] - (SEMVER-MINOR) repl: add auto‑completion fornode:
‑prefixedrequire(…)
calls (ExE Boss) #37246 - [
abfd71b64c
] - (SEMVER-MINOR) src: call overload ctor from the original ctor (Darshan Sen) #39768 - [
1efae01b18
] - (SEMVER-MINOR) src: add a constructor overload for CallbackScope (Darshan Sen) #39768 - [
1aa2080d29
] - (SEMVER-MINOR) src: fix align in cares_wrap.h (Luan) #39610 - [
f7933804ba
] - (SEMVER-MINOR) src: allow to negate boolean CLI flags (Michaël Zasso) #39023 - [
6d06ac2202
] - (SEMVER-MINOR) src: add --heapsnapshot-near-heap-limit option (Joyee Cheung) #33010 - [
4091eb9db7
] - (SEMVER-MINOR) src: move node_binding to modern THROW_ERR* (James M Snell) #35469 - [
577d228ca0
] - (SEMVER-MINOR) src: add way to get IsolateData and allocator from Environment (Anna Henningsen) #36441 - [
658a266cd4
] - (SEMVER-MINOR) src: allow preventing SetPrepareStackTraceCallback (Shelley Vohr) #36447 - [
f421422ea4
] - (SEMVER-MINOR) src: add maybe versions of EmitExit and EmitBeforeExit (Anna Henningsen) #35486 - [
a62d4d60f4
] - (SEMVER-MINOR) stream: add readableDidRead if has been read from (Robert Nagy) #39589 - [
63502131a3
] - (SEMVER-MINOR) stream: pipeline accept Buffer as a valid first argument (Nitzan Uziely) #37739 - [
72ef41c72b
] - (SEMVER-MINOR) test: add wpt tests for Blob (Michaël Zasso) #36811 - [
68bbebd42c
] - (SEMVER-MINOR) tls: allow reading data into a static buffer (Andrey Pechkurov) #35753 - [
587deacad9
] - (SEMVER-MINOR) tools: addWorker
to type-parser (James M Snell) #38659 - [
1cbb74d63d
] - (SEMVER-MINOR) url: expose urlToHttpOptions utility (Yongsheng Zhang) #35960 - [
8eb11356dd
] - (SEMVER-MINOR) util: expose toUSVString (Robert Nagy) #39814 - [
84fcdc3074
] - (SEMVER-MINOR) v8: implement v8.stopCoverage() (Joyee Cheung) #33807 - [
b238b6bf17
] - (SEMVER-MINOR) v8: implement v8.takeCoverage() (Joyee Cheung) #33807 - [
9f6bc58da8
] - (SEMVER-MINOR) worker: add setEnvironmentData/getEnvironmentData (James M Snell) #37486
Semver-patch commits
- [
3a60de0135
] - assert: change status of legacy asserts (James M Snell) #38113 - [
5a42be9719
] - async_hooks: use resource stack for AsyncLocalStorage run (Stephen Belanger) #39890 - [
fc29ddb38e
] - async_hooks: emit promise trace events from JS (Stephen Belanger) #39135 - [
13296d1abf
] - async_hooks: eliminate native PromiseHook (Stephen Belanger) #39135 - [
48e5971e51
] - async_hooks: check for empty contexts before removing (Bryan English) #39095 - [
691c00c48b
] - async_hooks: switch between native and context hooks correctly (Stephen Belanger) #38912 - [
8484ab2a6c
] - buffer: avoid creating the backing store in the thread (James M Snell) #37052 - [
c8d039a872
] - buffer: make Blob's constructor more spec-compliant (Michaël Zasso) #37361 - [
05d73ac286
] - buffer: make Blob's slice method more spec-compliant (Michaël Zasso) #37361 - [
e7cf2efc60
] - buffer: add @@toStringTag to Blob (Colin Ihrig) #37336 - [
d99deeaf97
] - build: fix update authors commit (Mestery) #39858 - [
5e1cba81bf
] - build: add authors.yml (Tierney Cyren) #35831 - [
ed3c332089
] - build: add option to hide console window (Cheng Zhao) #39712 - [
c696f97c5e
] - build: exclude markdown files from some GitHub Actions (Rich Trott) #39565 - [
0bd6dd1ee2
] - build: use lts shorthand in GitHub Actions (Rich Trott) #39538 - [
3482bca643
] - build: override python executable path on configure (legendecas) #39465 - [
61261cdb8e
] - build: use Node.js 14 in commit-lint.yml (Rich Trott) #39506 - [
719f1563c1
] - build: fixhost_arch_cc()
for AIX/IBM i (Richard Lau) #39481 - [
6e06b2ff9d
] - build: update coverage Makefile target comments (Richard Lau) #39365 - [
4e28d2b2c0
] - build: run workflows when a MR is ready for review (Michaël Zasso) #39405 - [
0da5d74da4
] - build: update to setup-node@v2 (Rich Trott) #39366 - [
f2e1c2267e
] - build: update gcovr for gcc 8 compatibility (Richard Lau) #39326 - [
131dd6ec4d
] - build: remove unused comment in Makefile (LitoMore) #39171 - [
40e46321b0
] - build: uvwasi honours node_shared_libuv (Jérémy Lal) #39260 - [
5c6ab719f2
] - build: shorten path used in tarball build workflow (Richard Lau) #39192 - [
870526374c
] - build: addlibrary_files
to gyp variables (himself65) #39293 - [
0e221156aa
] - build: pass directory instead of list of files to js2c.py (Joyee Cheung) #39069 - [
8d8415415b
] - build: don't pass--mode
argument to V8 test-runner (Richard Lau) #39055 - [
2d50217634
] - build: fix commit linter on unrebased MRs (Mary Marchini) #39121 - [
c93d5e006e
] - build: use Actions to validate commit message (Mary Marchini) #32417 - [
0bcaf9c4d1
] - child_process: fix spawn and fork abort behavior (Nitzan Uziely) #37325 - [
8010c83180
] - child_process: fix bad abort signal leak (Nitzan Uziely) #37257 - [
32aff2f5a0
] - console: refactor to avoid unsafe array iteration (Antoine du Hamel) #36753 - [
f46e8cdf79
] - debugger: remove undefined parameter (Rich Trott) #39570 - [
482459edd4
] - debugger: validate sec-websocket-accept response header (Chris Opperwall) #39357 - [
e9c46107d7
] - debugger: rename internal module (Rich Trott) #39378 - [
49e0883c75
] - debugger: indicate server is ending (Rich Trott) #39334 - [
72a3419510
] - debugger: rename inspector-cli test module to debugger (Rich Trott) #38530 - [
b3352cfba4
] - debugger: prevent simultaneous heap snapshots (Rich Trott) #39638 - [
e5826ab1c2
] - debugger: remove final lint exceptions in inspect_repl.js (Rich Trott) #39078 - [
34c0701952
] - deps: V8: cherry-pick00bb1a7
(Darshan Sen) #39829 - [
42359ab582
] - deps: upgrade to libuv 1.42.0 (Luigi Pinca) #39525 - [
d863a9db68
] - deps: bump HdrHistogram_C to 0.11.2 (Matteo Collina) #39462 - [
4c93968a62
] - deps: extract gtest source files to deps/googletest (legendecas) #39386 - [
fcae391fed
] - deps: update Acorn to v8.4.1 (Michaël Zasso) #39166 - [
327838dd96
] - deps: V8: backportc922458
(Stephen Belanger) #39743 - [
89c1bbd7b2
] - deps: V8: cherry-pick81814ed
(Stephen Belanger) #39719 - [
8b9215d07c
] - deps: update to cjs-module-lexer@1.2.2 (Guy Bedford) #39402 - [
e201293ddb
] - dgram: use simplified validator (Voltrex) #39753 - [
6fdac38f91
] - doc,fs: remove experimental status for WHATWG URL as path (Antoine du Hamel) #38870 - [
d56e8268f9
] - doc,lib: prepare for stricter multi-line array linting (Rich Trott) #37088 - [
5500ae9236
] - domain: do not add domain to promise from other context (Stephen Belanger) #39135 - [
dc855af18e
] - errors: don't throw TypeError on missing export (Benjamin Coe) #39017 - [
c13eadc218
] - errors: eliminate all overhead for hidden calls (Momtchil Momtchev) #35644 - [
d42bbe48c5
] - esm: use correct URL for error decoration (Bradley Farias) #37854 - [
9db3304368
] - esm: update to correct deprecation code (Colin Ihrig) #37147 - [
e73bfed2f4
] - esm: deprecate legacy main lookup for modules (Guy Bedford) #36918 - [
c1782ea1f5
] - events: allow the options argument to be null (Luigi Pinca) #39486 - [
d2834fb97f
] - fs: improve fsPromises writeFile performance (Nitzan Uziely) #37610 - [
ee1d13c90d
] - fs: use byteLength to handle ArrayBuffer views (Michaël Zasso) #38187 - [
b38d6b475b
] - fs: fixup negative length in fs.truncate (James M Snell) #37483 - [
fe28128f3c
] - fs: add docs and tests forAsyncIterable
support infh.writeFile
(Antoine du Hamel) #39836 - [
2b0e2706c0
] - fs: improve fsPromises readFile performance (Nitzan Uziely) #37608 - [
a4d6f78619
] - fs: move constants to internal/fs/utils.js (Darshan Sen) #38061 - [
402f7722ce
] - fs: add validatePosition and use in read and readSync (Darshan Sen) #37051 - [
2bc301dcff
] - http: decodes url.username and url.password for authorization header (Lew Gordon) #39310 - [
5459f4af33
] - http: clean up HttpParser correctly (Tobias Koppers) #39292 - [
8b3feee148
] - http,https: align server option of https with http (Qingyu Deng) #38992 - [
cf59e87c8b
] - inspector: update inspector_protocol to89c4adf
(Rich Trott) #39650 - [
ea5f2047a2
] - inspector: update inspector_protocol to8ec18cf
(Rich Trott) #39614 - [
1e5aca550c
] - inspector: mark as stable (Gireesh Punathil) #37748 - [
8a2ce5dae6
] - inspector: move inspector async hooks to environment (Joyee Cheung) #39112 - [
338189ff6f
] - lib: simplify validators (Voltrex) #39753 - [
e1019351e8
] - lib: cleanup validation (Voltrex) #39652 - [
dbaf4988bc
] - lib: use validators (Voltrex) #39663 - [
9c33e4bfb2
] - lib: use validator (Voltrex) #39547 - [
5b1104291d
] - lib: usevalidateObject
(Voltrex) #39605 - [
1ce81079df
] - lib: remove use of array destructuring (Antoine du Hamel) #36818 - [
b24b34effd
] - lib: addbound apply
variants of varargsprimordials
(ExE Boss) #37005 - [
7cdff9a6a8
] - lib: refactorprimordials.makeSafe
to use more primordials (ExE Boss) #36865 - [
1737352580
] - lib: comment explaining special-case handling of promises (Stephen Belanger) #39135 - [
7f54cccb6c
] - lib: refactor to use validateString (ZiJian Liu) #37006 - [
98259dc527
] - module: improve support of data: URLs (Antoine du Hamel) #37392 - [
9aba2888a1
] - net: throw ERR_OUT_OF_RANGE if blockList.addSubnet prefix is NaN (ZiJian Liu) #36732 - [
2ca12c83b4
] - node-api: handle pending exception in cb wrapper (Michael Dawson) #39476 - [
9e5edf2158
] - node-api: cctest on v8impl::Reference (legendecas) #38970 - [
a74032a490
] - node-api: rtn pending excep on napi_new_instance (legendecas) #38798 - [
bcb85adee6
] - policy: canonicalize before resolving specifiers (Bradley Farias) #37863 - [
0ff520cf02
] - policy: fix integrity when DEFAULT_ENCODING is set (Tobias Nießen) #39750 - [
6c87b591d9
] - readline: allow completer to rewrite existing input (Anna Henningsen) #39178 - [
37b4708b19
] - repl: fix tla function hoisting (Don Jayamanne) #39745 - [
9264caeafe
] - repl: do not include legacy getter/setter methods in completion (Anna Henningsen) #39576 - [
50c5e71e22
] - repl: correctly hoist top level await declarations (ejose19) #39265 - [
1e065a0a43
] - repl: processTopLevelAwait fallback error handling (ejose19) #39290 - [
99664494ff
] - repl: ensure correct syntax err for await parsing (Guy Bedford) #39154 - [
761dafafde
] - repl: fix Ctrl+C on top level await (Antoine du Hamel) #38656 - [
88b02cbb08
] - repl: add auto‑completion for dynamic import calls (ExE Boss) #37178 - [
8f3a8830ba
] - repl: refactor to avoid unsafe array iteration (Antoine du Hamel) #37188 - [
a48e2d6ec7
] - repl: refactor to avoid unsafe array iteration (Darshan Sen) #36663 - [
20ffadf437
] - repl: refactor to use more primordials (Antoine du Hamel) #36264 - [
f69c934ad4
] - report: generates report on threads with no isolates (legendecas) #38994 - [
c4686fa5a7
] - src: fix TextDecoder final flush size calculation (James M Snell) #39737 - [
495cd02c20
] - src: add cosmetic space character toasync_wrap.h
file (Juan José Arboleda) #39459 - [
985ec48975
] - src: print native module id on native module not found (legendecas) #39460 - [
e6ff7e648e
] - src: close HandleWraps instead of deleting them in OnGCCollect() (Anna Henningsen) #39441 - [
5c473bdc12
] - src: remove unused guards around node-api reference (legendecas) #38334 - [
41213bd507
] - src: add JSDoc typings for v8 (Voltrex) #38944 - [
02b1df9fac
] - src: fix crash in AfterGetAddrInfo (Anna Henningsen) #39735 - [
99493b07d4
] - src: fix fatal errors when a current isolate not exist (legendecas) #38624 - [
9433c28c14
] - src: remove more extra semis from member fns (Shelley Vohr) #38744 - [
bad990c934
] - src: use BaseObject::kInteralFieldCount in Blob (Joyee Cheung) #36991 - [
0a759dff52
] - src: compare IPv4 addresses in host byte order (Colin Ihrig) #39096 - [
d73181f243
] - src: reduce duplicated boilerplate with new env utility fn (James M Snell) #36536 - [
85af15a8b6
] - src: allow instances of net.BlockList to be created internally (James M Snell) #34741 - [
1008c80176
] - src: add SocketAddressLRU Utility (James M Snell) #34618 - [
e404841a9c
] - src: set PromiseHooks by Environment (Bryan English) #38821 - [
c8c290ae8f
] - src,zlib: tighten up Z_*_WINDOWBITS macros (Khaidi Chu) #39115 - [
de171177b4
] - stream: cleanendWritableNT
(Mestery) #39645 - [
32a5b8f59b
] - stream: move duplicated code to an internal module (Rich Trott) #37508 - [
f90b22d351
] - util: add internal createDeferredPromise() (Colin Ihrig) #37095 - [
61b4a98480
] - zlib: avoid convertingUint8Array
instances toBuffer
(Antoine du Hamel) #39492
Documentation commits
- [
8efd559347
] - doc: add duplicate CVE check in sec. release doc (Daniel Bevenius) #39845 - [
7b123ec78d
] - doc: improve description of the triagers team (Michaël Zasso) #39833 - [
615477f67b
] - doc: update instructions for cc (Michael Dawson) #39674 - [
1a8a26d92e
] - doc: fix malformed changelog entries (Rich Trott) #39791 - [
9e772ca9a1
] - doc: fix lint errors in packages.md (Rich Trott) #39792 - [
2624c98207
] - doc: add example of self-reference in scoped packages (Jesús Leganés-Combarro 'piranna) #37630 - [
00f2cee26c
] - doc: add himadriganguly as a triager (Himadri Ganguly) #39757 - [
95b9cc78d2
] - doc: fix YAML comment opening tags (Jayden Seric) #38324 - [
49a7962d58
] - doc: fixfs.rmdir
recursive
option deprecation history (Antoine du Hamel) #39728 - [
53300d33c7
] - doc: fixed variable names in queueMicrotask example (ashish maurya) #39634 - [
df1e20aaf1
] - doc: update debugger.md description and examples (Rich Trott) #39661 - [
9672bbf01c
] - doc: fix color contrast issue in light mode (Rich Trott) #39660 - [
48281ecfcd
] - doc: add code examples toWritable.destroy()
andWritable.destroyed
(Juan José Arboleda) #39491 - [
8799a134e4
] - doc: moveNODE_MODULE_VERSION
in release guide (Richard Lau) #39544 - [
89c8afcf48
] - doc: remove outdated ARM information from release guide (Richard Lau) #39544 - [
a718b26f28
] - doc: fence command examples in release guide (Richard Lau) #39544 - [
42669bb049
] - doc: update backport labels in release guide (Richard Lau) #39544 - [
a437de3c5f
] - doc: add code example tohttp.createServer
method (Juan José Arboleda) #39455 - [
695569fc17
] - doc: move lball@redhat.com to emeritus (Lance Ball) #39501 - [
c7523da86c
] - doc: update AUTHORS (Rich Trott) #39488 - [
e826109d5c
] - doc: update strategic initiative champion (Rich Trott) #39487 - [
39da842051
] - doc: simplify unnecessarily specific .mailmap entries (Rich Trott) #39430 - [
6a4c6ce4d7
] - doc: update checkbox label in backporting guide (Darshan Sen) #39420 - [
d17afa08bd
] - doc: remove _Addenda_ from headers (Rich Trott) #39427 - [
ae97a96d9e
] - doc: simplify .mailmap file (Rich Trott) #39418 - [
a3dee70f66
] - doc: fix broken internal link in http.md (Rich Trott) #39425 - [
ca947ac524
] - doc: remove outdated step in onboarding exercise (Rich Trott) #39410 - [
86e12607f0
] - doc: revise strategic initiatives text (Rich Trott) #39417 - [
cd8e773d28
] - doc: update mailmap and AUTHORS (Rich Trott) #39393 - [
8376b07ae8
] - doc: use a details tag for completed initiatves (Rich Trott) #39416 - [
43d28f5f00
] - doc: update commit-queue.md to indicate GitHub Actions are checked (Rich Trott) #39411 - [
63b0603e95
] - doc: use _pull request_ instead of _MR_ in onboarding doc (Rich Trott) #39409 - [
73f784f764
] - doc: add strategic initiatives from TSC repo (Rich Trott) #39394 - [
1a494d51dc
] - doc: standardize on _pull request_ (Rich Trott) #39384 - [
eb12e4ccfb
] - doc: make minor edits to pull request text (Rich Trott) #39383 - [
ab0bf4fa1a
] - doc: add docker-node and build-wg issue contents (Daniel Bevenius) #39215 - [
8438e8bf33
] - doc: add instructions for core vuln files (Daniel Bevenius) #39220 - [
c3cfefc2d3
] - doc: standardize on not capitalizing _collaborator_ (Rich Trott) #39379 - [
672023f9f2
] - doc: update mailmap and deduplicate AUTHORS entry (Rich Trott) #39391 - [
baaa397e39
] - doc: update AUTHORS (Rich Trott) #39367 - [
f39d93a428
] - doc: move jdalton to emeritus (Rich Trott) #39380 - [
0b1ce72d64
] - doc: edit guide on pull requests (Rich Trott) #39359 - [
6f0b3a20d1
] - doc: add text about moving long commit lists out of MR description (Danielle Adams) #39186 - [
9d43ce3b80
] - doc: do not use & for "and" in text (Rich Trott) #39345 - [
25c104f21f
] - doc: update AUTHORS (Rich Trott) #39277 - [
b47b47930c
] - doc: put information about the past in details tags (Rich Trott) #39321 - [
5eafc3afa8
] - doc: move AndreasMadsen to emeritus (Rich Trott) #39315 - [
fbf658f1d5
] - doc: move ofrobots to collaborator emeritus (Rich Trott) #39307 - [
fc7d714149
] - doc: simplify CRAN mirror text in benchmark guide (Rich Trott) #39287 - [
22f0b7e0d0
] - doc: use "repository" instead of "repo" in onboarding.md (Rich Trott) #39286 - [
f46ae3ffb6
] - doc: update collaborator email address (Rich Trott) #39263 - [
8c569cef88
] - doc: remove GitHub mark (Rich Trott) #39251 - [
b4a0c5a384
] - doc: remove emailing the TSC from offboarding doc (Rich Trott) #39280 - [
a4d70ff0cc
] - doc: use "repository" in guides versus repo (Michael Dawson) #39198 - [
31163ed9ee
] - doc: update Node-api version matrix (Michael Dawson) #39197 - [
9357547519
] - doc: update node-api support matrix (Michael Dawson) #38424 - [
f08e9d5230
] - doc: remove onboarding-extras (Rich Trott) #39252 - [
6466faf26d
] - doc: move Sam Ruby to emeritus (Rich Trott) #39264 - [
06acbf6453
] - doc: update AUTHORS file (Rich Trott) #39250 - [
9178805653
] - doc: fix color contrast for anchor marks in dark mode (Rich Trott) #39168 - [
c6118b23f7
] - doc: rename datatypes to data types (FrankEntriken) #39209 - [
fdd315918f
] - doc: normalize CSS variable names and indentation (Rich Trott) #39199 - [
9c7c44781c
] - doc: use more consistent formatting for deprecations (Rich Trott) #39218 - [
c97ebd7905
] - doc: update AUTHORS (Rich Trott) #39217 - [
c4a3a24848
] - doc: use "pull request" instead of "MR" in packages.md (Rich Trott) #39213 - [
0d098bfaf0
] - doc: move v8.stopCoverage() to expected location in doc (Rich Trott) #39212 - [
bd6af78749
] - doc: move vm.measureMemory() to expected location in doc (Rich Trott) #39211 - [
7378b84bb8
] - doc: add missing deprecation code (Colin Ihrig) #37147 - [
2f6861ca51
] - doc: use ASCII order for md refs (Antoine du Hamel) #39170 - [
fa3909504f
] - doc: add cc oss-security@lists.openwall.com (Daniel Bevenius) #39191 - [
52105acd5f
] - doc: remove instructions for unsupported Node.js versions (Rich Trott) #39185 - [
eb2d75da16
] - doc: remove obsolete cc recommendations (Rich Trott) #39181 - [
4cf17edd03
] - doc: use "repository" in maintaining-V8 doc (Rich Trott) #39179 - [
d6a4f8aac9
] - doc: fix broken link in errors.md (Rich Trott) #39200 - [
82458b30fe
] - doc: correct JavaScript primitive value names in n-api.md (legendecas) #39129 - [
2629979fd0
] - doc: apply logical ordering to CSS variables (Rich Trott) #39169 - [
1996580b06
] - doc: use repository instead of repo (Rich Trott) #39157 - [
74ba115ab6
] - doc: fixEventTarget.dispatchEvent
docs (Rohan Sharma) #39127 - [
2884d9094d
] - doc: update AUTHORS file (Rich Trott) #39082 - [
d069c725b1
] - doc: fix napi_default_property name (Davidson Francis) #39104 - [
1b74d3f775
] - doc: fix dead links in packages.md (Michaël Zasso) #39113 - [
0c2b5a048d
] - doc: clearify that http does chunked encoding itself (Mao Wtm) #28379 - [
d0d731e271
] - doc: add descriptions about whenoptions.mode
is ignored (Ray) #39881 - [
898db5a570
] - doc: add code example tofs.truncate
method (Juan José Arboleda) #39454 - [
05d7460747
] - doc: add annotation to writeFiledata
asObject
(Jacob) #39167 - [
2ef61b987d
] - doc: fix constants usage in fs.access example (Cyrille Bourgois) #39289 - [
b2c533ea1d
] - doc: remove unnecessary module format comments (Rich Trott) #39219 - [
e8355c47d2
] - doc: remove file name from self-reference links (Antoine du Hamel) #39165 - [
f799c4617e
] - doc: useawait
in filehandle.truncate() snippet (RA80533) #38939 - [
e7f3f0d778
] - doc: update abort signal in fs promise api example (Moritz Kneilmann) #38669 - [
a44219d979
] - doc: add documentation for fs.WriteStream.close() (Hitesh Sharma) #38610 - [
c3ae1cfbab
] - doc: fix fs.openSync() signature (Luigi Pinca) #38591 - [
23a8aed3f9
] - doc: typo stats() should be stat(); clarity (Bryan Field) #38541 - [
9fe46ea0fd
] - doc: fix broken AHAFS link in fs doc (Rich Trott) #38534 - [
7a92c3cfd4
] - doc: clarify that fs.Dir async iterator closes automatically (James M Snell) #38438 - [
b819848487
] - doc: remove superfluous await from fsPromises.readdir example (Michael Rommel) #38293 - [
9fa7dcf9df
] - doc: fix missing backtick in fs.md (Siddharth) #38260 - [
4cf4ee99dc
] - doc: fix typo in fs.md (Antoine du Hamel) #38100 - [
f9d36cbf42
] - doc: fix typos in /doc/api/fs.md (Merlin Luntke) #37557 - [
bbcc2171c5
] - doc: fix typo "director" instead of "directory" (humanwebpl) #37523 - [
67ac6b3b66
] - doc: fix "referred to" in fs docs (Tobias Nießen) #37388 - [
3b9fa2412f
] - doc: change "Version 4 UUID" to "version 4 UUID" (Tobias Nießen) #39682 - [
3d26572773
] - doc: add point to ask H1 reporter about credit (Daniel Bevenius) #39585 - [
469190d13c
] - doc: move util.toUSVString() outside of deprecated group (Luigi Pinca) #39840 - [
f509788850
] - doc: fix lint error in modules.md (Rich Trott) #37811 - [
a7833c7ce6
] - doc: refactor signal info in child_process.md (Darshan Sen) #37528 - [
f5b2fe1204
] - doc: change lang info string in fs JS snippets (Antoine du Hamel) #37605 - [
307c1d817f
] - doc: refactor fs docs structure (Michaël Zasso) #37170 - [
298a16a2e7
] - doc: update emitClose default for fs streams (Kevin Locke) #36653 - [
0c469b3f77
] - doc: revise process.memoryUsage() text (Rich Trott) #36757 - [
1ebe7d70ea
] - doc: fix punctuation in v8.md (Rich Trott) #36192 - [
591a05b637
] - doc: add link for v8.takeCoverage() (Rich Trott) #36135 - [
e5fe3164f3
] - doc: add YAML metadata for process.memoryUsage.rss (Gerhard Stoebich) #36781
Other commits
- [
ab66dabbf2
] - doc,meta: update email addresses for misterdjules (Rich Trott) #39433 - [
c6ccd97fe2
] - doc,tools: removecheckLinks.mjs
(Antoine du Hamel) #39206 - [
8f8f528f08
] - meta: add gyp as owner of gyp files and tools/gyp (Mary Marchini) #34847 - [
4b2eee5232
] - meta: consolidate AUTHORS entries for ooHmartY (Rich Trott) #39705 - [
6916a6c2b0
] - meta: consolidate AUTHORS entries for homosaur (Rich Trott) #39705 - [
b65a635c8a
] - meta: consolidate AUTHORS entries for Ayase-252 (Rich Trott) #39705 - [
e86b59cf4c
] - meta: consolidate AUTHORS entries for robin-drexler (Rich Trott) #39705 - [
1eda8442bd
] - meta: consolidate AUTHORS entries for samshull (Rich Trott) #39705 - [
cd67d86572
] - meta: update AUTHORS (Rich Trott) #39705 - [
bb06282a9e
] - meta: consolidate email addresses for MarshallOfSound (Rich Trott) #39651 - [
12fe34eae4
] - meta: consolidate email addresses for tadjik1 (Rich Trott) #39651 - [
4301e252b4
] - meta: consolidate email addresses for szmarczak (Rich Trott) #39651 - [
3e8fc49730
] - meta: update AUTHORS (Rich Trott) #39636 - [
60f41c34dd
] - meta: simplify mailmap (Rich Trott) #39612 - [
fc9c680260
] - meta: consolidate emails for tadhgcreedon (Rich Trott) #39611 - [
d87fcf9959
] - meta: consolidate emails for timcosta (Rich Trott) #39611 - [
fdbe97849b
] - meta: consolidate emails for timruffles (Rich Trott) #39611 - [
b9f2ea92e9
] - meta: update AUTHORS (Rich Trott) #39629 - [
472cf1520e
] - meta: add mailmap entry for ryzokuken (Rich Trott) #39596 - [
ae3f8b1eda
] - meta: add mailmap entry for uttampawar (Rich Trott) #39596 - [
2a2d8ebd90
] - meta: add mailmap entry for dmabupt (Rich Trott) #39596 - [
030036ec92
] - meta: align README/.mailmap/AUTHORS email entries (Rich Trott) #39505 - [
fd2146be91
] - meta: add mailmap entry for garygsc (Rich Trott) #39588 - [
0833e2d9cb
] - meta: add mailmap entry for ttzztztz (Rich Trott) #39588 - [
1fbc19ee32
] - meta: update AUTHORS (Rich Trott) #39587 - [
2d6428665d
] - meta: update .mailmap to remove duplication in AUTHORS (Rich Trott) #39561 - [
6c4febd701
] - meta: add .mailmap entries to remove AUTHORS duplicates (Rich Trott) #39560 - [
1755f49a20
] - meta: add .mailmap entry to remove duplication in AUTHORS (Rich Trott) #39559 - [
fdcc5729d9
] - meta: update collaborator email in AUTHORS/.mailmap (Rich Trott) #39521 - [
27e9a44852
] - meta: update collaborator email in README (Rich Trott) #39521 - [
5e1c49ff0f
] - meta: update collaborator email in AUTHORS/.mailmap (Rich Trott) #39521 - [
fbecae169e
] - meta: move gdams to emeritus (Rich Trott) #39539 - [
48ec33f1b8
] - meta: update collaborator email in README (Rich Trott) #39510 - [
f269df31ea
] - meta: remove unneeded .mailmap entry (Rich Trott) #39512 - [
b0c1aab28d
] - meta: update email address for collaborator (Rich Trott) #39511 - [
5f4935292a
] - meta: align collaborator name in .mailmap/AUTHORS with README (Rich Trott) #39489 - [
1b2078c912
] - meta: align email address in README/.mailmap/AUTHORS (Rich Trott) #39503 - [
2f816bf24b
] - meta: revise .mailmap for README consistency (Rich Trott) #39457 - [
1302a911f5
] - meta: alphabetize .mailmap file (Rich Trott) #39434 - [
55322c0260
] - meta: align collaborator email in .mailmap/AUTHORS with README (Rich Trott) #39478 - [
83f5cc0bd4
] - meta: update AUTHORS (Rich Trott) #39461 - [
69b56a3fe9
] - meta: add .mailmap entry for new email for existing contributor (Rich Trott) #39431 - [
2f325c946f
] - meta: use form schema for bug report template (Michaël Zasso) #39194 - [
9766a99dd2
] - meta: add @nodejs/actions as CODEOWNERS (Mary Marchini) #39119 - [
007f9a0e36
] - test: fix test-vm-memleak for high baseline platforms (Rich Trott) #38062 - [
0fabd8e755
] - test: fix flaky test-vm-memleak (Rich Trott) #38054 - [
64fb928ec7
] - test: fix flaky test-child-process-exec-abortcontroller-promisified (Antoine du Hamel) #37572 - [
e660892f1a
] - test: use simplfied validator (voltrexmaster) #39753 - [
779417f97e
] - test: use template to concatenate string (Himadri Ganguly) #39621 - [
a61076042d
] - test: deflake test-http2-buffersize (Luigi Pinca) #39591 - [
68ef265c39
] - test: convert anonymous function to arrow function (Himadri Ganguly) #39604 - [
78db43c9e7
] - test: add test-debugger-breakpoint-exists (Rich Trott) #39570 - [
5696bcf715
] - test: fix WASI link test (Richard Lau) #39485 - [
0b564a6d40
] - test: add test for WebSocket secret verification in debugger (Rich Trott) #39357 - [
831f266d6f
] - test: put common lint exceptions into config file (Rich Trott) #39358 - [
d8066f5325
] - test: mark test-domain-error-types flaky (James M Snell) #39369 - [
c915a1bd04
] - test: remove eslint-disable comment from fixture file (Rich Trott) #39320 - [
1eb8307cc5
] - test: move debugger test case to parallel (Rich Trott) #39300 - [
546202364c
] - test: remove debugger workaround for AIX (Rich Trott) #39296 - [
e12164e88d
] - test: fix test-debugger-heap-profiler for workers (Richard Lau) #39687 - [
a45bf2f1a0
] - test: use common.PORT instead of hardcoded port number (Rich Trott) #39298 - [
9b737ebd4b
] - test: add test for debugger restart message issue (Rich Trott) #39273 - [
68523894ab
] - test: remove workaround code in debugger test (Rich Trott) #39238 - [
2cd414147b
] - test: move test-debugger-address to parallel (Rich Trott) #39236 - [
a2e4020e4b
] - test: prepare for consistent comma-dangle lint rule (Rich Trott) #37930 - [
62b439e04d
] - test: replace "inspector-cli" with "debugger" (Rich Trott) #39156 - [
f13a302d23
] - test: improve coverage of stream.Readable (Rongjian Zhang) #38702 - [
f3d2e6ac29
] - test: add tests forbound apply
variants of varargsprimordials
(ExE Boss) #37005 - [
f70fd00fb3
] - test: use localhost test instead of connecting to remote (Adam Majer) #39011 - [
c4ff5e4a7e
] - test: update error message keywords (leeight) #39826 - [
922dacebfb
] - test: increase coverage for Blob (ZiJian Liu) #38515 - [
c6ab19895d
] - test: account for OOM risks in heapsnapshot-near-heap-limit tests (Joyee Cheung) #37761 - [
971d5be57c
] - test: split heap snapshot limit tests (Rich Trott) #37189 - [
815d59a7b3
] - test: fix test-memory-usage.js for IBMi (Rich Trott) #36758 - [
aa5309c33f
] - test: increase coverage for net/blocklist (Zijian Liu) #36405 - [
f3be3ec417
] - test: check mustCall errors in test-fs-read-type (Tobias Nießen) #36914 - [
b643fe7edf
] - test: use faster variant for rss (Pooja D P) #36839 - [
d4362db111
] - test: use faster variant for rss in test-crypto-dh-leak (Pooja D P) #36766 - [
3094ef967a
] - test: use faster variant for rss in test-vm-memleak.js (Pooja D P) #36769 - [
ff7879b41e
] - test: use faster variant for rss test-memoryusage-emfile (Pooja D P) #36768 - [
d39200c7f4
] - tools: make utils.SearchFiles Python2-compatible (Michaël Zasso) #40020 - [
55493f2011
] - tools: update workflow to open a pull request (Rich Trott) #39825 - [
417a3ac474
] - tools: use find-inactive-collaborators to modify README.md (Rich Trott) #39825 - [
e9b1a006a1
] - tools: fix markdown linting (Rich Trott) #39832 - [
67f1bff657
] - tools: update markdown linter dependencies and move to ESM (Antoine du Hamel) #39801 - [
67c5921e8a
] - tools: update rollup to latest version in markdown linter (Rich Trott) #39797 - [
64714b429a
] - tools: update markdown lint dependencies (Rich Trott) #39770 - [
de9461168a
] - tools: bump remark-preset-lint-node to 3.0.0 (Rich Trott) #39755 - [
dfdf6c7317
] - tools: update markdown linter rules (Rich Trott) #38384 - [
f8fee449f7
] - tools: update path-parse in markdown linter package-lock file (Rich Trott) #39729 - [
a338c0e07b
] - tools: fix more build warnings in inspector_protocol (Richard Lau) #39725 - [
09630cf199
] - tools: cherry-pickffb34b6
(Darshan Sen) #39725 - [
26a067e33e
] - tools: update inspector_protocol toe8ba1a7
(Rich Trott) #39694 - [
9847d58feb
] - tools: update inspector_protocol to39ca567
(Rich Trott) #39694 - [
6870bb7505
] - tools: update inspector_protocol to97d3146
(Rich Trott) #39694 - [
383fa01e97
] - Revert "tools: fix compiler warning in inspector_protocol" (Rich Trott) #39694 - [
b95a759c86
] - tools: update inspector_protocol toa53e96d
(Rich Trott) #39694 - [
ad39687422
] - tools: update inspector_protocol tofe0467f
(Rich Trott) #39694 - [
78de83cc74
] - tools: improve error detection in find-inactive-collaborators (Rich Trott) #39617 - [
a5152a0875
] - tools: flag README/mailmap mismatches in find-inactive-collaborators (Rich Trott) #39477 - [
87c5332f89
] - tools: use mailmap for find-inactive-collaborators (Rich Trott) #39432 - [
f75224f1ce
] - tools: email matchin is case insensitive for .mailmap (Rich Trott) #39430 - [
dfb77a581f
] - tools: make internal link checker more robust (Rich Trott) #39429 - [
d2c0da20a0
] - tools: added remark-frontmatter (Ben Halverson) #38717 - [
cec04821aa
] - tools: change commit fetch limiting in find-inactive-collaborators (Rich Trott) #39362 - [
d948148498
] - tools: use Node.js 16.x for GitHub workflow (Rich Trott) #39362 - [
edc5791b5a
] - tools: add GitHub Action to run find-inactive-collaborators.mjs (Rich Trott) #39335 - [
d86d37bc9e
] - tools: relax max-len lint rule for template strings (Rich Trott) #38097 - [
f467e2a0c5
] - tools: pass bot token to node-pr-labeler (Michaël Zasso) #39271 - [
61ec594609
] - tools: add find-inactive-collaborators.js (Rich Trott) #39262 - [
ff0ca11521
] - tools: update path-parse to 1.0.7 (Rich Trott) #39232 - [
b8fb75121b
] - tools: remove unusedlint-pr-commit-message.sh
(Richard Lau) #39120 - [
e7761b627f
] - tools: apply consistent comma-dangle lint rule (Rich Trott) #37930 - [
315eba7789
] - tools: make comma-dangle ESLint rule more stringent … (Rich Trott) #37088 - [
3ecfe9d7ee
] - tools: update remark-preset-lint-node to 2.4.1 (Rich Trott) #39201 - [
70e527c0c7
] - tools: upgradehighlight.js
to version 11.0.1 (Antoine du Hamel) #39032 - [
7b2bebba7a
] - tools: add support for import assertions in linter (Antoine du Hamel) #39924 - [
1353a6e22f
] - tools: update ESLint to 7.32.0 (Luigi Pinca) #39602 - [
509f26549c
] - tools: update ESLint to 7.31.0 (Colin Ihrig) #39424 - [
f0e0c8f720
] - tools: update ESLint to 7.30.0 (Colin Ihrig) #39242 - [
6540c271e4
] - tools: update @babel/eslint-parser to 7.14.7 (Rich Trott) #39160 - [
d7e2318e74
] - tools: add ESLint rule no-array-destructuring (Antoine du Hamel) #36818 - [
87e5429334
] - tools,doc: fix error message for unrecognized type (Antoine du Hamel) #39221 - [
f206af679c
] - typings: add a few JSDoc typings for the net lib module (nerdthatnoonelikes) #38953 - [
d458cd7e2b
] - typings: add JSDoc typings for timers (Voltrex) #38834
v14.17.6
This is a security release.
Notable Changes
These are vulnerabilities in the node-tar, arborist, and npm cli modules which are related to the initial reports and subsequent remediation of node-tar vulnerabilities CVE-2021-32803 and CVE-2021-32804. Subsequent internal security review of node-tar and additional external bounty reports have resulted in another 5 CVE being remediated in core npm CLI dependencies including node-tar, and npm arborist.
You can read more about it in:
Commits
- [
5b3f70bfb5
] - deps: update archs files for OpenSSL-1.1.1l (Richard Lau) #39868 - [
71372625ae
] - deps: upgrade openssl sources to 1.1.1l (Richard Lau) #39868 - [
4276984803
] - deps: upgrade npm to 6.14.15 (Darcy Clarke) #39856
v14.17.5
This is a security release.
Notable Changes
-
CVE-2021-3672/CVE-2021-22931: Improper handling of untypical characters in domain names (High)
- Node.js was vulnerable to Remote Code Execution, XSS, application crashes due to missing input validation of hostnames returned by Domain Name Servers in the Node.js DNS library which can lead to the output of wrong hostnames (leading to Domain Hijacking) and injection vulnerabilities in applications using the library. You can read more about it at https://nvd.nist.gov/vuln/detail/CVE-2021-22931.
-
CVE-2021-22940: Use after free on close http2 on stream canceling (High)
- Node.js was vulnerable to a use after free attack where an attacker might be able to exploit memory corruption to change process behavior. This release includes a follow-up fix for CVE-2021-22930 as the issue was not completely resolved by the previous fix. You can read more about it at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22940.
-
CVE-2021-22939: Incomplete validation of rejectUnauthorized parameter (Low)
- If the Node.js HTTPS API was used incorrectly and "undefined" was in passed for the "rejectUnauthorized" parameter, no error was returned and connections to servers with an expired certificate would have been accepted. You can read more about it at https://nvd.nist.gov/vuln/detail/CVE-2021-22939.
Commits
- [
4923b59e0b
] - deps: update c-ares to 1.17.2 (Beth Griggs) #39724 - [
847a4c6a8a
] - deps: reflect c-ares source tree (Beth Griggs) #39653 - [
33208e2f89
] - deps: apply missed updates from c-ares 1.17.1 (Beth Griggs) #39653 - [
af5c1af9a4
] - http2: add tests for cancel event while client is paused reading (Akshay K) #39622 - [
434872e838
] - http2: update handling of rst_stream with error code NGHTTP2_CANCEL (Akshay K) #39622 - [
35b86110e4
] - tls: validate "rejectUnauthorized: undefined" (Matteo Collina) nodejs-private/node-private#276
v14.17.4
This is a security release.
Notable Changes
-
CVE-2021-22930: Use after free on close http2 on stream canceling (High)
- Node.js is vulnerable to a use after free attack where an attacker might be able to exploit the memory corruption, to change process behavior. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22930
This releases also fixes some regressions with internationalization introduced by the ICU updates in Node.js 14.17.0 and 14.17.1.
Commits
- [
86477b2b53
] - benchmark: output JSON-compatible numbers (Michaël Zasso) #38778 - [
f9693cf0a0
] - benchmark: fix http elapsed time (Antoine du Hamel) #38743 - [
1ab4f81abc
] - build: fix building with external builtins (Momtchil Momtchev) #39091 - [
a657f250f1
] - build: reconfigure when gyp files change on Windows (Joyee Cheung) #39066 - [
6962c647d6
] - Revert "build: work around bug in MSBuild v16.10.0" (Michaël Zasso) #38977 - [
069cf59e56
] - build: make build-addons errors fail the build (Richard Lau) #38983 - [
d341561ae0
] - build: fix commit-queue default branch (Mary Marchini) #38998 - [
0736dd833a
] - build: don't pass python override to V8 build (Richard Lau) #38969 - [
49a000683a
] - build: correct Xcode spelling in .gitignore (bl-ue) #38895 - [
1ffbe3d5da
] - build: remove outdated dont-land-on-v6.x label (Michaël Zasso) #38886 - [
7f53a0b349
] - build: add lto build to CI (Jiawen Geng) #38567 - [
a6f8ba8f0c
] - build: allow LTO with Clang 3.9.1+ (Jesse Chan) #38751 - [
b5b1d1fb79
] - build: replace non-POSIX test -a|o (Issam E. Maghni) #38731 - [
fc2b1ec308
] - child_process: refactor to usevalidateBoolean
(Qingyu Deng) #38927 - [
55ea29eedd
] - child_process: retain reference to data with advanced serialization (Anna Henningsen) #38728 - [
716ee1531c
] - debugger: rename internal library for clarity (Rich Trott) #39080 - [
b7ee9d8287
] - debugger: use ERR_DEBUGGER_STARTUP_ERROR in _inspect.js (Rich Trott) #39024 - [
5d4d23dcf3
] - debugger: use error codes in debugger REPL (Rich Trott) #39024 - [
a3991d7c18
] - debugger: use ERR_DEBUGGER_ERROR in debugger client (Rich Trott) #39024 - [
052e1c5385
] - debugger: removed unused function argument (Rich Trott) #38850 - [
f9a4dcb30c
] - debugger: refactorinspect_repl
to use primordials (Antoine du Hamel) #38551 - [
ad8056659f
] - debugger: refactor to use internal modules (Antoine du Hamel) #38550 - [
b5724a1984
] - debugger: disable only the lint rules required by current file state (Rich Trott) #38529 - [
34659f2b7a
] - debugger: avoid non-ASCII char in code file (Rich Trott) #38529 - [
ae90756582
] - debugger: wrap lines longer than 80 chars (Rich Trott) #38529 - [
b30ff35a36
] - debugger: align message with Node.js standard (Rich Trott) #38400 - [
d74d67f207
] - debugger: remove unnecessary boilerplate copyright comment (Rich Trott) #38952 - [
e58f938ab3
] - debugger: enable linter oninternal/inspector/inspect_client
(Antoine du Hamel) #38417 - [
249acd5e69
] - debugger: reduce scope of eslint disable comment (Rich Trott) #38946 - [
0ef5e088c0
] - debugger: revise async iterator usage to comply with lint rules (Rich Trott) #38847 - [
79bfb0416b
] - debugger: wait for V8 debugger to be enabled (Michaël Zasso) #38811 - [
721edeffd3
] - debugger: refactorinternal/inspector/_inspect
to use more primordials (Antoine du Hamel) #38406 - [
21ecee1b4b
] - debugger: add usage example for--port
(Rafael Gonzaga) #38400 - [
cde72213d1
] - Revert "debugger: rename internal library for clarity" (Antoine du Hamel) #39446 - [
4c2b813799
] - debugger: rename internal library for clarity (Rich Trott) #39080 - [
61da371251
] - debugger: apply automatic lint fixes for inspect_repl.js (Rich Trott) #38411 - [
8dd1f70fe3
] - debugger: apply automatic lint fixes for _inspect.js (Rich Trott) #38411 - [
fb0ab4c034
] - debugger: removed unused function argument (Rich Trott) #38850 - [
9e28c6c946
] - debugger: fix race condition/deadlock on initialization (Rich Trott) #38161 - [
a8924fa0fb
] - debugger: replace internal use of deprecated API (Rich Trott) #38161 - [
22afb7cbe6
] - debugger: allow longer time to connect (Rich Trott) #38161 - [
b172e6f436
] - debugger: accommodate line chunking in Windows (Rich Trott) #38161 - [
1da692185a
] - debugger: fix inspect restart on Windows (Rich Trott) #38161 - [
0321c5b194
] - debugger: remove unused code (Rich Trott) #38161 - [
8bd2a3926a
] - debugger: move node-inspect to internal library (Rich Trott) #38161 - [
acf5279c39
] - deps: upgrade npm to 6.14.14 (Darcy Clarke) #39553 - [
4efefe02a8
] - deps: V8: backportae7bfb3
(Michaël Zasso) #39051 - [
5039f21396
] - deps: V8: backport16ffec9
(Michaël Zasso) #39051 - [
9b69069f71
] - deps: V8: cherry-pickb0a7f56
(Michaël Zasso) #39051 - [
4213e97d26
] - deps: V8: cherry-pick81181a8
(thomasmichaelwallace) #39187 - [
ccecea5f72
] - deps: restore minimum ICU version to 65 (Richard Lau) #39068 - [
7557e74cf4
] - deps: V8: update build dependencies (Michaël Zasso) #39244 - [
a60a960406
] - deps: V8: cherry-pick8959494
(Michaël Zasso) #39244 - [
7fdd6ecbb4
] - deps: V8: cherry-pick0b3a4ec
(Michaël Zasso) #39244 - [
4be2e878b7
] - deps: V8: cherry-pick7c182bd
(Michaël Zasso) #39244 - [
a83b01a4af
] - deps: V8: cherry-pick92e6d33
(Michaël Zasso) #39244 - [
17eb561184
] - deps: V8: backport1b1eda0
(Michaël Zasso) #39244 - [
04032fa1a3
] - doc: remove references to deleted freenode channels (devsnek) #39047 - [
797bd73849
] - doc: add missing parameter types (Voltrex) #39013 - [
e474e984e5
] - doc: clarify that only one Python version is required to build (bl-ue) #38894 - [
cd48ee71d9
] - doc: fixed typo in process.md (Derevianchenko Maksym) #38941 - [
41fcbad2b2
] - doc: add missing semis after classes (Darshan Sen) #38931 - [
b40529643b
] - doc: mark util.inherits as legacy (Voltrex) #38896 - [
b2d836b1ea
] - doc: clarify whenreadable._read(...)
is called (Shaun Keys) #38726 - [
e36d2a6d6a
] - doc: fixed typo in n-api.md (julianjany) #38822 - [
b4f60bb523
] - doc: use "Long Term Support" in collaborator guide (Rich Trott) #38841 - [
7a9850a5fb
] - doc: use "Long Term Support" in technical values doc (Rich Trott) #38841 - [
dfe9698db0
] - doc: use "Long Term Support" in README (Philip) #38839 - [
8699e622fc
] - doc: fix grammar infs.md
(yotamselementor) #38818 - [
826ae9b2e2
] - doc: fixup code sample in http.md (TodorTotev) #38776 - [
8049b69b7f
] - doc: document null target pattern (Guy Bedford) #38724 - [
4d9129eb71
] - doc: update code examples fornode:url
module (fisker Cheung) #38645 - [
2ff671e4c4
] - doc,url: clarify domainTo* when built without ICU (Darshan Sen) #38789 - [
9b993edca8
] - errors: add ERR_DEBUGGER_STARTUP_ERROR (Rich Trott) #39024 - [
cfccf13e84
] - errors: add ERR_DEBUGGER_ERROR (Rich Trott) #39024 - [
bb9a9adc2b
] - errors: don't rekey on primitive type (Benjamin Coe) #39025 - [
d48b91ea2b
] - http2: on receiving rst_stream with cancel code add it to pending list (Akshay K) #39423 - [
d8cc2fffd6
] - lib: add primordials.SafeArrayIterator (Antoine du Hamel) #36532 - [
e3223edb89
] - lib: harden lint checks for globals (Antoine du Hamel) #38419 - [
d4f96bb926
] - lib: enforce usingprimordials.globalThis
instead ofglobal
(Antoine du Hamel) #38230 - [
ea9003a559
] - lib: addglobalThis
to primordials (Antoine du Hamel) #38211 - [
097a7874d3
] - lib: remove semicolon in preparation for babel/eslint-parser update (Rich Trott) #39094 - [
199fe32cbc
] - lib: make internal/options lazy (Joyee Cheung) #38993 - [
2bc2a232af
] - lib: add JSDoc typings for child_process (Voltrex) #38222 - [
b0a1984d4d
] - lib: fix typos (bl-ue) #38846 - [
6c061d5f2c
] - meta: update label-pr-config (Michaël Zasso) #38950 - [
afb61786b9
] - module: fix legacynode
specifier resolution to resolve"main"
field (Antoine du Hamel) #38979 - [
cd3305a9e4
] - node-api: avoid SecondPassCallback crash (Michael Dawson) #38899 - [
e7f266e93d
] - src: use SPrintF in ProcessEmitWarning (Darshan Sen) #38758 - [
43fe6c1d27
] - src: cleanup uv_fs_t regardless of success or not (legendecas) #38996 - [
dcfb182546
] - src: refactor to use locale functions (Darshan Sen) #39014 - [
bee477b000
] - src: throw error in LoadBuiltinModuleSource when reading fails (Joyee Cheung) #38904 - [
ff7cc8f9ef
] - src: add not-weak DCHECK to PersistentToLocal::Strong (Anna Henningsen) #38875 - [
981217e48a
] - src: replaceauto
s in node_api.cc (Khaidi Chu) #38852 - [
73e199d963
] - src: fix typos (bl-ue) #38845 - [
2d32031724
] - src: use HandleScope in StreamReq::Done() (Darshan Sen) #38720 - [
2c11d3ec0a
] - src: remove commented code innode_file.cc
(Juan José Arboleda) #38693 - [
846a138f54
] - src: write named pipe info in diagnostic report (legendecas) #38637 - [
7d82200861
] - src: replaceauto
s in node_contextify.cc (Khaidi Chu) #38644 - [
51da7d2048
] - src,url: separate some tables out of node_url.cc (Khaidi Chu) #38988 - [
45c2ea3b72
] - test: add NumberFormat resolvedOptions test (Richard Lau) #39401 - [
6b2fea38d1
] - test: move inspector-cli tests to sequential (Rich Trott) #39079 - [
6447cab7be
] - test: improve buffer coverage (Rongjian Zhang) #38538 - [
6f1862eab3
] - test: fix name of variable in inspector-cli test (Tobias Nießen) #38869 - [
40093504bc
] - test: fix typo (Houssem Chebab) #39045 - [
ab28f9b9a1
] - test: remove obsolete TLS test (Rich Trott) #39001 - [
b3b59953fe
] - test: improve coverage of lib/events.js (Rongjian Zhang) #38582 - [
c99a09f05f
] - test: http outgoing _headers setter null (ycjcl868) #38881 - [
660a97b1d5
] - test: suppress warning in test_environment.cc (Daniel Bevenius) #38868 - [
0cca16ac4c
] - test: improve coverage of fs internal utils (Rongjian Zhang) #38746 - [
fecad40f27
] - test: fix writefile with fd (Nitzan Uziely) #38820 - [
01f00faaa8
] - test: simplify test-path-resolve.js (himself65) #38671 - [
504bfd7a88
] - test: improve coverage forquestion
in readline (Qingyu Deng) #38799 - [
eb91932e77
] - test: os, replace custom flatten method with built-in Array.flat (Wael Almattar) #38770 - [
aeea252b96
] - test: improve coverage of lib/_http_outgoing.js (Rongjian Zhang) #38734 - [
e265d8ee1b
] - test: give js-native-api tests consistent names (Gabriel Schulhof) #38692 - [
99fd8bfc6a
] - test: fix flaky inspector-cli tests when breakpionts are restored (Rich Trott) #38431 - [
4d3a1fad28
] - test: extend timeout on debugger tests for slower machines (Rich Trott) #38161 - [
dd2642b5db
] - test: fix comment typo (Rich Trott) #38161 - [
193ea8fd91
] - test: fix test-inspector-cli-address (Rich Trott) #38161 - [
a62826bbe6
] - test,debugger: migrate node-inspect tests to core (Rich Trott) #38161 - [
ab45ace9bd
] - tools: update babel-eslint-parser to 7.14.5 (Rich Trott) #39094 - [
b8e63b3c08
] - tools: update ESLint to 7.29.0 (Rich Trott) #39083 - [
54a250e79c
] - tools: update doctool dependencies, migrate to ESM (Michaël Zasso) #38966 - [
443db64eed
] - tools: avoid crashing CQ when git push fails (Antoine du Hamel) #36861 - [
547f88b149
] - tools: fix typo in commit-queue.sh (bl-ue) #39000 - [
1023433a81
] - tools: update ESLint to 7.28.0 (Luigi Pinca) #38955 - [
9b4ae8fbb0
] - tools: bump remark-preset-lint-node to 2.3.0 (Rich Trott) #38910 - [
2ad0719e86
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #38851 - [
b7686d0c1e
] - tools: bump cpplint to 1.5.5 (Rich Trott) #38851 - [
2ec7c9de57
] - tools: remove exception for Node.js 8 and earlier (Rich Trott) #38840 - [
1dc71da302
] - tools: update setup-node to setup-node@v2 (pengjie) #38825 - [
fc219d862c
] - tools: remove node-inspect from license (Rich Trott) #38161 - [
4bb0bd0f0e
] - tools,doc: forbid CJS globals in ESM code snippets (Antoine du Hamel) #38889 - [
58154ce426
] - typings: add JSDoc typings for https (Voltrex) #38589 - [
6ea1368a67
] - typings: add JSDoc typings for events (Voltrex) #38712 - [
b6942a6138
] - url,src: simplify ipv6 logic by using uv_inet_pton (Khaidi Chu) #38842 - [
dd00547ada
] - vm: use missing validator (Voltrex) #38935 - [
2c28e00685
] - worker: do not look up context twice in PostMessage (Anna Henningsen) #38784
v14.17.3
Notable Changes
Node.js 14.17.2 introduced a regression in the Windows installer on non-English locales that is being fixed in this release. There is no need to download this release if you are not using the Windows installer.
Commits
- [
0f00104a2c
] - win,msi: use localized "Authenticated Users" name (Richard Lau) #39241
v14.17.2
This is a security release.
Notable Changes
Vulnerabilities fixed:
-
CVE-2021-22918: libuv upgrade - Out of bounds read (Medium)
- Node.js is vulnerable to out-of-bounds read in libuv's uv__idna_toascii() function which is used to convert strings to ASCII. This is called by Node's dns module's lookup() function and can lead to information disclosures or crashes. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22918
-
CVE-2021-22921: Windows installer - Node Installer Local Privilege Escalation (Medium)
- Node.js is vulnerable to local privilege escalation attacks under certain conditions on Windows platforms. More specifically, improper configuration of permissions in the installation directory allows an attacker to perform two different escalation attacks: PATH and DLL hijacking. You can read more about it in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22921
Commits
- [
a7496aba0a
] - deps: uv: cherry-pick99c29c9
(Ben Noordhuis) nodejs-private/node-private#267 - [
d0b449da1d
] - win,msi: set install directory permission (AkshayK) nodejs-private/node-private#269
v14.17.1
Notable Changes
- [
6035492c8f
] - deps: update ICU to 69.1 (Michaël Zasso) #38178 - [
9417fd0bc8
] - errors: align source-map stacks with spec (Benjamin Coe) #37252
Commits
- [
87fa636953
] - assert: refactor to use more primordials (Antoine du Hamel) #36234 - [
cfff3b4462
] - assert: refactor to avoid unsafe array iteration (Antoine du Hamel) #37344 - [
dd18def7db
] - async_hooks: refactor to avoid unsafe array iteration (Antoine du Hamel) #37125 - [
5f3e96b570
] - async_hooks,doc: replace process.stdout.fd with 1 (Darshan Sen) #38382 - [
f4cb8b8281
] - benchmark: avoid usingconsole.log()
(Antoine du Hamel) #38370 - [
9e4c1f2f2c
] - benchmark: useprocess.hrtime.bigint()
(Antoine du Hamel) #38369 - [
3c886e0ad6
] - buffer: remove TODOs inatob
/btoa
(Khaidi Chu) #38548 - [
c5b86f8c2f
] - buffer: remove unreachable code (Rongjian Zhang) #38537 - [
9ae2a27d44
] - buffer: make FastBuffer safe to construct (Antoine du Hamel) #36587 - [
ff546ff744
] - buffer: refactor to use primordials instead of Array#reduce (Antoine du Hamel) #36392 - [
5acf0a5ba3
] - buffer: refactor to use more primordials (Antoine du Hamel) #36166 - [
52fd42ec46
] - build: work around bug in MSBuild v16.10.0 (Michaël Zasso) #38873 - [
5df0f35bf6
] - build: add workaround for V8 builds (Richard Lau) #38632 - [
754aa384e0
] - build: remove dependency ondistutils.spawn
(Richard Lau) #38600 - [
5de7e64f3a
] - build: fix make test-npm (Ruy Adorno) #36369 - [
e5fae63108
] - child_process: reduce abort handler code duplication (Rich Trott) #36644 - [
598d2bdf09
] - child_process: treat already-aborted controller as aborting (Rich Trott) #36644 - [
8d7708bdef
] - child_process: refactor to use more primordials (Antoine du Hamel) #36003 - [
b8c4d30e77
] - deps: update to cjs-module-lexer@1.2.1 (Guy Bedford) #38450 - [
6035492c8f
] - deps: update ICU to 69.1 (Michaël Zasso) #38178 - [
51dad8cabb
] - deps: V8: cherry-pick035c305
(Michaël Zasso) #38497 - [
a467125c8d
] - deps: V8: cherry-pickdfcdf78
(Benjamin Coe) #36573 - [
acc9fad2ba
] - deps: V8: cherry-pick86991d0
(Benjamin Coe) #36254 - [
d67827744b
] - deps: V8: cherry-pick530080c
(Milad Fa) #38508 - [
bac9ba4f8a
] - dgram: extract cluster lazy loading method to make it testable (Rongjian Zhang) #38563 - [
f5b2115b76
] - dgram: refactor to use more primordials (Antoine du Hamel) #36286 - [
cd7cf0547a
] - dns: refactor to use more primordials (Antoine du Hamel) #36314 - [
9f67c0852c
] - doc: cleanup events.md structure (James M Snell) #36100 - [
41cfe645c0
] - doc: fix JS flavor selection (Antoine du Hamel) #37791 - [
7c4748b0dc
] - doc: useHEAD
instead ofmaster
for links (Antoine du Hamel) #38518 - [
26426577ff
] - doc: remove import.meta.resolve parent URL type (Kevin Locke) #38585 - [
88055abf19
] - doc: document buffer.kStringMaxLength (Tobias Nießen) #38688 - [
2e8dfee165
] - doc: clarify synchronous blocking of Worker stdio (James M Snell) #38658 - [
212cd5cf05
] - doc: update contact info (Gabriel Schulhof) #38689 - [
fa35c0662b
] - doc: change color of doctag on night mode (Qingyu Deng) #38652 - [
4c67437c53
] - doc: clarify DiffieHellmanGroup class docs (Nitzan Uziely) #38363 - [
e90c60b1e3
] - doc: use AIX instead of Aix in fs.md (Rich Trott) #38535 - [
dc67fec1b4
] - doc: remove extraneous dash from flag prefix (Rodolfo Carvalho) #38532 - [
4c54d81a59
] - doc: document'secureConnect'
event limitation (James M Snell) #38447 - [
839e8d1672
] - doc: mark querystring api as legacy (James M Snell) #38436 - [
a75b7af9bd
] - doc: add arguments for stream event of Http2Server and Http2SecureServer (Qingyu Deng) #37892 - [
cf0007edc4
] - doc: indicate that abort tests do not generate core files (Rich Trott) #38422 - [
945450b5cf
] - doc: add try/catch in http2 respondWithFile example (Matteo Collina) #38410 - [
1f7cd7148a
] - doc: note the system requirements for V8 tests (DeeDeeG) #38319 - [
cd54834854
] - doc: minor clarification to pathObject (James M Snell) #38437 - [
ba117c2c6f
] - doc: document new TCP_KEEPCNT and TCP_KEEPINTVL socket option defaults (Arnold Zokas) #38313 - [
dcdbaffced
] - doc: do not mention TCP in the allowHalfOpen option description (Luigi Pinca) #38360 - [
fe8003e5de
] - doc: update message to match actual output (Rich Trott) #35271 - [
c03f23e126
] - doc: request default snap track be updated for LTS (Rod Vagg) #37708 - [
a9f7aeed12
] - doc: markprocess.hrtime()
as legacy (Antoine du Hamel) #38371 - [
cede0c57b8
] - doc: fix version history for"exports"
patterns (Antoine du Hamel) #38355 - [
9702f22397
] - doc: fixpackage.json
"imports"
field history (Antoine du Hamel) #38356 - [
2d96da875e
] - doc: fix typo in buffer.md (divlo) #38323 - [
6b58f28472
] - doc: add nodejs-sec email template (Daniel Bevenius) #38290 - [
5a532e4725
] - doc: update TSC members list with three new members (Rich Trott) #38352 - [
e994d6a27c
] - doc: usefoo.prototype.bar
notation in buffer.md (Voltrex) #38032 - [
c61f363d66
] - doc: internal/test/binding for testing (Bradley Meck) #38026 - [
0bb6fe31b3
] - doc: add missing events.on metadata (Anna Henningsen) #37965 - [
30c82b2745
] - doc: fix wording in outgoingMessage.write (Tobias Nießen) #37894 - [
932000020a
] - doc: fix grammar errors in http document (Qingyu Deng) #37265 - [
19e8ae44c4
] - doc: add document for http.OutgoingMessage (Qingyu Deng) #37265 - [
a6c123363d
] - doc: remove generated from dsaEncoding description (Marko Kaznovac) #37459 - [
bc6ea63e48
] - doc: document how to register external bindings for snapshot (Joyee Cheung) #37463 - [
2168e954aa
] - doc: document the NO_COLOR and FORCE_COLOR env vars (James M Snell) #37477 - [
2907848fc9
] - doc: clarify event.isTrusted text (Rich Trott) #36827 - [
7efa020892
] - doc: expand openssl instructions (Michael Dawson) #36554 - [
b197a44152
] - doc: document ABORT_ERR code (Benjamin Gruenbaum) #36319 - [
1d80f89442
] - doc: document changes for*/promises
alias modules (ExE Boss) #34002 - [
9417fd0bc8
] - errors: align source-map stacks with spec (Benjamin Coe) #37252 - [
dcd221ce69
] - errors: refactor to use more primordials (Antoine du Hamel) #36651 - [
ee444473e9
] - errors: display original symbol name (Benjamin Coe) #36042 - [
83d28374d6
] - errors: refactor to use more primordials (Antoine du Hamel) #36167 - [
7d7e34c15a
] - errors: refactor to use more primordials (Antoine du Hamel) #35944 - [
18e5c0f3e2
] - events: refactor to use optional chaining (ZiJian Liu) #36763 - [
4fdcbae583
] - events: refactor to use more primordials (Antoine du Hamel) #36304 - [
c4e7dca8f3
] - fs: fix error when writing buffers > INT32_MAX (Zach Bjornson) #38546 - [
07c55d2844
] - Revert "http: make HEAD method to work with keep-alive" (Michaël Zasso) #38949 - [
d8da265c81
] - http2: treat non-EOF empty frames like other invalid frames (Anna Henningsen) #37875 - [
c3bd0fdb73
] - http2: fix setting options before handle exists (Anna Henningsen) #37875 - [
74fe1d8f0c
] - http2: add support for TypedArray to getUnpackedSettings (Antoine du Hamel) #36141 - [
c90f1dbeb3
] - https: refactor to use more primordials (Antoine du Hamel) #36195 - [
8258799472
] - inspector: remove redundant method for connection check (Yash Ladha) #37986 - [
ba19313e1e
] - inspector: refactor to use more primordials (Antoine du Hamel) #36356 - [
eb8f7ee634
] - lib: revert primordials in a hot path (Antoine du Hamel) #38248 - [
cea8b4265c
] - lib: makeIterableWeakMap
safe to iterate (Antoine du Hamel) #38523 - [
490bc58229
] - lib: fix and improve os typings (Akhil Marsonya) #38316 - [
af39df6d03
] - lib: add URI handling functions to primordials (Antoine du Hamel) #37394 - [
16691be80e
] - lib: fix WebIDLobject
and dictionary type conversion (ExE Boss) #37047 - [
47ed512312
] - lib: refactor to use optional chaining in internal/options.js (raisinten) #36939 - [
346fc0ac21
] - lib: support returning Safe collections from C++ (ExE Boss) #36989 - [
8912caba64
] - lib: expose primordials object (Antoine du Hamel) #36872 - [
46c019b988
] - lib: refactor source_map to use more primordials (Antoine du Hamel) #36733 - [
cf9556d8f7
] - lib: refactor source_map to avoid unsafe array iteration (Antoine du Hamel) #36734 - [
6eaf357f49
] - lib: simplifyprimordials.uncurryThis
(ExE Boss) #36866 - [
9338759b01
] - lib: remove v8_prof_polyfill from eslint ignore list (Antoine du Hamel) #36537 - [
c9861a344a
] - lib: remove unused code (Brian White) #36632 - [
01a71dd393
] - lib: refactor to use more primordials in internal/encoding.js (raisinten) #36480 - [
e6c0877604
] - lib: refactor to use primordials in internal/priority_queue.js (ZiJian Liu) #36560 - [
6e3a2ffb98
] - lib: add primordials.SafeStringIterator (Antoine du Hamel) #36526 - [
bf0738bc07
] - lib: make safe primordials safe to construct (Antoine du Hamel) #36428 - [
7ebc18f293
] - lib: make safe primordials safe to iterate (Antoine du Hamel) #36391 - [
e12dbc8519
] - lib: refactor to use more primordials in internal/histogram.js (raisinten) #36455 - [
5daeac64a4
] - lib: add uncurried accessor properties toprimordials
(ExE Boss) #36329 - [
bb4900d9eb
] - lib: refactor primordials.uncurryThis (Antoine du Hamel) #36221 - [
0fbe945ebb
] - lib: refactor to use more primordials (Antoine du Hamel) #36140 - [
24d4d63308
] - lib: add %TypedArray% abstract constructor to primordials (ExE Boss) #36016 - [
e2395b0f3b
] - lib: use Object static properties from primordials (Michaël Zasso) #35380 - [
b3e22e1612
] - lib,tools: enforce access to prototype from primordials (Antoine du Hamel) #36025 - [
e94e0b488e
] - meta: add v8 team (Jiawen Geng) #38566 - [
fcc6a00f1a
] - meta: post comment when pr labeled fast-track (James M Snell) #38446 - [
bd0d9647ca
] - module: clarify CJS global-like variables not defined error message (Antoine du Hamel) #37852 - [
0fdb5d59f7
] - module: refactor NativeModule to avoid unsafe array iteration (Antoine du Hamel) #37656 - [
77c7d979b6
] - module: simplify tryStatSync with throwIfNoEntry option (Antoine du Hamel) #36971 - [
1aae572220
] - module: refactor to use more primordials (Antoine du Hamel) #36348 - [
9e7f166161
] - module: refactor to use more primordials (Antoine du Hamel) #36024 - [
eee1d291cf
] - module: refactor to use iterable-weak-map (Benjamin Coe) #35915 - [
52cbe89f7f
] - net: refactor to use more primordials (Antoine du Hamel) #36303 - [
779ad54078
] - node-api: faster threadsafe_function (Fedor Indutny) #38506 - [
5995221ced
] - node-api: fix shutdown crashes (Michael Dawson) #38492 - [
d8acec4cb1
] - node-api: make reference weak parameter an indirect link to references (Chengzhong Wu) #38000 - [
c442d89ad6
] - os: refactor to use more primordials (Antoine du Hamel) #36284 - [
daeb6fcd78
] - path: inline conditions (Voltrex) #38613 - [
e2f531f646
] - path: refactor to use more primordials (Akhil Marsonya) #37893 - [
c1364d15a2
] - path: refactor to use more primordials (Antoine du Hamel) #36302 - [
726ef40fcb
] - perf_hooks: throw ERR_INVALID_ARG_VALUE if histogram.percentile param is NaN (ZiJian Liu) #36937 - [
4686f4f41b
] - perf_hooks: refactor to avoid unsafe array iteration (Antoine du Hamel) #36723 - [
6adec6351e
] - perf_hooks: refactor to use more primordials (Antoine du Hamel) #36297 - [
bf9aa425c0
] - policy: refactor to use more primordials (Antoine du Hamel) #36210 - [
0f6c3f76b3
] - querystring: refactor to use more primordials (Antoine du Hamel) #36315 - [
b5b8a996f3
] - readline: refactor to use more primordials (Antoine du Hamel) #36296 - [
cd981808b4
] - repl: document top level await limitation with const/let (James M Snell) #38449 - [
a4eb5571eb
] - repl: display prompt once after error callback (Anna Henningsen) #38314 - [
163fcecb69
] - src: fix multiple AddLinkedBinding() calls (Anna Henningsen) #39012 - [
8809ef98f9
] - src: update cares_wrap OpenBSD defines (Anna Henningsen) #38670 - [
d66f88ce97
] - src: remove extra semi after member fn (Shelley Vohr) #38686 - [
bc2111c7e6
] - src: make workers messaging more resilient (Juan José Arboleda) #38510 - [
378e0e778b
] - src: fix validation of negative offset to avoid abort (James M Snell) #38421 - [
c170026b7b
] - src: use %progbits instead of @progbits (Stephen Gallagher) #38312 - [
d177541b0e
] - src: fix setting Converter sub char length (James M Snell) #38331 - [
e279b029c0
] - src: avoid deferred gc/cleanup for Buffer.from (James M Snell) #38337 - [
006c7b78da
] - src: indent long help text properly (David Glasser) #37911 - [
f5541ddea3
] - src: fix ETW_WRITE_EMPTY_EVENT macro (Michaël Zasso) #37334 - [
6b1052d034
] - src: disable unfixable MSVC warnings (Michaël Zasso) #37334 - [
38afa3fa79
] - src: avoid implicit type conversions (take 2) (Michaël Zasso) #37334 - [
8a60ae2161
] - src: fix compiler warnings in node_buffer.cc (Darshan Sen) #38722 - [
78cde14c45
] - src: fix compiler warning in env.cc (Anna Henningsen) #35547 - [
ea311a41cc
] - src: add check against non-weak BaseObjects at process exit (Anna Henningsen) #35490 - [
a1b4681efc
] - src: use transferred consistently (Daniel Bevenius) #36340 - [
29c623e5cb
] - src: fix label indentation (Rich Trott) #36213 - [
dbb0d2612c
] - stream: fix multiple Writable.destroy() calls (Robert Nagy) #38221 - [
a18b1ff80b
] - stream: the position of _read() is wrong (helloyou2012) #38292 - [
ab130e929a
] - stream: only use legacy close listeners if not willEmitClose (Robert Nagy) #36649 - [
c31e2f6b0f
] - stream: fix legacy pipe error handling (Robert Nagy) #35257 - [
1dc4dea215
] - string_decoder: throw ERR_STRING_TOO_LONG for UTF-8 (Michaël Zasso) #36661 - [
0db9101922
] - string_decoder: refactor to use more primordials (Antoine du Hamel) #36358 - [
8a44ee478e
] - test: improve coverage of lib/_http_client.js (Rongjian Zhang) #38599 - [
8a45b85dbd
] - test: improve coverage of lib/os.js (Rongjian Zhang) #38653 - [
d7c6a3eb03
] - test: call functions internally (Voltrex) #38560 - [
726cb48bd8
] - test: complete coverage of querystring (Rongjian Zhang) #38520 - [
4f1ba79eb8
] - test: increase coverage for AbortController (ZiJian Liu) #38514 - [
d98b355336
] - test: run message and pseudo-tty tests in parallel (Richard Lau) #38502 - [
7938af6565
] - test: move test-net-connect-econnrefused from pummel to sequential (Rich Trott) #38462 - [
52f3837518
] - test: fixcommon.mustCall
length
andname
properties (Antoine du Hamel) #38464 - [
fdfb39e692
] - test: address deprecation warning (Rich Trott) #38448 - [
25e5afe3be
] - test: move abort test from pummel to abort directory (Rich Trott) #38396 - [
296b969e0a
] - test: skip some pummel tests on slower machines (Rich Trott) #38394 - [
a9ff9c0918
] - test: add ancestor package.json checks for tmpdir (Richard Lau) #38285 - [
c9ce98c377
] - test: replace function with arrow function and remove unused argument (Andres) #38235 - [
c77abf5a89
] - test: use .test domain for not found address (Richard Lau) #38286 - [
d9eb8b3ed0
] - test: increase fs promise coverage (Emil Sivervik) #36813 - [
d85b70fffa
] - test: increase timeout on ASAN Action (Antoine du Hamel) #37007 - [
836fba52ea
] - test: improve coverage ofSourceTextModule
getters (Juan José Arboleda) #37013 - [
f43fc6b6cc
] - test: improve coverage forModule
getters (Juan José Arboleda) #36950 - [
a45d280c18
] - test: improve coverage on worker threads (Juan José Arboleda) #36910 - [
ec4d79e259
] - test: improve coverage atlib/internal/vm/module.js
(Juan José Arboleda) #36898 - [
c34de75687
] - test: guard large string decoder allocation (Michaël Zasso) #36795 - [
3215a58843
] - test: add already-aborted-controller test for spawn() (Rich Trott) #36644 - [
c3b116795b
] - test: add test for reused AbortController with execfile() (Rich Trott) #36644 - [
219ed0ba4c
] - test: add Actions annotation output (Mary Marchini) #34590 - [
89ee6abae0
] - test: use.then(common.mustCall())
for all async IIFEs (Anna Henningsen) #34363 - [
294b3e60a5
] - test,doc,lib: adjust object literal newlines for lint rule (Rich Trott) #37040 - [
bfe02b8808
] - test,readline: improve tab completion coverage (Antoine du Hamel) #38465 - [
1dc7fd238c
] - timers: fix unsafe array iteration (Darshan Sen) #37223 - [
679973866d
] - timers: reject with AbortError on cancellation (Benjamin Gruenbaum) #36317 - [
dec3610a31
] - timers: refactor to use more primordials (Antoine du Hamel) #36132 - [
d84b05a619
] - timers: cleanup abort listener on awaitable timers (James M Snell) #36006 - [
f6e4dbb779
] - tls: validate ticket keys buffer (Antoine du Hamel) #38308 - [
661e9809bd
] - tls: fix session and keylog add listener segfault (Nitzan Uziely) #38180 - [
de44e90523
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #36324 - [
37bc7d5945
] - tools: bump cpplint to 1.5.4 (Rich Trott) #36324 - [
84e918858e
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #36235 - [
fb2bb93f95
] - tools: bump cpplint to 1.5.3 (Rich Trott) #36235 - [
3351910f97
] - tools: refloat 7 Node.js patches to cpplint.py (Rich Trott) #36213 - [
193b18effa
] - tools: bump cpplint.py to 1.5.2 (Rich Trott) #36213 - [
8a6c35d735
] - tools: update ESLint to 7.27.0 (Luigi Pinca) #38764 - [
f8753b6299
] - tools: update ESLint to 7.26.0 (Colin Ihrig) #38605 - [
1098aec40b
] - tools: update ESLint to 7.25.0 (Colin Ihrig) #38378 - [
3fbabfa94d
] - tools: update ESLint to 7.24.0 (Colin Ihrig) #38179 - [
6ce779cd8b
] - tools: update ESLint to 7.23.0 (Luigi Pinca) #37979 - [
77f88e7725
] - tools: update ESLint to 7.22.0 (Colin Ihrig) #37734 - [
5de911eeaf
] - tools: make update-eslint.sh work with npm@7 (Luigi Pinca) #37566 - [
839976669f
] - tools: add support for mjs and cjs JS snippet linting (Antoine du Hamel) #37311 - [
2463bd0689
] - tools: update eslint-plugin-markdown configuration (Colin Ihrig) #37549 - [
f868fac455
] - tools: enable object-curly-newline in ESLint rules (Rich Trott) #37040 - [
d13508d219
] - tools: make GH Actions workflows work if default branch is not master (Antoine du Hamel) #38516 - [
7021c31d06
] - tools: use mktemp to create the workspace directory (Luigi Pinca) #38432 - [
16a3e555ba
] - tools: use a shallow clone of the npm/cli repository (Luigi Pinca) #38463 - [
3484a23140
] - tools: remove fixer for non-ascii-character ESLint custom rule (Rich Trott) #38413 - [
aec4b295e4
] - tools: fix doc generation when version info is not available (Antoine du Hamel) #38398 - [
0172b110a3
] - tools: add _depot_tools to PATH (for V8 tests) (DeeDeeG) #38299 - [
d0eed18c87
] - tools: fix type mismatch in test runner (Richard Lau) #38289 - [
11ca018db9
] - tools: simplify eslint comma-dangle configuration (tools) (Rich Trott) #37883 - [
f7c14e86a7
] - tools: simplify eslint comma-dangle configuration (Rich Trott) #37850 - [
241e05795b
] - tools: run doctool tests on GitHub Actions CI (Antoine du Hamel) #37398 - [
a4dd50f8f9
] - tools: refactor prefer-primordials (Antoine du Hamel) #36018 - [
4af3906e72
] - tools: update ESLint to 7.21.0 (Luigi Pinca) #37546 - [
955880de1a
] - tools: update ESLint to 7.20.0 (Colin Ihrig) #37339 - [
42c1f98a31
] - tools: update ESLint to 7.19.0 (Colin Ihrig) #37159 - [
25eb720b4d
] - tools: update ESLint to 7.18.0 (Colin Ihrig) #36955 - [
4983ef205e
] - tools: update gyp-next to v0.7.0 (Michaël Zasso) #36580 - [
613378da1e
] - tools: update ESLint to 7.17.0 (Colin Ihrig) #36726 - [
e6d01f6545
] - tools: update ESLint to 7.16.0 (Yongsheng Zhang) #36579 - [
98806da810
] - tools: enable no-unsafe-optional-chaining lint rule (Colin Ihrig) #36411 - [
7d411920f6
] - tools: update ESLint to 7.15.0 (Colin Ihrig) #36411 - [
226a86c3b5
] - tools: enable no-unused-expressions lint rule (Michaël Zasso) #36248 - [
24a81c7d6c
] - tools: enable no-nonoctal-decimal-escape lint rule (Colin Ihrig) #36217 - [
19d4eb17b9
] - tools: update ESLint to 7.14.0 (Colin Ihrig) #36217 - [
9fa8d2037f
] - tools: add linting rule for async IIFEs (Anna Henningsen) #34363 - [
55fc206d13
] - tools: update ESLint to 7.13.0 (Luigi Pinca) #36031 - [
937fc0a30c
] - tools: update ESLint to 7.12.1 (Colin Ihrig) #35799 - [
29d0840a90
] - tools: update ESLint to 7.12.0 (Colin Ihrig) #35799 - [
dcbd44758c
] - tools: update ESLint to 7.11.0 (Colin Ihrig) #35578 - [
c7751b4e69
] - tools: add new ESLint rule: prefer-primordials (Leko) #35448 - [
9a5411a2b4
] - tools,doc: add support for several flavors of JS code snippets (Antoine du Hamel) #37162 - [
e19478aa76
] - tools,lib: recommend using safe primordials (Antoine du Hamel) #36026 - [
5f848a612d
] - tools,lib: tighten prefer-primordials rules for Error statics (Antoine du Hamel) #36017 - [
716076e389
] - tty: refactor to avoid unsafe array iteration (Antoine du Hamel) #36771 - [
41d74a4d9a
] - tty: refactor to use more primordials (Zijian Liu) #36272 - [
e35a3543fd
] - typings: add JSDoc typings for util (Rohit Gohri) #38213 - [
c8b22185f7
] - url: refactor to use more primordials (Antoine du Hamel) #36316 - [
e113035c9a
] - util: simplify constructor retrieval in inspect() (Rich Trott) #36466 - [
1551b40d01
] - v8: refactor to use more primordials (Antoine du Hamel) #36527 - [
6c1bbb5caf
] - v8: refactor to use more primordials (Antoine du Hamel) #36285 - [
3aee77d279
] - vm: refactor to avoid unsafe array iteration (Antoine du Hamel) #36752 - [
0dea86634d
] - wasi: refactor to avoid unsafe array iteration (Antoine du Hamel) #36724 - [
2c66305ac4
] - Revert "worker: removeERR_CLOSED_MESSAGE_PORT
" (Juan José Arboleda) #38510 - [
698bffaa90
] - worker: refactor to avoid unsafe array iteration (Antoine du Hamel) #37346 - [
3d4785c174
] - worker: refactor to use more primordials (Antoine du Hamel) #36267 - [
8702b045a4
] - zlib: fix brotli flush range (Khaidi Chu) #38408 - [
459fe6864e
] - zlib: refactor to avoid unsafe array iteration (Antoine du Hamel) #36722 - [
740638de0f
] - zlib: refactor to use primordial instead of <string>.startsWith (Rohan Chougule) #36718 - [
32e10f388c
] - zlib: refactor to use more primordials (Antoine du Hamel) #36347
v14.17.0
Notable Changes
Diagnostics channel (experimental module)
diagnostics_channel
is a new experimental module that provides an API to create named channels to report arbitrary message data for diagnostics purposes.
The module was initially introduced in Node.js v15.1.0 and is backported to v14.17.0 to enable testing it at a larger scale.
With diagnostics_channel
, Node.js core and module authors can publish contextual data about what they are doing at a given time. This could be the hostname and query string of a mysql query, for example. Just create a named channel with dc.channel(name)
and call channel.publish(data)
to send the data to any listeners to that channel.
const dc = require('diagnostics_channel');
const channel = dc.channel('mysql.query');
MySQL.prototype.query = function query(queryString, values, callback) {
// Broadcast query information whenever a query is made
channel.publish({
query: queryString,
host: this.hostname,
});
this.doQuery(queryString, values, callback);
};
Channels are like one big global event emitter but are split into separate objects to ensure they get the best performance. If nothing is listening to the channel, the publishing overhead should be as close to zero as possible. Consuming channel data is as easy as using channel.subscribe(listener)
to run a function whenever a message is published to that channel.
const dc = require('diagnostics_channel');
const channel = dc.channel('mysql.query');
channel.subscribe(({ query, host }) => {
console.log(`mysql query to ${host}: ${query}`);
});
The data captured can be used to provide context for what an app is doing at a given time. This can be used for things like augmenting tracing data, tracking network and filesystem activity, logging queries, and many other things. It's also a very useful data source for diagnostics tools to provide a clearer picture of exactly what the application is doing at a given point in the data they are presenting.
Contributed by Stephen Belanger #34895.
UUID support in the crypto module
The new crypto.randomUUID()
method now allows to generate random
RFC 4122 Version 4 UUID strings:
const { randomUUID } = require('crypto');
console.log(randomUUID());
// 'aa7c91a1-f8fc-4339-b9db-f93fc7233429'
Contributed by James M Snell #36729.
AbortController
and AbortSignal
Experimental support for Node.js 14.17.0 adds experimental partial support for AbortController
and AbortSignal
.
Both constructors can be enabled globally using the --experimental-abortcontroller
flag.
Additionally, several Node.js APIs have been updated to support AbortSignal
for cancellation.
It is not mandatory to use the built-in constructors with them. Any spec-compliant third-party alternatives
should be compatible.
AbortSignal
support was added to the following methods:
child_process.exec
child_process.execFile
child_process.fork
child_process.spawn
dgram.createSocket
events.on
events.once
fs.readFile
fs.watch
fs.writeFile
http.request
https.request
http2Session.request
- The promisified variants of
setImmediate
andsetTimeout
Other notable changes
- doc:
- deps:
- http:
-
util:
- add getSystemErrorMap() impl (eladkeyshawn) #38101
Commits
- [
9fb10dc4e7
] - assert,util: fix commutativity edge case (Ruben Bridgewater) #37711 - [
2bbf253b00
] - benchmark: changedfstat
tofstatSync
(Narasimha Prasanna HN) #36206 - [
c00c31c3c5
] - benchmark: improve compare.R output (Brian White) #38118 - [
a191bc7761
] - benchmark: add benchmark for fsPromises.writeFile (Nitzan Uziely) #37610 - [
d2770a5608
] - benchmark: add benchmark for NODE_V8_COVERAGE (Benjamin Coe) #36972 - [
4318e708b8
] - benchmark: make output RFC 4180 compliant (Tobias Nießen) #37038 - [
0fbeab7a95
] - benchmark: improve explanations in R script (Tobias Nießen) #36995 - [
c22efc5191
] - benchmark: fix http2 benchmarks (Rich Trott) #36871 - [
682d0a92db
] - benchmark: fix http/headers.js with test-double (Rich Trott) #36794 - [
3a11ee88a2
] - benchmark: add simple https benchmark (Andrey Pechkurov) #36612 - [
681c4afc51
] - benchmark: reduce code duplication (Rich Trott) #36568 - [
f28eea0896
] - benchmark,child_process: remove failing benchmark parameter (Antoine du Hamel) #36295 - [
bf2d9f25d4
] - (SEMVER-MINOR) buffer: implement btoa and atob (James M Snell) #37529 - [
0544410328
] - buffer,errors: add missing n literal in range error string (Cactysman) #37750 - [
5667d0a540
] - build: don't run test workflow on doc dir on macOS (ycjcl868) #37999 - [
079d90b9f3
] - build: package release changelog for releases (Richard Lau) #38033 - [
5c74dc7227
] - build: refactor Makefile (raisinten) #36759 - [
38921b3805
] - build: do not "exit" a script meant to be "source"d (François-Denis Gonthier) #35520 - [
dcbcd9e045
] - build: run some workflows only on nodejs/node (Michaël Zasso) #36507 - [
cda0a80713
] - build: fix typo in Makefile (raisinten) #36176 - [
d8f8719415
] - build: do not pass mode option to test-v8 command (Michaël Zasso) #38275 - [
f62b138278
] - build: fix label-pr workflow (Michaël Zasso) #38399 - [
1250db9206
] - build: label MRs with GitHub Action instead of nodejs-github-bot (Phillip Johnsen) #38301 - [
9ccf7dbe2d
] - build,lib,test: change whitelist to allowlist (Michaël Zasso) #36406 - [
385e8e8d7b
] - (SEMVER-MINOR) child_process: support AbortSignal in fork (Benjamin Gruenbaum) #36603 - [
0b691ce57e
] - (SEMVER-MINOR) child_process: add signal support to spawn (Benjamin Gruenbaum) #36432 - [
6c08c9de4a
] - child_process: clean event listener correctly (Benjamin Gruenbaum) #36424 - [
a5c0f39197
] - (SEMVER-MINOR) child_process: add AbortSignal support (Benjamin Gruenbaum) #36308 - [
aa5b726f83
] - (SEMVER-MINOR) child_process: add ChildProcess 'spawn' event (Matthew Francis Brunetti) #35369 - [
723977feaa
] - crypto: reduce range of size to int max (Qingyu Deng) #38096 - [
46ece20fe3
] - crypto: fix DiffieHellman argument validation (Antoine du Hamel) #37810 - [
00659a9218
] - crypto: fix randomInt bias (Tobias Nießen) #36894 - [
08f9130888
] - (SEMVER-MINOR) crypto: implement randomuuid (James M Snell) #36729 - [
8951c19e72
] - deps: V8: cherry-pick501482c
(Colin Ihrig) #38121 - [
ea0b0697c3
] - deps: update nghttp2 to 1.42.0 (Michaël Zasso) #36842 - [
5747dff04e
] - deps: update to c-ares 1.17.1 (Danny Sonnenschein) #36207 - [
329ee8bbc3
] - deps: V8: cherry-pickbbc59d1
(Michaël Zasso) #38275 - [
bda15149f8
] - deps: V8: cherry-pickbe91c6c
(Michaël Zasso) #38275 - [
16a005cfa0
] - deps: V8: cherry-pick4e24c35
(Michaël Zasso) #38275 - [
42140a12f2
] - deps: V8: cherry-pickeddb823
(Michaël Zasso) #38275 - [
4d0bc3839a
] - deps: V8: cherry-pick6771d3e
(Michaël Zasso) #38275 - [
982937893e
] - deps: V8: cherry-pickf44fcbf
(Michaël Zasso) #38275 - [
fa45d6a358
] - deps: V8: cherry-pick93b2105
(Michaël Zasso) #38275 - [
c5fe3a226a
] - deps: V8: cherry-pick1a7d55a
(Michaël Zasso) #38275 - [
7dd68ac5b6
] - deps: V8: cherry-pick8ebd894
(Michaël Zasso) #38275 - [
a4a9246ea1
] - deps: V8: cherry-pick1e35f64
(Michaël Zasso) #38275 - [
9bfb0f33e9
] - deps: V8: cherry-pick3066b7b
(Michaël Zasso) #38275 - [
5dc82469d5
] - deps: V8: cherry-pick254c794
(Michaël Zasso) #38275 - [
77b7a3b710
] - deps: V8: cherry-pick5678ebe
(Michaël Zasso) #38275 - [
0bd8e14501
] - deps: V8: cherry-pick8130669
(Michaël Zasso) #38275 - [
d221cdc97c
] - deps: V8: cherry-pickd2283ba
(Michaël Zasso) #38275 - [
26cc160565
] - deps: V8: cherry-pick53c4d05
(Michaël Zasso) #38275 - [
05530e8333
] - deps: V8: cherry-picke527ba4
(Michaël Zasso) #38275 - [
fdb4a0c170
] - deps: V8: cherry-pick5c6c99a
(Michaël Zasso) #38275 - [
42552a7eda
] - deps: V8: cherry-pickad2c5da
(Michaël Zasso) #38275 - [
aff53dd8b3
] - deps: V8: cherry-pick482e5c7
(Michaël Zasso) #38275 - [
931d31a2cb
] - deps: V8: cherry-pick412ac52
(Michaël Zasso) #38275 - [
e99e456757
] - deps: V8: cherry-pickc449afa
(Michaël Zasso) #38275 - [
18a4cbfb52
] - deps: V8: cherry-pick3ba21a1
(Michaël Zasso) #38275 - [
70f622b542
] - deps: V8: cherry-pick8c725f7
(Michaël Zasso) #38275 - [
0e6976f5ee
] - deps: V8: cherry-picked3eeda
(Michaël Zasso) #38275 - [
86c7c0ae4e
] - deps: V8: cherry-pick6a4cd97
(Michaël Zasso) #38275 - [
b10cce1b87
] - deps: V8: cherry-pickd724820
(Michaël Zasso) #38275 - [
aaeeb75a99
] - deps: V8: cherry-pick33f4064
(Michaël Zasso) #38275 - [
b0d1a060e2
] - deps: V8: cherry-pickabb4d0a
(Michaël Zasso) #38275 - [
5372f1ff5b
] - deps: V8: cherry-picka59e3ac
(Michaël Zasso) #38275 - [
31154a5611
] - deps: V8: cherry-pick516b5d3
(Michaël Zasso) #38275 - [
fc8f1b7f0a
] - deps: upgrade npm to 6.14.13 (Ruy Adorno) #38214 - [
0c1e878c4c
] - deps: backport v8f19142e
(Guy Bedford) #37864 - [
dd5da301c8
] - deps: backport v85f90cfd
(Guy Bedford) #37973 - [
d56079ab9b
] - deps: update to cjs-module-lexer@1.1.1 (Guy Bedford) #38002 - [
866e3244da
] - deps: V8: Backport various patches for Apple Silicon support (BoHong Li) #38051 - [
16b59c62ff
] - deps: cherry-pick8957d46
from V8 upstream (Antoine du Hamel) #37471 - [
5707adaf33
] - deps: V8: cherry-pick0c8b6e4
(Matin Zadehdolatabad) #37276 - [
7d247f1691
] - deps: V8: cherry-pick1d0f426
(Ole André Vadla Ravnås) #35986 - [
14a87a5a01
] - deps: V8: cherry-pick4e077ff
(Ole André Vadla Ravnås) #35986 - [
507c2f2101
] - deps: V8: cherry-pick086eecb
(Ole André Vadla Ravnås) #35986 - [
31f8610a02
] - deps: V8: cherry-pick27e1ac1
(Ole André Vadla Ravnås) #35986 - [
6b115d762d
] - deps: patch V8 to 8.4.371.23 (Michaël Zasso) #38001 - [
a92ecf0081
] - deps: v8 backport9689b17
(Guy Bedford) #37865 - [
3e8ceed0eb
] - deps: update ICU to 68.2 (Michaël Zasso) #36980 - [
2d7e0b6912
] - deps: update ICU to 68.1 (Michaël Zasso) #36187 - [
bfba66dbd6
] - deps: upgrade to libuv 1.41.0 (Colin Ihrig) #37360 - [
e446d82394
] - deps: V8: cherry-pickbeebee4
(Peter Marshall) #37293 - [
ae1fa98496
] - deps: cherry-pickf4376ec
from V8 upstream (Daniel Bevenius) #37225 - [
81cd06b3c6
] - (SEMVER-MINOR) dgram: support AbortSignal in createSocket (Nitzan Uziely) #37026 - [
46651b63c1
] - dns: refactor cares_wrap internals (James M Snell) #38172 - [
8715462f47
] - (SEMVER-MINOR) dns: add a cancel() method to the promise Resolver (Szymon Marczak) #33099 - [
0f126d0e05
] - dns: fix trace_events name for resolveCaa() (Rich Trott) #35979 - [
ed79c98683
] - (SEMVER-MINOR) dns: add setLocalAddress to Resolver (Josh Dague) #34824 - [
2e7f74c8a5
] - doc: harmonize changes list ordering (Antoine du Hamel) #35454 - [
885ed96540
] - doc: fix typo in repl.md (Arkerone) #38244 - [
92650278eb
] - doc: change "oject" to "object" (Arkerone) #38256 - [
5dfe5af155
] - doc: revise TLS minVersion/maxVersion text (Rich Trott) #38202 - [
e6c599b680
] - doc: standardize command flag notes (Ferdi) #38199 - [
bb8db846b3
] - doc: clarify child_process close event (Nitzan Uziely) #38181 - [
be28376140
] - doc: add command flag to import.meta.resolve (Ferdi) #38171 - [
c7c8722ba3
] - doc: update links in ICU guide (Michaël Zasso) #38177 - [
4350bf5a0b
] - doc: mention cryptographic prng in description of randomUUID (Serkan Özel) #38074 - [
424c8e1eb9
] - doc: add link to V8 (Voltrex) #38144 - [
ecc85516cf
] - doc: improve security text in collaborators guide (Rich Trott) #38107 - [
6c970ba2d4
] - doc: apply consistent punctuation to header contributing guide (Akhil Marsonya) #38047 - [
aff0cd3ea6
] - doc: sending http request to localhost to avoid https redirect (Hassaan Pasha) #38036 - [
56aaf7010c
] - doc: apply sentence case to backporting-to-release-lines.md headers (marsonya) #37617 - [
8615fa1983
] - doc: add parentheses to function and move reference (Rich Trott) #38066 - [
5d2f0d0c4e
] - doc: change wording in doc/api/domain.md comment (Akhil Marsonya) #38044 - [
ac59022106
] - doc: fix asyncLocalStorage.run() description (Darkripper214) #38023 - [
df54edc668
] - doc: document how to unref stdin when using readline.Interface (Anu Pasumarthy) #38019 - [
21bc5d4bd4
] - doc: move psmarshall to collaborators emeriti (Peter Marshall) #37994 - [
69c4bfd750
] - doc: add distinctive color for code elements inside links (Antoine du Hamel) #37950 - [
35a382e814
] - doc: add Windows-specific info to subprocess.kill() (João Lucas Lucchetta) #34867 - [
2a5f21f9cd
] - doc: fix typos in lib/internal/bootstrap/pre_execution.js (marsonya) #37658 - [
9f1f2153e9
] - doc: add more commands for cherry-picking and changelog to release docs (Danielle Adams) #37785 - [
dd1c47bbf3
] - doc: spell out ICU acronym on first occurrence (Rich Trott) #37942 - [
585f1119a3
] - doc: update GOVERNANCE.md for TSC Charter changes (Rich Trott) #37888 - [
b51651cfc5
] - doc: reduce header nesting in async_hooks.md (Rich Trott) #37839 - [
7789159009
] - doc: add examples for WHATWG URL objects (James M Snell) #37822 - [
b31bb72c10
] - doc: clarify when child process 'spawn' event is *not* emitted (Matthew Francis Brunetti) #37833 - [
9166653aef
] - doc: fix legacy stability indicator display (Rich Trott) #37838 - [
2e0266de5b
] - doc: use sentence-style capitlaztion in template header (Rich Trott) #37837 - [
1b83242772
] - doc: add Ayase-252 to triagers (Qingyu Deng) #37781 - [
89418e8758
] - doc: use sentence case in issues.md headers (marsonya) #37537 - [
66502fc186
] - doc: move Derek Lewis back to collaborators (Derek Lewis) #37726 - [
0d720a4a5c
] - doc: apply style for legacy status (James M Snell) #37784 - [
c8383dd99f
] - doc: revoke deprecation of legacy url, change status to legacy (James M Snell) #37784 - [
e34aace62b
] - doc: add legacy status to stability index (James M Snell) #37784 - [
b2d3ac835c
] - doc: add @linkgoron to collaborators (Nitzan Uziely) #37817 - [
a27534e883
] - doc: fix AbortError example for timers (dbachko) #37738 - [
14a160ae04
] - doc: fix typo in stream docs (Ian Kerins) #37716 - [
fe0f6a53a6
] - doc: add gyp maintain info (Jiawen Geng) #37765 - [
6d7c7bc8d9
] - doc: add marsonya as a triager (marsonya) #37667 - [
5f2da5af42
] - doc: add hints to http.request() options (Luigi Pinca) #37745 - [
02cd4044da
] - doc: fix link to googletest fixtures (Tobias Nießen) #37698 - [
85a293bdfc
] - doc: fix typo in description of close event (Tobias Nießen) #37662 - [
3a6e40530c
] - doc: use sentence case in README.md headers (marsonya) #37645 - [
c51a60cd05
] - doc: add localPort to http.request() options (Luigi Pinca) #37586 - [
b0840ac680
] - doc: fix typo in doc/guides/collaborator-guide.md (marsonya) #37643 - [
5ef2a8de25
] - doc: document that module.evaluate fulfills as undefined (James M Snell) #37663 - [
b192227a95
] - doc: add return type of readline.createInterface (Darshan Sen) #37600 - [
68d5cb80de
] - doc: apply sentence case to headers in pull-requests.md (marsonya) #37602 - [
183dba0dd8
] - doc: add top-level await syntax in vm.md (Antoine du Hamel) #37077 - [
1dc7f426aa
] - doc: clarify that columnOffset applies only to the first line (James M Snell) #37563 - [
c21731b39f
] - doc: document that NODE_EXTRA_CA_CERTS is read only once (James M Snell) #37562 - [
0255ed7e8e
] - doc: fix typo in doc/api/packages.md (marsonya) #37536 - [
52c0f0bf0f
] - doc: revise LTS text in collaborator guide (Rich Trott) #37527 - [
fdc6a96d49
] - doc: revise CI text in collaborator guide (Rich Trott) #37526 - [
c62a1345bb
] - doc: revise objections section of collaborator guide (Rich Trott) #37525 - [
adc75368ba
] - doc: revise premature disclosure text in collaborator guide (Rich Trott) #37524 - [
1b851461b1
] - doc: change links to use HEAD in top level docs (Michael Dawson) #37494 - [
64ed65ecc4
] - doc: apply sentence case to headers in doc/guides (marsonya) #37506 - [
ff1990c409
] - doc: add url.resolve replacement example (Antoine du Hamel) #37501 - [
52b3b54c14
] - doc: apply sentence case to guides headers (marsonya) #37497 - [
da2cd4a48a
] - doc: update CI requirements for landing pull requests (Antoine du Hamel) #37308 - [
2082f5bd68
] - doc: recommend queueMicrotask over process.nextTick (James M Snell) #37484 - [
099eef6a84
] - doc: apply sentence case to headers in doc/guides (marsonya) #37478 - [
a0bab6915e
] - doc: fix typo in doc/api/http2/md (marsonya) #37479 - [
3e82263877
] - doc: alphabetize vm Module class properties (Rich Trott) #37451 - [
e6f804b0af
] - doc: alphabetize crypto Cipher class entries (Rich Trott) #37450 - [
bb434a983c
] - doc: use HEAD for links in api docs (Michael Dawson) #37437 - [
39ef3bd155
] - doc: fix alignment of parameters (Michael Dawson) #37422 - [
8b60e66982
] - doc: fix typo in doc/api/esm.md (marsonya) #37400 - [
605cb4cd4c
] - doc: fix typo in esm.md (Jay Tailor) #37417 - [
74f0760a9b
] - doc: use HEAD in links where possible (Michael Dawson) #37421 - [
4785755014
] - doc: clarify that async_hook callbacks cannot be async (James M Snell) #37384 - [
07130c038f
] - doc: add dmabupt to collaborators (Xu Meng) #37377 - [
2a3feff2f0
] - doc: optimize HTML rendering (Antoine du Hamel) #37301 - [
8b5e42e031
] - doc: fix quotes in stream docs (Tobias Nießen) #37269 - [
d426143f54
] - doc: link PACKAGE_EXPORTS_RESOLVE to ESM section (Utku Gultopu) #37135 - [
debffd9b41
] - doc: use sentence case in benchmark doc (Rich Trott) #37351 - [
f28a5c6e1e
] - doc: apply sentence-consistently in C++ style guide (Rich Trott) #37350 - [
569ad98b9a
] - doc: apply sentence case to release doc headers (Rich Trott) #37349 - [
7cf4a4b2b8
] - doc: fix performanceEntry.flags style format (Cheng Liu) #37274 - [
5ade2fd207
] - doc: fix typo in deprecations.md (marsonya) #37282 - [
5bc0a0d9f7
] - doc: add version metadata for packages features (Antoine du Hamel) #37289 - [
b485a3e2d2
] - doc: fix typo in /api/dns.md (marsonya) #37312 - [
a99456ce69
] - doc: fix description of hasSubscribers (Tobias Nießen) #37324 - [
b7c9366979
] - doc: discourage error event (Benjamin Gruenbaum) #37264 - [
8c41bc953e
] - doc: fix misnamed SHASUMS256.txt name in README.md (marsonya) #37260 - [
b2ee1afb2e
] - doc: fix typo in console.md (marsonya) #37279 - [
281d75cebb
] - doc: use sentence case in README headers (Rich Trott) #37251 - [
8cffab6571
] - doc: use sentence case for headers in BUILDING.md (Rich Trott) #37250 - [
0eaeaea454
] - doc: rename N-API to Node-API (Gabriel Schulhof) #37259 - [
cb632e4040
] - doc: fix version number for DEP006 (Antoine du Hamel) #37231 - [
e7415c374b
] - doc: fix CHANGELOG_ARCHIVE table of contents (Antoine du Hamel) #37232 - [
2959c65632
] - doc: fix typo in globals.md (Darshan Sen) #37228 - [
ad80e3de1e
] - doc: fix 404 links in module.md (Antoine du Hamel) #37202 - [
e7ca9b6d71
] - doc: fix color contrast on <kbd> elements (Antoine du Hamel) #37185 - [
11d3e71f80
] - doc: improve promise terminology (Benjamin Gruenbaum) #37181 - [
35cf86c83b
] - doc: fix list format in Developer's Certificate of Origin (Akash Negi) #37138 - [
6264ac187a
] - doc: clarify ERR_INVALID_REPL_INPUT usage (Rich Trott) #37143 - [
d340dca940
] - doc: clarify repl exception conditions (Rich Trott) #37142 - [
26ec20a9b6
] - doc: add example for test structure (Turner Jabbour) #35046 - [
8099bfb35c
] - doc: remove TOC summary for pages with no TOC (Rich Trott) #37043 - [
b0c9b1fdfb
] - doc: update Buffer encoding option count (Dave Cardwell) #37102 - [
af313a8495
] - doc: update BUILDING.md previous versions links (Richard Lau) #37082 - [
b353549f7c
] - doc: mention adding Fixes to collaborator onboarding MR (Joyee Cheung) #37097 - [
8ed0c17bee
] - doc: add Zijian Liu to collaborators (ZiJian Liu) #37075 - [
87fcda8d3e
] - doc: add tooltip for light/dark mode toggle (Rich Trott) #37044 - [
49f13743e5
] - doc: improve AsyncLocalStorage introduction (Romuald Brillout) #36946 - [
b8080134a2
] - doc: add missing comma in tty (Matthew Mario Di Pasquale) #37039 - [
1e2beeea99
] - doc: list Unsupported Directory Import resolve err (Guy Bedford) #37032 - [
fb4eee132e
] - doc: add missing ARIA label for button (Rich Trott) #37031 - [
f260f4a12f
] - doc: add @RaisinTen to collaborators (Darshan Sen) #36998 - [
00075986f0
] - doc: fix typo in http.server.requestTimout docs (alexbs) #36987 - [
b25b69418a
] - doc: add performance notes for fs.readFile (James M Snell) #36880 - [
385d0df02d
] - doc: clarify maxSockets option of http.Agent (Pooja D P) #36941 - [
792bea4e78
] - doc: remove pull-requests.md preamble (Rich Trott) #36960 - [
d43492ee42
] - doc: fix percentile range in perf_hooks.md (raisinten) #36938 - [
f39ee90c94
] - doc: improve perf_hooks docs (Juan José Arboleda) #36909 - [
e990b11672
] - doc: fix invalid HTML in doc template (Rich Trott) #36930 - [
e1c62dd977
] - doc: remove issue template duplication from contributing docs (Rich Trott) #36908 - [
3c70f6842d
] - doc: remove resolving-a-bug-report from contributing docs (Rich Trott) #36905 - [
308d361a79
] - doc: use ESM syntax for WASI example (Antoine du Hamel) #36848 - [
189fae8618
] - doc: add iansu to collaborators (Ian Sutherland) #36951 - [
28c80b514f
] - doc: add alternative version links to the packages page (Filip Skokan) #36915 - [
ed5bb7673f
] - doc: add miladfarca to collaborators (Milad Fa) #36934 - [
580b647ee4
] - doc: update tls test to use better terminology (Michael Dawson) #36851 - [
fa82cbc4f7
] - doc: remove unnecessary contributing.md section (Rich Trott) #36891 - [
583b2192d9
] - doc: wrap TOC in a <details> tag (Mattia Pontonio) #36896 - [
9a3cfa7069
] - doc: fix indentation on http2 doc entry (Rich Trott) #36869 - [
7fbbdb831a
] - doc: define "browser", "production", "development" (Guy Bedford) #36856 - [
5770ae057e
] - doc: fix module syncBuiltinESMExports example (Bruce A. MacNaughton) #34284 - [
099d776e29
] - doc: update release key for Danielle Adams (Danielle Adams) #36793 - [
57e27a3824
] - doc: clarify child_process.exec inherits cwd (ugultopu) #36809 - [
f605bc00ae
] - doc: clarify descriptions of _writev chunks argument (James M Snell) #36822 - [
cf0fa7fa2f
] - doc: document buffer's "Uint" aliases clearly (Michaël Zasso) #36796 - [
5f36ff80b9
] - doc: add dnlup to collaborators (Daniele Belardi) #36849 - [
c1ea23c55d
] - doc: clarify subprocess.stdout/in/err/io properties (James M Snell) #36784 - [
19e61206f2
] - doc: add dark mode (Ajay Poshak) #36313 - [
8620458966
] - doc: revise method text in async_hooks.md (Rich Trott) #36736 - [
a800b5b698
] - doc: clarify when messageerror is emitted (James M Snell) #36780 - [
e973bdc14e
] - doc: avoid memory leak warning in async_hooks example (James M Snell) #36783 - [
1521a59002
] - doc: clarify that --require only supports cjs (James M Snell) #36806 - [
dc15608661
] - doc: clarify Buffer.from when using ArrayBuffer (James M Snell) #36785 - [
67a6e9c516
] - doc: fix broken link for ChildProcess (James M Snell) #36788 - [
31039dbf63
] - doc: revise exit() and run() text in async_hooks.md (Rich Trott) #36738 - [
844a15622f
] - doc: clarify that N-API addons are context-aware (Alba Mendez) #36640 - [
8f48e77217
] - doc: fix typo in esm documentation (Mohamed Kamagate) #36800 - [
095c69dce3
] - doc: add panva to collaborators (Filip Skokan) #36802 - [
8bda9f4dce
] - doc: reduce abbreviations in async_hooks.md (Rich Trott) #36737 - [
1a65b442f0
] - doc: simplify pull request template (Rich Trott) #36739 - [
71b94e1ff7
] - doc: clarify undocumented stream properties (James M Snell) #36715 - [
bcca52c11a
] - doc: document common warning types (James M Snell) #36713 - [
97faeeb115
] - doc: improve ALS.enterWith and exit descriptions (Andrey Pechkurov) #36705 - [
535bbc294a
] - doc: add yashLadha to collaborator (Yash Ladha) #36666 - [
6293aea1d1
] - doc: alphabetize http response properties (Rich Trott) #36631 - [
afb9534d65
] - doc: correct callback parameter type for createPushResponse() (Rich Trott) #36631 - [
f65b842ee1
] - doc: use _code name_ rather than _codename_ (Rich Trott) #36611 - [
12dc0e6a28
] - doc: document return value of https.request (Michael Chen) #36370 - [
317a1d7a0d
] - doc: remove replication of GitHub template (Rich Trott) #36590 - [
653492f2d4
] - doc: remove "Related Issues" from pull request template (Rich Trott) #36590 - [
b57785d89b
] - doc: update and run license-builder for Babel (Michaël Zasso) #36504 - [
e3c2d112eb
] - doc: add remark about Collaborators discussion page (FrankQiu) #36420 - [
8b349187b8
] - doc: add two tips for speeding the dev builds (Momtchil Momtchev) #36452 - [
6198d74cd3
] - doc: add note about timingSafeEqual for TypedArray (Tobias Nießen) #36323 - [
d27028040e
] - doc: move Derek Lewis to emeritus (Rich Trott) #36514 - [
cf9d476948
] - doc: add issue reference to github pr template (Chinmoy Chakraborty) #36440 - [
760e593968
] - doc: update url.md (Rock) #36147 - [
c32c109450
] - doc: make explicit reverting node_version.h changes (Richard Lau) #36461 - [
647ec70419
] - doc: add license info to the README (FrankQiu) #36278 - [
2ec839d974
] - doc: revise addon mulitple initializations text (Rich Trott) #36457 - [
050b52f16b
] - doc: add PoojaDurgad to collaborators (Pooja D P) #36511 - [
681d2a7176
] - doc: edit addon text about event loop blocking (Rich Trott) #36448 - [
afad5e6be6
] - doc: update terminology (Michael Dawson) #36475 - [
615a0aaf86
] - doc: reword POSIX threads text in addons.md (Rich Trott) #36436 - [
94d41f22f0
] - doc: add RaisinTen as a triager (raisinten) #36404 - [
cd065210a5
] - doc: provide more context on techinical values (Michael Dawson) #36201 - [
f515156fab
] - doc: add Powershell oneliner to get Windows version (Michael Bashurov) #30289 - [
280d1b09be
] - doc: add process for handling premature disclosure (Michael Dawson) #36155 - [
9269352e45
] - doc: add table header in intl.md (Rich Trott) #36261 - [
6201f23e12
] - doc: adding example to Buffer.isBuffer method (naortedgi) #36233 - [
1d78d50127
] - doc: fix typo in events.md (Luigi Pinca) #36231 - [
9b32c9c575
] - doc: fix --experimental-wasm-modules text location (Colin Ihrig) #36220 - [
28149cff23
] - doc: add missing version to update cmd (Ruy Adorno) #36204 - [
2d6494775b
] - doc: fix invalid link in worker_threads.md (Rich Trott) #36109 - [
ec140d7160
] - doc: fixevents.getEventListeners
example (Dmitry Semigradsky) #36085 - [
34d8a64c56
] - doc: fix incorrect heading level (Bryan Field) #35965 - [
d9d7ebd0b4
] - doc: make globals Extends usage consistent (Colin Ihrig) #33777 - [
2f7afd11a4
] - doc: make perf_hooks Extends usage consistent (Colin Ihrig) #33777 - [
810b1d0cbb
] - doc: make events Extends usage consistent (Colin Ihrig) #33777 - [
cf4fa79f17
] - doc: recommend checking abortSignal.aborted first (James M Snell) #37714 - [
e93615c5e3
] - doc: make AbortSignal text consistent in events.md (Rich Trott) #35005 - [
1a362d8d4b
] - doc: revise AbortSignal text and example using events.once() (Rich Trott) #35005 - [
a7da993cff
] - doc: stabilize packages features (Myles Borins) #35742 - [
b133034735
] - doc: stabilize subpath patterns (Guy Bedford) #36177 - [
5a3e12b1ee
] - doc: update fs.l/statSync API history for throwIfNoEntry (Andrew Casey) #36882 - [
7c9f3a9d0c
] - doc: fix module.isPreloading documentation (Antoine du Hamel) #36944 - [
c1af59384d
] - doc: mark modules implementation as stable (Guy Bedford) #35781 - [
9930b6b825
] - doc: updatebuffer.constants.MAX\_LENGTH
(Qingyu Deng) #38109 - [
c975a8ded1
] - doc: fix maintaining ICU guide (Michaël Zasso) #36980 - [
d1004d26e4
] - doc: fix typo in BUILDING.md (raisinten) #35807 - [
f41c28cf4b
] - doc: fix YAML lint error on master (Rich Trott) #35709 - [
4a768bc13b
] - doc: upgrade stability status of report API (Gireesh Punathil) #35654 - [
a3c564bead
] - doc,child_process:pid
can beundefined
whenENOENT
(dr-js) #37014 - [
404327563a
] - doc,tools: allow stability table to be updated (Richard Lau) #38048 - [
eb6ea8501b
] - doc,tools: use only one level 1 header per page (Rich Trott) #37839 - [
73c1999d0c
] - docs: add references to punycode.md (Isaac Levy) #36761 - [
bd38dfbfcc
] - domain: add name to monkey-patched emit function (Colin Ihrig) #37550 - [
13d972dd86
] - domain: show falsy names as anonymous for DEP0097 (Colin Ihrig) #37550 - [
3f43743c9d
] - domain: make node resilient to Array prototype tempering (Antoine du Hamel) #36676 - [
4807499d21
] - domain: improve deprecation warning text for DEP0097 (Anna Henningsen) #36136 - [
b01c496e34
] - errors: do not call resolve on URLs with schemes (Benjamin Coe) #35903 - [
3c37f896a4
] - errors: print original exception context (Benjamin Coe) #33491 - [
3006302372
] - (SEMVER-MINOR) events: add max listener warning for EventTarget (James M Snell) #36001 - [
6e734a8a61
] - (SEMVER-MINOR) events: getEventListeners static (Benjamin Gruenbaum) #35991 - [
64cd54be57
] - events: disabled manual construction AbortSignal (raisinten) #36094 - [
daad5214c4
] - events: fire handlers in correct oder (Benjamin Gruenbaum) #35931 - [
7c95cfc164
] - events: define abort on prototype (Benjamin Gruenbaum) #35931 - [
bdad1bc4fc
] - events: support event handlers on prototypes (Benjamin Gruenbaum) #35931 - [
6e21e8283f
] - events: define event handler as enumerable (Benjamin Gruenbaum) #35931 - [
e51d7c535f
] - events: support emit on nodeeventtarget (Benjamin Gruenbaum) #35851 - [
6558ffa76b
] - events: add a few tests (Benjamin Gruenbaum) #35806 - [
bf728b5439
] - events: make abort_controller event trusted (Benjamin Gruenbaum) #35811 - [
3f33b5a89e
] - (SEMVER-MINOR) events: allow use of AbortController with on (James M Snell) #34912 - [
1fefb5cb75
] - (SEMVER-MINOR) events: allow use of AbortController with once (James M Snell) #34911 - [
85987450df
] - fs: fix chown abort (Darshan Sen) #38004 - [
dd1fe6d8ba
] - fs: add promisified readFile benchmark (Nitzan Uziely) #37608 - [
f2279f856e
] - fs: fix writeFile signal does not close file (Nitzan Uziely) #37402 - [
92348a9216
] - (SEMVER-MINOR) fs: use a default callback for fs.close() (James M Snell) #37174 - [
e582832643
] - fs: only use Buffer.concat in promises.readFile when necessary (Anna Henningsen) #37127 - [
a1ee9b3680
] - fs: add explicit note about undefined path when recursive (Sebastian Silbermann) #37010 - [
fe6e5e4c0e
] - fs: accept non-32-bit length in writeBuffer (raisinten) #36667 - [
455243667a
] - fs: move method definition from header (Yash Ladha) #36256 - [
1bffd8d7bb
] - fs: pass ERR_DIR_CLOSED asynchronously to dir.close (Zijian Liu) #36243 - [
9b8596a67f
] - fs: fix when path is buffer on fs.symlinkSync (himself65) #34540 - [
026941381b
] - fs: fix pre-aborted writeFile AbortSignal file leak (Nitzan Uziely) #37393 - [
7aa2e5d8dc
] - (SEMVER-MINOR) fs: add AbortSignal support to watch (Benjamin Gruenbaum) #37190 - [
219cd000c0
] - (SEMVER-MINOR) fs: support abortsignal in writeFile (Benjamin Gruenbaum) #35993 - [
5f88b644f8
] - (SEMVER-MINOR) fs: add support for AbortSignal in readFile (Benjamin Gruenbaum) #35911 - [
443cacee5f
] - fs: remove custom Buffer pool for streams (Robert Nagy) #33981 - [
d0115f14f6
] - (SEMVER-MINOR) http: add http.ClientRequest.getRawHeaderNames() (simov) #37660 - [
105b8630b9
] - http: explain the possibilty of refactor unused argument (Qingyu Deng) #37275 - [
926bb4fd17
] - http: explain the unused argument in IncomingMessage._read (Qingyu Deng) #37275 - [
e7bc37909c
] - http: cleanup ClientRequest oncreate (Robert Nagy) #36862 - [
5064822f24
] - http: make HEAD method to work with keep-alive (Joseph Hackman) #34231 - [
8163f3179b
] - http: remove dead code from internal/http.js (ZiJian Liu) #36630 - [
ad39b37974
] - (SEMVER-MINOR) http: enable call chaining with setHeader() (pooja d.p) #35924 - [
623099db4b
] - (SEMVER-MINOR) http: report request start and end with diagnostics_channel (Stephen Belanger) #34895 - [
524b7134e8
] - (SEMVER-MINOR) http: add support for abortsignal to http.request (Benjamin Gruenbaum) #36048 - [
f70aee03ab
] - (SEMVER-MINOR) http: set lifo as the default scheduling strategy in Agent (Matteo Collina) #36685 - [
16a16508c4
] - http2: fix typos in core.js (Pranshu Jethmalani) #36719 - [
2e259220cb
] - (SEMVER-MINOR) http2: add updateSettings to both http2 servers (Vincent Boivin) #35383 - [
336fb18b44
] - http2: add support for AbortSignal to http2Session.request (Madara Uchiha) #36070 - [
f44b3c12e5
] - https: add abortcontroller test (Benjamin Gruenbaum) #36307 - [
b5ad655c6b
] - lib: properly process JavaScript exceptions on async_hooks fatal error (legendecas) #38106 - [
1d8269302e
] - lib: change wording in lib/domain.js comment (Akhil Marsonya) #37933 - [
a61fd37786
] - lib: change wording in lib/internal/child_process comment (Akhil Marsonya) #37903 - [
13ac680cdb
] - lib: fix typo in internal/modules/esm/module_job.js (marsonya) #37773 - [
eea4f3bf82
] - lib: fix typo in lib/internal/bootstrap/loaders.js (marsonya) #37644 - [
fe47563bed
] - lib: simplify check in child_process (Darshan Sen) #37367 - [
d78e2ed82c
] - lib: remove non used getter inlib/perf\_hooks.js
(Juan José Arboleda) #36907 - [
08b69fb1e8
] - lib: fix diagnostics_channel hasSubscribers error (ZiJian Liu) #36599 - [
3ee0423dfa
] - (SEMVER-MINOR) lib: support BigInt in querystring.stringify (raisinten) #36499 - [
e71eed620a
] - lib: fix typo in internal/errors.js (raisinten) #36426 - [
be537fe877
] - lib: remove primordials.SafePromise (Antoine du Hamel) #36149 - [
60ef53cc14
] - (SEMVER-MINOR) lib: create diagnostics_channel module (Stephen Belanger) #34895 - [
b1507c41e7
] - lib: add brand checks to AbortController and AbortSignal (Mattias Buelens) #37720 - [
448a6a22cf
] - (SEMVER-MINOR) lib: implement AbortSignal.abort() (James M Snell) #37693 - [
4cd9f39066
] - lib: set abort-controller toStringTag (Benjamin Gruenbaum) #36115 - [
b2f8e8dd28
] - lib: let abort_controller target be EventTarget (Daijiro Wachi) #35869 - [
f30f9314c8
] - (SEMVER-MINOR) lib: initial experimental AbortController implementation (James M Snell) #33527 - [
5e77bcd3dc
] - (SEMVER-MINOR) lib: add throws option to fs.f/l/statSync (Andrew Casey) #33716 - [
e0df3bc751
] - meta: notify slack when someone force pushes (Mary Marchini) #35131 - [
079671d3c1
] - module: improve error message for invalid data URL (Antoine du Hamel) #37701 - [
4cdd9b63b4
] - module: make synthetic module evaluation steps return a Promise to support top level await (Daniel Clark) #37300 - [
2413907a12
] - (SEMVER-MINOR) module: add isPreloading indicator (James M Snell) #36263 - [
fd08c37d98
] - (SEMVER-MINOR) net: add support for resolving DNS CAA records (Danny Sonnenschein) #35466 - [
8413759d84
] - node-api: fix crash in finalization (Michael Dawson) #37876 - [
6e018559db
] - node-api: stop ref gc during environment teardown (Gabriel Schulhof) #37616 - [
b5b1ad39dd
] - node-api: force env shutdown deferring behavior (Gabriel Schulhof) #37303 - [
36abc1802c
] - (SEMVER-MINOR) node-api: define version 8 (Gabriel Schulhof) #37652 - [
991251fbb2
] - os: performance improvement in vector allocation (Yash Ladha) #36748 - [
395b9a69a1
] - perf_hooks: make nodeTiming a first-class object (Momtchil Momtchev) #35977 - [
506f1d4044
] - policy: fix cascade getting scope (Bradley Meck) #37298 - [
e9110d56d2
] - process: do not lazily load AsyncResource (Michaël Zasso) #38041 - [
43057595e2
] - process: passing -1 to setuid/setgid should not abort (James M Snell) #36786 - [
70cbe4a565
] - readline: fix behaviour of Interface plugged to a non-terminal output (Antoine du Hamel) #36774 - [
ffaa1149e1
] - (SEMVER-MINOR) readline: add getPrompt to get the current prompt (Mattias Runge-Broberg) #33675 - [
8d4936da2c
] - repl: fix error message printing (Anna Henningsen) #38209 - [
1ac07b2aee
] - repl: disable blocking completions by default (Anna Henningsen) #36564 - [
5ed770e1b7
] - src: cache some context in locals (Khaidi Chu) #37473 - [
ec4be2d7e1
] - src: fix finalization crash (James M Snell) #38250 - [
854a2a9c8a
] - src: fix typo for initialization (Yash Ladha) #37974 - [
b0f8f8d637
] - src: fix typo in node_mutex (Tobias Nießen) #38011 - [
e4f614100f
] - src: document newer values for --unhandled-rejections flag (David Glasser) #37899 - [
d0cb129cdb
] - src: fix typo in src code guide (Tobias Nießen) #37956 - [
6aa1ed20fa
] - src: report idle time correctly (Stephen Belanger) #37868 - [
eb0faa12df
] - src: add .note.GNU-stack section (James Addison) #37688 - [
ec5d7b1ec0
] - src: fix variable name of OnCloseReceived callback (Tobias Nießen) #37521 - [
fc0d6e4008
] - src: add error formatting support (Gus Caplan) #37598 - [
512ae7e125
] - src: adjust THP sysfs config token retrieval and file closure (James Addison) #37187 - [
bf16d288e2
] - src: fix return type of method in string_search.h (Darshan Sen) #37167 - [
f476c6dc0c
] - src: refactor v8 binding (Joyee Cheung) #37112 - [
33ebf5d9ef
] - src: rename binding_data_name to type_name in BindingData (Joyee Cheung) #37112 - [
88d9676e74
] - src: use make_shared for safe allocation (Yash Ladha) #37139 - [
ec7e5bc786
] - src: fix warning in string_search.h (Darshan Sen) #37146 - [
00309eea27
] - src: read exactly two tokens from Linux THP sysfs config (James Addison) #37065 - [
1ecdb66299
] - src: expose BaseObject::kInternalFieldCount in post-mortem metadata (Joyee Cheung) #37111 - [
93517dce78
] - src: replace push_back with emplace_back in debug_utils (raisinten) #36897 - [
dcba374604
] - src: fix leading backslash bug in URL (raisinten) #36613 - [
c308b06483
] - src: remove unnecessary ToLocalChecked node_errors (Daniel Bevenius) #36547 - [
e8f8c70911
] - src: remove unnecessary ToLocalChecked call (Daniel Bevenius) #36523 - [
a356f32e66
] - src: remove empty name check in node_env_var.cc (raisinten) #36133 - [
308cb93304
] - src: remove duplicate V macros in node_v8.cc (Daniel Bevenius) #36454 - [
6df1132c85
] - src: guard against env != null in node_errors.cc (Anna Henningsen) #36414 - [
3701e5d14f
] - src: add typedef for CleanupHookCallback callback (Daniel Bevenius) #36442 - [
bd90752a7e
] - src: fix indentation in memory_tracker-inl.h (Daniel Bevenius) #36425 - [
05bb3e14cf
] - src: remove identical V macro (Daniel Bevenius) #36427 - [
4b386e3dbe
] - src: add missing context scopes (Anna Henningsen) #36413 - [
685ed2c275
] - src: use ToLocal in DeserializeProperties (Daniel Bevenius) #36279 - [
d8cb34158b
] - src: update node.rc file description (devsnek) #36197 - [
bacd432f34
] - src: move all base64.h inline methods into -inl.h header file (Anna Henningsen) #35432 - [
b1d5160828
] - src: guard against nullptr deref in TimerWrapHandle::Stop (Anna Henningsen) #34460 - [
cf2475ca09
] - src: refactor TimerWrap lifetime management (Anna Henningsen) #34252 - [
b8bccc3132
] - src: remove user_data from TimerWrap (Anna Henningsen) #34252 - [
8e1e3b563f
] - src: replace InspectorTimer with TimerWrap utility (James M Snell) #34186 - [
a3a4d2c283
] - src: add TimerWrap utility (James M Snell) #34186 - [
ae9bd89329
] - src: perform bounds checking on error source line (Anna Henningsen) #33645 - [
44868010f7
] - (SEMVER-MINOR) src: add loop idle time in diagnostic report (Gireesh Punathil) #35940 - [
4793f165dc
] - stream: fix pipe deadlock when starting with needDrain (Robert Nagy) #36563 - [
617f2dc0cf
] - (SEMVER-MINOR) stream: writableNeedDrain (Robert Nagy) #35348 - [
26e9c39cea
] - stream: remove isPromise utility function (Antoine du Hamel) #35925 - [
7858de4f63
] - stream,util: fix "the the" typo in comments (Luigi Pinca) #37674 - [
93c917c1ce
] - test: move buffer-as-path symlink test to its own test file (Rich Trott) #34569 - [
cd95bf3dd7
] - test: change Fixes: to Refs: (Rich Trott) #34568 - [
2e81ded71e
] - test: fix flaky test-dns and test-dns-lookup (Rich Trott) #38282 - [
ea1183c6ec
] - test: fixup failing test/internet/test-dns.js (James M Snell) #38241 - [
ae44e5f5b5
] - test: add tests for missing https agent options (Rich Trott) #38202 - [
796007ba07
] - test: fix test-https-agent-additional-options.js (Rich Trott) #38202 - [
a4275eec79
] - test: fix typo in comment in binding.c (Tobias Nießen) #38220 - [
95c7dabbb4
] - test: fix typo in gtest-all.cc (Ikko Ashimine) #38224 - [
605f830672
] - test: add undefined fatalException exit code test (Nitzan Uziely) #38119 - [
ce70ea8a85
] - test: skip fs.watch() test on IBMi (Rich Trott) #38192 - [
058abbece1
] - test: skip test-vm-memleak in ASAN (Rich Trott) #34289 - [
c7981daf09
] - test: skip test-hash-seed on armv6 and armv7 (Rich Trott) #34289 - [
552c945c7c
] - test: remove unneeded m flag on regular expressions (Rich Trott) #38124 - [
e999da7004
] - test: fix flaky test-zlib-unused-weak.js (Ouyang Yadong) #38149 - [
aa0d8146e9
] - test: add regression test for serdes readDouble() (Colin Ihrig) #38121 - [
dd8c9ad65b
] - test: skip test-crypto-dh-keys on armv6 and armv7 (Rich Trott) #38076 - [
7d85617484
] - test: fix skip message for test-macos-app-sandbox (Tobias Nießen) #38114 - [
f1aae43349
] - test: correct test comment (Evan Lucas) #38095 - [
d6ab9bf1ad
] - test: fix flaky test-net-timeout (Rich Trott) #38060 - [
1cb3d89bf1
] - test: fix flaky timeout-delayed-body and headers tests (Nitzan Uziely) #38045 - [
8590720489
] - test: add extra space in test failure output (Qingyu Deng) #37957 - [
d6346e1486
] - test: deflake test-fs-read-optional-params (Luigi Pinca) #37991 - [
abec939c58
] - test: improve clarity of ALS-enable-disable.js (Darkripper214) #38008 - [
2e3305d1b3
] - test: add DataView test case for v8 serdes (Rich Trott) #37955 - [
7b0e4e23f2
] - test: fix typeof comparison (Rich Trott) #37924 - [
4c5eff91ef
] - test: increase wiggle room for memory in test-worker-resource-limits (Rich Trott) #37901 - [
939f5541fa
] - test: fix deprecation warning in test-doctool-html (Antoine du Hamel) #37858 - [
f5334881f2
] - test: fix ibmi skip message (Tobias Nießen) #37821 - [
cd71199cdb
] - test: fix flaky test-vm-timeout-escape-promise-module-2 (Rich Trott) #37842 - [
b858e12fca
] - test: remove duplicated test for eventtarget (himself65) #37853 - [
e57e532d28
] - test: relax Y2K38 check in test-fs-utimes-y2K38 (Richard Lau) #37825 - [
08d32e18b7
] - test: remove skip for fixed test-benchmark-fs (Rich Trott) #37803 - [
3f86dc1d9b
] - test: improve test-arm-math-illegal-instruction (marsonya) #37670 - [
5c60087132
] - (SEMVER-MINOR) test: app atob web platform tests (James M Snell) #37529 - [
02916edbdd
] - test: add known_issues test for #13683 (Rich Trott) #37744 - [
62292031a8
] - test: fix test-fs-utimes on non-Y2K38 file systems (Rich Trott) #37707 - [
e29905441e
] - test: remove unnecessary V8 flag (Antoine du Hamel) #37671 - [
27d4fedca3
] - test: improve error reporting in test-child-process-pipe-dataflow (Rich Trott) #37632 - [
376fcc75c6
] - test: remove FLAKY status for test-async-hooks-http-parser-destroy (Rich Trott) #37636 - [
a91a200be0
] - test: remove FLAKY status for fixed test (Rich Trott) #37633 - [
102d12f308
] - test: clear flaky designation for test-stream-pipeline-http2 (Rich Trott) #37631 - [
ed30e52ee8
] - test: clear FLAKY designation for test-http2-pipe (Rich Trott) #37631 - [
df93cb47da
] - test: fix wasi/test-return-on-exit on 32-bit systems (Colin Ihrig) #37615 - [
097f638fde
] - test: remove FLAKY status for test-http2-multistream-destroy-on-read-tls (Rich Trott) #37533 - [
0726192c94
] - test: make status file names consistent (Rich Trott) #37532 - [
bcc4f1773c
] - test: remove FLAKY for test-http2-compat-client-upload-reject (Rich Trott) #37462 - [
d168cdea50
] - test: validate no debug info for http2 (Michael Dawson) #37447 - [
2f2f83fc4c
] - test: remove FLAKY designation for test-http2-client-upload-reject (Rich Trott) #37461 - [
776ef11732
] - test: clarify usage of tmpdir.refresh() (Darshan Sen) #37383 - [
8386b88c7f
] - test: fix test-doctool-html (Antoine du Hamel) #37397 - [
03752c0412
] - test: remove flaky designation for test-http2-large-file (Rich Trott) #37156 - [
db44b92c58
] - test: increase inspect coverage (Emil Sivervik) #36755 - [
21e7b021a0
] - test: skip tests consistently in parallel.status (Rich Trott) #37035 - [
8f580df5ac
] - test: increase read file abort coverage (Moshe vilner) #36716 - [
55a7b0c2e1
] - test: increase coverage for assert/calltracker (ZiJian Liu) #36728 - [
ec7ee61af0
] - test: improve assertion message for test-vm-memleak (Rich Trott) #37034 - [
456fd758f3
] - test: process.nextTick for before exit (ttzztztz) #37012 - [
d99f1755d3
] - test: log error in test-fs-realpath-pipe (Joyee Cheung) #36996 - [
0e1963c486
] - test: test mode passed as an options object in mkdir/mkdirSync (Darshan Sen) #37008 - [
5408f51684
] - test: mark flaky tests on IBM i (Richard Lau) #36986 - [
e72b2b4639
] - test: increase buffer list coverage (Emil Sivervik) #36688 - [
90122d87c9
] - test: fix warning in test_environment.cc (raisinten) #36846 - [
2cbd72e17d
] - test: skip internet for test-npm-install (Ruy Adorno) #36933 - [
2896219613
] - test: add coverage for breakLength one-column array (Rich Trott) #36657 - [
ff212f44b7
] - test: increase coverage for diagnostics_channel (ZiJian Liu) #36602 - [
35c388ab1f
] - test: increase coverage for internal/error_serdes.js (ZiJian Liu) #36628 - [
581a95f0ea
] - test: improve coverage for util.inspect() with classes (Rich Trott) #36625 - [
e82a2e8ad5
] - test: increase runInAsyncScope() coverage (Rich Trott) #36624 - [
064144db89
] - test: redirect stderr EnvironmentWithNoESMLoader (Daniel Bevenius) #36548 - [
cf8d025207
] - test: increase abort logic coverage (Moshe vilner) #36586 - [
eba2dc5330
] - test: increase coverage for worker (ZiJian Liu) #36491 - [
5ef609af3e
] - test: specify global object for globals (Rich Trott) #36498 - [
829213f624
] - test: increase coverage for fs/dir read (Zijian Liu) #36388 - [
c0604c9958
] - test: remove test-http2-client-upload as flaky (Rich Trott) #36496 - [
dabbd6d8ad
] - test: make executable name more general (Shelley Vohr) #36489 - [
44603b7535
] - test: increased externalized string length (Shelley Vohr) #36451 - [
2d0b6ca1c6
] - test: fix flaky test-repl (Rich Trott) #36415 - [
fee0389c12
] - test: check null proto-of-proto in util.inspect() (Rich Trott) #36399 - [
0e821ff337
] - test: fix child-process-pipe-dataflow (Santiago Gimeno) #36366 - [
736b575b7e
] - test: fix comment misspellings of transferred (Rich Trott) #36360 - [
5fc0f5eabb
] - test: increase coverage for readline (Zijian Liu) #36389 - [
f5e8f12c1e
] - test: fix typo in comment (inokawa) #36312 - [
72b3e5a6d9
] - test: replace anonymous functions by arrows (Aleksandr Krutko) #36125 - [
b11e3ea1e6
] - test: fix flaky sequential/test-fs-watch (Rich Trott) #36249 - [
cb530d2372
] - test: increase coverage for util.inspect() (Rich Trott) #36228 - [
94a877b0a4
] - test: improve test coverage SourceMap API (Juan José Arboleda) #36089 - [
6c62e15c36
] - test: move test-worker-eventlooputil to sequential (Rich Trott) #35996 - [
16f6f1a0c2
] - test: add missing test coverage for setLocalAddress() (Rich Trott) #36039 - [
23835012e0
] - test: fix races in test-performance-eventlooputil (Gerhard Stoebich) #36028 - [
d63747de5a
] - test: fix error in test/internet/test-dns.js (Rich Trott) #35969 - [
00b9d955e9
] - test: run test-benchmark-napi on arm (Rich Trott) #34502 - [
de654bf5b4
] - test: fix unreliable test-fs-write-file.js (Rich Trott) #36102 - [
397d9372c2
] - (SEMVER-MINOR) test: update dom/abort tests (James M Snell) #37693 - [
dc63ca686e
] - test: increase execFile abort coverage (Moshe vilner) #36429 - [
88f42617dd
] - test: integrate abort_controller tests from wpt (Daijiro Wachi) #35869 - [
cd1da67295
] - test: fix flaky test-http2-respond-file-error-pipe-offset (Rich Trott) #36305 - [
db04ae6b02
] - test: add SIGTRAP to test-signal-handler (Ash Cripps) #36368 - [
48e3f592a0
] - test: refactor coverage logic (Benjamin Coe) #35767 - [
01ba1c9a9c
] - test: correct test-worker-eventlooputil (Gerhard Stoebich) #35891 - [
89046d7840
] - test: add cpu-profiler-crash test (Santiago Gimeno) #37293 - [
6961be5ed1
] - test: add arm64 arch to test-worker-prof status (Daniel Bevenius) #37225 - [
98f08c06e4
] - test,benchmark: stop requiring URL and URLSearchParams (raisinten) #36927 - [
51ef745975
] - test,child_process: add check forsubProcess.pid
(dr-js) #37014 - [
8476537aa4
] - test,http: check that http server is robust from handler abuse (Rich Trott) #37958 - [
e4d10426c4
] - timers: fix arbitrary object clearImmediate errors (Nitzan Uziely) #37824 - [
1b74a08eba
] - timers: refactor to use validateAbortSignal (ZiJian Liu) #36604 - [
4b04bb87f6
] - timers: use AbortController with correct name/message (Anna Henningsen) #34763 - [
9660a78278
] - (SEMVER-MINOR) timers: move promisified timers implementations (James M Snell) #33950 - [
59a8425d04
] - timers: fix multipleResolves in promisified timeouts/immediates (Denys Otrishko) #33949 - [
84b2863f00
] - (SEMVER-MINOR) timers: allow promisified timeouts/immediates to be canceled (James M Snell) #33833 - [
08ed2337ea
] - tls: forward new SecureContext options (Alba Mendez) #36416 - [
2c49953fc9
] - tools: update glob-parent to 5.1.2 (Rich Trott) #37646 - [
b76aa10aa8
] - tools: update remark-preset-lint-node to 2.1.1 (Rich Trott) #37604 - [
5afaeafabe
] - tools: bump remark-present-lint-node from 2.0.0 to 2.0.1 (Rich Trott) #37270 - [
abd45d3355
] - tools: update all lint-md rollup dependencies (Michaël Zasso) #36843 - [
c8f77f2e1d
] - tools: update ini in tools/node-lint-md-cli-rollup (Myles Borins) #36474 - [
ac70a59056
] - tools: bump remark-lint-preset-node to 2.0.0 (Rich Trott) #35905 - [
cbb0a458b5
] - tools: bump remark-lint-preset-node to 1.17.1 (Rich Trott) #35668 - [
ed7c0d7c1b
] - tools: skip macOS GitHub Actions test on doc-only changes (Rich Trott) #38296 - [
4254315ebe
] - tools: improve valid-typeof lint rule (Rich Trott) #37924 - [
f055faf647
] - tools: improve macos-firewall.sh output (Rich Trott) #37846 - [
2551bb1a61
] - tools: make genv8constants.py Python3-compatible (Michaël Zasso) #37835 - [
e6a79802d3
] - tools: update gitignore for CMake (Jiawen Geng) #37793 - [
e4975d9057
] - tools: fix object name in prefer-assert-methods.js (Tobias Nießen) #37544 - [
77eb45aad4
] - tools: fix compiler warning in inspector_protocol (Darshan Sen) #37573 - [
af8b3852a8
] - tools: fix lint-pr-url message (Antoine du Hamel) #37304 - [
2ba6db3c3e
] - tools: avoid pending deprecation in doc generator (Michaël Zasso) #37267 - [
981659c7b9
] - tools: add GitHub Action linter for pr-url (Antoine du Hamel) #37221 - [
2e5994dcd8
] - tools: remove commented code from stability.js (Colin Ihrig) #37092 - [
ef1aab1239
] - tools: add support for top-level await syntax in linter (Antoine du Hamel) #36911 - [
aef769745b
] - tools: update doc tool dependencies (Michaël Zasso) #36844 - [
dd10afc45a
] - tools: revise install.py for minor improvements (Rich Trott) #36626 - [
d85ea61c7e
] - tools: correct usage message for genv8constants.py (Rich Trott) #36606 - [
9990ec7423
] - tools: call close() explicitly in genv8constants.py (Rich Trott) #36606 - [
26d5965c77
] - tools: useis None
consistently in Python (Rich Trott) #36606 - [
bb07a767c0
] - tools: revise line in configure.py for clarity (Rich Trott) #36551 - [
5ac21bceba
] - tools: fix make-v8.sh (Richard Lau) #36594 - [
3cac041b97
] - tools: fix release script sign function (Antoine du Hamel) #36556 - [
b398e4044c
] - tools: fix update-eslint.sh (Yongsheng Zhang) #36579 - [
471da7dc88
] - tools: fix release script (Antoine du Hamel) #36540 - [
1f3c129f05
] - tools: remove unused variable in configure.py (Rich Trott) #36525 - [
9b13ddc6a6
] - tools: lint shell scripts (Antoine du Hamel) #36099 - [
7ac8ab8e26
] - tools: update doc tool dependencies (Michaël Zasso) #36407 - [
e8b2c776f7
] - tools: upgrade to @babel/eslint-parser 7.12.1 (Antoine du Hamel) #36321 - [
a0339101ba
] - tools: remove bashisms from macOS release scripts (Antoine du Hamel) #36121 - [
9434bb3cfd
] - tools: remove bashisms from release script (Antoine du Hamel) #36123 - [
2183a2be51
] - tools: update stability index linking logic (Rich Trott) #36280 - [
2677fe9dcb
] - tools: update highlight.js to 10.1.2 (Myles Borins) #36309 - [
17f942ffc0
] - tools: fix undeclared identifier FALSE (Antoine du Hamel) #36276 - [
4bb5c10915
] - tools: cleanup old ICU version-specific fixes (Michaël Zasso) #36980 - [
77f32ee8f7
] - tools: fix md5 hash for ICU 68.1 src (Richard Lau) #36777 - [
5d29781491
] - tools: add msvc /P output to .gitignore (Jiawen Geng) #35735 - [
571afd3c30
] - tools,doc: add "legacy" badge in the TOC (Antoine du Hamel) #37949 - [
15d66fbc0c
] - tools,doc: list the stability status of each API (Zijian Liu) #36223 - [
d89d55ab36
] - tty: validate file descriptor to avoid int32 overflow (Antoine du Hamel) #37809 - [
face4b86dd
] - typings: add JSDoc to os module functions (David Brownman) #38197 - [
599434a61d
] - typings: add JSDoc Types to lib/querystring (Simon Knott) #38185 - [
60c7591af2
] - typings: add JSDoc typings for http (Voltrex) #38191 - [
530e69e145
] - typings: add JSDoc typings for assert (Voltrex) #38188 - [
e2c2f2b7a5
] - typings: add JSDoc types to lib/path (Simon Knott) #38186 - [
d13fc6ed68
] - url: align url format behavior with browsers (ZiJian Liu) #36903 - [
2aff77f358
] - url: fix url.format with ipv6 hostname (ZiJian Liu) #36665 - [
08a6d9effd
] - (SEMVER-MINOR) util: add getSystemErrorMap() impl (eladkeyshawn) #38101 - [
e6c64bf0c7
] - util: remove unreachable inspect code (Rich Trott) #37941 - [
b5c5bd1f51
] - util: inspect __proto__ key as written in object literal (Anna Henningsen) #37713 - [
2bfe185c3f
] - util: use assert for unreachable code (Rich Trott) #37249 - [
ba4788dd9f
] - (SEMVER-MINOR) v8: fix nativeserdes
constructors (ExE Boss) #36549 - [
16606d05b7
] - vm: addSafeForTerminationScope
s for SIGINT interruptions (Anna Henningsen) #36344 - [
b6f4d790d3
] - worker: fix exit code for error thrown in handler (Nitzan Uziely) #38012 - [
9460f2cd83
] - (SEMVER-MINOR) worker: add eventLoopUtilization() (Trevor Norris) #35664 - [
78ad8b4c44
] - workers: fix spawning from preload scripts (James M Snell) #37481
v14.16.1
This is a security release.
Notable Changes
Vulnerabilities fixed:
-
CVE-2021-3450: OpenSSL - CA certificate check bypass with X509_V_FLAG_X509_STRICT (High)
- This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt
- Impacts:
- All versions of the 15.x, 14.x, 12.x and 10.x releases lines
-
CVE-2021-3449: OpenSSL - NULL pointer deref in signature_algorithms processing (High)
- This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210325.txt
- Impacts:
- All versions of the 15.x, 14.x, 12.x and 10.x releases lines
-
CVE-2020-7774: npm upgrade - Update y18n to fix Prototype-Pollution (High)
- This is a vulnerability in the y18n npm module which may be exploited by prototype pollution. You can read more about it in https://github.com/advisories/GHSA-c4w7-xm78-47vh
- Impacts:
- All versions of the 14.x, 12.x and 10.x releases lines
Commits
- [
467be7a950
] - deps: upgrade npm to 6.14.12 (Ruy Adorno) #37918 - [
6bc8f58182
] - deps: update archs files for OpenSSL-1.1.1k (Tobias Nießen) #37938 - [
403a014ef6
] - deps: upgrade openssl sources to 1.1.1k (Tobias Nießen) #37938
v14.16.0
This is a security release.
Notable changes
Vulnerabilities fixed:
-
CVE-2021-22883: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion
- Affected Node.js versions are vulnerable to denial of service attacks when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.
-
CVE-2021-22884: DNS rebinding in --inspect
- Affected Node.js versions are vulnerable to denial of service attacks when the whitelist includes “localhost6”. When “localhost6” is not present in /etc/hosts, it is just an ordinary domain that is resolved via DNS, i.e., over network. If the attacker controls the victim's DNS server or can spoof its responses, the DNS rebinding protection can be bypassed by using the “localhost6” domain. As long as the attacker uses the “localhost6” domain, they can still apply the attack described in CVE-2018-7160.
-
CVE-2021-23840: OpenSSL - Integer overflow in CipherUpdate
- This is a vulnerability in OpenSSL which may be exploited through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt
Commits
- [
313d26800c
] - deps: update archs files for OpenSSL-1.1.1j (Daniel Bevenius) #37412 - [
6098012b48
] - deps: upgrade openssl sources to 1.1.1j (Daniel Bevenius) #37412 - [
afea10b097
] - (SEMVER-MINOR) http2: add unknownProtocol timeout (Daniel Bevenius) nodejs-private/node-private#246 - [
1ca3f5abcb
] - src: drop localhost6 as allowed host for inspector (Matteo Collina) nodejs-private/node-private#244
v14.15.5
Notable Changes
- deps:
- stream,zlib: do not use _stream_* anymore (Matteo Collina) #36618
Commits
- [
20b1e6c802
] - deps: V8: backportdfcf1e8
(Michaël Zasso) #37245 - [
408c7a65f3
] - deps: upgrade npm to 6.14.11 (Ruy Adorno) #37173 - [
017eed665b
] - http: do not loop over prototype in Agent (Michaël Zasso) #36410 - [
25a3204fe2
] - http: don't cork .end when not needed (Dimitris Halatsis) #36633 - [
2a1e4e9244
] - stream: accept iterable as a valid first argument (ZiJian Liu) #36479 - [
9ff73fcdbe
] - stream,zlib: do not use _stream_* anymore (Matteo Collina) #36618 - [
c03cddb46f
] - test: http complete response after socket double end (Dimitris Halatsis) #36633 - [
f206505e9d
] - util: fix instanceof checks with null prototypes during inspection (Ruben Bridgewater) #36178 - [
2f7944b18b
] - util: fix module prefixes during inspection (Ruben Bridgewater) #36178
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.