Node.js 26 has been released with the Temporal API enabled by default (no experimental flag needed), the V8 engine updated to 14.6 with new helpers like Map.prototype.getOrInsert() and Iterator.concat(), and Undici bumped to 8.0. The release removes several legacy APIs including http.Server.prototype.writeHeader() and the _stream_* modules. NODE_MODULE_VERSION is now 147, requiring native add-ons to be rebuilt. Node.js 26 will remain the Current release for six months before entering LTS in October 2026, and is the last release under the old odd/even versioning schedule.
20.2K Impressions