Skip to content

Commit 31b6255

Browse files
nodejs-github-botRafaelGSS
authored andcommitted
2025-08-14, Version 24.6.0 (Current)
Notable changes: cli: * (SEMVER-MINOR) add NODE_USE_SYSTEM_CA=1 (Joyee Cheung) #59276 crypto: * (SEMVER-MINOR) support ML-DSA KeyObject, sign, and verify (Filip Skokan) #59259 fs: * (SEMVER-MINOR) port SonicBoom module to fs module as Utf8Stream (James M Snell) #58897 http: * (SEMVER-MINOR) add server.keepAliveTimeoutBuffer option (Haram Jeong) #59243 lib: * docs deprecate _http_* (Sebastian Beltran) #59293 zlib: * (SEMVER-MINOR) add dictionary support to zstdCompress and zstdDecompress (lluisemper) #59240 PR-URL: #59449 Signed-off-by: RafaelGSS <[email protected]>
1 parent af5d1c9 commit 31b6255

File tree

10 files changed

+115
-18
lines changed

10 files changed

+115
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ release.
3939
</tr>
4040
<tr>
4141
<td valign="top">
42-
<b><a href="doc/changelogs/CHANGELOG_V24.md#24.5.0">24.5.0</a></b><br/>
42+
<b><a href="doc/changelogs/CHANGELOG_V24.md#24.6.0">24.6.0</a></b><br/>
43+
<a href="doc/changelogs/CHANGELOG_V24.md#24.5.0">24.5.0</a><br/>
4344
<a href="doc/changelogs/CHANGELOG_V24.md#24.4.1">24.4.1</a><br/>
4445
<a href="doc/changelogs/CHANGELOG_V24.md#24.4.0">24.4.0</a><br/>
4546
<a href="doc/changelogs/CHANGELOG_V24.md#24.3.0">24.3.0</a><br/>

