Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

* [Node.js 26](doc/changelogs/CHANGELOG_V26.md) **Current**
* [Node.js 25](doc/changelogs/CHANGELOG_V25.md) **Current**
* [Node.js 24](doc/changelogs/CHANGELOG_V24.md) **Long Term Support**
* [Node.js 23](doc/changelogs/CHANGELOG_V23.md) End-of-Life
Expand Down Expand Up @@ -34,14 +35,19 @@ release.

<table>
<tr>
<th title="Current"><a href="doc/changelogs/CHANGELOG_V26.md">26</a> (Current)</th>
<th title="Current"><a href="doc/changelogs/CHANGELOG_V25.md">25</a> (Current)</th>
<th title="LTS Until 2028-04"><a href="doc/changelogs/CHANGELOG_V24.md">24</a> (LTS)</th>
<th title="LTS Until 2027-04"><a href="doc/changelogs/CHANGELOG_V22.md">22</a> (LTS)</th>
<th title="LTS Until 2026-04"><a href="doc/changelogs/CHANGELOG_V20.md">20</a> (LTS)</th>
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V25.md#25.8.2">25.8.2</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V26.md#26.0.0">26.0.0</a></b><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V25.md#25.9.0">25.9.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V25.md#25.8.2">25.8.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V25.md#25.8.1">25.8.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V25.md#25.8.0">25.8.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V25.md#25.7.0">25.7.0</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion doc/abi_version_registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{ "modules": 147,"runtime": "node", "variant": "v8_14.6", "versions": "26.0.0-pre" },
{ "modules": 146,"runtime": "electron", "variant": "electron", "versions": "42" },
{ "modules": 145,"runtime": "electron", "variant": "electron", "versions": "41" },
{ "modules": 144,"runtime": "node", "variant": "v8_14.3", "versions": "26.0.0-pre" },
{ "modules": 144,"runtime": "node", "variant": "v8_14.3", "versions": "26.0.0" },
{ "modules": 143,"runtime": "electron", "variant": "electron", "versions": "40" },
{ "modules": 142,"runtime": "node", "variant": "v8_14.2", "versions": "26.0.0-pre" },
{ "modules": 141,"runtime": "node", "variant": "v8_14.1", "versions": "25.0.0" },
Expand Down
22 changes: 11 additions & 11 deletions doc/api/assert.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ destructuring and call methods directly on the instance.
<!-- YAML
added: v0.5.9
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
-->
Expand All @@ -342,7 +342,7 @@ An alias of [`assert.ok()`][].
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v25.0.0
Expand Down Expand Up @@ -861,7 +861,7 @@ added:
- v13.6.0
- v12.16.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v16.0.0
Expand Down Expand Up @@ -1104,7 +1104,7 @@ assert.doesNotThrow(
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version:
Expand Down Expand Up @@ -1292,7 +1292,7 @@ added:
- v13.6.0
- v12.16.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v16.0.0
Expand Down Expand Up @@ -1344,7 +1344,7 @@ instance of {Error} then it will be thrown instead of the
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version:
Expand Down Expand Up @@ -1471,7 +1471,7 @@ instead of the `AssertionError`.
<!-- YAML
added: v1.2.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v9.0.0
Expand Down Expand Up @@ -1534,7 +1534,7 @@ instead of the [`AssertionError`][].
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version:
Expand Down Expand Up @@ -1601,7 +1601,7 @@ parameter is an instance of {Error} then it will be thrown instead of the
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v10.0.0
Expand Down Expand Up @@ -1657,7 +1657,7 @@ instead of the `AssertionError`.
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v10.0.0
Expand Down Expand Up @@ -1904,7 +1904,7 @@ argument gets considered.
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/58849
description: Message may now be a `printf`-like format string or function.
- version: v10.0.0
Expand Down
26 changes: 13 additions & 13 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ When passing a string as the `buffer`, please consider
<!-- YAML
added: v1.0.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/61084
description: Using GCM tag lengths other than 128 bits without specifying
the `authTagLength` option when creating `decipher` is not
Expand Down Expand Up @@ -2256,7 +2256,7 @@ be listed in the `transferList` argument.
<!-- YAML
added: v15.0.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62453
description: Passing a non-extractable CryptoKey as `key` is deprecated.
-->
Expand Down Expand Up @@ -2397,11 +2397,11 @@ type, value, and parameters. This method is not
<!-- YAML
added: v11.6.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62240
description: Added support for `'raw-public'`, `'raw-private'`,
and `'raw-seed'` formats.
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62178
description: ML-KEM and ML-DSA private key `'pkcs8'` export now
uses seed-only format by default when a seed is
Expand Down Expand Up @@ -3530,7 +3530,7 @@ operations. The specific constants currently defined are described in
<!-- YAML
added: v0.1.94
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62453
description: Passing a CryptoKey as `key` is deprecated.
- version:
Expand Down Expand Up @@ -3607,7 +3607,7 @@ given IV will be.
<!-- YAML
added: v0.1.94
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62453
description: Passing a CryptoKey as `key` is deprecated.
- version:
Expand Down Expand Up @@ -3833,7 +3833,7 @@ input.on('readable', () => {
<!-- YAML
added: v0.1.94
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62453
description: Passing a CryptoKey as `key` is deprecated.
- version: v15.0.0
Expand Down Expand Up @@ -3926,10 +3926,10 @@ input.on('readable', () => {
<!-- YAML
added: v11.6.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62453
description: Passing a CryptoKey as `key` is deprecated.
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62240
description: Added support for `'raw-private'` and `'raw-seed'`
formats.
Expand Down Expand Up @@ -3977,10 +3977,10 @@ of the passphrase is limited to 1024 bytes.
<!-- YAML
added: v11.6.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62453
description: Passing a CryptoKey as `key` is deprecated.
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62240
description: Added support for `'raw-public'` format.
- version: v24.6.0
Expand Down Expand Up @@ -6060,7 +6060,7 @@ Throws an error if FIPS mode is not available.
<!-- YAML
added: v12.0.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62474
description: Add support for Ed25519 context parameter.
- version: v24.8.0
Expand Down Expand Up @@ -6189,7 +6189,7 @@ not introduce timing vulnerabilities.
<!-- YAML
added: v12.0.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/62474
description: Add support for Ed25519 context parameter.
- version: v24.8.0
Expand Down
4 changes: 2 additions & 2 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ A browser-compatible implementation of {Headers}.
<!-- YAML
added: v22.4.0
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/60351
description: Accessing the `localStorage` global without providing
`--localstorage-file` now throws a `DOMException`, for
Expand Down Expand Up @@ -979,7 +979,7 @@ DataHandler.prototype.load = async function load(key) {
## Class: `QuotaExceededError`

<!-- YAML
added: REPLACEME
added: v26.0.0
-->

The WHATWG {QuotaExceededError} class. Extends {DOMException}.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@ per connection (in the case of HTTP Keep-Alive connections).
<!-- YAML
added: v0.1.94
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/60016
description: Request bodies are no longer exposed raw (unparsed) on the
socket argument. Instead, if a body is received, the stream
Expand Down
2 changes: 1 addition & 1 deletion doc/api/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- YAML
changes:
- version: REPLACEME
- version: v26.0.0
pr-url: https://github.com/nodejs/node/pull/61803
description: Removed `--experimental-transform-types` flag.
- version:
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_ARCHIVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_IOJS.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V010.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V012.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V10.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V11.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V12.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V13.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V14.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V15.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V16.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V17.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V18.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V19.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
1 change: 1 addition & 0 deletions doc/changelogs/CHANGELOG_V20.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</table>

* Other Versions
* [26.x](CHANGELOG_V26.md)
* [25.x](CHANGELOG_V25.md)
* [24.x](CHANGELOG_V24.md)
* [23.x](CHANGELOG_V23.md)
Expand Down
Loading
Loading