Node v18.3.0 (Current)

Notable Changes [ 1dc3b91f351 ] – deps: update undici to 5.4.0 (Node.js GitHub Bot) #43262 [ 1d6cf409d78 ] – (SEMVER-MINOR) util: add parseArgs module (Benjamin Coe) #42675 [ 19539cfa358 ] – (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna) #41397 [ 141fdc2617d ] – deps: upgrade npm Read more…

Node v17.9.1 (Current)

Notable Changes Upgrade npm to 8.11.0 Update to OpenSSL 3.0.3 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 17. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. Commits [ 117fef6ed54 Read more…

Node v16.15.1 (LTS)

Notable Changes deps: upgrade npm to 8.11.0 (npm-cli+bot@github.com) #43210 docs: add release key for RafaelGSS (Rafael Gonzaga) #43131 add release key for Juan Arboleda (Juan José) #42961 Commits [ 1f7c4ce2255 ] – deps: V8: cherry-pick 3ebf2052a1b2 (Liu Yu) #43147 [ 1447f9a0e2e ] – deps: upgrade npm to 8.11.0 (npm-cli+bot@github.com) #43210 Read more…

Node v14.19.3 (LTS)

Notable Changes This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affects other Node.js release lines. The Read more…

Node v18.2.0 (Current)

Notable Changes OpenSSL 3.0.3 This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18. See https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/ for more information on how the May 2022 OpenSSL releases affect other Node.js release lines. [ 18e54c19a6e ] – deps: update archs files for Read more…

Node v14.19.2 (LTS)

Notable Changes doc: New release key for Bryan English Learn more at: https://github.com/nodejs/node/pull/42102 Contributed by Bryan English (@bengl) npm: Upgrade 1npm to 1v6.14.17 . Learn more at: https://github.com/nodejs/node/pull/42900 Contributed by Ruy Adorno (@ruyadorno) V8: V8 had a stack overflow issue affecting the 1vm module, cherry-picking 1cc9a8a37445e from V8 solves this Read more…

Node v18.1.0 (Current)

Notable Changes [ 1c46e7bbf69 ] – doc: add @kuriyosh to collaborators (Yoshiki Kurihara) #42824 [ 1b0f7c4c8f9 ] – (SEMVER-MINOR) lib,src: implement WebAssembly Web API (Tobias Nießen) #42701 [ 178a860ae58 ] – (SEMVER-MINOR) test_runner: add initial CLI runner (Colin Ihrig) #42658 [ 1bf9240ae8c ] – (SEMVER-MINOR) worker: add hasRef() to MessagePort Read more…

Node v16.15.0 (LTS)

Notable changes Add fetch API Adds experimental support to the fetch API. This adds the 1–experimental-fetch flag that installs the 1fetch , 1Request , 1Response , 1Headers , and 1FormData globals. (SEMVER-MINOR) add fetch (Michaël Zasso) #41749 (SEMVER-MINOR) add FormData global when fetch is enabled (Michaël Zasso) #41956 Other notable Read more…

Node v18.0.0 (Current)

Notable Changes Deprecations and Removals (SEMVER-MAJOR) fs: runtime deprecate string coercion in 1fs.write , 1fs.writeFileSync (Livia Medeiros) #42607 (SEMVER-MAJOR) dns: remove 1dns.lookup and 1dnsPromises.lookup options type coercion (Antoine du Hamel) #41431 (SEMVER-MAJOR) process: runtime deprecate multipleResolves (Benjamin Gruenbaum) #41896 (SEMVER-MAJOR) stream: remove thenable support (Robert Nagy) #40773 (SEMVER-MAJOR) tls: move Read more…

Node v17.9.0 (Current)

Notable Changes [ 17124f91cbf ] – (SEMVER-MINOR) crypto: make authTagLength optional for CC20P1305 (Tobias Nießen) #42427 [ 130dc6dd3fb ] – deps: update undici to 4.16.0 (Node.js GitHub Bot) #42414 [ 1f0fc2744a5 ] – doc: add @meixg to collaborators (Xuguang Mei) #42576 Commits [ 1bb71433334 ] – async_hooks: remove destroyed symbol Read more…