Skip to content

Commit e941e3f

Browse files
committed
2020-04-21, Version 14.0.0 (Current)
Notable changes: - TBD PR-URL: #32181
1 parent 40b559a commit e941e3f

28 files changed

+158
-43
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 14](doc/changelogs/CHANGELOG_V14.md) **Current**
56
* [Node.js 13](doc/changelogs/CHANGELOG_V13.md) **Current**
67
* [Node.js 12](doc/changelogs/CHANGELOG_V12.md) **Long Term Support**
78
* [Node.js 11](doc/changelogs/CHANGELOG_V11.md) End-of-Life
@@ -23,12 +24,16 @@ release.
2324
<!--lint disable maximum-line-length-->
2425
<table>
2526
<tr>
27+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V14.md">14</a><sup>Current</sup></th>
2628
<th title="Current"><a href="doc/changelogs/CHANGELOG_V13.md">13</a><sup>Current</sup></th>
2729
<th title="LTS Until 2022-04"><a href="doc/changelogs/CHANGELOG_V12.md">12</a><sup>LTS</sup></th>
2830
<th title="LTS Until 2021-04"><a href="doc/changelogs/CHANGELOG_V10.md">10</a><sup>LTS</sup></th>
2931
</tr>
3032
<tr>
3133
<td valign="top">
34+
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.0.0">14.0.0</a></b><br/>
35+
</td>
36+
<td valign="top">
3237
<b><a href="doc/changelogs/CHANGELOG_V13.md#13.11.0">13.11.0</a></b><br/>
3338
<a href="doc/changelogs/CHANGELOG_V13.md#13.10.1">13.10.1</a><br/>
3439
<a href="doc/changelogs/CHANGELOG_V13.md#13.10.0">13.10.0</a><br/>

doc/api/assert.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ An alias of [`assert.ok()`][].
161161
<!-- YAML
162162
added: v0.1.21
163163
changes:
164-
- version: REPLACEME
164+
- version: v14.0.0
165165
pr-url: https://github.com/nodejs/node/pull/30766
166166
description: NaN is now treated as being identical in case both sides are
167167
NaN.
@@ -597,7 +597,7 @@ assert.doesNotThrow(
597597
<!-- YAML
598598
added: v0.1.21
599599
changes:
600-
- version: REPLACEME
600+
- version: v14.0.0
601601
pr-url: https://github.com/nodejs/node/pull/30766
602602
description: NaN is now treated as being identical in case both sides are
603603
NaN.
@@ -818,7 +818,7 @@ instance of an [`Error`][] then it will be thrown instead of the
818818
<!-- YAML
819819
added: v0.1.21
820820
changes:
821-
- version: REPLACEME
821+
- version: v14.0.0
822822
pr-url: https://github.com/nodejs/node/pull/30766
823823
description: NaN is now treated as being identical in case both sides are
824824
NaN.
@@ -944,7 +944,7 @@ instead of the [`AssertionError`][].
944944
<!-- YAML
945945
added: v0.1.21
946946
changes:
947-
- version: REPLACEME
947+
- version: v14.0.0
948948
pr-url: https://github.com/nodejs/node/pull/30766
949949
description: NaN is now treated as being identical in case both sides are
950950
NaN.

doc/api/child_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ See [Advanced Serialization][] for more details.
10271027
<!-- YAML
10281028
added: v7.1.0
10291029
changes:
1030-
- version: REPLACEME
1030+
- version: v14.0.0
10311031
pr-url: https://github.com/nodejs/node/pull/30165
10321032
description: The object no longer accidentally exposes native C++ bindings.
10331033
-->

doc/api/cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ warning will be written to stderr instead.
596596
<!-- YAML
597597
added: v11.8.0
598598
changes:
599-
- version: REPLACEME
599+
- version: v14.0.0
600600
pr-url: https://github.com/nodejs/node/pull/32242
601601
description: This option is no longer considered experimental.
602602
- version: v12.0.0
@@ -611,7 +611,7 @@ Location at which the report will be generated.
611611
<!-- YAML
612612
added: v11.8.0
613613
changes:
614-
- version: REPLACEME
614+
- version: v14.0.0
615615
pr-url: https://github.com/nodejs/node/pull/32242
616616
description: This option is no longer considered experimental.
617617
- version: v12.0.0
@@ -644,7 +644,7 @@ error.
644644
<!-- YAML
645645
added: v11.8.0
646646
changes:
647-
- version: REPLACEME
647+
- version: v14.0.0
648648
pr-url: https://github.com/nodejs/node/pull/32242
649649
description: This option is no longer considered experimental.
650650
- version: v12.0.0
@@ -661,7 +661,7 @@ specified through `--report-signal`.
661661
<!-- YAML
662662
added: v11.8.0
663663
changes:
664-
- version: REPLACEME
664+
- version: v14.0.0
665665
pr-url: https://github.com/nodejs/node/pull/32242
666666
description: This option is no longer considered experimental.
667667
- version: v12.0.0
@@ -677,7 +677,7 @@ Default signal is `SIGUSR2`.
677677
<!-- YAML
678678
added: v11.8.0
679679
changes:
680-
- version: REPLACEME
680+
- version: v14.0.0
681681
pr-url: https://github.com/nodejs/node/pull/32242
682682
description: This option is no longer considered experimental.
683683
- version: v12.0.0

doc/api/crypto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,7 +2328,7 @@ console.log(hashes); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...]
23282328
<!-- YAML
23292329
added: v0.5.5
23302330
changes:
2331-
- version: REPLACEME
2331+
- version: v14.0.0
23322332
pr-url: https://github.com/nodejs/node/pull/30578
23332333
description: The `iterations` parameter is now restricted to positive
23342334
values. Earlier releases treated other values as one.
@@ -2407,7 +2407,7 @@ negative performance implications for some applications; see the
24072407
<!-- YAML
24082408
added: v0.9.3
24092409
changes:
2410-
- version: REPLACEME
2410+
- version: v14.0.0
24112411
pr-url: https://github.com/nodejs/node/pull/30578
24122412
description: The `iterations` parameter is now restricted to positive
24132413
values. Earlier releases treated other values as one.

