Node v6.10.2 (LTS)
Notable changes crypto: fix memory leak if certificate is revoked (Tom Atkinson) #12089 deps: upgrade zlib to 1.2.11 (Sam Roberts) #10980 backport V8 fixes for spread syntax regression causing...
View ArticleNode v4.8.2 (Maintenance)
Notable Changes crypto: fix memory leak if certificate is revoked (Tom Atkinson) #12089 deps: upgrade zlib to 1.2.11 (Sam Roberts) #10980 Commits [9d7fba4de2] - crypto: fix memory leak if certificate...
View ArticleNode v7.9.0 (Current)
Notable Changes util: console is now closer to what is supported in all major browsers (Roman Reiss) #10308 Commits [9f73df5910] - deps: cherry-pick 22858cb from V8 upstream (Ali Ijaz Sheikh) #11998...
View ArticleNode v6.10.3 (LTS)
Notable Changes module: The module loading global fallback to the Node executable's directory now works correctly on Windows. (Richard Lau) #9283 src: fix base64 decoding in rare edgecase (Nikolai...
View ArticleNode v4.8.3 (Maintenance)
Notable Changes module: The module loading global fallback to the Node executable's directory now works correctly on Windows. (Richard Lau) #9283 src: fix base64 decoding in rare edgecase (Nikolai...
View ArticleNode v7.10.0 (Current)
Notable Changes crypto: add randomFill and randomFillSync (Evan Lucas) #10209 meta: Added new collaborators add lucamaraschi to collaborators (Luca Maraschi) #12538 add DavidCai1993 to collaborators...
View ArticleNode v8.0.0 (Current)
The next major release of Node.js brings a range of significant changes and additions, far too many for us to cover adequately in a blog post such as this. This article contains a summary of the most...
View ArticleNode v6.11.0 (LTS)
Notable Changes build: support for building mips64el (nanxiongchao) #10991 cluster: disconnect() now returns a reference to the disconnected worker. (Sean Villars) #10019 crypto: ability to select cert...
View ArticleNode v8.1.0 (Current)
Notable Changes Async Hooks When one Promise leads to the creation of a new Promise, the parent Promise will be identified as the trigger [135f4e6643] #13367. Dependencies libuv has been updated to...
View ArticleNode v8.1.1 (Current)
Notable changes Child processes stdout and stderr are now available on the error output of a failed call to the util.promisify()ed version of child_process.exec. [d66d4fc94c] #13388 HTTP A regression...
View ArticleNode v8.1.2 (Current)
Notable changesFix broken process.release properties in 8.1.1 causing failure to compile native add-ons on platforms other than Windows. This is a fix in the Node.js build process so there are no...
View ArticleSecurity updates for all active release lines, July 2017
SummaryThe Node.js project will be releasing new versions across all of its active release lines (4.x, 6.x, 8.x) as well as 7.x the week of July 10th 2017 to incorporate a security fix. Denial of...
View ArticleNode v8.1.3 (Current)
Notable changes Stream Two regressions with the stream module have been fixed: The finish event will now always be emitted after the error event if one is emitted: [0a9e96e86c] #13850 In object mode,...
View ArticleNode v4.8.4 (Maintenance)
Notable Changes build: Disable V8 snapshots - The hashseed embedded in the snapshot is currently the same for all runs of the binary. This opens node up to collision attacks which could result in a...
View ArticleNode v6.11.1 (LTS)
Notable Changes build: Disable V8 snapshots - The hashseed embedded in the snapshot is currently the same for all runs of the binary. This opens node up to collision attacks which could result in a...
View ArticleNode v7.10.1 (Current)
Notable changes build: Disable V8 snapshots - The hashseed embedded in the snapshot is currently the same for all runs of the binary. This opens node up to collision attacks which could result in a...
View ArticleNode v8.1.4 (Current)
Notable changes build: Disable V8 snapshots - The hashseed embedded in the snapshot is currently the same for all runs of the binary. This opens node up to collision attacks which could result in a...
View ArticleNode v8.2.0 (Current)
Big thanks to @addaleax who prepared the vast majority of this release. Notable changes Async Hooks Multiple improvements to Promise support in async_hooks have been made. Build The compiler version...
View ArticleNode v8.2.1 (Current)
Notable changes http: Writes no longer abort if the Socket is missing. process, async_hooks: Avoid problems when triggerAsyncId is undefined. zlib: Streams no longer attempt to process data when...
View ArticleNode v6.11.2 (LTS)
Notable Changes configure: add mips64el to valid_arch (Aditya Anand) #13620 crypto: Updated root certificates based on NSS 3.30 (Ben Noordhuis) #13279 #12402 deps: upgrade OpenSSL to version 1.0.2.l...
View Article