|
10 | 10 | </tr> |
11 | 11 | <tr> |
12 | 12 | <td valign="top"> |
| 13 | +<a href="#10.15.0">10.15.0</a><br/> |
13 | 14 | <a href="#10.14.2">10.14.2</a><br/> |
14 | 15 | <a href="#10.14.1">10.14.1</a><br/> |
15 | 16 | <a href="#10.14.0">10.14.0</a><br/> |
|
47 | 48 | * [io.js](CHANGELOG_IOJS.md) |
48 | 49 | * [Archive](CHANGELOG_ARCHIVE.md) |
49 | 50 |
|
| 51 | +<a id="10.15.0"></a> |
| 52 | +## 2018-12-26, Version 10.15.0 'Dubnium' (LTS), @MylesBorins |
| 53 | + |
| 54 | +The 10.14.0 security release introduced some unexpected breakages on the 10.x release line. |
| 55 | +This is a special release to fix a regression in the HTTP binary upgrade response body and add |
| 56 | +a missing CLI flag to adjust the max header size of the http parser. |
| 57 | + |
| 58 | +### Notable Changes |
| 59 | + |
| 60 | +* **cli**: add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811) |
| 61 | + |
| 62 | +### Commits |
| 63 | + |
| 64 | +* [[`9b2ffc81c0`](https://github.com/nodejs/node/commit/9b2ffc81c0)] - **cli**: add --max-http-header-size flag (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811) |
| 65 | +* [[`6183c7107d`](https://github.com/nodejs/node/commit/6183c7107d)] - **deps**: cherry-pick http\_parser\_set\_max\_header\_size (cjihrig) [#24811](https://github.com/nodejs/node/pull/24811) |
| 66 | +* [[`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) |
| 67 | +* [[`a57aed144a`](https://github.com/nodejs/node/commit/a57aed144a)] - **src**: add kUInteger parsing (Matteo Collina) [#24811](https://github.com/nodejs/node/pull/24811) |
| 68 | +* [[`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) |
| 69 | +* [[`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) |
| 70 | +* [[`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) |
| 71 | + |
50 | 72 | <a id="10.14.2"></a> |
51 | 73 | ## 2018-12-11, Version 10.14.2 'Dubnium' (LTS), @MylesBorins prepared by @codebytere |
52 | 74 |
|
|
0 commit comments