doc/api/deprecations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ However, the deprecation identifier will not be modified.
4444
### DEP0001: `http.OutgoingMessage.prototype.flush`
4545
<!-- YAML
4646
changes:
47-
- version: REPLACEME
47+
- version: v14.0.0
4848
pr-url: https://github.com/nodejs/node/pull/31164
4949
description: End-of-Life.
5050
- version:
@@ -85,7 +85,7 @@ The `_linklist` module is deprecated. Please use a userland alternative.
8585
### DEP0003: `_writableState.buffer`
8686
<!-- YAML
8787
changes:
88-
- version: REPLACEME
88+
- version: v14.0.0
8989
pr-url: https://github.com/nodejs/node/pull/31165
9090
description: End-of-Life
9191
- version:
@@ -239,7 +239,7 @@ to the `constants` property exposed by the relevant module. For instance,
239239
### DEP0009: `crypto.pbkdf2` without digest
240240
<!-- YAML
241241
changes:
242-
- version: REPLACEME
242+
- version: v14.0.0
243243
pr-url: https://github.com/nodejs/node/pull/31166
244244
description: End-of-Life (for `digest === null`)
245245
- version: v11.0.0
@@ -407,7 +407,7 @@ The [`fs.readSync()`][] legacy `String` interface is deprecated. Use the
407407
### DEP0016: `GLOBAL`/`root`
408408
<!-- YAML
409409
changes:
410-
- version: REPLACEME
410+
- version: v14.0.0
411411
pr-url: https://github.com/nodejs/node/pull/31167
412412
description: End-of-Life
413413
- version: v6.12.0
@@ -522,7 +522,7 @@ The `Server.listenFD()` method was deprecated and removed. Please use
522522
### DEP0022: `os.tmpDir()`
523523
<!-- YAML
524524
changes:
525-
- version: REPLACEME
525+
- version: v14.0.0
526526
pr-url: https://github.com/nodejs/node/pull/31169
527527
description: End-of-Life.
528528
- version: v7.0.0
@@ -2590,7 +2590,7 @@ To maintain existing behaviour `response.finished` should be replaced with
25902590
### DEP0137: Closing fs.FileHandle on garbage collection
25912591
<!-- YAML
25922592
changes:
2593-
- version: REPLACEME
2593+
- version: v14.0.0
25942594
pr-url: https://github.com/nodejs/node/pull/28396
25952595
description: Runtime deprecation.
25962596
-->

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@ The `repl` module was unable to parse data from the REPL history file.
22992299
### `ERR_SOCKET_CANNOT_SEND`
23002300
<!-- YAML
23012301
added: v9.0.0
2302-
removed: REPLACEME
2302+
removed: v14.0.0
23032303
-->
23042304

