Skip to content

Commit 73ca2e9

Browse files
committed
2026-04-22, Version 26.0.0 (Current)
PR-URL: TBD
1 parent d080801 commit 73ca2e9

35 files changed

+173
-30
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Select a Node.js version below to view the changelog history:
44

5+
* [Node.js 26](doc/changelogs/CHANGELOG_V26.md) **Current**
56
* [Node.js 25](doc/changelogs/CHANGELOG_V25.md) **Current**
67
* [Node.js 24](doc/changelogs/CHANGELOG_V24.md) **Long Term Support**
78
* [Node.js 23](doc/changelogs/CHANGELOG_V23.md) End-of-Life
@@ -34,13 +35,17 @@ release.
3435

3536
<table>
3637
<tr>
38+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V26.md">26</a> (Current)</th>
3739
<th title="Current"><a href="doc/changelogs/CHANGELOG_V25.md">25</a> (Current)</th>
3840
<th title="LTS Until 2028-04"><a href="doc/changelogs/CHANGELOG_V24.md">24</a> (LTS)</th>
3941
<th title="LTS Until 2027-04"><a href="doc/changelogs/CHANGELOG_V22.md">22</a> (LTS)</th>
4042
<th title="LTS Until 2026-04"><a href="doc/changelogs/CHANGELOG_V20.md">20</a> (LTS)</th>
4143
</tr>
4244
<tr>
4345
<td valign="top">
46+
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.0.0">26.0.0</a></b><br/>
47+
</td>
48+
<td valign="top">
4449
<b><a href="doc/changelogs/CHANGELOG_V25.md#25.9.0">25.9.0</a></b><br/>
4550
<a href="doc/changelogs/CHANGELOG_V25.md#25.8.2">25.8.2</a><br/>
4651
<a href="doc/changelogs/CHANGELOG_V25.md#25.8.1">25.8.1</a><br/>

