Apart from the HTTP/2 inspection capability, version 24.8.0 also introduces support for Ed448 and ML-DSA context parameters in the crypto module, enhancing security features. Furthermore, two new Web Cryptography algorithms, KMAC and Argon2, have been integrated, alongside support for SLH-DSA KeyObject operations, which include signing and verifying capabilities. Additionally, the worker module has been enhanced with new CPU profile APIs, providing improved tools for debugging and performance analysis.
Node.js is a versatile, open-source JavaScript runtime environment that enables developers to build a wide range of applications, from web servers to command-line tools. With each new release, Node.js continues to evolve, adding features that cater to modern development needs.
In summary, Node.js version 24.8.0 is a pivotal update that not only enriches the debugging tools available to developers but also strengthens its cryptographic capabilities, ensuring a more secure environment for application development. As the Node.js community continues to grow, such enhancements are crucial in maintaining its relevance and effectiveness in a rapidly changing technological landscape
Node.js v24.8.0 (Current) released
The latest version of Node.js, 24.8.0, includes several notable changes and improvements. A key feature in this release is the support for inspecting HTTP/2 network calls in Chrome DevTools for Node.js, allowing developers to easily monitor and debug their HTTP/2 requests in real time. Additionally, Node.js now supports Ed448 and ML-DSA context parameters, the new KMAC and Argon2 Web Cryptography algorithms, and SLH-DSA KeyObject operations have been added to the crypto module. The worker module has also been updated with new CPU profile APIs for improved debugging and profiling capabilities.