Skip to content

Commit 36dadfa

Browse files
committed
2022-02-10, Version 17.5.0 (Current)
Notable changes: lib: * (SEMVER-MINOR) add fetch (Michaël Zasso) #41749 module: * unflag esm json modules (Geoffrey Booth) #41736 node-api: * (SEMVER-MINOR) add node_api_symbol_for() (Darshan Sen) #41329 stream: * (SEMVER-MINOR) add iterator helper find (linkgoron) #41849 * (SEMVER-MINOR) add toArray (Benjamin Gruenbaum) #41553 * (SEMVER-MINOR) add forEach method (Benjamin Gruenbaum) #41445 * (SEMVER-MINOR) support some and every (Benjamin Gruenbaum) #41573 deps: * upgrade npm to 8.4.1 (npm team) [#41836](#41836) PR-URL: #41897
1 parent edc8c6e commit 36dadfa

10 files changed

+253
-26
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
</tr>
3434
<tr>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.4.0">17.4.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.5.0">17.5.0</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V17.md#17.4.0">17.4.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V17.md#17.3.1">17.3.1</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V17.md#17.3.0">17.3.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V17.md#17.2.0">17.2.0</a><br/>

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3389,7 +3389,7 @@ console.log(buf.subarray(-5, -2).toString());
33893389
<!-- YAML
33903390
added: v0.3.0
33913391
changes:
3392-
- version: REPLACEME
3392+
- version: v17.5.0
33933393
pr-url: https://github.com/nodejs/node/pull/41596
33943394
description: The buf.slice() method has been deprecated.
33953395
- version:

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ modifying the stack trace.
283283
### `--experimental-fetch`
284284

285285
<!-- YAML
286-
added: REPLACEME
286+
added: v17.5.0
287287
-->
288288

289289
Enable experimental support for the [Fetch API][].

