Node.js has announced several updates across its release channels. The Long Term Support (LTS) branch received version 24.19.0, while the Current branch saw releases 26.6.0 and 26.7.0. These updates introduce new features, bug fixes, and dependency updates, aiming to provide incremental improvements for developers using the Node.js platform.
Node.js 24.19.0, an LTS release, includes enhancements to buffer handling, such as `blob.textStream()`. It also features an update to the OpenSSL build configuration to support compression. Other notable changes include marking `stream.compose` as stable and adding an `--experimental-import-text` flag for ESM.
The 26.6.0 release for the Current branch introduces `ffi.getCurrentEventLoop` and additions to the `test_runner`, including `context.log()` and a `test:log` event. This version also addresses a TypeError in `assert` and `util` with Maps containing null keys, and fixes a `Blob.stream()` issue that leaked source buffers.
Node.js 26.7.0, also on the Current branch, adds support for loading private keys via STORE loaders in the crypto module. It also integrates Perfetto support. Further updates include implementing `Symbol.dispose` in `ModuleHooks` and adding support for `--test-coverage-include-all` in the `test_runner`.
All releases incorporate various bug fixes and minor feature enhancements across different modules. These updates reflect ongoing maintenance and development efforts to improve the stability and functionality of the Node.js runtime for developers.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Node.js 26.7.0 has been released, introducing support for loading private keys via STORE loaders in the crypto module and adding Perfetto support. This update includes various bug fixes and minor feature enhancements across different modules.
Node.js 26.6.0 has been released, introducing new features such as `ffi.getCurrentEventLoop` and `test_runner` additions, alongside various bug fixes and dependency updates. This update provides incremental improvements and maintenance for the Node.js runtime.
Node.js 24.19.0, a Long Term Support (LTS) release, is now available, introducing several new features and updates across various modules. This update includes enhancements to buffer handling, OpenSSL configuration, and TLS functionalities, providing incremental improvements for developers using the Node.js platform.