2018-12-26, Version 6.16.0 'Boron' (LTS) · nodejs/node@7b9c9b3 (original) (raw)
`@@ -10,6 +10,7 @@
`
10
10
`
`
11
11
`
`
12
12
`
`
``
13
`+
`
13
14
`
14
15
`
15
16
`
75
76
`Node.js Long Term Support Plan and
`
76
77
`will be supported actively until April 2018 and maintained until April 2019.
`
77
78
``
``
79
`+
`
``
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
`
``
90
`+
- http:
`
``
91
`+
- add maxHeaderSize property (cjihrig) #24860
`
``
92
+
``
93
`+
Commits
`
``
94
+
``
95
`` +
- [
f233b160c9
] - (SEMVER-MINOR) cli: add --max-http-header-size flag (cjihrig) #24811
``
``
96
`` +
- [
59f83d6896
] - (SEMVER-MINOR) deps: cherry-pick http_parser_set_max_header_size (cjihrig) #24811
``
``
97
`` +
- [
c0c4de71f0
] - (SEMVER-MINOR) http: add maxHeaderSize property (cjihrig) #24860
``
``
98
`` +
- [
8a3e0c0697
] - http: fix regression of binary upgrade response body (Matteo Collina) #25036
``
``
99
+
78
100
`
79
101
`## 2018-12-03, Version 6.15.1 'Boron' (LTS), @rvagg
`
80
102
``