Change8

v26.5.0

📦 node-jsView on GitHub →
5 features🐛 6 fixes🔧 12 symbols

Summary

This release introduces several minor features like blob.textStream() and an experimental ESM flag, alongside dependency updates and various bug fixes across modules like buffer and crypto. A new release key from Stewart X Addison is also introduced.

✨ New Features

  • Implement blob.textStream() in the buffer module.
  • Add --experimental-import-text flag to ESM.
  • Sample delay per event loop iteration in perf_hooks.
  • Expose ReadableStreamTee in the stream module.
  • Report negotiated TLS groups in the tls module.

🐛 Bug Fixes

  • Remove unreachable overflow check in buffer.atob.
  • Fix permission model propagation via NODE_OPTIONS in child_process.
  • Fix large DH generator validation in crypto.
  • Reject small-order EdDSA points during verify in crypto.
  • Skip dns.lookup() for literal IP addresses in dgram.
  • Return original thenable in diagnostics_channel.

Affected Symbols