Node v18.6.0 (Current)
Notable ChangesExperimental ESM Loader Hooks APINode.js ESM Loader hooks now support multiple custom loaders, and composition is achieved via "chaining": foo-loader calls bar-loader calls qux-loader (a...
View ArticleNode v18.7.0 (Current)
Notable changes doc: add F3n67u to collaborators (Feng Yu) #43953 deprecate coercion to integer in process.exit (Daeyeon Jeong) #43738 (SEMVER-MINOR) deprecate diagnostics_channel object subscribe...
View ArticleNode v16.17.0 (LTS)
Notable ChangesExperimental command-line argument parser APIAdds util.parseArgs helper for higher level command-line argument parsing. Contributed by Benjamin Coe, John Gee, Darcy Clarke, Joe Sepi,...
View ArticleNode v18.8.0 (Current)
Notable changesbootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blobThis patch introduces --build-snapshot and --snapshot-blob options for creating and using user...
View ArticleNode v18.9.0 (Current)
Notable changes doc add daeyeon to collaborators (Daeyeon Jeong) #44355 lib (SEMVER-MINOR) add diagnostics channel for process and worker (theanarkh) #44045 os (SEMVER-MINOR) add machine method...
View ArticleSeptember 22nd 2022 Security Releases
SummaryThe Node.js project will release new versions of the 14.x, 16.x, and 18.x releases lines on or shortly after Thursday, September 22nd, 2022 in order to address: Three medium severity issues. One...
View ArticleNode v14.20.1 (LTS)
Notable changesThe following CVEs are fixed in this release: CVE-2022-32212: DNS rebinding in --inspect on macOS (High) CVE-2022-32213: bypass via obs-fold mechanic (Medium) CVE-2022-35256: HTTP...
View ArticleNode v18.9.1 (Current)
Notable changesThe following CVEs are fixed in this release: CVE-2022-32212: DNS rebinding in --inspect on macOS (High) Insufficient fix for macOS devices on v18.5.0 CVE-2022-32222: Node 18 reads...
View ArticleNode v16.17.1 (LTS)
This is a security release. Notable changesThe following CVEs are fixed in this release: CVE-2022-32212: DNS rebinding in --inspect on macOS (High) CVE-2022-32213: bypass via obs-fold mechanic (Medium)...
View ArticleNode v18.10.0 (Current)
Notable changes doc: (SEMVER-MINOR) deprecate modp1, modp2, and modp5 groups (Tobias Nießen) #44588 add legendecas to TSC list (Michael Dawson) #44662 move policy docs to the permissions scope (Rafael...
View ArticleNode v16.18.0 (LTS)
Notable changes [1cc050eaa8] - (SEMVER-MINOR) assert: add getCalls and reset to callTracker (Moshe Atlow) #44191 [e5c9975f11] - (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan)...
View ArticleNode v18.11.0 (Current)
Notable changeswatch mode (experimental)Running in 'watch' mode using node --watch restarts the process when an imported file is changed. Contributed by Moshe Atlow in #44366 Other notable changes fs:...
View ArticleNode.js 19 is now available!
We’re excited to announce that Node.js 19 was released today! Highlights include the update of the V8 JavaScript engine to 10.7, and HTTP(s)/1.1 KeepAlive enabled by default. Node.js 19 will replace...
View ArticleNode v19.0.0 (Current)
Notable ChangesDeprecations and Removals [7dd2f41c73] - (SEMVER-MAJOR) module: runtime deprecate exports double slash maps (Guy Bedford) #44495 [ada2d053ae] - (SEMVER-MAJOR) process: runtime deprecate...
View ArticleOpenSSL and zlib update assessment, and Node.js Assessment workflow
SummaryThe vulnerability in the OpenSSL Security release of Oct 11 2022 does not affect any active Node.js release lines, as well as the zlib vulnerability (CVE-2022-37434) patched on the zlib Security...
View ArticleNode v18.12.0 (LTS)
Notable ChangesThis release marks the transition of Node.js 18.x into Long Term Support (LTS) with the codename 'Hydrogen'. The 18.x release line now moves into "Active LTS" and will remain so until...
View ArticleOpenSSL November Security Release
SummaryThe Node.js project may be releasing new versions across all of its supported release lines in the first week of November to incorporate upstream patches from OpenSSL. Please read on for full...
View ArticleNov 3 2022 Security Releases
SummaryThe Node.js project will release new versions of the 14.x, 16.x, 18.x, 19.x releases lines on or shortly after Thursday, November 3, 2022 in order to address: One medium severity issues. Two...
View ArticleNode v14.21.0 (LTS)
Notable changes deps: update corepack to 0.14.2 (Node.js GitHub Bot) #44775 src: add --openssl-shared-config option (Daniel Bevenius) #43124 Commits [773f587912] - deps: cherry-pick libuv/libuv@3a7b955...
View ArticleNode v14.21.1 (LTS)
Notable changesThe following CVEs are fixed in this release: CVE-2022-43548: DNS rebinding in --inspect via invalid octal IP address (Medium) More detailed information on each of the vulnerabilities...
View Article