---
title: "Node.js — Node.js 24.19.0 (LTS)"
url: https://daily.dev/posts/node-js-node-js-24-19-0-lts--nucatzks7
source_url: https://nodejs.org/en/blog/release/v24.19.0
type: article
source: "Node.js"
published: 2026-08-03T14:56:04.756Z
updated: 2026-08-04T02:17:25.302Z
tags: ["javascript", "nodejs", "cryptography"]
reading_time: 20
upvotes: 9
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Node.js — Node.js 24.19.0 (LTS)

**[Node.js](https://daily.dev/sources/nodejs)** · 20 min read · 9 upvotes · 0 comments

## Summary

Node.js 24.19.0 LTS (codename 'Krypton') has been released with several notable additions: `blob.textStream()` for streaming text from Blobs, OpenSSL compression support with a new `certificateCompression` TLS option, an `--experimental-import-text` ESM flag, caller-supplied buffers for `readFile()`, an `httpValidation` option for HTTP header validation, TCP keep-alive interval and count support in `setKeepAlive`, event loop delay sampling in `perf_hooks`, and exposure of `ReadableStreamTee`. The release also includes numerous bug fixes across crypto, streams, fs, debugger, and sqlite, plus dependency updates including npm 11.17.0 and SQLite 3.53.3.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://nodejs.org/en/blog/release/v24.19.0>

## Similar posts on daily.dev

- [Node.js — Node.js 26.5.0 \(Current\)](https://daily.dev/posts/node-js-node-js-26-5-0-current--oivepa9rz) · Node.js · 143 upvotes · 4 comments
- [Node.js — Node.js 24.18.0 \(LTS\)](https://daily.dev/posts/node-js-node-js-24-18-0-lts--d7uvfnvtr) · Node.js · 32 upvotes · 1 comments
- [Node.js — Node.js v24.12.0 \(LTS\)](https://daily.dev/posts/node-js-node-js-v24-12-0-lts--ixp04jcrd) · Node.js · 47 upvotes · 0 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#nodejs](https://daily.dev/tags/nodejs), [#cryptography](https://daily.dev/tags/cryptography)

[View this post on daily.dev](https://daily.dev/posts/node-js-node-js-24-19-0-lts--nucatzks7)
