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

+5
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

+4-4
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

+1-1
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

+1-1
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

+2-2
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

+6-6
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

+1-1
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

+1-1
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

+13-13
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

+1-1
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
-->

doc/api/stream.md

+2-2
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
-->

doc/api/util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ util.types.isWeakSet(new WeakSet()); // Returns true
18911891
### `util.types.isWebAssemblyCompiledModule(value)`
18921892
<!-- YAML
18931893
added: v10.0.0
1894-
deprecated: REPLACEME
1894+
deprecated: v14.0.0
18951895
-->
18961896

18971897
> Stability: 0 - Deprecated: Use `value instanceof WebAssembly.Module` instead.

doc/changelogs/CHANGELOG_ARCHIVE.md

+1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
</table>
155155

156156
* Other Versions
157+
* [14.x](CHANGELOG_V14.md)
157158
* [12.x](CHANGELOG_V12.md)
158159
* [11.x](CHANGELOG_V11.md)
159160
* [10.x](CHANGELOG_V10.md)

doc/changelogs/CHANGELOG_IOJS.md

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
</table>
6464

6565
* Other Versions
66+
* [14.x](CHANGELOG_V14.md)
6667
* [13.x](CHANGELOG_V13.md)
6768
* [12.x](CHANGELOG_V12.md)
6869
* [11.x](CHANGELOG_V11.md)

doc/changelogs/CHANGELOG_V010.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
</table>
6666

6767
* Other Versions
68+
* [14.x](CHANGELOG_V14.md)
6869
* [13.x](CHANGELOG_V13.md)
6970
* [12.x](CHANGELOG_V12.md)
7071
* [11.x](CHANGELOG_V11.md)

doc/changelogs/CHANGELOG_V012.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
</table>
3434

3535
* Other Versions
36+
* [14.x](CHANGELOG_V14.md)
3637
* [13.x](CHANGELOG_V13.md)
3738
* [12.x](CHANGELOG_V12.md)
3839
* [11.x](CHANGELOG_V11.md)

doc/changelogs/CHANGELOG_V10.md

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
</table>
4949

5050
* Other Versions
51+
* [14.x](CHANGELOG_V14.md)
5152
* [13.x](CHANGELOG_V13.md)
5253
* [12.x](CHANGELOG_V12.md)
5354
* [11.x](CHANGELOG_V11.md)

doc/changelogs/CHANGELOG_V11.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
</table>
3232

3333
* Other Versions
34+
* [14.x](CHANGELOG_V14.md)
3435
* [13.x](CHANGELOG_V13.md)
3536
* [12.x](CHANGELOG_V12.md)
3637
* [10.x](CHANGELOG_V10.md)

doc/changelogs/CHANGELOG_V12.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
</table>
4242

4343
* Other Versions
44+
* [14.x](CHANGELOG_V14.md)
4445
* [13.x](CHANGELOG_V13.md)
4546
* [11.x](CHANGELOG_V11.md)
4647
* [10.x](CHANGELOG_V10.md)

doc/changelogs/CHANGELOG_V13.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
</table>
3030

3131
* Other Versions
32+
* [14.x](CHANGELOG_V14.md)
3233
* [12.x](CHANGELOG_V12.md)
3334
* [11.x](CHANGELOG_V11.md)
3435
* [10.x](CHANGELOG_V10.md)

0 commit comments

Comments
 (0)