Skip to content

Commit a99d569

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

32 files changed

+154
-46
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**
@@ -27,11 +28,15 @@ release.
2728

2829
<table>
2930
<tr>
31+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V17.md">17</a><sup>Current</sup></th>
3032
<th title="Current"><a href="doc/changelogs/CHANGELOG_V16.md">16</a><sup>Current</sup></th>
3133
<th title="LTS Until 2023-04"><a href="doc/changelogs/CHANGELOG_V14.md">14</a><sup>LTS</sup></th>
3234
<th title="LTS Until 2022-04"><a href="doc/changelogs/CHANGELOG_V12.md">12</a><sup>LTS</sup></th>
3335
</tr>
3436
<tr>
37+
<td valign="top">
38+
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.0.0">17.0.0</a></b><br/>
39+
</td>
3540
<td valign="top">
3641
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.10.0">16.10.0</a></b><br/>
3742
<a href="doc/changelogs/CHANGELOG_V16.md#16.9.1">16.9.1</a><br/>

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Silence deprecation warnings.
623623

624624
### `--no-extra-info-on-fatal-exception`
625625
<!-- YAML
626-
added: REPLACEME
626+
added: v17.0.0
627627
-->
628628

629629
Hide extra information on fatal exception that causes exit.

doc/api/deprecations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ Use `fs.rm(path, { recursive: true, force: true })`,
27072707
### DEP0148: Folder mappings in `"exports"` (trailing `"/"`)
27082708
<!-- YAML
27092709
changes:
2710-
- version: REPLACEME
2710+
- version: v17.0.0
27112711
pr-url: https://github.com/nodejs/node/pull/40121
27122712
description: End-of-Life.
27132713
- version: v16.0.0
@@ -2795,7 +2795,7 @@ deprecated and should no longer be used.
27952795
### DEP0153: `dns.lookup` and `dnsPromises.lookup` options type coercion
27962796
<!-- YAML
27972797
changes:
2798-
- version: REPLACEME
2798+
- version: v17.0.0
27992799
pr-url: https://github.com/nodejs/node/pull/39793
28002800
description: Runtime deprecation.
28012801
- version: v16.8.0
@@ -2826,7 +2826,7 @@ and `'mgf1HashAlgorithm'`.
28262826
### DEP0155: Trailing slashes in pattern specifier resolutions
28272827
<!-- YAML
28282828
changes:
2829-
- version: REPLACEME
2829+
- version: v17.0.0
28302830
pr-url: https://github.com/nodejs/node/pull/40117
28312831
description: Runtime deprecation.
28322832
- version: v16.10.0
@@ -2843,7 +2843,7 @@ for package `"exports"` and `"imports"` pattern resolutions.
28432843
### DEP0156: `.aborted` property and `'abort'`, `'aborted'` event in `http`
28442844
<!-- YAML
28452845
changes:
2846-
- version: REPLACEME
2846+
- version: v17.0.0
28472847
pr-url: https://github.com/nodejs/node/pull/36670
28482848
description: Documentation-only deprecation.
28492849
-->

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
@@ -172,7 +172,7 @@ section if a custom port is used.
172172
<!-- YAML
173173
added: v0.1.90
174174
changes:
175-
- version: REPLACEME
175+
- version: v17.0.0
176176
pr-url: https://github.com/nodejs/node/pull/39987
177177
description: The `verbatim` options defaults to `true` now.
178178
- version: v8.5.0

doc/api/esm.md

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

