LANGUAGES Signal 508
Node.js 26.6.0 (Current)
The ffi.getCurrentEventLoop API enables native modules to retrieve the current event loop, facilitating tighter integration with asynchronous C/C++ code. Enhanced test runner logging via context.log() and test:log events, plus entryFile reporting in TestStream streams, improves test observability, while fixes for Map handling, Blob streaming, crypto keys and dependency updates boost reliability and security.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
Added ffi:getCurrentEventLoop to allow native addons to access the current event loop.
Test runner now supports context.log() and test:log events and reports entryFile in TestStream events.
Includes fixes for Map null‑key TypeError, Blob line‑ending and stream leaks, crypto key handling, and updates to dependencies such as V8, ngtcp2, libffi, and timezone data.
THE CLUSTER