Skip to content

Commit a6ecf24

Browse files
committed
2019-10-22, Version 13.0.0 (Current)
Notable changes: * TBD PR-URL:
1 parent 8217990 commit a6ecf24

19 files changed

+127
-16
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ release.
2222
<!--lint disable maximum-line-length-->
2323
<table>
2424
<tr>
25+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V13.md">13</a><sup>Current</sup></th>
2526
<th title="Current"><a href="doc/changelogs/CHANGELOG_V12.md">12</a><sup>Current</sup></th>
2627
<th title="LTS Until 2021-04"><a href="doc/changelogs/CHANGELOG_V10.md">10</a><sup>LTS</sup></th>
2728
<th title="LTS Until 2019-12"><a href="doc/changelogs/CHANGELOG_V8.md">8</a><sup>LTS</sup></th>
2829
</tr>
2930
<tr>
3031
<td valign="top">
32+
<b><a href="doc/changelogs/CHANGELOG_V13.md#13.0.0">13.0.0</a></b><br/>
33+
</td>
34+
<td valign="top">
3135
<b><a href="doc/changelogs/CHANGELOG_V12.md#12.10.0">12.10.0</a></b><br/>
3236
<a href="doc/changelogs/CHANGELOG_V12.md#12.9.1">12.9.1</a><br/>
3337
<a href="doc/changelogs/CHANGELOG_V12.md#12.9.0">12.9.0</a><br/>

doc/api/deprecations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@ Node.js versions.
24402440
### DEP0129: ChildProcess._channel
24412441
<!-- YAML
24422442
changes:
2443-
- version: REPLACEME
2443+
- version: v13.0.0
24442444
pr-url: https://github.com/nodejs/node/pull/27949
24452445
description: Runtime deprecation.
24462446
- version: v11.14.0
@@ -2458,7 +2458,7 @@ instead.
24582458
### DEP0130: Module.createRequireFromPath()
24592459
<!-- YAML
24602460
changes:
2461-
- version: REPLACEME
2461+
- version: v13.0.0
24622462
pr-url: https://github.com/nodejs/node/pull/27951
24632463
description: Runtime deprecation.
24642464
- version: v12.2.0
@@ -2504,7 +2504,7 @@ Passing a callback to [`worker.terminate()`][] is deprecated. Use the returned
25042504
### DEP0133: http connection
25052505
<!-- YAML
25062506
changes:
2507-
- version: REPLACEME
2507+
- version: v13.0.0
25082508
pr-url: https://github.com/nodejs/node/pull/29015
25092509
description: Documentation-only deprecation.
25102510
-->

doc/api/http.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ been aborted.
567567
### request.connection
568568
<!-- YAML
569569
added: v0.3.0
570-
deprecated: REPLACEME
570+
deprecated: v13.0.0
571571
-->
572572

573573
> Stability: 0 - Deprecated. Use [`request.socket`][].
@@ -1048,7 +1048,7 @@ Limits maximum incoming headers count. If set to 0, no limit will be applied.
10481048
<!-- YAML
10491049
added: v0.9.12
10501050
changes:
1051-
- version: REPLACEME
1051+
- version: v13.0.0
10521052
pr-url: https://github.com/nodejs/node/pull/27558
10531053
description: The default timeout changed from 120s to 0 (no timeout).
10541054
-->
@@ -1072,7 +1072,7 @@ explicitly.
10721072
<!-- YAML
10731073
added: v0.9.12
10741074
changes:
1075-
- version: REPLACEME
1075+
- version: v13.0.0
10761076
pr-url: https://github.com/nodejs/node/pull/27558
10771077
description: The default timeout changed from 120s to 0 (no timeout).
10781078
-->
@@ -1166,7 +1166,7 @@ will result in a [`TypeError`][] being thrown.
11661166
### response.connection
11671167
<!-- YAML
11681168
added: v0.3.0
1169-
deprecated: REPLACEME
1169+
deprecated: v13.0.0
11701170
-->
11711171

