Skip to content

Commit e2a023c

Browse files
committed
2021-10-19, Version 17.0.0 (Current)
Notable changes: Deprecations and Removals: PR-URL: #40119
1 parent d05cca9 commit e2a023c

33 files changed

+155
-49
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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 17](doc/changelogs/CHANGELOG_V17.md) **Current**
56
* [Node.js 16](doc/changelogs/CHANGELOG_V16.md) **Current**
67
* [Node.js 15](doc/changelogs/CHANGELOG_V15.md) End-of-Life
78
* [Node.js 14](doc/changelogs/CHANGELOG_V14.md) **Long Term Support**
@@ -26,11 +27,15 @@ release.
2627
<!--lint disable maximum-line-length-->
2728
<table>
2829
<tr>
30+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V17.md">17</a><sup>Current</sup></th>
2931
<th title="Current"><a href="doc/changelogs/CHANGELOG_V16.md">16</a><sup>Current</sup></th>
3032
<th title="LTS Until 2023-04"><a href="doc/changelogs/CHANGELOG_V14.md">14</a><sup>LTS</sup></th>
3133
<th title="LTS Until 2022-04"><a href="doc/changelogs/CHANGELOG_V12.md">12</a><sup>LTS</sup></th>
3234
</tr>
3335
<tr>
36+
<td valign="top">
37+
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.0.0">17.0.0</a></b><br/>
38+
</td>
3439
<td valign="top">
3540
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.9.1">16.9.1</a></b><br/>
3641
<a href="doc/changelogs/CHANGELOG_V16.md#16.9.0">16.9.0</a><br/>

doc/api/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ This option is a no-op. It is kept for compatibility.
600600

601601
### `--no-addons`
602602
<!-- YAML
603-
added: REPLACEME
603+
added: v17.0.0
604604
-->
605605

606606
Disable the `node-addons` exports condition as well as disable loading
@@ -616,7 +616,7 @@ Silence deprecation warnings.
616616

617617
### `--no-extra-info-on-fatal-exception`
618618
<!-- YAML
619-
added: REPLACEME
619+
added: v17.0.0
620620
-->
621621

622622
Hide extra information on fatal exception that causes exit.
@@ -631,7 +631,7 @@ dynamically when `async_hooks` is enabled.
631631

632632
### `--no-global-search-paths`
633633
<!-- YAML
634-
added: REPLACEME
634+
added: v17.0.0
635635
-->
636636

637637
Do not search modules from global paths like `$HOME/.node_modules` and

