Node v19.5.0 (Current)

Notable Changes http: (SEMVER-MINOR) join authorization headers (Marco Ippolito) #45982 lib:: add webstreams to Duplex.from() (Debadree Chatterjee) #46190 stream: implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) #46205 Commits [ 1def36946da ] – assert: remove 1assert.snapshot (Moshe Atlow) #46112 [ 1e1c56ec3fd ] – benchmark,tools: use os.availableParallelism() (Deokjin Kim) #46003 [ Read more…

Node v19.4.0 (Current)

Notable Changes buffer: (SEMVER-MINOR) add buffer.isUtf8 for utf8 validation (Yagiz Nizipli) #45947 http: (SEMVER-MINOR) improved timeout defaults handling (Paolo Insogna) #45778 net: add autoSelectFamily global getter and setter (Paolo Insogna) #45777 os: (SEMVER-MINOR) add availableParallelism() (Colin Ihrig) #45895 util: add fast path for text-decoder fatal flag (Yagiz Nizipli) #45803 Commits Read more…

Node v18.13.0 (LTS)

Notable changes Add support for externally shared js builtins By default Node.js is built so that all dependencies are bundled into the Node.js binary itself. Some Node.js distributions prefer to manage dependencies externally. There are existing build options that allow dependencies with native code to be externalized. This commit adds Read more…

Node v19.3.0 (Current)

Notable Changes Updated npm to 9.2.0 Based on the list of guidelines we’ve established on integrating 1npm and 1node , here is a grouped list of the breaking changes with the reasoning as to why they fit within the guidelines linked above. Note that all the breaking changes were made Read more…

Node v16.19.0 (LTS)

Notable Changes OpenSSL 1.1.1s This update is a bugfix release and does not address any security vulnerabilities. Root certificates updated to NSS 3.85 Certificates added: Autoridad de Certificacion Firmaprofesional CIF A62634068 Certainly Root E1 Certainly Root R1 D-TRUST BR Root CA 1 2020 D-TRUST EV Root CA 1 2020 DigiCert Read more…

Node v14.21.2 (LTS)

Notable Changes OpenSSL 1.1.1s This update is a bugfix release and does not address any security vulnerabilities. Root certificates updated to NSS 3.85 Certificates added: Autoridad de Certificacion Firmaprofesional CIF A62634068 Certainly Root E1 Certainly Root R1 D-TRUST BR Root CA 1 2020 D-TRUST EV Root CA 1 2020 DigiCert Read more…

Node v19.2.0 (Current)

Notable changes Time zone update Time zone data has been updated to 2022f. This includes changes to Daylight Savings Time (DST) for Fiji and Mexico. For more information, see https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html. Other notable changes buffer (SEMVER-MINOR) introduce 1File class (Khafra) #45139 deps update V8 to 10.8.168.20 (MichaĆ«l Zasso) #45230 doc deprecate Read more…

Node v19.1.0 (Current)

Notable changes Support function mocking on Node.js test runner The 1node:test module supports mocking during testing via a top-level 1mock object. 123456789101112test(‘spies on an object method’, (t) => {   const number = {     value: 5,     add(a) {       return this.value + a;   Read more…

Node v18.12.1 (LTS)

Notable changes The following CVEs are fixed in this release: CVE-2022-3602: X.509 Email Address 4-byte Buffer Overflow (High) CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow (High) CVE-2022-43548: DNS rebinding in –inspect via invalid octal IP address (Medium) More detailed information on each of the vulnerabilities can be found in Read more…

Node v19.0.1 (Current)

Notable changes The following CVEs are fixed in this release: CVE-2022-3602: X.509 Email Address 4-byte Buffer Overflow (High) CVE-2022-3786: X.509 Email Address Variable Length Buffer Overflow (High) CVE-2022-43548: DNS rebinding in –inspect via invalid octal IP address (Medium) More detailed information on each of the vulnerabilities can be found in Read more…