23052305
Data could be sent on a socket.

doc/api/fs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,7 @@ This happens when:
39283928
<!-- YAML
39293929
added: v0.0.2
39303930
changes:
3931-
- version: REPLACEME
3931+
- version: v14.0.0
39323932
pr-url: https://github.com/nodejs/node/pull/31030
39333933
description: The `buffer` parameter won't coerce unsupported input to
39343934
strings anymore.
@@ -3989,7 +3989,7 @@ the end of the file.
39893989
<!-- YAML
39903990
added: v0.11.5
39913991
changes:
3992-
- version: REPLACEME
3992+
- version: v14.0.0
39933993
pr-url: https://github.com/nodejs/node/pull/31030
39943994
description: The `string` parameter won't coerce unsupported input to
39953995
strings anymore.
@@ -4048,7 +4048,7 @@ details.
40484048
<!-- YAML
40494049
added: v0.1.29
40504050
changes:
4051-
- version: REPLACEME
4051+
- version: v14.0.0
40524052
pr-url: https://github.com/nodejs/node/pull/31030
40534053
description: The `data` parameter won't coerce unsupported input to
40544054
strings anymore.
@@ -4138,7 +4138,7 @@ to contain only `', World'`.
41384138
<!-- YAML
41394139
added: v0.1.29
41404140
changes:
4141-
- version: REPLACEME
4141+
- version: v14.0.0
41424142
pr-url: https://github.com/nodejs/node/pull/31030
41434143
description: The `data` parameter won't coerce unsupported input to
41444144
strings anymore.
@@ -4170,7 +4170,7 @@ this API: [`fs.writeFile()`][].
41704170
<!-- YAML
41714171
added: v0.1.21
41724172
changes:
4173-
- version: REPLACEME
4173+
- version: v14.0.0
41744174
pr-url: https://github.com/nodejs/node/pull/31030
41754175
description: The `buffer` parameter won't coerce unsupported input to
41764176
strings anymore.
@@ -4200,7 +4200,7 @@ this API: [`fs.write(fd, buffer...)`][].
42004200
<!-- YAML
42014201
added: v0.11.5
42024202
changes:
4203-
- version: REPLACEME
4203+
- version: v14.0.0
42044204
pr-url: https://github.com/nodejs/node/pull/31030
42054205
description: The `string` parameter won't coerce unsupported input to
42064206
strings anymore.
@@ -4553,7 +4553,7 @@ This function does not work on AIX versions before 7.1, it will resolve the
45534553
<!-- YAML
45544554
added: v10.0.0
45554555
changes:
4556-
- version: REPLACEME
4556+
- version: v14.0.0
45574557
pr-url: https://github.com/nodejs/node/pull/31030
45584558
description: The `buffer` parameter won't coerce unsupported input to
45594559
buffers anymore.
@@ -4590,7 +4590,7 @@ the end of the file.
45904590
<!-- YAML
45914591
added: v10.0.0
45924592
changes:
4593-
- version: REPLACEME
4593+
- version: v14.0.0
45944594
pr-url: https://github.com/nodejs/node/pull/31030
45954595
description: The `string` parameter won't coerce unsupported input to
45964596
strings anymore.
@@ -4626,7 +4626,7 @@ the end of the file.
46264626
<!-- YAML
46274627
added: v10.0.0
46284628
changes:
4629-
- version: REPLACEME
4629+
- version: v14.0.0
46304630
pr-url: https://github.com/nodejs/node/pull/31030
46314631
description: The `data` parameter won't coerce unsupported input to
46324632
strings anymore.
@@ -5231,7 +5231,7 @@ The `atime` and `mtime` arguments follow these rules:
52315231
<!-- YAML
52325232
added: v10.0.0
52335233
changes:
5234-
- version: REPLACEME
5234+
- version: v14.0.0
52355235
pr-url: https://github.com/nodejs/node/pull/31030
52365236
description: The `data` parameter won't coerce unsupported input to
52375237
strings anymore.

