Skip to content

Commit 2b68938

Browse files
MylesBorinsrefack
authored andcommitted
2018-12-26, Version 8.15.0 'Carbon' (LTS)
The 8.14.0 security release introduced some unexpected breakages on the 8.x release line. This is a special release to fix a regression in the HTTP binary upgrade response body and add a missing CLI flag to adjust the max header size of the http parser. Notable changes: * cli: - add --max-http-header-size flag (cjihrig) nodejs#24811 * http: - add maxHeaderSize property (cjihrig) nodejs#24860 PR-URL: nodejs#25177
1 parent 3de976b commit 2b68938

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ release.
5757
<a href="doc/changelogs/CHANGELOG_V10.md#10.0.0">10.0.0</a><br/>
5858
</td>
5959
<td valign="top">
60-
<b><a href="doc/changelogs/CHANGELOG_V8.md#8.14.1">8.14.1</a></b><br/>
60+
<b><a href="doc/changelogs/CHANGELOG_V8.md#8.15.0">8.15.0</a></b><br/>
61+
<a href="doc/changelogs/CHANGELOG_V8.md#8.14.1">8.14.1</a><br/>
6162
<a href="doc/changelogs/CHANGELOG_V8.md#8.14.0">8.14.0</a><br/>
6263
<a href="doc/changelogs/CHANGELOG_V8.md#8.13.0">8.13.0</a><br/>
6364
<a href="doc/changelogs/CHANGELOG_V8.md#8.12.0">8.12.0</a><br/>

doc/changelogs/CHANGELOG_V8.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td valign="top">
14+
<a href="#8.15.0">8.15.0</a><br/>
1415
<a href="#8.14.1">8.14.1</a><br/>
1516
<a href="#8.14.0">8.14.0</a><br/>
1617
<a href="#8.13.0">8.13.0</a><br/>
@@ -64,6 +65,30 @@
6465
[Node.js Long Term Support Plan](https://github.com/nodejs/LTS) and
6566
will be supported actively until April 2019 and maintained until December 2019.
6667

68+
<a id="8.15.0"></a>
69+
## 2018-12-26, Version 8.15.0 'Carbon' (LTS), @MylesBorins
70+
71+
The 8.14.0 security release introduced some unexpected breakages on the 8.x release line.
72+
This is a special release to fix a regression in the HTTP binary upgrade response body and add
73+
a missing CLI flag to adjust the max header size of the http parser.
74+
75+
### Notable Changes
76+
77+
* **cli**:
78+
- add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
79+
* **http**:
80+
- add maxHeaderSize property (cjihrig) [#24860](https://github.com/nodejs/node/pull/24860)
81+
82+
### Commits
83+
84+
* [[`693e362175`](https://github.com/nodejs/node/commit/693e362175)] - **(SEMVER-MINOR)** **cli**: add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
85+
* [[`4fb5a1be2f`](https://github.com/nodejs/node/commit/4fb5a1be2f)] - **(SEMVER-MINOR)** **deps**: cherry-pick http\_parser\_set\_max\_header\_size (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
86+
* [[`446f8b54e5`](https://github.com/nodejs/node/commit/446f8b54e5)] - **(SEMVER-MINOR)** **http**: add maxHeaderSize property (cjihrig) [#24860](https://github.com/nodejs/node/pull/24860)
87+
* [[`215ecfe4de`](https://github.com/nodejs/node/commit/215ecfe4de)] - **http**: fix regression of binary upgrade response body (Matteo Collina) [#25037](https://github.com/nodejs/node/pull/25037)
88+
* [[`e1fbc26c6a`](https://github.com/nodejs/node/commit/e1fbc26c6a)] - **test**: move test-benchmark-path to sequential (Rich Trott) [#21393](https://github.com/nodejs/node/pull/21393)
89+
* [[`aef71c05a2`](https://github.com/nodejs/node/commit/aef71c05a2)] - **test**: mark test-http2-settings-flood as flaky on Windows (Rich Trott) [#25048](https://github.com/nodejs/node/pull/25048)
90+
91+
6792
<a id="8.14.1"></a>
6893
## 2018-12-18, Version 8.14.1 'Carbon' (LTS), @MylesBorins prepared by @BethGriggs
6994

0 commit comments

Comments
 (0)