2017-11-07, Version 6.12.0 'Boron' (LTS)
Notable Changes:
* assert:
- assert.fail() can now take one or two arguments (Rich Trott)
https://github.com/nodejs/node/pull/12293
* crypto:
- add sign/verify support for RSASSA-PSS (Tobias Nießen)
https://github.com/nodejs/node/pull/11705
* deps:
- upgrade openssl sources to 1.0.2m (Shigeki Ohtsu)
https://github.com/nodejs/node/pull/16691
- upgrade libuv to 1.15.0 (cjihrig)
https://github.com/nodejs/node/pull/15745
- upgrade libuv to 1.14.1 (cjihrig)
https://github.com/nodejs/node/pull/14866
- upgrade libuv to 1.13.1 (cjihrig)
https://github.com/nodejs/node/pull/14117
- upgrade libuv to 1.12.0 (cjihrig)
https://github.com/nodejs/node/pull/13306
* fs:
- Add support for fs.write/fs.writeSync(fd, buffer, cb) and
fs.write/fs.writeSync(fd, buffer, offset, cb) as documented
(Andreas Lind) https://github.com/nodejs/node/pull/7856
* inspector:
- enable --inspect-brk (Refael Ackermann)
https://github.com/nodejs/node/pull/12615
* process:
- add --redirect-warnings command line argument (James M Snell)
https://github.com/nodejs/node/pull/10116
* src:
- allow CLI args in env with NODE_OPTIONS (Sam Roberts)
https://github.com/nodejs/node/pull/12028)
- --abort-on-uncaught-exception in NODE_OPTIONS (Sam Roberts)
https://github.com/nodejs/node/pull/13932
- allow --tls-cipher-list in NODE_OPTIONS (Sam Roberts)
https://github.com/nodejs/node/pull/13172
- use SafeGetenv() for NODE_REDIRECT_WARNINGS (Sam Roberts)
https://github.com/nodejs/node/pull/12677
* test:
- remove common.fail() (Rich Trott)
https://github.com/nodejs/node/pull/12293
PR-URL: https://github.com/nodejs/node/pull/16263
parent
16b1faa0
Please register or sign in to comment