---
title: "Node.js — Node.js 26.7.0 (Current)"
url: https://daily.dev/posts/node-js-node-js-26-7-0-current--qwdptysuw
source_url: https://nodejs.org/en/blog/release/v26.7.0
type: article
source: "Node.js"
published: 2026-08-05T16:51:49.674Z
updated: 2026-08-05T17:16:29.352Z
tags: ["javascript", "testing", "nodejs", "cryptography"]
reading_time: 12
upvotes: 17
comments: 1
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 26.7.0 (Current)

**[Node.js](https://daily.dev/sources/nodejs)** · 12 min read · 17 upvotes · 1 comments

## Summary

Node.js 26.7.0 (Current) has been released with several notable changes: Perfetto tracing support has been added for improved diagnostics, the crypto module now supports loading private keys through STORE loaders and updates root certificates to NSS 3.125, Symbol.dispose is implemented in ModuleHooks for explicit resource management, and the test runner gains a --test-coverage-include-all flag. The release also includes numerous bug fixes across crypto, FFI, SQLite, streams, HTTP/2, QUIC, and TLS, along with dependency updates including npm 11.19.0, SQLite 3.53.4, and various V8 backports.

## Full article

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

## Community discussion

Top comments from developers on daily.dev.

**@pdfopsdev** · 1 upvotes

> perfetto support in core tracing is a bigger deal than it looks, chrome://tracing json blobs never played nice with anything outside chrome. wonder if this finally makes flame graphs from prod traces easy without reaching for clinic.js or 0x.

## Similar posts on daily.dev

- [Node.js — Node.js 26.8.0 \(Current\)](https://daily.dev/posts/node-js-node-js-26-8-0-current--xau63clzx) · Node.js · 11 upvotes · 1 comments
- [Node.js — Node.js 26.1.0 \(Current\)](https://daily.dev/posts/node-js-node-js-26-1-0-current--xpxtzcoui) · Node.js · 63 upvotes · 1 comments
- [Node.js — Node.js 25.5.0 \(Current\)](https://daily.dev/posts/node-js-node-js-25-5-0-current--brqrgrbke) · Node.js · 53 upvotes · 0 comments
- [Node.js — Node.js v25.1.0 \(Current\)](https://daily.dev/posts/node-js-node-js-v25-1-0-current--rubeho9md) · Node.js · 82 upvotes · 3 comments

---

Tags: [#javascript](https://daily.dev/tags/javascript), [#testing](https://daily.dev/tags/testing), [#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-26-7-0-current--qwdptysuw)
