Skip to content

Commit a77bfca

Browse files
committed
2017-11-07, Version 9.1.0 (Current)
Notable changes: * CLI: - NODE_OPTIONS now supports the --stack-trace-limit option. nodejs#16495 * deps: - OpenSSL is upgraded to 1.0.2m nodejs#16691 * http: - A 'connect' event handler leak has been fixed. nodejs#16725 - The 103 Early Hints status code is now supported. nodejs#16644 PR-URL: nodejs#16851
1 parent 70dc6d5 commit a77bfca

File tree

3 files changed

+120
-5
lines changed

3 files changed

+120
-5
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ release.
2929
</tr>
3030
<tr>
3131
<td valign="top">
32-
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.0.0">9.0.0</a></b><br/>
32+
<b><a href="doc/changelogs/CHANGELOG_V9.md#9.1.0">9.1.0</a></b><br/>
33+
<a href="doc/changelogs/CHANGELOG_V9.md#9.0.0">9.0.0</a><br/>
3334
</td>
3435
<td valign="top">
3536
<b><a href="doc/changelogs/CHANGELOG_V8.md#8.9.0">8.9.0</a></b><br/>

doc/api/http2.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ not be emitted.
14711471
<!-- YAML
14721472
added: v8.4.0
14731473
changes:
1474-
- version: REPLACEME
1474+
- version: v9.1.0
14751475
pr-url: https://github.com/nodejs/node/pull/16676
14761476
description: Added the `maxHeaderListPairs` option with a default limit of
14771477
128 header pairs.
@@ -1533,7 +1533,7 @@ server.listen(80);
15331533
<!-- YAML
15341534
added: v8.4.0
15351535
changes:
1536-
- version: REPLACEME
1536+
- version: v9.1.0
15371537
pr-url: https://github.com/nodejs/node/pull/16676
15381538
description: Added the `maxHeaderListPairs` option with a default limit of
15391539
128 header pairs.
@@ -1605,7 +1605,7 @@ server.listen(80);
16051605
<!-- YAML
16061606
added: v8.4.0
16071607
changes:
1608-
- version: REPLACEME
1608+
- version: v9.1.0
16091609
pr-url: https://github.com/nodejs/node/pull/16676
16101610
description: Added the `maxHeaderListPairs` option with a default limit of
16111611
128 header pairs.
@@ -1771,7 +1771,7 @@ server.on('stream', (stream, headers) => {
17711771
<!-- YAML
17721772
added: v8.4.0
17731773
changes:
1774-
- version: REPLACEME
1774+
- version: v9.1.0
17751775
pr-url: https://github.com/nodejs/node/pull/16676
17761776
description: The `maxHeaderListSize` setting is now strictly enforced.
17771777
-->

0 commit comments

Comments
 (0)