Skip to content

Commit 9051e5e

Browse files
nodejs-github-botrichardlau
authored andcommitted
2026-07-08, Version 26.5.0 (Current)
Notable changes: buffer: * (SEMVER-MINOR) implement blob.textStream() (Matthew Aitken) #64036 esm: * (SEMVER-MINOR) add `--experimental-import-text` flag (Efe) #62300 perf_hooks: * (SEMVER-MINOR) sample delay per event loop iteration (Pablo Erhard) #62935 stream: * (SEMVER-MINOR) expose ReadableStreamTee (Matteo Collina) #64195 tls: * (SEMVER-MINOR) report negotiated TLS groups (Filip Skokan) #64119 PR-URL: #64329 Signed-off-by: Richard Lau <richard.lau@ibm.com>
1 parent 1709394 commit 9051e5e

9 files changed

Lines changed: 165 additions & 12 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.4.0">26.4.0</a></b><br/>
44+
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.5.0">26.5.0</a></b><br/>
45+
<a href="doc/changelogs/CHANGELOG_V26.md#26.4.0">26.4.0</a><br/>
4546
<a href="doc/changelogs/CHANGELOG_V26.md#26.3.1">26.3.1</a><br/>
4647
<a href="doc/changelogs/CHANGELOG_V26.md#26.3.0">26.3.0</a><br/>
4748
<a href="doc/changelogs/CHANGELOG_V26.md#26.2.0">26.2.0</a><br/>

doc/api/buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ UTF-8 string.
596596
### `blob.textStream()`
597597

598598
<!-- YAML
599-
added: REPLACEME
599+
added: v26.5.0
600600
-->
601601

602602
* Returns: {ReadableStream}

doc/api/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ added:
10401040
- v23.6.0
10411041
- v22.20.0
10421042
changes:
1043-
- version: REPLACEME
1043+
- version: v26.5.0
10441044
pr-url: https://github.com/nodejs/node/pull/64221
10451045
description: This is enabled by default.
10461046
-->
@@ -1274,7 +1274,7 @@ Previously gated the entire `import.meta.resolve` feature.
12741274

12751275
<!-- YAML
12761276
added:
1277-
- REPLACEME
1277+
- v26.5.0
12781278
-->
12791279

12801280
> Stability: 1.0 - Early development
@@ -1361,7 +1361,7 @@ added:
13611361
- v22.0.0
13621362
- v20.17.0
13631363
changes:
1364-
- version: REPLACEME
1364+
- version: v26.5.0
13651365
pr-url: https://github.com/nodejs/node/pull/64154
13661366
description: Print the top-level awaits without evaluating the modules.
13671367
-->

doc/api/diagnostics_channel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ added:
948948
- v19.9.0
949949
- v18.19.0
950950
changes:
951-
- version: REPLACEME
951+
- version: v26.5.0
952952
pr-url: https://github.com/nodejs/node/pull/62407
953953
description: Non-native-Promise thenables are now returned as-is,
954954
preserving their original type and methods.

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,7 @@ A QUIC session failed because version negotiation is required.
28252825

28262826
<!-- YAML
28272827
changes:
2828-
- version: REPLACEME
2828+
- version: v26.5.0
28292829
pr-url: https://github.com/nodejs/node/pull/64260
28302830
description: Added the `requireStack` and `topLevelAwaitLocations` properties.
28312831
-->

doc/api/perf_hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ are not guaranteed to reflect any correct state of the event loop.
17071707
<!-- YAML
17081708
added: v11.10.0
17091709
changes:
1710-
- version: REPLACEME
1710+
- version: v26.5.0
17111711
pr-url: https://github.com/nodejs/node/pull/62935
17121712
description: Added the `samplePerIteration` option.
17131713
-->

doc/api/webstreams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For more details refer to the relevant documentation:
109109
### `ReadableStreamTee(stream[, cloneForBranch2])`
110110

111111
<!-- YAML
112-
added: REPLACEME
112+
added: v26.5.0
113113
-->
114114

115115
> Stability: 1 - Experimental

doc/api/zlib.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ These advanced options are available for controlling decompression:
801801
<!-- YAML
802802
added: v0.11.1
803803
changes:
804-
- version: REPLACEME
804+
- version: v26.5.0
805805
pr-url: https://github.com/nodejs/node/pull/64023
806806
description: The `rejectGarbageAfterEnd` option was added.
807807
- version:
@@ -852,7 +852,7 @@ information.
852852
<!-- YAML
853853
added: v11.7.0
854854
changes:
855-
- version: REPLACEME
855+
- version: v26.5.0
856856
pr-url: https://github.com/nodejs/node/pull/64023
857857
description: The `rejectGarbageAfterEnd` option was added.
858858
- version:
@@ -1099,7 +1099,7 @@ added:
10991099
- v23.8.0
11001100
- v22.15.0
11011101
changes:
1102-
- version: REPLACEME
1102+
- version: v26.5.0
11031103
pr-url: https://github.com/nodejs/node/pull/64023
11041104
description: The `rejectGarbageAfterEnd` option was added.
11051105
-->

doc/changelogs/CHANGELOG_V26.md

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

0 commit comments

Comments
 (0)