Node.js 25.7.0 and 24.14.0 LTS: What's New and Improved

Published by

Node.js version 25.7.0 introduces several updates, including HTTP/2 fallback options, support for SEA and ESM entry points, and enhancements to the Stream API and test runner reporting. Key features also include a trackPromises flag in async hooks to prevent memory leaks and a new ignore option in the fs.watch API to filter events. The long-term support update 24.14.0 LTS focuses on stability and adds useful tools like a global proxy helper and support for subpath imports with #/. Overall, version 25.7.0 is geared towards developers seeking early access to new features, while 24.14.0 LTS provides a solid foundation for everyday coding tasks



Node.js 25.7.0 and 24.14.0 LTS: What's New and Improved

The latest release of Node.js, version 25.7.0, includes several updates to everyday code paths, such as HTTP/2 fallback options that allow developers to specify behavior when a TLS handshake fails or when a server only speaks HTTP/1.x. Other notable features include support for SEA and ESM entry points, minor tweaks to the Stream API, improved test runner reporting, and enhancements to async hooks and fs.watch APIs. In addition, the long-term support update to 24.14.0 LTS brings stability and new tooling, including a global proxy helper, subpath imports with #/, and other features that simplify coding tasks. Node.js version 25.7.0 is ideal for those who want early access to protocol-level tweaks, while 24.14.0 LTS provides a stable foundation for everyday coding.

Node.js 25.7.0 and 24.14.0 LTS: What's New and Improved @ Linux Compatible