11721172
* {net.Socket}

doc/api/http2.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ server.on('stream', (stream, headers, flags) => {
17381738
<!-- YAML
17391739
added: v8.4.0
17401740
changes:
1741-
- version: REPLACEME
1741+
- version: v13.0.0
17421742
pr-url: https://github.com/nodejs/node/pull/27558
17431743
description: The default timeout changed from 120s to 0 (no timeout).
17441744
-->
@@ -1766,7 +1766,7 @@ closed, although the server has already stopped allowing new sessions. See
17661766
<!-- YAML
17671767
added: v8.4.0
17681768
changes:
1769-
- version: REPLACEME
1769+
- version: v13.0.0
17701770
pr-url: https://github.com/nodejs/node/pull/27558
17711771
description: The default timeout changed from 120s to 0 (no timeout).
17721772
-->
@@ -1933,7 +1933,7 @@ error will be thrown.
19331933
<!-- YAML
19341934
added: v8.4.0
19351935
changes:
1936-
- version: REPLACEME
1936+
- version: v13.0.0
19371937
pr-url: https://github.com/nodejs/node/pull/29144
19381938
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
19391939
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2047,7 +2047,7 @@ server.listen(80);
20472047
<!-- YAML
20482048
added: v8.4.0
20492049
changes:
2050-
- version: REPLACEME
2050+
- version: v13.0.0
20512051
pr-url: https://github.com/nodejs/node/pull/29144
20522052
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
20532053
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2148,7 +2148,7 @@ server.listen(80);
21482148
<!-- YAML
21492149
added: v8.4.0
21502150
changes:
2151-
- version: REPLACEME
2151+
- version: v13.0.0
21522152
pr-url: https://github.com/nodejs/node/pull/29144
21532153
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
21542154
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2682,7 +2682,7 @@ The request authority pseudo header field. It can also be accessed via
26822682
#### request.connection
26832683
<!-- YAML
26842684
added: v8.4.0
2685-
deprecated: REPLACEME
2685+
deprecated: v13.0.0
26862686
-->
26872687

26882688
> Stability: 0 - Deprecated. Use [`request.socket`][].
@@ -2983,7 +2983,7 @@ will result in a [`TypeError`][] being thrown.
29832983
#### response.connection
29842984
<!-- YAML
29852985
added: v8.4.0
2986-
deprecated: REPLACEME
2986+
deprecated: v13.0.0
29872987
-->
29882988

29892989
> Stability: 0 - Deprecated. Use [`response.socket`][].

doc/api/n-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ listed as supporting a later version.
166166
| v10.x | | | v10.0.0 | v10.16.0 | |
167167
| v11.x | | | v11.0.0 | v11.8.0 | |
168168
| v12.x | | | | v12.0.0 | |
169-
| v13.x | | | | | REPLACEME |
169+
| v13.x | | | | | v13.0.0 |
170170

171171
\* Indicates that the N-API version was released as experimental
172172

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ stream.write('With ES6');
393393
<!-- YAML
394394
added: v0.3.0
395395
changes:
396-
- version: REPLACEME
396+
- version: v13.0.0
397397
pr-url: https://github.com/nodejs/node/pull/27685
398398
description: Circular references now include a marker to the reference.
399399
- version: v12.0.0

doc/changelogs/CHANGELOG_IOJS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
</table>
6464

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

doc/changelogs/CHANGELOG_V010.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
</table>
6666

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

doc/changelogs/CHANGELOG_V012.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
</table>
3434

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

doc/changelogs/CHANGELOG_V10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
</table>
4545

4646
* Other Versions
47+
* [13.x](CHANGELOG_V13.md)
4748
* [12.x](CHANGELOG_V12.md)
4849
* [11.x](CHANGELOG_V11.md)
4950
* [9.x](CHANGELOG_V9.md)

0 commit comments

Comments
 (0)