Skip to content

Commit bb533f7

Browse files
committed
2023-04-18, Version 20.0.0 (Current)
Notable Changes: crypto: * (SEMVER-MAJOR) use WebIDL converters in WebCryptoAPI (Filip Skokan) #46067 deps: * update ada to 2.0.0 (Node.js GitHub Bot) #47339 esm: * move hook execution to separate thread (Jacob Smith) #44710 sea: * use JSON configuration and blob content for SEA (Joyee Cheung) #47125 src,process: * (SEMVER-MINOR) add permission model (Rafael Gonzaga) #44004 url: * drop ICU requirement for parsing hostnames (Yagiz Nizipli) #47339 * use ada::url_aggregator for parsing urls (Yagiz Nizipli) #47339 * (SEMVER-MAJOR) runtime-deprecate url.parse() with invalid ports (Rich Trott) #45526 Semver-Major Commits: * [9fafb0a] - (SEMVER-MAJOR) async_hooks: deprecate the AsyncResource.bind asyncResource property (James M Snell) #46432 * [1948d37] - (SEMVER-MAJOR) buffer: check INSPECT_MAX_BYTES with validateNumber (Umuoy) #46599 * [7bc0e6a] - (SEMVER-MAJOR) buffer: graduate File from experimental and expose as global (Khafra) #47153 * [671ffd7] - (SEMVER-MAJOR) buffer: use min/max of `validateNumber` (Deokjin Kim) #45796 * [ab1614d] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Michaël Zasso) #47251 * [c1bcdbc] - (SEMVER-MAJOR) build: warn for gcc versions earlier than 10.1 (Richard Lau) #46806 * [649f68f] - (SEMVER-MAJOR) build: reset embedder string to "-node.0" (Yagiz Nizipli) #45579 * [9374700] - (SEMVER-MAJOR) crypto: remove DEFAULT_ENCODING (Tobias Nießen) #47182 * [1640aeb] - (SEMVER-MAJOR) crypto: remove obsolete SSL_OP_* constants (Tobias Nießen) #47073 * [c2e4b1f] - (SEMVER-MAJOR) crypto: remove ALPN_ENABLED (Tobias Nießen) #47028 * [3ef38c4] - (SEMVER-MAJOR) crypto: use WebIDL converters in WebCryptoAPI (Filip Skokan) #46067 * [08af023] - (SEMVER-MAJOR) crypto: runtime deprecate replaced rsa-pss keygen parameters (Filip Skokan) #45653 * [7eb0ac3] - (SEMVER-MAJOR) deps: patch V8 to support compilation on win-arm64 (Michaël Zasso) #47251 * [a7c129f] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #47251 * [6f5655a] - (SEMVER-MAJOR) deps: always define V8_EXPORT_PRIVATE as no-op (Michaël Zasso) #47251 * [f226350] - (SEMVER-MAJOR) deps: update V8 to 11.3.244.4 (Michaël Zasso) #47251 * [d6dae74] - (SEMVER-MAJOR) deps: V8: cherry-pick f1c888e7093e (Michaël Zasso) #45579 * [56c4365] - (SEMVER-MAJOR) deps: fix V8 build on Windows with MSVC (Michaël Zasso) #45579 * [51ab98c] - (SEMVER-MAJOR) deps: silence irrelevant V8 warning (Michaël Zasso) #45579 * [9f84d3e] - (SEMVER-MAJOR) deps: V8: fix v8-cppgc.h for MSVC (Jiawen Geng) #45579 * [f2318cd] - (SEMVER-MAJOR) deps: fix V8 build issue with inline methods (Jiawen Geng) #45579 * [16e03e7] - (SEMVER-MAJOR) deps: update V8 to 10.9.194.4 (Yagiz Nizipli) #45579 * [6473f5e] - (SEMVER-MAJOR) doc: update toolchains used for Node.js 20 releases (Richard Lau) #47352 * [cc18fd9] - (SEMVER-MAJOR) events: refactor to use `validateNumber` (Deokjin Kim) #45770 * [ff92b40] - (SEMVER-MAJOR) http: close the connection after sending a body without declared length (Tim Perry) #46333 * [2a29df6] - (SEMVER-MAJOR) http: keep HTTP/1.1 conns alive even if the Connection header is removed (Tim Perry) #46331 * [391dc74] - (SEMVER-MAJOR) http: throw error if options of http.Server is array (Deokjin Kim) #46283 * [ed3604c] - (SEMVER-MAJOR) http: server check Host header, to meet RFC 7230 5.4 requirement (wwwzbwcom) #45597 * [88d71dc] - (SEMVER-MAJOR) lib: refactor to use min/max of `validateNumber` (Deokjin Kim) #45772 * [e4d641f] - (SEMVER-MAJOR) lib: refactor to use validators in http2 (Debadree Chatterjee) #46174 * [0f3e531] - (SEMVER-MAJOR) lib: performance improvement on readline async iterator (Thiago Oliveira Santos) #41276 * [5b5898a] - (SEMVER-MAJOR) lib,src: update exit codes as per todos (Debadree Chatterjee) #45841 * [55321ba] - (SEMVER-MAJOR) net: enable autoSelectFamily by default (Paolo Insogna) #46790 * [2d0d997] - (SEMVER-MAJOR) process: remove `process.exit()`, `process.exitCode` coercion to integer (Daeyeon Jeong) #43716 * [dc06df3] - (SEMVER-MAJOR) readline: refactor to use `validateNumber` (Deokjin Kim) #45801 * [295b2f3] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 115 (Michaël Zasso) #47251 * [3803b02] - (SEMVER-MAJOR) src: share common code paths for SEA and embedder script (Anna Henningsen) #46825 * [e8bddac] - (SEMVER-MAJOR) src: apply ABI-breaking API simplifications (Anna Henningsen) #46705 * [f84de0a] - (SEMVER-MAJOR) src: use uint32_t for process initialization flags enum (Anna Henningsen) #46427 * [a624277] - (SEMVER-MAJOR) src: fix ArrayBuffer::Detach deprecation (Michaël Zasso) #45579 * [dd5c39a] - (SEMVER-MAJOR) src: update NODE_MODULE_VERSION to 112 (Yagiz Nizipli) #45579 * [63eca7f] - (SEMVER-MAJOR) stream: validate readable defaultEncoding (Marco Ippolito) #46430 * [9e7093f] - (SEMVER-MAJOR) stream: validate writable defaultEncoding (Marco Ippolito) #46322 * [fb91ee4] - (SEMVER-MAJOR) test: make trace-gc-flag tests less strict (Yagiz Nizipli) #45579 * [eca6180] - (SEMVER-MAJOR) test: adapt test-v8-stats for V8 update (Michaël Zasso) #45579 * [c03354d] - (SEMVER-MAJOR) test: test case for multiple res.writeHead and res.getHeader (Marco Ippolito) #45508 * [c733cc0] - (SEMVER-MAJOR) test_runner: mark module as stable (Colin Ihrig) #46983 * [7ce2232] - (SEMVER-MAJOR) tools: update V8 gypfiles for 11.1 (Michaël Zasso) #47251 * [ca4bd30] - (SEMVER-MAJOR) tools: update V8 gypfiles for 11.0 (Michaël Zasso) #47251 * [58b06a2] - (SEMVER-MAJOR) tools: update V8 gypfiles (Michaël Zasso) #45579 * [027841c] - (SEMVER-MAJOR) url: use private properties for brand check (Yagiz Nizipli) #46904 * [3bed5f1] - (SEMVER-MAJOR) url: runtime-deprecate url.parse() with invalid ports (Rich Trott) #45526 * [7c76fdd] - (SEMVER-MAJOR) util,doc: mark parseArgs() as stable (Colin Ihrig) #46718 * [4b52727] - (SEMVER-MAJOR) wasi: make version non-optional (Michael Dawson) #47391 Signed-off-by: RafaelGSS <[email protected]> PR-URL: #47441 Signed-off-by: RafaelGSS <[email protected]>
1 parent 8bcf0a4 commit bb533f7

