Skip to content

Commit 78f2e14

Browse files
committed
2018-12-26, Version 10.15.0 'Dubnium' (LTS)
The 10.14.0 security release introduced some unexpected breakages on the 10.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) #24811 * http: - add maxHeaderSize property (cjihrig) #24860 PR-URL: #25176
1 parent 9542324 commit 78f2e14

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ release.
3636
<a href="doc/changelogs/CHANGELOG_V11.md#11.0.0">11.0.0</a><br/>
3737
</td>
3838
<td valign="top">
39-
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.14.2">10.14.2</a></b><br/>
39+
<b><a href="doc/changelogs/CHANGELOG_V10.md#10.15.0">10.15.0</a></b><br/>
40+
<a href="doc/changelogs/CHANGELOG_V10.md#10.14.2">10.14.2</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V10.md#10.14.1">10.14.1</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V10.md#10.14.0">10.14.0</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V10.md#10.13.0">10.13.0</a><br/>

doc/changelogs/CHANGELOG_V10.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</tr>
1111
<tr>
1212
<td valign="top">
13+
<a href="#10.15.0">10.15.0</a><br/>
1314
<a href="#10.14.2">10.14.2</a><br/>
1415
<a href="#10.14.1">10.14.1</a><br/>
1516
<a href="#10.14.0">10.14.0</a><br/>
@@ -48,6 +49,32 @@
4849
* [io.js](CHANGELOG_IOJS.md)
4950
* [Archive](CHANGELOG_ARCHIVE.md)
5051

52+
<a id="10.15.0"></a>
53+
## 2018-12-26, Version 10.15.0 'Dubnium' (LTS), @MylesBorins
54+
55+
The 10.14.0 security release introduced some unexpected breakages on the 10.x release line.
56+
This is a special release to fix a regression in the HTTP binary upgrade response body and add
57+
a missing CLI flag to adjust the max header size of the http parser.
58+
59+
### Notable Changes
60+
61+
* **cli**:
62+
- add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
63+
* **http**:
64+
- add maxHeaderSize property (cjihrig) [#24860](https://github.com/nodejs/node/pull/24860)
65+
66+
### Commits
67+
68+
* [[`9b2ffc81c0`](https://github.com/nodejs/node/commit/9b2ffc81c0)] - **(SEMVER-MINOR)** **cli**: add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
69+
* [[`6183c7107d`](https://github.com/nodejs/node/commit/6183c7107d)] - **(SEMVER-MINOR)** **deps**: cherry-pick http\_parser\_set\_max\_header\_size (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811)
70+
* [[`e669733595`](https://github.com/nodejs/node/commit/e669733595)] - **doc**: describe current HTTP header size limit (Sam Roberts) [#24700](https://github.com/nodejs/node/pull/24700)
71+
* [[`b6d3afb257`](https://github.com/nodejs/node/commit/b6d3afb257)] - **(SEMVER-MINOR)** **http**: add maxHeaderSize property (cjihrig) [#24860](https://github.com/nodejs/node/pull/24860)
72+
* [[`1aea1e3634`](https://github.com/nodejs/node/commit/1aea1e3634)] - **http**: fix regression of binary upgrade response body (Matteo Collina) [#25039](https://github.com/nodejs/node/pull/25039)
73+
* [[`a57aed144a`](https://github.com/nodejs/node/commit/a57aed144a)] - **(SEMVER-MINOR)** **src**: add kUInteger parsing (Matteo Collina) [#24811](https://github.com/nodejs/node/pull/24811)
74+
* [[`527407c49f`](https://github.com/nodejs/node/commit/527407c49f)] - **src**: cache the result of GetOptions() in JS land (Joyee Cheung) [#24091](https://github.com/nodejs/node/pull/24091)
75+
* [[`728bc631e5`](https://github.com/nodejs/node/commit/728bc631e5)] - **test**: fix expectation in test-bootstrap-modules (Ali Ijaz Sheikh) [#25112](https://github.com/nodejs/node/pull/25112)
76+
* [[`3e14212f0e`](https://github.com/nodejs/node/commit/3e14212f0e)] - **test**: remove magic numbers in test-gc-http-client-onerror (Rich Trott) [#24943](https://github.com/nodejs/node/pull/24943)
77+
5178
<a id="10.14.2"></a>
5279
## 2018-12-11, Version 10.14.2 'Dubnium' (LTS), @MylesBorins prepared by @codebytere
5380

0 commit comments

Comments
 (0)