0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/doc/changelogs
Myles Borins 9aa31bccb4
2017-10-24, Node.js Version 8.8.0 (Current)
Notable Changes:

* crypto:
  - expose ECDH class
    https://github.com/nodejs/node/pull/8188
* http2:
  - http2 is now exposed by defualt without the need for a flag
    https://github.com/nodejs/node/pull/15685
  - a new environment varible NODE\_NO\_HTTP2 has been added to allow
    userland http2 to be required
    https://github.com/nodejs/node/pull/15685
  - support has been added for generic `Duplex` streams
    https://github.com/nodejs/node/pull/16269
* module:
  - resolve and instantiate loader pipeline hooks have been added to
    the ESM lifecycle
    https://github.com/nodejs/node/pull/15445
* zlib:
  - CVE-2017-14919 - In zlib v1.2.9, a change was made that causes an
    error to be raised when a raw deflate stream is initialized with
    windowBits set to 8. On some versions this crashes Node and you
    cannot recover from it, while on some versions it throws an
    exception. Node.js will now gracefully set windowBits to 9
    replicating the legacy behavior to avoid a DOS vector.
    https://github.com/nodejs-private/node-private/pull/95

PR-URL: https://github.com/nodejs-private/node-private/pull/98
2017-10-24 17:50:44 -04:00
..
CHANGELOG_ARCHIVE.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
CHANGELOG_IOJS.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
CHANGELOG_V4.md 2017-07-11, Version 4.8.4 'Argon' (Maintenance) 2017-07-11 17:49:34 +01:00
CHANGELOG_V5.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
CHANGELOG_V6.md 2017-10-03, Version 6.11.4 'Boron' (LTS) 2017-10-03 13:44:40 -07:00
CHANGELOG_V7.md 2017-07-11, Version 7.10.1 (Current) 2017-07-11 11:56:23 -05:00
CHANGELOG_V8.md 2017-10-24, Node.js Version 8.8.0 (Current) 2017-10-24 17:50:44 -04:00
CHANGELOG_V010.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00
CHANGELOG_V012.md 2017-05-30, Version 8.0.0 (Current) 2017-05-30 10:58:31 -07:00