File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ release.
8989<a href =" doc/changelogs/CHANGELOG_V8.md#8.0.0 " >8.0.0</a ><br />
9090 </td >
9191 <td valign =" top " >
92- <b ><a href =" doc/changelogs/CHANGELOG_V6.md#6.15.1 " >6.15.1</a ></b ><br />
92+ <b ><a href =" doc/changelogs/CHANGELOG_V6.md#6.16.0 " >6.16.0</a ></b ><br />
93+ <a href =" doc/changelogs/CHANGELOG_V6.md#6.15.1 " >6.15.1</a ><br />
9394<a href =" doc/changelogs/CHANGELOG_V6.md#6.15.0 " >6.15.0</a ><br />
9495<a href =" doc/changelogs/CHANGELOG_V6.md#6.14.4 " >6.14.4</a ><br />
9596<a href =" doc/changelogs/CHANGELOG_V6.md#6.14.3 " >6.14.3</a ><br />
Original file line number Diff line number Diff line change 1010</tr>
1111<tr>
1212<td valign="top">
13+ <a href="#6.16.0">6.16.0</a><br/>
1314<a href="#6.15.1">6.15.1</a><br/>
1415<a href="#6.15.0">6.15.0</a><br/>
1516<a href="#6.14.4">6.14.4</a><br/>
7576[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
7677will be supported actively until April 2018 and maintained until April 2019.
7778
79+ <a id="6.16.0"></a>
80+ ## 2018-12-26, Version 6.16.0 'Boron' (LTS), @MylesBorins
81+
82+ The 6.15.0 security release introduced some unexpected breakages on the 6.x release line.
83+ This is a special release to fix a regression in the HTTP binary upgrade response body and add
84+ a missing CLI flag to adjust the max header size of the http parser.
85+
86+ ### Notable Changes
87+
88+ * **cli**:
89+ - add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
90+ * **http**:
91+ - add maxHeaderSize property (cjihrig) [#24860](https://github.com/nodejs/node/pull/24860)
92+
93+ ### Commits
94+
95+ * [[`f233b160c9`](https://github.com/nodejs/node/commit/f233b160c9)] - **(SEMVER-MINOR)** **cli**: add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
96+ * [[`59f83d6896`](https://github.com/nodejs/node/commit/59f83d6896)] - **(SEMVER-MINOR)** **deps**: cherry-pick http\_parser\_set\_max\_header\_size (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
97+ * [[`c0c4de71f0`](https://github.com/nodejs/node/commit/c0c4de71f0)] - **(SEMVER-MINOR)** **http**: add maxHeaderSize property (cjihrig) [#24860](https://github.com/nodejs/node/pull/24860)
98+ * [[`8a3e0c0697`](https://github.com/nodejs/node/commit/8a3e0c0697)] - **http**: fix regression of binary upgrade response body (Matteo Collina) [#25036](https://github.com/nodejs/node/pull/25036)
99+
78100<a id="6.15.1"></a>
79101## 2018-12-03, Version 6.15.1 'Boron' (LTS), @rvagg
80102
You can’t perform that action at this time.
0 commit comments