,

Framework Release Watch No5

🟢 Node.js 26.6.0 Expands FFI and Test Runner APIs
Teams relying on FFI or built-in test tooling should upgrade soon to adopt the new APIs.
Node.js 26.6.0 adds FFI access to the current event loop. The test runner gains context.log, test:log events, and entryFile reporting.
🔗 Read more 🔗
Source: GitHub — Node.js

🚀 Node.js 24.19.0 Advances Streams, Networking, and TLS
Backend teams using streams, networking, or TLS should prioritize testing this upgrade for its expanded controls.
Node.js 24.19.0 introduces blob.textStream, experimental text imports, caller-supplied readFile buffers, and new stream APIs. It also adds configurable HTTP validation, TCP keepalive controls, and TLS certificate compression.
🔗 Read more 🔗
Source: GitHub — Node.js