Node.js v18.3 released: Chrome V8 engine-based JavaScript runtime

Node.js is a Chrome V8 engine-based JavaScript runtime. Node.js uses an efficient, lightweight, event-driven, non-blocking I/O model.

The Node.js project maintains multiple types of releases:

  • Current: Released from active development branches of this repository, versioned by SemVer and signed by a member of the Release Team. Code for Current releases is organized in this repository by major version number. For example v4.x. The major version number of Current releases will increment every 6 months allowing for breaking changes to be introduced. This happens in April and October every year. Current release lines beginning in October each year have a maximum support life of 8 months. Current release lines beginning in April each year will convert to LTS (see below) after 6 months and receive further support for 30 months.
  • LTS: Releases that receive Long-term Support, with a focus on stability and security. Every second Current release line (major version) will become an LTS line and receive 18 months of Active LTS support and a further 12 months of Maintenance. LTS release lines are given alphabetically ordered codenames, beginning with v4 Argon. LTS releases are less frequent and will attempt to maintain consistent major and minor version numbers, only incrementing patch version numbers. There are no breaking changes or feature additions, except in some special circumstances.
  • Nightly: Versions of code in this repository on the current Current branch, automatically built every 24-hours where changes exist. Use with caution.

Node.js 18.3 releases.

Changelog

Notable Changes

  • [dc3b91f351] – deps: update undici to 5.4.0 (Node.js GitHub Bot) #43262
  • [d6cf409d78] – (SEMVER-MINOR) util: add parseArgs module (Benjamin Coe) #42675
  • [9539cfa358] – (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna) #41397
  • [41fdc2617d] – deps: upgrade npm to 8.11.0 (npm team) #43210
  • [0000654e47] – deps: patch V8 to 10.2.154.4 (Michaël Zasso) #43067
  • [b3c8e609fd] – (SEMVER-MINOR) deps: update V8 to 10.2.154.2 (Michaël Zasso) #42740
  • [3e89b7336d] – (SEMVER-MINOR) fs: make params in writing methods optional (LiviaMedeiros) #42601
  • [9539cfa358] – (SEMVER-MINOR) http: add uniqueHeaders option to request and createServer (Paolo Insogna) #41397
  • [8f5b4570e5] – (SEMVER-MINOR) net: add ability to reset a tcp socket (pupilTong) #43112
  • [5eff7b4a6a] – (SEMVER-MINOR) Revert “build: make x86 Windows support temporarily experimental” (Michaël Zasso) #42740
    • This means 32-bit Windows binaries are back with this release.

Download