doc/abi_version_registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"NODE_MODULE_VERSION": [
33
{ "modules": 146,"runtime": "electron", "variant": "electron", "versions": "42" },
44
{ "modules": 145,"runtime": "electron", "variant": "electron", "versions": "41" },
5-
{ "modules": 144,"runtime": "node", "variant": "v8_14.3", "versions": "26.0.0-pre" },
5+
{ "modules": 144,"runtime": "node", "variant": "v8_14.3", "versions": "26.0.0" },
66
{ "modules": 143,"runtime": "electron", "variant": "electron", "versions": "40" },
77
{ "modules": 142,"runtime": "node", "variant": "v8_14.2", "versions": "26.0.0-pre" },
88
{ "modules": 141,"runtime": "node", "variant": "v8_14.1", "versions": "25.0.0" },

doc/api/assert.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ destructuring and call methods directly on the instance.
327327
<!-- YAML
328328
added: v0.5.9
329329
changes:
330-
- version: REPLACEME
330+
- version: v26.0.0
331331
pr-url: https://github.com/nodejs/node/pull/58849
332332
description: Message may now be a `printf`-like format string or function.
333333
-->
@@ -342,7 +342,7 @@ An alias of [`assert.ok()`][].
342342
<!-- YAML
343343
added: v0.1.21
344344
changes:
345-
- version: REPLACEME
345+
- version: v26.0.0
346346
pr-url: https://github.com/nodejs/node/pull/58849
347347
description: Message may now be a `printf`-like format string or function.
348348
- version: v25.0.0
@@ -861,7 +861,7 @@ added:
861861
- v13.6.0
862862
- v12.16.0
863863
changes:
864-
- version: REPLACEME
864+
- version: v26.0.0
865865
pr-url: https://github.com/nodejs/node/pull/58849
866866
description: Message may now be a `printf`-like format string or function.
867867
- version: v16.0.0
@@ -1104,7 +1104,7 @@ assert.doesNotThrow(
11041104
<!-- YAML
11051105
added: v0.1.21
11061106
changes:
1107-
- version: REPLACEME
1107+
- version: v26.0.0
11081108
pr-url: https://github.com/nodejs/node/pull/58849
11091109
description: Message may now be a `printf`-like format string or function.
11101110
- version:
@@ -1292,7 +1292,7 @@ added:
12921292
- v13.6.0
12931293
- v12.16.0
12941294
changes:
1295-
- version: REPLACEME
1295+
- version: v26.0.0
12961296
pr-url: https://github.com/nodejs/node/pull/58849
12971297
description: Message may now be a `printf`-like format string or function.
12981298
- version: v16.0.0
@@ -1344,7 +1344,7 @@ instance of {Error} then it will be thrown instead of the
13441344
<!-- YAML
13451345
added: v0.1.21
13461346
changes:
1347-
- version: REPLACEME
1347+
- version: v26.0.0
13481348
pr-url: https://github.com/nodejs/node/pull/58849
13491349
description: Message may now be a `printf`-like format string or function.
13501350
- version:
@@ -1471,7 +1471,7 @@ instead of the `AssertionError`.
14711471
<!-- YAML
14721472
added: v1.2.0
14731473
changes:
1474-
- version: REPLACEME
1474+
- version: v26.0.0
14751475
pr-url: https://github.com/nodejs/node/pull/58849
14761476
description: Message may now be a `printf`-like format string or function.
14771477
- version: v9.0.0
@@ -1534,7 +1534,7 @@ instead of the [`AssertionError`][].
15341534
<!-- YAML
15351535
added: v0.1.21
15361536
changes:
1537-
- version: REPLACEME
1537+
- version: v26.0.0
15381538
pr-url: https://github.com/nodejs/node/pull/58849
15391539
description: Message may now be a `printf`-like format string or function.
15401540
- version:
@@ -1601,7 +1601,7 @@ parameter is an instance of {Error} then it will be thrown instead of the
16011601
<!-- YAML
16021602
added: v0.1.21
16031603
changes:
1604-
- version: REPLACEME
1604+
- version: v26.0.0
16051605
pr-url: https://github.com/nodejs/node/pull/58849
16061606
description: Message may now be a `printf`-like format string or function.
16071607
- version: v10.0.0
@@ -1657,7 +1657,7 @@ instead of the `AssertionError`.
16571657
<!-- YAML
16581658
added: v0.1.21
16591659
changes:
1660-
- version: REPLACEME
1660+
- version: v26.0.0
16611661
pr-url: https://github.com/nodejs/node/pull/58849
16621662
description: Message may now be a `printf`-like format string or function.
16631663
- version: v10.0.0
@@ -1904,7 +1904,7 @@ argument gets considered.
19041904
<!-- YAML
19051905
added: v0.1.21
19061906
changes:
1907-
- version: REPLACEME
1907+
- version: v26.0.0
19081908
pr-url: https://github.com/nodejs/node/pull/58849
19091909
description: Message may now be a `printf`-like format string or function.
19101910
- version: v10.0.0

doc/api/crypto.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ When passing a string as the `buffer`, please consider
11931193
<!-- YAML
11941194
added: v1.0.0
11951195
changes:
1196-
- version: REPLACEME
1196+
- version: v26.0.0
11971197
pr-url: https://github.com/nodejs/node/pull/61084
11981198
description: Using GCM tag lengths other than 128 bits without specifying
11991199
the `authTagLength` option when creating `decipher` is not
@@ -2256,7 +2256,7 @@ be listed in the `transferList` argument.
22562256
<!-- YAML
22572257
added: v15.0.0
22582258
changes:
2259-
- version: REPLACEME
2259+
- version: v26.0.0
22602260
pr-url: https://github.com/nodejs/node/pull/62453
22612261
description: Passing a non-extractable CryptoKey as `key` is deprecated.
22622262
-->
@@ -2397,11 +2397,11 @@ type, value, and parameters. This method is not
23972397
<!-- YAML
23982398
added: v11.6.0
23992399
changes:
2400-
- version: REPLACEME
2400+
- version: v26.0.0
24012401
pr-url: https://github.com/nodejs/node/pull/62240
24022402
description: Added support for `'raw-public'`, `'raw-private'`,
24032403
and `'raw-seed'` formats.
2404-
- version: REPLACEME
2404+
- version: v26.0.0
24052405
pr-url: https://github.com/nodejs/node/pull/62178
24062406
description: ML-KEM and ML-DSA private key `'pkcs8'` export now
24072407
uses seed-only format by default when a seed is
@@ -3530,7 +3530,7 @@ operations. The specific constants currently defined are described in
35303530
<!-- YAML
35313531
added: v0.1.94
35323532
changes:
3533-
- version: REPLACEME
3533+
- version: v26.0.0
35343534
pr-url: https://github.com/nodejs/node/pull/62453
35353535
description: Passing a CryptoKey as `key` is deprecated.
35363536
- version:
@@ -3607,7 +3607,7 @@ given IV will be.
36073607
<!-- YAML
36083608
added: v0.1.94
36093609
changes:
3610-
- version: REPLACEME
3610+
- version: v26.0.0
36113611
pr-url: https://github.com/nodejs/node/pull/62453
36123612
description: Passing a CryptoKey as `key` is deprecated.
36133613
- version:
@@ -3833,7 +3833,7 @@ input.on('readable', () => {
38333833
<!-- YAML
38343834
added: v0.1.94
38353835
changes:
3836-
- version: REPLACEME
3836+
- version: v26.0.0
38373837
pr-url: https://github.com/nodejs/node/pull/62453
38383838
description: Passing a CryptoKey as `key` is deprecated.
38393839
- version: v15.0.0
@@ -3926,10 +3926,10 @@ input.on('readable', () => {
39263926
<!-- YAML
39273927
added: v11.6.0
39283928
changes:
3929-
- version: REPLACEME
3929+
- version: v26.0.0
39303930
pr-url: https://github.com/nodejs/node/pull/62453
39313931
description: Passing a CryptoKey as `key` is deprecated.
3932-
- version: REPLACEME
3932+
- version: v26.0.0
39333933
pr-url: https://github.com/nodejs/node/pull/62240
39343934
description: Added support for `'raw-private'` and `'raw-seed'`
39353935
formats.
@@ -3977,10 +3977,10 @@ of the passphrase is limited to 1024 bytes.
39773977
<!-- YAML
39783978
added: v11.6.0
39793979
changes:
3980-
- version: REPLACEME
3980+
- version: v26.0.0
39813981
pr-url: https://github.com/nodejs/node/pull/62453
39823982
description: Passing a CryptoKey as `key` is deprecated.
3983-
- version: REPLACEME
3983+
- version: v26.0.0
39843984
pr-url: https://github.com/nodejs/node/pull/62240
39853985
description: Added support for `'raw-public'` format.
39863986
- version: v24.6.0
@@ -6090,7 +6090,7 @@ Throws an error if FIPS mode is not available.
60906090
<!-- YAML
60916091
added: v12.0.0
60926092
changes:
6093-
- version: REPLACEME
6093+
- version: v26.0.0
60946094
pr-url: https://github.com/nodejs/node/pull/62474
60956095
description: Add support for Ed25519 context parameter.
60966096
- version: v24.8.0
@@ -6219,7 +6219,7 @@ not introduce timing vulnerabilities.
62196219
<!-- YAML
62206220
added: v12.0.0
62216221
changes:
6222-
- version: REPLACEME
6222+
- version: v26.0.0
62236223
pr-url: https://github.com/nodejs/node/pull/62474
62246224
description: Add support for Ed25519 context parameter.
62256225
- version: v24.8.0

doc/api/globals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ A browser-compatible implementation of {Headers}.
661661
<!-- YAML
662662
added: v22.4.0
663663
changes:
664-
- version: REPLACEME
664+
- version: v26.0.0
665665
pr-url: https://github.com/nodejs/node/pull/60351
666666
description: Accessing the `localStorage` global without providing
667667
`--localstorage-file` now throws a `DOMException`, for
@@ -979,7 +979,7 @@ DataHandler.prototype.load = async function load(key) {
979979
## Class: `QuotaExceededError`
980980

981981
<!-- YAML
982-
added: REPLACEME
982+
added: v26.0.0
983983
-->
984984

985985
The WHATWG {QuotaExceededError} class. Extends {DOMException}.

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ per connection (in the case of HTTP Keep-Alive connections).
16901690
<!-- YAML
16911691
added: v0.1.94
16921692
changes:
1693-
- version: REPLACEME
1693+
- version: v26.0.0
16941694
pr-url: https://github.com/nodejs/node/pull/60016
16951695
description: Request bodies are no longer exposed raw (unparsed) on the
16961696
socket argument. Instead, if a body is received, the stream

doc/api/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- YAML
44
changes:
5-
- version: REPLACEME
5+
- version: v26.0.0
66
pr-url: https://github.com/nodejs/node/pull/61803
77
description: Removed `--experimental-transform-types` flag.
88
- version:

doc/changelogs/CHANGELOG_ARCHIVE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
</table>
157157

158158
* Other Versions
159+
* [26.x](CHANGELOG_V26.md)
159160
* [25.x](CHANGELOG_V25.md)
160161
* [24.x](CHANGELOG_V24.md)
161162
* [23.x](CHANGELOG_V23.md)

doc/changelogs/CHANGELOG_IOJS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
</table>
6363

6464
* Other Versions
65+
* [26.x](CHANGELOG_V26.md)
6566
* [25.x](CHANGELOG_V25.md)
6667
* [24.x](CHANGELOG_V24.md)
6768
* [23.x](CHANGELOG_V23.md)

doc/changelogs/CHANGELOG_V010.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
</table>
6565

6666
* Other Versions
67+
* [26.x](CHANGELOG_V26.md)
6768
* [25.x](CHANGELOG_V25.md)
6869
* [24.x](CHANGELOG_V24.md)
6970
* [23.x](CHANGELOG_V23.md)

0 commit comments

Comments
 (0)