doc/api/crypto.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2475,12 +2475,12 @@ changes:
24752475
- version: REPLACEME
24762476
pr-url: https://github.com/nodejs/node/pull/41600
24772477
description: The subject option now defaults to `'default'`.
2478-
- version: REPLACEME
2478+
- version: v17.5.0
24792479
pr-url: https://github.com/nodejs/node/pull/41599
24802480
description: The `wildcards`, `partialWildcards`, `multiLabelWildcards`, and
24812481
`singleLabelSubdomains` options have been removed since they
24822482
had no effect.
2483-
- version: REPLACEME
2483+
- version: v17.5.0
24842484
pr-url: https://github.com/nodejs/node/pull/41569
24852485
description: The subject option can now be set to `'default'`.
24862486
-->
@@ -2513,7 +2513,7 @@ changes:
25132513
- version: REPLACEME
25142514
pr-url: https://github.com/nodejs/node/pull/41600
25152515
description: The subject option now defaults to `'default'`.
2516-
- version: REPLACEME
2516+
- version: v17.5.0
25172517
pr-url: https://github.com/nodejs/node/pull/41569
25182518
description: The subject option can now be set to `'default'`.
25192519
-->
@@ -2554,7 +2554,7 @@ considered, even if the certificate contains no subject alternative names.
25542554
<!-- YAML
25552555
added: v15.6.0
25562556
changes:
2557-
- version: REPLACEME
2557+
- version: v17.5.0
25582558
pr-url: https://github.com/nodejs/node/pull/41571
25592559
description: The `options` argument has been removed since it had no effect.
25602560
-->

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3045,7 +3045,7 @@ const w = new Writable({
30453045

30463046
<!-- YAML
30473047
changes:
3048-
- version: REPLACEME
3048+
- version: v17.5.0
30493049
pr-url: https://github.com/nodejs/node/pull/41596
30503050
description: Documentation-only deprecation.
30513051
-->

doc/api/globals.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ This variable may appear to be global but is not. See [`exports`][].
344344
## `fetch`
345345

346346
<!-- YAML
347-
added: REPLACEME
347+
added: v17.5.0
348348
-->
349349

350350
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -370,7 +370,7 @@ Node.js this is different. The top-level scope is not the global scope;
370370
## Class `Headers`
371371

372372
<!-- YAML
373-
added: REPLACEME
373+
added: v17.5.0
374374
-->
375375

376376
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -475,7 +475,7 @@ This variable may appear to be global but is not. See [`require()`][].
475475
## `Response`
476476

477477
<!-- YAML
478-
added: REPLACEME
478+
added: v17.5.0
479479
-->
480480

481481
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -486,7 +486,7 @@ A browser-compatible implementation of {Response}.
486486
## `Request`
487487

488488
<!-- YAML
489-
added: REPLACEME
489+
added: v17.5.0
490490
-->
491491

492492
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]

doc/api/n-api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2499,8 +2499,8 @@ of the ECMAScript Language Specification.
24992499
#### `node_api_symbol_for`
25002500
25012501
<!-- YAML
2502-
added: REPLACEME
2503-
napiVersion: REPLACEME
2502+
added: v17.5.0
2503+
napiVersion: v17.5.0
25042504
-->
25052505
25062506
> Stability: 1 - Experimental

doc/api/stream.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ for await (const result of dnsResults) {
18381838
### `readable.forEach(fn[, options])`
18391839

18401840
<!-- YAML
1841-
added: REPLACEME
1841+
added: v17.5.0
18421842
-->
18431843

18441844
> Stability: 1 - Experimental
@@ -1897,7 +1897,7 @@ console.log('done'); // Stream has finished
18971897
### `readable.toArray([options])`
18981898

18991899
<!-- YAML
1900-
added: REPLACEME
1900+
added: v17.5.0
19011901
-->
19021902

19031903
> Stability: 1 - Experimental
@@ -1935,7 +1935,7 @@ const dnsResults = await Readable.from([
19351935
### `readable.some(fn[, options])`
19361936

19371937
<!-- YAML
1938-
added: REPLACEME
1938+
added: v17.5.0
19391939
-->
19401940

19411941
> Stability: 1 - Experimental
@@ -1984,7 +1984,7 @@ console.log('done'); // Stream has finished
19841984
### `readable.find(fn[, options])`
19851985

19861986
<!-- YAML
1987-
added: REPLACEME
1987+
added: v17.5.0
19881988
-->
19891989

19901990
> Stability: 1 - Experimental
@@ -2034,7 +2034,7 @@ console.log('done'); // Stream has finished
20342034
### `readable.every(fn[, options])`
20352035

20362036
<!-- YAML
2037-
added: REPLACEME
2037+
added: v17.5.0
20382038
-->
20392039

20402040
> Stability: 1 - Experimental
@@ -2083,7 +2083,7 @@ console.log('done'); // Stream has finished
20832083
### `readable.flatMap(fn[, options])`
20842084

20852085
<!-- YAML
2086-
added: REPLACEME
2086+
added: v17.5.0
20872087
-->
20882088

20892089
> Stability: 1 - Experimental
@@ -2132,7 +2132,7 @@ for await (const result of concatResult) {
21322132
### `readable.drop(limit[, options])`
21332133

21342134
<!-- YAML
2135-
added: REPLACEME
2135+
added: v17.5.0
21362136
-->
21372137

21382138
> Stability: 1 - Experimental
@@ -2154,7 +2154,7 @@ await Readable.from([1, 2, 3, 4]).drop(2).toArray(); // [3, 4]
21542154
### `readable.take(limit[, options])`
21552155

21562156
<!-- YAML
2157-
added: REPLACEME
2157+
added: v17.5.0
21582158
-->
21592159

21602160
> Stability: 1 - Experimental
@@ -2176,7 +2176,7 @@ await Readable.from([1, 2, 3, 4]).take(2).toArray(); // [1, 2]
21762176
### `readable.asIndexedPairs([options])`
21772177

21782178
<!-- YAML
2179-
added: REPLACEME
2179+
added: v17.5.0
21802180
-->
21812181

21822182
> Stability: 1 - Experimental
@@ -2200,7 +2200,7 @@ console.log(pairs); // [[0, 'a'], [1, 'b'], [2, 'c']]
22002200
### `readable.reduce(fn[, initial[, options]])`
22012201

22022202
<!-- YAML
2203-
added: REPLACEME
2203+
added: v17.5.0
22042204
-->
22052205

22062206
> Stability: 1 - Experimental

doc/api/worker_threads.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ added:
6868
- v15.12.0
6969
- v14.18.0
7070
changes:
71-
- version: REPLACEME
71+
- version: v17.5.0
7272
pr-url: https://github.com/nodejs/node/pull/41272
7373
description: No longer experimental.
7474
-->
@@ -298,7 +298,7 @@ added:
298298
- v15.12.0
299299
- v14.18.0
300300
changes:
301-
- version: REPLACEME
301+
- version: v17.5.0
302302
pr-url: https://github.com/nodejs/node/pull/41272
303303
description: No longer experimental.
304304
-->

0 commit comments

Comments
 (0)