Skip to content

Commit c768a3b

Browse files
committed
2019-10-22, Version 13.0.0 (Current)
Notable changes: * TBD PR-URL: #29504
1 parent a0c6cf8 commit c768a3b

20 files changed

+128
-17
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
@@ -1739,7 +1739,7 @@ server.on('stream', (stream, headers, flags) => {
17391739
<!-- YAML
17401740
added: v8.4.0
17411741
changes:
1742-
- version: REPLACEME
1742+
- version: v13.0.0
17431743
pr-url: https://github.com/nodejs/node/pull/27558
17441744
description: The default timeout changed from 120s to 0 (no timeout).
17451745
-->
@@ -1768,7 +1768,7 @@ closed, although the server has already stopped allowing new sessions. See
17681768
<!-- YAML
17691769
added: v8.4.0
17701770
changes:
1771-
- version: REPLACEME
1771+
- version: v13.0.0
17721772
pr-url: https://github.com/nodejs/node/pull/27558
17731773
description: The default timeout changed from 120s to 0 (no timeout).
17741774
-->
@@ -1936,7 +1936,7 @@ error will be thrown.
19361936
<!-- YAML
19371937
added: v8.4.0
19381938
changes:
1939-
- version: REPLACEME
1939+
- version: v13.0.0
19401940
pr-url: https://github.com/nodejs/node/pull/29144
19411941
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
19421942
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2050,7 +2050,7 @@ server.listen(80);
20502050
<!-- YAML
20512051
added: v8.4.0
20522052
changes:
2053-
- version: REPLACEME
2053+
- version: v13.0.0
20542054
pr-url: https://github.com/nodejs/node/pull/29144
20552055
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
20562056
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2151,7 +2151,7 @@ server.listen(80);
21512151
<!-- YAML
21522152
added: v8.4.0
21532153
changes:
2154-
- version: REPLACEME
2154+
- version: v13.0.0
21552155
pr-url: https://github.com/nodejs/node/pull/29144
21562156
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
21572157
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2696,7 +2696,7 @@ been completed, aborted, or destroyed.
26962696
#### request.connection
26972697
<!-- YAML
26982698
added: v8.4.0
2699-
deprecated: REPLACEME
2699+
deprecated: v13.0.0
27002700
-->
27012701

27022702
> Stability: 0 - Deprecated. Use [`request.socket`][].
@@ -2997,7 +2997,7 @@ will result in a [`TypeError`][] being thrown.
29972997
#### response.connection
29982998
<!-- YAML
29992999
added: v8.4.0
3000-
deprecated: REPLACEME
3000+
deprecated: v13.0.0
30013001
-->
30023002

30033003
> 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
@@ -168,7 +168,7 @@ listed as supporting a later version.
168168
| v10.x | | | v10.0.0 | v10.16.0 | |
169169
| v11.x | | | v11.0.0 | v11.8.0 | |
170170
| v12.x | | | | v12.0.0 | |
171-
| v13.x | | | | | REPLACEME |
171+
| v13.x | | | | | v13.0.0 |
172172

173173
\* Indicates that the N-API version was released as experimental
174174

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)