mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
This LTS release comes with 221 commits. This includes 80 which are
test related, 52 which are doc related, 32 which are build / tool
related and 10 commits which are updates to dependencies.
Notable Changes:
* configure:
- add mips64el to valid_arch (Aditya Anand)
- https://github.com/nodejs/node/pull/13620
* crypto:
- Updated root certificates based on [NSS 3.30] (Ben Noordhuis)
- https://github.com/nodejs/node/pull/13279
- https://github.com/nodejs/node/pull/12402
- https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.30_release_notes
* deps:
- upgrade OpenSSL to version 1.0.2.l (Shigeki Ohtsu)
- https://github.com/nodejs/node/pull/12913
* http:
- parse errors are now reported when NODE_DEBUG=http (Sam Roberts)
- https://github.com/nodejs/node/pull/13206
- Agent construction can now be envoked without `new` (cjihrig)
- https://github.com/nodejs/node/pull/12927
* zlib:
- node will now throw an Error when zlib rejects the value of windowBits,
instead of crashing (Alexey Orlenko)
- https://github.com/nodejs/node/pull/13098
PR-URL: https://github.com/nodejs/node/pull/14356