doc/api/crypto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,7 +3375,7 @@ generateKey('hmac', { length: 64 }, (err, key) => {
33753375
<!-- YAML
33763376
added: v10.12.0
33773377
changes:
3378-
- version: REPLACEME
3378+
- version: v17.0.0
33793379
pr-url: https://github.com/nodejs/node/pull/39927
33803380
description: Add ability to define `RSASSA-PSS-params` sequence parameters
33813381
for RSA-PSS keys pairs.
@@ -3486,7 +3486,7 @@ a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
34863486
<!-- YAML
34873487
added: v10.12.0
34883488
changes:
3489-
- version: REPLACEME
3489+
- version: v17.0.0
34903490
pr-url: https://github.com/nodejs/node/pull/39927
34913491
description: Add ability to define `RSASSA-PSS-params` sequence parameters
34923492
for RSA-PSS keys pairs.

doc/api/deprecations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2789,7 +2789,7 @@ deprecated and should no longer be used.
27892789
### DEP0153: `dns.lookup` and `dnsPromises.lookup` options type coercion
27902790
<!-- YAML
27912791
changes:
2792-
- version: REPLACEME
2792+
- version: v17.0.0
27932793
pr-url: https://github.com/nodejs/node/pull/39793
27942794
description: Runtime deprecation.
27952795
- version: v16.8.0
@@ -2807,7 +2807,7 @@ option, or a non-nullish non-boolean value for `verbatim` option in
28072807
### DEP0154: RSA-PSS generate key pair options
28082808
<!-- YAML
28092809
changes:
2810-
- version: REPLACEME
2810+
- version: v17.0.0
28112811
pr-url: https://github.com/nodejs/node/pull/39927
28122812
description: Documentation-only deprecation.
28132813
-->
@@ -2820,10 +2820,10 @@ and `'mgf1HashAlgorithm'`.
28202820
### DEP0155: Trailing slashes in pattern specifier resolutions
28212821
<!-- YAML
28222822
changes:
2823-
- version: REPLACEME
2823+
- version: v17.0.0
28242824
pr-url: https://github.com/nodejs/node/pull/40117
28252825
description: Runtime deprecation.
2826-
- version: REPLACEME
2826+
- version: v17.0.0
28272827
pr-url: https://github.com/nodejs/node/pull/40039
28282828
description: Documentation-only deprecation
28292829
with `--pending-deprecation` support.

doc/api/dgram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ if the socket is not connected.
468468
<!-- YAML
469469
added: v0.1.99
470470
changes:
471-
- version: REPLACEME
471+
- version: v17.0.0
472472
pr-url: https://github.com/nodejs/node/pull/39190
473473
description: The `address` parameter now only accepts a `string`, `null`
474474
or `undefined`.

doc/api/dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ section if a custom port is used.
170170
<!-- YAML
171171
added: v0.1.90
172172
changes:
173-
- version: REPLACEME
173+
- version: v17.0.0
174174
pr-url: https://github.com/nodejs/node/pull/39987
175175
description: The `verbatim` options defaults to `true` now.
176176
- version: v8.5.0

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ The [debugger][] timed out waiting for the required host/port to be free.
10301030
<a id="ERR_DLOPEN_DISABLED"></a>
10311031
### `ERR_DLOPEN_DISABLED`
10321032
<!-- YAML
1033-
added: REPLACEME
1033+
added: v17.0.0
10341034
-->
10351035

10361036
Loading native addons has been disabled using [`--no-addons`][].

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
added: v8.5.0
77
changes:
88
- version:
9-
- REPLACEME
9+
- v17.0.0
1010
pr-url: https://github.com/nodejs/node/pull/37468
1111
description:
1212
Consolidate loader hooks, removed `getFormat`, `getSource`,

doc/api/fs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ number of bytes read is zero.
302302
303303
#### `filehandle.readableWebStream()`
304304
<!-- YAML
305-
added: REPLACEME
305+
added: v17.0.0
306306
-->
307307
308308
> Stability: 1 - Experimental
@@ -1933,10 +1933,10 @@ behavior is similar to `cp dir1/ dir2/`.
19331933
<!-- YAML
19341934
added: v0.1.31
19351935
changes:
1936-
- version: REPLACEME
1936+
- version: v17.0.0
19371937
pr-url: https://github.com/nodejs/node/pull/40013
19381938
description: The `fs` option does not need `open` method if an `fd` was provided.
1939-
- version: REPLACEME
1939+
- version: v17.0.0
19401940
pr-url: https://github.com/nodejs/node/pull/40013
19411941
description: The `fs` option does not need `close` method if `autoClose` is `false`.
19421942
- version:
@@ -2058,10 +2058,10 @@ If `options` is a string, then it specifies the encoding.
20582058
<!-- YAML
20592059
added: v0.1.31
20602060
changes:
2061-
- version: REPLACEME
2061+
- version: v17.0.0
20622062
pr-url: https://github.com/nodejs/node/pull/40013
20632063
description: The `fs` option does not need `open` method if an `fd` was provided.
2064-
- version: REPLACEME
2064+
- version: v17.0.0
20652065
pr-url: https://github.com/nodejs/node/pull/40013
20662066
description: The `fs` option does not need `close` method if `autoClose` is `false`.
20672067
- version:

doc/api/globals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ added: v0.0.1
382382

383383
## `DOMException`
384384
<!-- YAML
385-
added: REPLACEME
385+
added: v17.0.0
386386
-->
387387

388388
<!-- type=global -->

0 commit comments

Comments
 (0)