doc/api/process.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ $ bash -c 'exec -a customArgv0 ./node'
665665
<!-- YAML
666666
added: v7.1.0
667667
changes:
668-
- version: REPLACEME
668+
- version: v14.0.0
669669
pr-url: https://github.com/nodejs/node/pull/30165
670670
description: The object no longer accidentally exposes native C++ bindings.
671671
-->
@@ -1784,7 +1784,7 @@ relied upon to exist.
17841784
<!-- YAML
17851785
added: v11.8.0
17861786
changes:
1787-
- version: REPLACEME
1787+
- version: v14.0.0
17881788
pr-url: https://github.com/nodejs/node/pull/32242
17891789
description: This API is no longer considered experimental.
17901790
-->
@@ -1799,7 +1799,7 @@ reports for the current process. Additional documentation is available in the
17991799
<!-- YAML
18001800
added: v11.12.0
18011801
changes:
1802-
- version: REPLACEME
1802+
- version: v14.0.0
18031803
pr-url: https://github.com/nodejs/node/pull/32242
18041804
description: This API is no longer considered experimental.
18051805
-->
@@ -1818,7 +1818,7 @@ console.log(`Report directory is ${process.report.directory}`);
18181818
<!-- YAML
18191819
added: v11.12.0
18201820
changes:
1821-
- version: REPLACEME
1821+
- version: v14.0.0
18221822
pr-url: https://github.com/nodejs/node/pull/32242
18231823
description: This API is no longer considered experimental.
18241824
-->
@@ -1837,7 +1837,7 @@ console.log(`Report filename is ${process.report.filename}`);
18371837
<!-- YAML
18381838
added: v11.8.0
18391839
changes:
1840-
- version: REPLACEME
1840+
- version: v14.0.0
18411841
pr-url: https://github.com/nodejs/node/pull/32242
18421842
description: This API is no longer considered experimental.
18431843
-->
@@ -1880,7 +1880,7 @@ console.log(`Report on fatal error: ${process.report.reportOnFatalError}`);
18801880
<!-- YAML
18811881
added: v11.12.0
18821882
changes:
1883-
- version: REPLACEME
1883+
- version: v14.0.0
18841884
pr-url: https://github.com/nodejs/node/pull/32242
18851885
description: This API is no longer considered experimental.
18861886
-->
@@ -1898,7 +1898,7 @@ console.log(`Report on signal: ${process.report.reportOnSignal}`);
18981898
<!-- YAML
18991899
added: v11.12.0
19001900
changes:
1901-
- version: REPLACEME
1901+
- version: v14.0.0
19021902
pr-url: https://github.com/nodejs/node/pull/32242
19031903
description: This API is no longer considered experimental.
19041904
-->
@@ -1915,7 +1915,7 @@ console.log(`Report on exception: ${process.report.reportOnUncaughtException}`);
19151915
<!-- YAML
19161916
added: v11.12.0
19171917
changes:
1918-
- version: REPLACEME
1918+
- version: v14.0.0
19191919
pr-url: https://github.com/nodejs/node/pull/32242
19201920
description: This API is no longer considered experimental.
19211921
-->
@@ -1933,7 +1933,7 @@ console.log(`Report signal: ${process.report.signal}`);
19331933
<!-- YAML
19341934
added: v11.8.0
19351935
changes:
1936-
- version: REPLACEME
1936+
- version: v14.0.0
19371937
pr-url: https://github.com/nodejs/node/pull/32242
19381938
description: This API is no longer considered experimental.
19391939
-->

doc/api/stream.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ changes:
17891789
pr-url: https://github.com/nodejs/node/pull/22795
17901790
description: Add `autoDestroy` option to automatically `destroy()` the
17911791
stream when it emits `'finish'` or errors.
1792-
- version: REPLACEME
1792+
- version: v14.0.0
17931793
pr-url: https://github.com/nodejs/node/pull/30623
17941794
description: Change `autoDestroy` option default to `true`.
17951795
-->
@@ -2069,7 +2069,7 @@ changes:
20692069
pr-url: https://github.com/nodejs/node/pull/22795
20702070
description: Add `autoDestroy` option to automatically `destroy()` the
20712071
stream when it emits `'end'` or errors.
2072-
- version: REPLACEME
2072+
- version: v14.0.0
20732073
pr-url: https://github.com/nodejs/node/pull/30623
20742074
description: Change `autoDestroy` option default to `true`.
20752075
-->

0 commit comments

Comments
 (0)