Skip to content

Commit 42ce0b0

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

28 files changed

+178
-34
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.12.0">13.12.0</a></b><br/>
3338
<a href="doc/changelogs/CHANGELOG_V13.md#13.11.0">13.11.0</a><br/>
3439
<a href="doc/changelogs/CHANGELOG_V13.md#13.10.1">13.10.1</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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ disappear in a non-semver-major release.
441441
<!-- YAML
442442
added: v11.6.0
443443
changes:
444-
- version: REPLACEME
444+
- version: v14.0.0
445445
pr-url: https://github.com/nodejs/node/pull/32520
446446
description: Change maximum default size of HTTP headers from 8KB to 16KB.
447447
-->

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/embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C++ Embedder API
22

3-
<!--introduced_in=REPLACEME-->
3+
<!--introduced_in=v14.0.0-->
44

55
Node.js provides a number of C++ APIs that can be used to execute JavaScript
66
in a Node.js environment from other C++ software.

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2307,7 +2307,7 @@ The `repl` module was unable to parse data from the REPL history file.
23072307
### `ERR_SOCKET_CANNOT_SEND`
23082308
<!-- YAML
23092309
added: v9.0.0
2310-
removed: REPLACEME
2310+
removed: v14.0.0
23112311
-->
23122312

23132313
Data could be sent on a socket.

doc/api/fs.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3071,7 +3071,7 @@ this API: [`fs.read()`][].
30713071

30723072
## `fs.readv(fd, buffers[, position], callback)`
30733073
<!-- YAML
3074-
added: REPLACEME
3074+
added: v14.0.0
30753075
-->
30763076

30773077
* `fd` {integer}
@@ -3094,7 +3094,7 @@ The callback will be given three arguments: `err`, `bytesRead`, and
30943094

30953095
## `fs.readvSync(fd, buffers[, position])`
30963096
<!-- YAML
3097-
added: REPLACEME
3097+
added: v14.0.0
30983098
-->
30993099

31003100
* `fd` {integer}
@@ -3971,7 +3971,7 @@ This happens when:
39713971
<!-- YAML
39723972
added: v0.0.2
39733973
changes:
3974-
- version: REPLACEME
3974+
- version: v14.0.0
39753975
pr-url: https://github.com/nodejs/node/pull/31030
39763976
description: The `buffer` parameter won't coerce unsupported input to
39773977
strings anymore.
@@ -4032,7 +4032,7 @@ the end of the file.
40324032
<!-- YAML
40334033
added: v0.11.5
40344034
changes:
4035-
- version: REPLACEME
4035+
- version: v14.0.0
40364036
pr-url: https://github.com/nodejs/node/pull/31030
40374037
description: The `string` parameter won't coerce unsupported input to
40384038
strings anymore.
@@ -4091,7 +4091,7 @@ details.
40914091
<!-- YAML
40924092
added: v0.1.29
40934093
changes:
4094-
- version: REPLACEME
4094+
- version: v14.0.0
40954095
pr-url: https://github.com/nodejs/node/pull/31030
40964096
description: The `data` parameter won't coerce unsupported input to
40974097
strings anymore.
@@ -4181,7 +4181,7 @@ to contain only `', World'`.
41814181
<!-- YAML
41824182
added: v0.1.29
41834183
changes:
4184-
- version: REPLACEME
4184+
- version: v14.0.0
41854185
pr-url: https://github.com/nodejs/node/pull/31030
41864186
description: The `data` parameter won't coerce unsupported input to
41874187
strings anymore.
@@ -4213,7 +4213,7 @@ this API: [`fs.writeFile()`][].
42134213
<!-- YAML
42144214
added: v0.1.21
42154215
changes:
4216-
- version: REPLACEME
4216+
- version: v14.0.0
42174217
pr-url: https://github.com/nodejs/node/pull/31030
42184218
description: The `buffer` parameter won't coerce unsupported input to
42194219
strings anymore.
@@ -4243,7 +4243,7 @@ this API: [`fs.write(fd, buffer...)`][].
42434243
<!-- YAML
42444244
added: v0.11.5
42454245
changes:
4246-
- version: REPLACEME
4246+
- version: v14.0.0
42474247
pr-url: https://github.com/nodejs/node/pull/31030
42484248
description: The `string` parameter won't coerce unsupported input to
42494249
strings anymore.
@@ -4483,7 +4483,7 @@ of the file.
44834483

44844484
#### `filehandle.readv(buffers[, position])`
44854485
<!-- YAML
4486-
added: REPLACEME
4486+
added: v14.0.0
44874487
-->
44884488

44894489
* `buffers` {ArrayBufferView[]}
@@ -4615,7 +4615,7 @@ This function does not work on AIX versions before 7.1, it will resolve the
46154615
<!-- YAML
46164616
added: v10.0.0
46174617
changes:
4618-
- version: REPLACEME
4618+
- version: v14.0.0
46194619
pr-url: https://github.com/nodejs/node/pull/31030
46204620
description: The `buffer` parameter won't coerce unsupported input to
46214621
buffers anymore.
@@ -4652,7 +4652,7 @@ the end of the file.
46524652
<!-- YAML
46534653
added: v10.0.0
46544654
changes:
4655-
- version: REPLACEME
4655+
- version: v14.0.0
46564656
pr-url: https://github.com/nodejs/node/pull/31030
46574657
description: The `string` parameter won't coerce unsupported input to
46584658
strings anymore.
@@ -4688,7 +4688,7 @@ the end of the file.
46884688
<!-- YAML
46894689
added: v10.0.0
46904690
changes:
4691-
- version: REPLACEME
4691+
- version: v14.0.0
46924692
pr-url: https://github.com/nodejs/node/pull/31030
46934693
description: The `data` parameter won't coerce unsupported input to
46944694
strings anymore.
@@ -5293,7 +5293,7 @@ The `atime` and `mtime` arguments follow these rules:
52935293
<!-- YAML
52945294
added: v10.0.0
52955295
changes:
5296-
- version: REPLACEME
5296+
- version: v14.0.0
52975297
pr-url: https://github.com/nodejs/node/pull/31030
52985298
description: The `data` parameter won't coerce unsupported input to
52995299
strings anymore.

doc/api/process.md

Lines changed: 1 addition & 1 deletion
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
-->

0 commit comments

Comments
 (0)