Quantcast
Channel: Node.js Blog
Browsing all 682 articles
Browse latest View live
↧

Node v12.15.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


Node v13.8.0 (Current)

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


Node v12.16.0 (LTS)

Notable changesNew assert APIsThe assert module now provides experimental assert.match() and assert.doesNotMatch() methods. They will validate that the first argument is a string and matches (or does...

View Article

Node v12.16.1 (LTS)

Notable changesNode.js 12.16.0 included 6 regressions that are being fixed in this release Accidental Unflagging of Self Resolving Modules: 12.16.0 included a large update to the ESM implementation....

View Article

Node v13.9.0 (Current)

Notable changes async_hooks add executionAsyncResource (Matteo Collina) #30959 crypto add crypto.diffieHellman (Tobias Nießen) #31178 add DH support to generateKeyPair (Tobias Nießen) #31178 simplify...

View Article


Node v13.10.0 (Current)

Notable Changes async_hooks introduce async-context API (vdeturckheim) #26540 stream support passing generator functions into pipeline() (Robert Nagy) #31223 tls expose SSL_export_keying_material...

View Article

Node v13.10.1 (Current)

Notable ChangesIn Node.js 13.9.0 deps/zlib was switched to the chromium maintained implementation. This change had the unforseen consequence of breaking building from the tarballs we release as we were...

View Article

Node v13.11.0 (Current)

Notable Changes async_hooks: add sync enterWith to ALS (Stephen Belanger) #31945 cli: allow --jitless V8 flag in NODE_OPTIONS (Andrew Neitsch) #32100 fs: return first folder made by mkdir recursive...

View Article


Node v13.12.0 (Current)

macOS package notarization and a change in builder configurationThe macOS binaries for this release, and future 13.x releases, are now being compiled on macOS 10.15 (Catalina) with Xcode 11 to support...

View Article


Changes to Release Schedule

The Node.js project will be adjusting its release candence in response to adjusted work schedules. The stability and reliability of our release lines is tantamount, and as we respond to the shifting...

View Article

Node v10.20.0 (LTS)

macOS package notarization and a change in builder configurationThe macOS binaries for this release, and future 10.x releases, are now being compiled on macOS 10.15 (Catalina) with Xcode 11 to support...

View Article

Node v12.16.2 (LTS)

This release includes macOS package notarization and a change in builder configuration. The macOS binaries for this release, and future 12.x releases, are now being compiled on macOS 10.15 (Catalina)...

View Article

Node v10.20.1 (LTS)

Notable changesDue to release process failures, Node.js v10.20.0 shipped with source and header tarballs that did not properly match the final release commit that was used to build the binaries. We...

View Article


Node v13.13.0 (Current)

Notable ChangesNew file system APIs Added a new function, fs.readv (with sync and promisified versions). This function takes an array of ArrayBufferView elements and will write the data it reads...

View Article

OpenSSL security releases may require Node.js security releases

SummaryThe Node.js project may be releasing new versions across all of its supported release lines early next week to incorporate upstream patches from OpenSSL. Please read on for full details....

View Article


Node v14.0.0 (Current)

Notable ChangesDeprecations (SEMVER-MAJOR) crypto: move pbkdf2 without digest to EOL (James M Snell) #31166 (SEMVER-MAJOR) fs: deprecate closing FileHandle on garbage collection (James M Snell) #28396...

View Article

Node v12.16.3 (LTS)

Notable Changes Dependencies: Updated OpenSSL to 1.1.1g (Hassaan Pasha) #32971. Updated c-ares to 1.16.0 (Anna Henningsen) #32246. Updated experimental uvwasi to 0.0.6 (Colin Ihrig) #32309. ESM...

View Article


Node v14.1.0 (Current)

Notable Changes deps: upgrade openssl sources to 1.1.1g (Hassaan Pasha) #32971 doc: add juanarbol as collaborator (Juan José Arboleda) #32906 http: doc deprecate abort and improve docs (Robert Nagy)...

View Article

Node v13.14.0 (Current)

Notable Changes async_hooks: Merge run and exit methods (Andrey Pechkurov) #31950 Prevent sync methods of async storage exiting outer context (Stephen Belanger) #31950 vm: Add importModuleDynamically...

View Article

Node v14.2.0 (Current)

Notable ChangesTrack function calls with assert.CallTracker (experimental)assert.CallTracker is a new experimental API that allows to track and later verify the number of times a function was called....

View Article
Browsing all 682 articles
Browse latest View live