Hasty Briefsbeta

Bilingual

Node v24.0.0

a year ago
  • #JavaScript
  • #V8
  • #Node.js
  • Node.js 24.0.0 (Current) has been released with significant updates.
  • V8 JavaScript engine upgraded to version 13.6, introducing new JavaScript features.
  • npm updated to version 11, bringing enhanced performance and security features.
  • Support for MSVC removed; ClangCL now required for compiling Node.js on Windows.
  • AsyncLocalStorage API now defaults to using AsyncContextFrame for better performance.
  • URLPattern API is now globally available, simplifying URL pattern matching.
  • Permission Model improvements, with the flag changed from --experimental-permission to --permission.
  • Test Runner enhancements, including automatic waiting for subtests to finish.
  • Undici 7 included, improving HTTP client capabilities.
  • Several APIs deprecated or removed, including url.parse() and tls.createSecurePair.
  • Node.js 24 will enter long-term support (LTS) in October.