Node.js 26.8.0 and 24.20.0 Krypton Released: Native Zip, SQLite RAII, and Permission Updates

Published by

Node.js has released updates for both its Current line (26.8.0) and LTS line (24.20.0 "Krypton"), introducing features such as native Zip support, RAII-style resource management for SQLite, and new cryptographic cipher modes. An unusual follow-up patch (26.8.1) was issued the same day to correct a metadata bug in the version reporting. The updates also include a new permission.drop API, runtime package maps, and various performance improvements, particularly for the LTS version. The releases are accompanied by active security advisories, highlighting the importance of updating for users running production workloads



Node.js 26.8.0 and 24.20.0 Krypton Released: Native Zip, SQLite RAII, and Permission Updates

Node.js released coordinated updates today with Node.js 26.8.0 for the Current line and Node.js 24.20.0 "Krypton" for LTS. The project made a rare same-day follow-up with Node.js 26.8.1 to fix a metadata bug that incorrectly reported an alpha designation in node --version. Key additions include native Zip support in zlib, RAII-style resource management for SQLite, SIV cipher modes, and AsyncLocalStorage using scopes for structured resource handling in LTS. The releases also introduce a permission.drop API, runtime package maps, JSPI for WebAssembly, and ship alongside active security advisories.

Node.js 26.8.0 and 24.20.0 Krypton Released: Native Zip, SQLite RAII, and Permission Updates @ Linux Compatible