2018-12-26, Version 10.15.0 'Dubnium' (LTS), @MylesBorins
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
Commits
- [
9b2ffc81c0
] - (SEMVER-MINOR) cli: add --max-http-header-size flag (cjihrig) #24811 - [
6183c7107d
] - (SEMVER-MINOR) deps: cherry-pick http_parser_set_max_header_size (cjihrig) #24811 - [
e669733595
] - doc: describe current HTTP header size limit (Sam Roberts) #24700 - [
b6d3afb257
] - (SEMVER-MINOR) http: add maxHeaderSize property (cjihrig) #24860 - [
1aea1e3634
] - http: fix regression of binary upgrade response body (Matteo Collina) #25039 - [
a57aed144a
] - (SEMVER-MINOR) src: add kUInteger parsing (Matteo Collina) #24811 - [
527407c49f
] - src: cache the result of GetOptions() in JS land (Joyee Cheung) #24091 - [
728bc631e5
] - test: fix expectation in test-bootstrap-modules (Ali Ijaz Sheikh) #25112 - [
3e14212f0e
] - test: remove magic numbers in test-gc-http-client-onerror (Rich Trott) #24943