編集

Node.js 24.0.0(Current)リリース

Node.js v24(Current)がリリース。Node.js v24 は 10 月以降 LTS として提供される。

主な変更:

  • 付属する npm を v11 に更新
  • V8 エンジンを v13.6 に更新
    • Float16Array, Explicit resource management, RegExp.escape, WebAssembly Memory64, Error.isError などが追加
  • Windows での MSVC サポート廃止、ClangCL 必須に
  • AsyncLocalStorageがデフォルトでAsyncContextFrameを使用
  • URLPatternがグローバルオブジェクトで利用可能に
  • Permission Model のフラグが--experimental-permissionから--permissionに変更
  • テストランナーがサブテストの完了を自動的に待機するように変更
  • Node.js に同梱されている Undici が v7 に更新

出展:Node.js v24.0.0 (Current) Release Notes

編集