29 files changed

+337
-19
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Select a Node.js version below to view the changelog history:
44

5+
* [Node.js 20](doc/changelogs/CHANGELOG_V20.md) **Current**
56
* [Node.js 19](doc/changelogs/CHANGELOG_V19.md) **Current**
67
* [Node.js 18](doc/changelogs/CHANGELOG_V18.md) **Long Term Support**
78
* [Node.js 17](doc/changelogs/CHANGELOG_V17.md) End-of-Life
@@ -28,13 +29,17 @@ release.
2829

2930
<table>
3031
<tr>
32+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V20.md">20</a> (Current)</th>
3133
<th title="Current"><a href="doc/changelogs/CHANGELOG_V19.md">19</a> (Current)</th>
3234
<th title="LTS Until 2025-04"><a href="doc/changelogs/CHANGELOG_V18.md">18</a> (LTS)</th>
3335
<th title="LTS Until 2023-09"><a href="doc/changelogs/CHANGELOG_V16.md">16</a> (LTS)</th>
3436
<th title="LTS Until 2023-04"><a href="doc/changelogs/CHANGELOG_V14.md">14</a> (LTS)</th>
3537
</tr>
3638
<tr>
3739
<td valign="top">
40+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a></b><br/>
41+
</td>
42+
<td valign="top">
3843
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.9.0">19.9.0</a></b><br/>
3944
<a href="doc/changelogs/CHANGELOG_V19.md#19.8.1">19.8.1</a><br/>
4045
<a href="doc/changelogs/CHANGELOG_V19.md#19.8.0">19.8.0</a><br/>

