LANGUAGES Signal 507
Node.js 24.19.0 (LTS)
The new blob.textStream() API lets engineers stream text from Blob objects without extra buffering, simplifying data pipelines. Updated OpenSSL build configuration enables TLS compression, which can reduce encrypted traffic size for network services. The httpValidation option gives fine‑grained control over header validation, helping prevent malformed requests in custom HTTP servers.
Written by elseif from the cluster below · every claim links back to a sourceThe three things worth knowing
buffer module now provides blob.textStream() for streaming text from Blob objects.
OpenSSL build configuration updated to support TLS compression via negotiated extensions.
HTTP module gains an httpValidation option to configure header value validation behavior.
THE CLUSTER