Node v12.13.0 (LTS)
This release marks the transition of Node.js 12.x into Long Term Support (LTS) with the codename 'Erbium'. The 12.x release line now moves into "Active LTS" and will remain so until October 2020. After...
View ArticleNode v13.0.0 (Current)
Notable Changes assert: If the validation function passed to assert.throws() or assert.rejects() returns a value other than true, an assertion error will be thrown instead of the original error to...
View ArticleNode v10.17.0 (LTS)
Notable changes crypto: add support for chacha20-poly1305 for AEAD (chux0519) #24081 increase maxmem range from 32 to 53 bits (Tobias Nießen) #28799 deps: update npm to 6.11.3 (claudiahdz) #29430...
View ArticleNode v13.0.1 (Current)
Notable Changes deps: Fixed a bug in npm 6.12.0 where warnings are emitted on Node.js 13.x (Jordan Harband) #30079. esm: Changed file extension resolution order of --es-module-specifier-resolution=node...
View ArticleNode v13.1.0 (Current)
Notable Changes cli: Added a new flag (--trace-uncaught) that makes Node.js print the stack trace at the time of throwing uncaught exceptions, rather than at the creation of the Error object, if there...
View ArticleNode v12.13.1 (LTS)
Notable changes Experimental support for building Node.js with Python 3 is improved. ICU time zone data is updated to version 2019c. This fixes the date offset in Brazil. Commits [56be32d22d] -...
View ArticleNode v13.2.0 (Current)
Notable Changes addons: Deprecate one- and two-argument AtExit(). Use the three-argument variant of AtExit() or AddEnvironmentCleanupHook() instead (Anna Henningsen) #30227 child_process,cluster: The...
View ArticleNode v13.3.0 (Current)
Notable Changes fs: Reworked experimental recursive rmdir() (cjihrig) #30644 The maxBusyTries option is renamed to maxRetries, and its default is set to 0. The emfileWait option has been removed, and...
View ArticleNode v8.17.0 (LTS)
Notable changes deps: update npm to 6.13.4 #30904 Commits [208b813e49] - build,win: add test-ci-native and test-ci-js (João Reis) #30724 [369a23a670] - deps: update npm to 6.13.4 (Audrey Eschright)...
View ArticleNode v10.18.0 (LTS)
Notable changes deps: update npm to 6.13.4 #30904 Commits [54a466a865] - build,win: add test-ci-native and test-ci-js (João Reis) #30724 [f9b31edb25] - deps: update npm to 6.13.4 (Isaac Z. Schlueter)...
View ArticleNode v12.14.0 (LTS)
Notable changes deps: update npm to 6.13.4 #30904 Commits [f01959a616] - build,win: add test-ci-native and test-ci-js (João Reis) #30724 [d586682b0b] - deps: update npm to 6.13.4 (Ruy Adorno) #30904...
View ArticleNode v13.4.0 (Current)
Notable Changes deps: update npm to 6.13.4 #30904 update uvwasi (Anna Henningsen) #30745 upgrade to libuv 1.34.0 (Colin Ihrig) #30783 doc: docs deprecate http finished (Robert Nagy) #28679 events: add...
View ArticleDecember 2019 Security Releases
(Update 18-December-2019) Releases availableThese releases update npm to v6.13.4 to address three vulnerabilities described below. All current release lines were affected. At this time, CVEs have been...
View ArticleNode v13.5.0 (Current)
Notable Changes cli: add --trace-exit cli option (legendecas) #30516 http,https: increase server headers timeout (Tim Costa) #30071 readline: update ansi-regex (Ruben Bridgewater) #30907 promote...
View ArticleNode v12.14.1 (LTS)
Notable changes crypto: fix key requirements in asymmetric cipher (Tobias Nießen) #30249 deps: update llhttp to 2.0.1 (Fedor Indutny) #30553 update nghttp2 to 1.40.0 (gengjiawen) #30493 v8: mark serdes...
View ArticleNode v13.6.0 (Current)
Notable Changes assert: Implement assert.match() and assert.doesNotMatch() (Ruben Bridgewater) #30929 events: Add EventEmitter.on to async iterate over events (Matteo Collina) #27994 Allow monitoring...
View ArticleNode v10.18.1 (LTS)
Notable changes http2: fix session memory accounting after pausing (Michael Lehenbauer) #30684 n-api: correct bug in napi_get_last_error (Octavian Soldea) #28702 tools: update tzdata to 2019c (Myles...
View ArticleNode v13.7.0 (Current)
Notable Changes deps: upgrade to libuv 1.34.1 (cjihrig) #31332 upgrade npm to 6.13.6 (Ruy Adorno) #31304 module add API for interacting with source maps (bcoe) #31132 loader getSource, getFormat,...
View ArticleFebruary 2020 Security Releases
SummaryThe Node.js project will release new versions of all supported release lines on or shortly after Tuesday, February 4th, 2020. One Critical severity and two High severity issues will be fixed....
View ArticleNode v10.19.0 (LTS)
Notable changesThis is a security release. Vulnerabilities fixed: CVE-2019-15606: HTTP header values do not have trailing OWS trimmed. CVE-2019-15605: HTTP request smuggling using malformed...
View Article