doc/abi_version_registry.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"NODE_MODULE_VERSION": [
33
{ "modules": 116,"runtime": "electron", "variant": "electron", "versions": "25" },
4-
{ "modules": 115,"runtime": "node", "variant": "v8_11.2", "versions": "20.0.0-pre" },
4+
{ "modules": 115,"runtime": "node", "variant": "v8_11.3", "versions": "20.0.0" },
55
{ "modules": 114,"runtime": "electron", "variant": "electron", "versions": "24" },
66
{ "modules": 113,"runtime": "electron", "variant": "electron", "versions": "23" },
77
{ "modules": 112,"runtime": "node", "variant": "v8_10.9", "versions": "20.0.0-pre" },

doc/api/async_context.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ added:
505505
- v14.8.0
506506
- v12.19.0
507507
changes:
508-
- version: REPLACEME
508+
- version: v20.0.0
509509
pr-url: https://github.com/nodejs/node/pull/46432
510510
description: The `asyncResource` property added to the bound function
511511
has been deprecated and will be removed in a future
@@ -535,7 +535,7 @@ added:
535535
- v14.8.0
536536
- v12.19.0
537537
changes:
538-
- version: REPLACEME
538+
- version: v20.0.0
539539
pr-url: https://github.com/nodejs/node/pull/46432
540540
description: The `asyncResource` property added to the bound function
541541
has been deprecated and will be removed in a future

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5055,7 +5055,7 @@ added:
50555055
- v19.2.0
50565056
- v18.13.0
50575057
changes:
5058-
- version: REPLACEME
5058+
- version: v20.0.0
50595059
pr-url: https://github.com/nodejs/node/pull/47153
50605060
description: No longer experimental.
50615061
-->

doc/api/cli.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If this flag is passed, the behavior can still be set to not abort through
103103
### `--allow-child-process`
104104

105105
<!-- YAML
106-
added: REPLACEME
106+
added: v20.0.0
107107
-->
108108

109109
> Stability: 1 - Experimental
@@ -144,7 +144,7 @@ Error: Access to this API has been restricted
144144
### `--allow-fs-read`
145145

146146
<!-- YAML
147-
added: REPLACEME
147+
added: v20.0.0
148148
-->
149149

150150
> Stability: 1 - Experimental
@@ -190,7 +190,7 @@ $ node --experimental-permission --allow-fs-read=/path/to/index.js index.js
190190
### `--allow-fs-write`
191191

192192
<!-- YAML
193-
added: REPLACEME
193+
added: v20.0.0
194194
-->
195195

196196
> Stability: 1 - Experimental
@@ -210,7 +210,7 @@ Relative paths are NOT supported through the CLI flag.
210210
### `--allow-worker`
211211

212212
<!-- YAML
213-
added: REPLACEME
213+
added: v20.0.0
214214
-->
215215

216216
> Stability: 1 - Experimental
@@ -543,7 +543,7 @@ Enable experimental support for the `https:` protocol in `import` specifiers.
543543
### `--experimental-permission`
544544

545545
<!-- YAML
546-
added: REPLACEME
546+
added: v20.0.0
547547
-->
548548

549549
Enable the Permission Model for current process. When enabled, the
@@ -644,7 +644,7 @@ added:
644644
- v13.3.0
645645
- v12.16.0
646646
changes:
647-
- version: REPLACEME
647+
- version: v20.0.0
648648
pr-url: https://github.com/nodejs/node/pull/47286
649649
description: This option is no longer required as WASI is
650650
enabled by default, but can still be passed.
@@ -1418,7 +1418,7 @@ added:
14181418
- v18.1.0
14191419
- v16.17.0
14201420
changes:
1421-
- version: REPLACEME
1421+
- version: v20.0.0
14221422
pr-url: https://github.com/nodejs/node/pull/46983
14231423
description: The test runner is now stable.
14241424
- version:
@@ -1438,7 +1438,7 @@ for more details.
14381438
<!-- YAML
14391439
added: v18.11.0
14401440
changes:
1441-
- version: REPLACEME
1441+
- version: v20.0.0
14421442
pr-url: https://github.com/nodejs/node/pull/46983
14431443
description: The test runner is now stable.
14441444
-->
@@ -1454,7 +1454,7 @@ added:
14541454
- v19.6.0
14551455
- v18.15.0
14561456
changes:
1457-
- version: REPLACEME
1457+
- version: v20.0.0
14581458
pr-url: https://github.com/nodejs/node/pull/46983
14591459
description: The test runner is now stable.
14601460
-->
@@ -1469,7 +1469,7 @@ added:
14691469
- v19.6.0
14701470
- v18.15.0
14711471
changes:
1472-
- version: REPLACEME
1472+
- version: v20.0.0
14731473
pr-url: https://github.com/nodejs/node/pull/46983
14741474
description: The test runner is now stable.
14751475
-->
@@ -1484,7 +1484,7 @@ added:
14841484
- v18.0.0
14851485
- v16.17.0
14861486
changes:
1487-
- version: REPLACEME
1487+
- version: v20.0.0
14881488
pr-url: https://github.com/nodejs/node/pull/46983
14891489
description: The test runner is now stable.
14901490
-->

doc/api/globals.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ A browser-compatible implementation of the [`fetch()`][] function.
477477
## Class: `File`
478478

479479
<!-- YAML
480-
added: REPLACEME
480+
added: v20.0.0
481481
-->
482482

483483
<!-- type=global -->

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ added:
13851385
- v16.17.0
13861386
changes:
13871387
- version:
1388-
- REPLACEME
1388+
- v20.0.0
13891389
pr-url: https://github.com/nodejs/node/pull/46718
13901390
description: The API is no longer experimental.
13911391
- version:

doc/api/webcrypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- YAML
44
changes:
5-
- version: REPLACEME
5+
- version: v20.0.0
66
pr-url: https://github.com/nodejs/node/pull/46067
77
description: Arguments are now coersed and validated as per their WebIDL
88
definitions like in other Web Crypto API implementations.

doc/changelogs/CHANGELOG_ARCHIVE.md

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
</table>
155155

156156
* Other Versions
157+
* [20.x](CHANGELOG_V20.md)
157158
* [19.x](CHANGELOG_V19.md)
158159
* [18.x](CHANGELOG_V18.md)
159160
* [17.x](CHANGELOG_V17.md)

doc/changelogs/CHANGELOG_IOJS.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
</table>
6363

6464
* Other Versions
65+
* [20.x](CHANGELOG_V20.md)
6566
* [19.x](CHANGELOG_V19.md)
6667
* [18.x](CHANGELOG_V18.md)
6768
* [17.x](CHANGELOG_V17.md)

doc/changelogs/CHANGELOG_V010.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
</table>
6565

6666
* Other Versions
67+
* [20.x](CHANGELOG_V20.md)
6768
* [18.x](CHANGELOG_V18.md)
6869
* [17.x](CHANGELOG_V17.md)
6970
* [16.x](CHANGELOG_V16.md)

doc/changelogs/CHANGELOG_V012.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
</table>
3333

3434
* Other Versions
35+
* [20.x](CHANGELOG_V20.md)
3536
* [18.x](CHANGELOG_V18.md)
3637
* [17.x](CHANGELOG_V17.md)
3738
* [16.x](CHANGELOG_V16.md)

doc/changelogs/CHANGELOG_V10.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
</table>
5959

6060
* Other Versions
61+
* [20.x](CHANGELOG_V20.md)
6162
* [19.x](CHANGELOG_V19.md)
6263
* [18.x](CHANGELOG_V18.md)
6364
* [17.x](CHANGELOG_V17.md)

doc/changelogs/CHANGELOG_V12.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
</table>
6868

6969
* Other Versions
70+
* [20.x](CHANGELOG_V20.md)
7071
* [19.x](CHANGELOG_V19.md)
7172
* [18.x](CHANGELOG_V18.md)
7273
* [17.x](CHANGELOG_V17.md)

doc/changelogs/CHANGELOG_V13.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
</table>
3131

3232
* Other Versions
33+
* [20.x](CHANGELOG_V20.md)
3334
* [19.x](CHANGELOG_V19.md)
3435
* [18.x](CHANGELOG_V18.md)
3536
* [17.x](CHANGELOG_V17.md)

doc/changelogs/CHANGELOG_V14.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
</table>
6363

6464
* Other Versions
65+
* [20.x](CHANGELOG_V20.md)
6566
* [19.x](CHANGELOG_V19.md)
6667
* [18.x](CHANGELOG_V18.md)
6768
* [17.x](CHANGELOG_V17.md)

doc/changelogs/CHANGELOG_V15.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
</table>
3232

3333
* Other Versions
34+
* [20.x](CHANGELOG_V20.md)
3435
* [19.x](CHANGELOG_V19.md)
3536
* [18.x](CHANGELOG_V18.md)
3637
* [17.x](CHANGELOG_V17.md)

doc/changelogs/CHANGELOG_V16.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
</table>
5252

5353
* Other Versions
54+
* [20.x](CHANGELOG_V20.md)
5455
* [19.x](CHANGELOG_V19.md)
5556
* [18.x](CHANGELOG_V18.md)
5657
* [17.x](CHANGELOG_V17.md)

doc/changelogs/CHANGELOG_V17.md

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</table>
2929

3030
* Other Versions
31+
* [20.x](CHANGELOG_V20.md)
3132
* [19.x](CHANGELOG_V19.md)
3233
* [18.x](CHANGELOG_V18.md)
3334
* [16.x](CHANGELOG_V16.md)

doc/changelogs/CHANGELOG_V18.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
</table>
3737

3838
* Other Versions
39+
* [20.x](CHANGELOG_V20.md)
3940
* [19.x](CHANGELOG_V19.md)
4041
* [17.x](CHANGELOG_V17.md)
4142
* [16.x](CHANGELOG_V16.md)

doc/changelogs/CHANGELOG_V19.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
</table>
2727

2828
* Other Versions
29+
* [20.x](CHANGELOG_V20.md)
2930
* [18.x](CHANGELOG_V18.md)
3031
* [17.x](CHANGELOG_V17.md)
3132
* [16.x](CHANGELOG_V16.md)

0 commit comments

Comments
 (0)