doc/api/assert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ try {
220220
## Class: `assert.Assert`
221221

222222
<!-- YAML
223-
added: REPLACEME
223+
added: v24.6.0
224224
-->
225225

226226
The `Assert` class allows creating independent assertion instances with custom options.

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3699,7 +3699,7 @@ When both are set, `--use-env-proxy` takes precedence.
36993699
### `NODE_USE_SYSTEM_CA=1`
37003700

37013701
<!-- YAML
3702-
added: REPLACEME
3702+
added: v24.6.0
37033703
-->
37043704

37053705
Node.js uses the trusted CA certificates present in the system store along with

doc/api/crypto.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ This can be called many times with new data as it is streamed.
19161916
<!-- YAML
19171917
added: v11.6.0
19181918
changes:
1919-
- version: REPLACEME
1919+
- version: v24.6.0
19201920
pr-url: https://github.com/nodejs/node/pull/59259
19211921
description: Add support for ML-DSA keys.
19221922
- version:
@@ -2024,7 +2024,7 @@ Other key details might be exposed via this API using additional attributes.
20242024
<!-- YAML
20252025
added: v11.6.0
20262026
changes:
2027-
- version: REPLACEME
2027+
- version: v24.6.0
20282028
pr-url: https://github.com/nodejs/node/pull/59259
20292029
description: Add support for ML-DSA keys.
20302030
- version:
@@ -3412,7 +3412,7 @@ input.on('readable', () => {
34123412
<!-- YAML
34133413
added: v11.6.0
34143414
changes:
3415-
- version: REPLACEME
3415+
- version: v24.6.0
34163416
pr-url: https://github.com/nodejs/node/pull/59259
34173417
description: Add support for ML-DSA keys.
34183418
- version: v15.12.0
@@ -3451,7 +3451,7 @@ of the passphrase is limited to 1024 bytes.
34513451
<!-- YAML
34523452
added: v11.6.0
34533453
changes:
3454-
- version: REPLACEME
3454+
- version: v24.6.0
34553455
pr-url: https://github.com/nodejs/node/pull/59259
34563456
description: Add support for ML-DSA keys.
34573457
- version: v15.12.0
@@ -3663,7 +3663,7 @@ underlying hash function. See [`crypto.createHmac()`][] for more information.
36633663
<!-- YAML
36643664
added: v10.12.0
36653665
changes:
3666-
- version: REPLACEME
3666+
- version: v24.6.0
36673667
pr-url: https://github.com/nodejs/node/pull/59259
36683668
description: Add support for ML-DSA key pairs.
36693669
- version: v18.0.0
@@ -3786,7 +3786,7 @@ a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
37863786
<!-- YAML
37873787
added: v10.12.0
37883788
changes:
3789-
- version: REPLACEME
3789+
- version: v24.6.0
37903790
pr-url: https://github.com/nodejs/node/pull/59259
37913791
description: Add support for ML-DSA key pairs.
37923792
- version: v16.10.0
@@ -5439,7 +5439,7 @@ Throws an error if FIPS mode is not available.
54395439
<!-- YAML
54405440
added: v12.0.0
54415441
changes:
5442-
- version: REPLACEME
5442+
- version: v24.6.0
54435443
pr-url: https://github.com/nodejs/node/pull/59259
54445444
description: Add support for ML-DSA signing.
54455445
- version: v18.0.0
@@ -5555,7 +5555,7 @@ not introduce timing vulnerabilities.
55555555
<!-- YAML
55565556
added: v12.0.0
55575557
changes:
5558-
- version: REPLACEME
5558+
- version: v24.6.0
55595559
pr-url: https://github.com/nodejs/node/pull/59259
55605560
description: Add support for ML-DSA signature verification.
55615561
- version: v18.0.0

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4086,7 +4086,7 @@ Creating SHAKE-128 and SHAKE-256 digests without an explicit `options.outputLeng
40864086

40874087
<!-- YAML
40884088
changes:
4089-
- version: REPLACEME
4089+
- version: v24.6.0
40904090
pr-url: https://github.com/nodejs/node/pull/59293
40914091
description: Documentation-only deprecation.
40924092
-->

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7713,7 +7713,7 @@ Type of file system.
77137713
### Class: `fs.Utf8Stream`
77147714
77157715
<!-- YAML
7716-
added: REPLACEME
7716+
added: v24.6.0
77177717
-->
77187718
77197719
> Stability: 1 - Experimental

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ affects new connections to the server, not any existing connections.
19721972
### `server.keepAliveTimeoutBuffer`
19731973

19741974
<!-- YAML
1975-
added: REPLACEME
1975+
added: v24.6.0
19761976
-->
19771977

19781978
* Type: {number} Timeout in milliseconds. **Default:** `1000` (1 second).

doc/api/util.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ fs.access('file/that/does/not/exist', (err) => {
742742
## `util.setTraceSigInt(enable)`
743743

744744
<!-- YAML
745-
added: REPLACEME
745+
added: v24.6.0
746746
-->
747747

748748
* `enable` {boolean}

doc/api/worker_threads.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ This value is unique for each [`Worker`][] instance inside a single process.
724724
## `worker.threadName`
725725
726726
<!-- YAML
727-
added: REPLACEME
727+
added: v24.6.0
728728
-->
729729
730730
* {string|null}
@@ -1775,7 +1775,7 @@ JavaScript code.
17751775

17761776
<!-- YAML
17771777
added:
1778-
- REPLACEME
1778+
- v24.6.0
17791779
-->
17801780

17811781
* Returns: {Promise}
@@ -2029,7 +2029,7 @@ This value is unique for each `Worker` instance inside a single process.
20292029
### `worker.threadName`
20302030

20312031
<!-- YAML
2032-
added: REPLACEME
2032+
added: v24.6.0
20332033
-->
20342034

20352035
* {string|null}

doc/changelogs/CHANGELOG_V24.md

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

0 commit comments

Comments
 (0)