Skip to content

Commit bebd1b8

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 c96c838 commit bebd1b8

10 files changed

Lines changed: 168 additions & 15 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
-->
@@ -1263,7 +1263,7 @@ Previously gated the entire `import.meta.resolve` feature.
12631263

12641264
<!-- YAML
12651265
added:
1266-
- REPLACEME
1266+
- v26.5.0
12671267
-->
12681268

12691269
> Stability: 1.0 - Early development
@@ -1350,7 +1350,7 @@ added:
13501350
- v22.0.0
13511351
- v20.17.0
13521352
changes:
1353-
- version: REPLACEME
1353+
- version: v26.5.0
13541354
pr-url: https://github.com/nodejs/node/pull/64154
13551355
description: Print the top-level awaits without evaluating the modules.
13561356
-->

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
@@ -2805,7 +2805,7 @@ A QUIC session failed because version negotiation is required.
28052805

28062806
<!-- YAML
28072807
changes:
2808-
- version: REPLACEME
2808+
- version: v26.5.0
28092809
pr-url: https://github.com/nodejs/node/pull/64260
28102810
description: Added the `requireStack` and `topLevelAwaitLocations` properties.
28112811
-->

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.

src/node_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
#define SRC_NODE_VERSION_H_
2424

2525
#define NODE_MAJOR_VERSION 26
26-
#define NODE_MINOR_VERSION 4
27-
#define NODE_PATCH_VERSION 1
26+
#define NODE_MINOR_VERSION 5
27+
#define NODE_PATCH_VERSION 0
2828

2929
#define NODE_VERSION_IS_LTS 0
3030
#define NODE_VERSION_LTS_CODENAME ""
3131

32-
#define NODE_VERSION_IS_RELEASE 0
32+
#define NODE_VERSION_IS_RELEASE 1
3333

3434
#ifndef NODE_STRINGIFY
3535
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)