Skip to content

Commit 3f2fc8a

Browse files
committed
2026-08-05, Version 26.7.0 (Current)
Notable changes: crypto: * (SEMVER-MINOR) support loading private keys through STORE loaders (Filip Skokan) #63949 * update root certificates to NSS 3.125 (Node.js GitHub Bot) #64746 lib: * (SEMVER-MINOR) add perfetto support (Chengzhong Wu) #64565 module: * (SEMVER-MINOR) implement `Symbol.dispose` in ModuleHooks (Remco Haszing) #63928 test_runner: * (SEMVER-MINOR) add support for `--test-coverage-include-all` (avivkeller) #64830 PR-URL: #65027
1 parent a8350ac commit 3f2fc8a

8 files changed

Lines changed: 181 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ release.
4141
</tr>
4242
<tr>
4343
<td valign="top">
44-
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.6.0">26.6.0</a></b><br/>
44+
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.7.0">26.7.0</a></b><br/>
45+
<a href="doc/changelogs/CHANGELOG_V26.md#26.6.0">26.6.0</a><br/>
4546
<a href="doc/changelogs/CHANGELOG_V26.md#26.5.1">26.5.1</a><br/>
4647
<a href="doc/changelogs/CHANGELOG_V26.md#26.5.0">26.5.0</a><br/>
4748
<a href="doc/changelogs/CHANGELOG_V26.md#26.4.0">26.4.0</a><br/>

doc/api/cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Error: connect ERR_ACCESS_DENIED Access to this API has been restricted. Use --a
364364
### `--allow-openssl-store`
365365

366366
<!-- YAML
367-
added: REPLACEME
367+
added: v26.7.0
368368
-->
369369

370370
> Stability: 1.1 - Active development
@@ -751,7 +751,7 @@ added:
751751
- v21.3.0
752752
- v20.11.0
753753
changes:
754-
- version: REPLACEME
754+
- version: v26.7.0
755755
pr-url: https://github.com/nodejs/node/pull/64742
756756
description: The `--disable-warning` flag is now stable.
757757
-->
@@ -1082,7 +1082,7 @@ added:
10821082
- v23.10.0
10831083
- v22.16.0
10841084
changes:
1085-
- version: REPLACEME
1085+
- version: v26.7.0
10861086
pr-url: https://github.com/nodejs/node/pull/64516
10871087
description: Marked as release candidate.
10881088
-->
@@ -2891,7 +2891,7 @@ files must meet **both** criteria to be included in the coverage report.
28912891
### `--test-coverage-include-all`
28922892

28932893
<!-- YAML
2894-
added: REPLACEME
2894+
added: v26.7.0
28952895
-->
28962896

28972897
> Stability: 1 - Experimental

doc/api/crypto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3978,11 +3978,11 @@ input.on('readable', () => {
39783978
<!-- YAML
39793979
added: v11.6.0
39803980
changes:
3981-
- version: REPLACEME
3981+
- version: v26.7.0
39823982
pr-url: https://github.com/nodejs/node/pull/63949
39833983
description: The key can also be a URL referencing an object for an
39843984
OpenSSL STORE loader. The `properties` option was added.
3985-
- version: REPLACEME
3985+
- version: v26.7.0
39863986
pr-url: https://github.com/nodejs/node/pull/63188
39873987
description: Passing a CryptoKey as `key` is no longer supported.
39883988
- version:

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3046,7 +3046,7 @@ added:
30463046
- v26.1.0
30473047
- v24.16.0
30483048
changes:
3049-
- version: REPLACEME
3049+
- version: v26.7.0
30503050
pr-url: https://github.com/nodejs/node/pull/64392
30513051
description: The signal is no longer aborted after the message
30523052
completes normally.

doc/api/net.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ added:
17891789
- v26.4.0
17901790
- v24.19.0
17911791
changes:
1792-
- version: REPLACEME
1792+
- version: v26.7.0
17931793
pr-url: https://github.com/nodejs/node/pull/64399
17941794
description: The `path` option is supported.
17951795
-->
@@ -1818,7 +1818,7 @@ added:
18181818
- v26.4.0
18191819
- v24.19.0
18201820
changes:
1821-
- version: REPLACEME
1821+
- version: v26.7.0
18221822
pr-url: https://github.com/nodejs/node/pull/64399
18231823
description: The bound path is returned for a pipe bind.
18241824
-->
@@ -1833,7 +1833,7 @@ OS-assigned ephemeral port.
18331833
### `boundSocket.isPipe`
18341834

18351835
<!-- YAML
1836-
added: REPLACEME
1836+
added: v26.7.0
18371837
-->
18381838

18391839
* {boolean}

doc/api/quic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2047,7 +2047,7 @@ whole stream with [`stream.destroy()`][]. Read/write.
20472047
### `stream.onstopsending`
20482048

20492049
<!-- YAML
2050-
added: REPLACEME
2050+
added: v26.7.0
20512051
-->
20522052

20532053
* Type: {quic.OnStreamErrorCallback}

doc/api/zlib.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,7 @@ added:
22022202
- v23.8.0
22032203
- v22.15.0
22042204
changes:
2205-
- version: REPLACEME
2205+
- version: v26.7.0
22062206
pr-url: https://github.com/nodejs/node/pull/64599
22072207
description: The `dictionary` option can be a `TypedArray`, `DataView`, or
22082208
`ArrayBuffer`.

doc/changelogs/CHANGELOG_V26.md

Lines changed: 167 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)