Change8

v18.20.8

📦 node-jsView on GitHub →
5 features🐛 3 fixes1 deprecations🔧 7 symbols

Summary

This release focuses on security and dependency updates, notably upgrading OpenSSL to 3.0.16 and root certificates to NSS 3.108, alongside internal improvements to the inspector API.

Migration Steps

  1. Update environment to support OpenSSL 3.0.16.
  2. Verify any custom certificate logic against the new NSS 3.108 root store.

✨ New Features

  • Implemented inspector API without async_wrap in async_hooks/inspector.
  • Updated root certificates to NSS 3.108.
  • Updated OpenSSL to 3.0.16.
  • Updated Corepack to 0.32.0.
  • Updated Undici to v5.29.0.

🐛 Bug Fixes

  • Fixed build compatibility with V8 depot_tools.
  • Fixed link and history metadata for SourceMap documentation sections.
  • Updated error code handling in tls-psk-circuit for OpenSSL 3.4 compatibility.

Affected Symbols

⚡ Deprecations

  • Added missing deprecated badges to the fs module documentation.