doc/api/fs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ try {
232232
233233
#### `filehandle.createReadStream([options])`
234234
<!-- YAML
235-
added: REPLACEME
235+
added: v17.0.0
236236
-->
237237
238238
* `options` {Object}
@@ -298,7 +298,7 @@ fd.createReadStream({ start: 90, end: 99 });
298298
299299
#### `filehandle.createWriteStream([options])`
300300
<!-- YAML
301-
added: REPLACEME
301+
added: v17.0.0
302302
-->
303303
304304
* `options` {Object}
@@ -395,7 +395,7 @@ number of bytes read is zero.
395395
396396
#### `filehandle.readableWebStream()`
397397
<!-- YAML
398-
added: REPLACEME
398+
added: v17.0.0
399399
-->
400400
401401
> Stability: 1 - Experimental

doc/api/globals.md

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

384384
## `DOMException`
385385
<!-- YAML
386-
added: REPLACEME
386+
added: v17.0.0
387387
-->
388388

389389
<!-- type=global -->

doc/api/http.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ body which has been transmitted are equal or not.
407407
### Event: `'abort'`
408408
<!-- YAML
409409
added: v1.4.1
410-
deprecated: REPLACEME
410+
deprecated: v17.0.0
411411
-->
412412

413413
> Stability: 0 - Deprecated. Listen for the `'close'` event instead.
@@ -648,7 +648,7 @@ in the response to be dropped and the socket to be destroyed.
648648
### `request.aborted`
649649
<!-- YAML
650650
added: v0.11.14
651-
deprecated: REPLACEME
651+
deprecated: v17.0.0
652652
changes:
653653
- version: v11.0.0
654654
pr-url: https://github.com/nodejs/node/pull/20230
@@ -1994,7 +1994,7 @@ may be reused multiple times in case of keep-alive.
19941994
### Event: `'aborted'`
19951995
<!-- YAML
19961996
added: v0.3.8
1997-
deprecated: REPLACEME
1997+
deprecated: v17.0.0
19981998
-->
19991999

20002000
> Stability: 0 - Deprecated. Listen for `'close'` event instead.
@@ -2011,7 +2011,7 @@ Indicates that the underlying connection was closed.
20112011
### `message.aborted`
20122012
<!-- YAML
20132013
added: v10.1.0
2014-
deprecated: REPLACEME
2014+
deprecated: v17.0.0
20152015
-->
20162016

20172017
> Stability: 0 - Deprecated. Check `message.destroyed` from {stream.Readable}.

doc/api/readline.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -536,14 +536,14 @@ line prompts are included in the calculations.
536536

537537
## Promises API
538538
<!-- YAML
539-
added: REPLACEME
539+
added: v17.0.0
540540
-->
541541

542542
> Stability: 1 - Experimental
543543
544544
### Class: `readlinePromises.Interface`
545545
<!-- YAML
546-
added: REPLACEME
546+
added: v17.0.0
547547
-->
548548

549549
* Extends: {readline.InterfaceConstructor}
@@ -556,7 +556,7 @@ and is read from, the `input` stream.
556556

557557
#### `rl.question(query[, options])`
558558
<!-- YAML
559-
added: REPLACEME
559+
added: v17.0.0
560560
-->
561561

562562
* `query` {string} A statement or query to write to `output`, prepended to the
@@ -602,12 +602,12 @@ setTimeout(() => ac.abort(), 10000);
602602

603603
### Class: `readlinePromises.Readline`
604604
<!-- YAML
605-
added: REPLACEME
605+
added: v17.0.0
606606
-->
607607

608608
#### `new readlinePromises.Readline(stream[, options])`
609609
<!-- YAML
610-
added: REPLACEME
610+
added: v17.0.0
611611
-->
612612

613613
* `stream` {stream.Writable} A [TTY][] stream.
@@ -616,7 +616,7 @@ added: REPLACEME
616616

617617
#### `rl.clearLine(dir)`
618618
<!-- YAML
619-
added: REPLACEME
619+
added: v17.0.0
620620
-->
621621

622622
* `dir` {integer}
@@ -633,7 +633,7 @@ was passed to the constructor.
633633

634634
#### `rl.clearScreenDown()`
635635
<!-- YAML
636-
added: REPLACEME
636+
added: v17.0.0
637637
-->
638638

639639
* Returns: this
@@ -646,7 +646,7 @@ was passed to the constructor.
646646

647647
#### `rl.commit()`
648648
<!-- YAML
649-
added: REPLACEME
649+
added: v17.0.0
650650
-->
651651

652652
* Returns: {Promise}
@@ -656,7 +656,7 @@ The `rl.commit()` method sends all the pending actions to the associated
656656

657657
#### `rl.cursorTo(x[, y])`
658658
<!-- YAML
659-
added: REPLACEME
659+
added: v17.0.0
660660
-->
661661

662662
* `x` {integer}
@@ -670,7 +670,7 @@ was passed to the constructor.
670670

671671
#### `rl.moveCursor(dx, dy)`
672672
<!-- YAML
673-
added: REPLACEME
673+
added: v17.0.0
674674
-->
675675

676676
* `dx` {integer}
@@ -685,7 +685,7 @@ was passed to the constructor.
685685

686686
#### `rl.rollback()`
687687
<!-- YAML
688-
added: REPLACEME
688+
added: v17.0.0
689689
-->
690690

691691
* Returns: this
@@ -695,7 +695,7 @@ sending it to the associated `stream`.
695695

696696
### `readlinePromises.createInterface(options)`
697697
<!-- YAML
698-
added: REPLACEME
698+
added: v17.0.0
699699
-->
700700

701701
* `options` {Object}
@@ -797,7 +797,7 @@ added: v0.1.104
797797
<!-- YAML
798798
added: v0.1.104
799799
changes:
800-
- version: REPLACEME
800+
- version: v17.0.0
801801
pr-url: https://github.com/nodejs/node/pull/37947
802802
description: The class `readline.Interface` now inherits from `Interface`.
803803
-->

doc/api/stream.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ for performance reasons.
20812081

20822082
### `stream.Readable.fromWeb(readableStream[, options])`
20832083
<!-- YAML
2084-
added: REPLACEME
2084+
added: v17.0.0
20852085
-->
20862086

20872087
> Stability: 1 - Experimental
@@ -2108,7 +2108,7 @@ Returns whether the stream has been read from or cancelled.
21082108

21092109
### `stream.Readable.toWeb(streamReadable)`
21102110
<!-- YAML
2111-
added: REPLACEME
2111+
added: v17.0.0
21122112
-->
21132113

21142114
> Stability: 1 - Experimental
@@ -2118,7 +2118,7 @@ added: REPLACEME
21182118

21192119
### `stream.Writable.fromWeb(writableStream[, options])`
21202120
<!-- YAML
2121-
added: REPLACEME
2121+
added: v17.0.0
21222122
-->
21232123

21242124
> Stability: 1 - Experimental
@@ -2133,7 +2133,7 @@ added: REPLACEME
21332133

21342134
### `stream.Writable.toWeb(streamWritable)`
21352135
<!-- YAML
2136-
added: REPLACEME
2136+
added: v17.0.0
21372137
-->
21382138

21392139
> Stability: 1 - Experimental
@@ -2171,7 +2171,7 @@ A utility method for creating duplex streams.
21712171

21722172
### `stream.Duplex.fromWeb(pair[, options])`
21732173
<!-- YAML
2174-
added: REPLACEME
2174+
added: v17.0.0
21752175
-->
21762176

21772177
> Stability: 1 - Experimental
@@ -2190,7 +2190,7 @@ added: REPLACEME
21902190

21912191
### `stream.Duplex.toWeb(streamDuplex)`
21922192
<!-- YAML
2193-
added: REPLACEME
2193+
added: v17.0.0
21942194
-->
21952195

21962196
> Stability: 1 - Experimental

doc/api/url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1386,7 +1386,7 @@ forward-slash characters (`/`) are required following the colon in the
13861386
<!-- YAML
13871387
added: v0.1.25
13881388
changes:
1389-
- version: REPLACEME
1389+
- version: v17.0.0
13901390
pr-url: https://github.com/nodejs/node/pull/38631
13911391
description: Now throws an `ERR_INVALID_URL` exception when Punycode
13921392
conversion of a hostname introduces changes that could cause

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ doSomething[kCustomPromisifiedSymbol] = (foo) => {
11131113

11141114
## `util.stripVTControlCharacters(str)`
11151115
<!-- YAML
1116-
added: REPLACEME
1116+
added: v17.0.0
11171117
-->
11181118

11191119
* `str` {string}

0 commit comments

Comments
 (0)