Skip to content

Commit 158bd1e

Browse files
nodejs-github-bottargos
authored andcommitted
2025-09-10, Version 24.8.0 (Current)
Notable changes: crypto: * (SEMVER-MINOR) support Ed448 and ML-DSA context parameter in node:crypto (Filip Skokan) #59570 * (SEMVER-MINOR) support Ed448 and ML-DSA context parameter in Web Cryptography (Filip Skokan) #59570 * (SEMVER-MINOR) add KMAC Web Cryptography algorithms (Filip Skokan) #59647 * (SEMVER-MINOR) add Argon2 Web Cryptography algorithms (Filip Skokan) #59544 * (SEMVER-MINOR) support SLH-DSA KeyObject, sign, and verify (Filip Skokan) #59537 inspector: * add http2 tracking support (Darshan Sen) #59611 worker: * (SEMVER-MINOR) add cpu profile APIs for worker (theanarkh) #59428 PR-URL: #59816
1 parent 74a0948 commit 158bd1e

13 files changed

+210
-58
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ release.
4040
</tr>
4141
<tr>
4242
<td valign="top">
43-
<b><a href="doc/changelogs/CHANGELOG_V24.md#24.7.0">24.7.0</a></b><br/>
43+
<b><a href="doc/changelogs/CHANGELOG_V24.md#24.8.0">24.8.0</a></b><br/>
44+
<a href="doc/changelogs/CHANGELOG_V24.md#24.7.0">24.7.0</a><br/>
4445
<a href="doc/changelogs/CHANGELOG_V24.md#24.6.0">24.6.0</a><br/>
4546
<a href="doc/changelogs/CHANGELOG_V24.md#24.5.0">24.5.0</a><br/>
4647
<a href="doc/changelogs/CHANGELOG_V24.md#24.4.1">24.4.1</a><br/>

doc/api/crypto.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ Other key details might be exposed via this API using additional attributes.
20582058
<!-- YAML
20592059
added: v11.6.0
20602060
changes:
2061-
- version: REPLACEME
2061+
- version: v24.8.0
20622062
pr-url: https://github.com/nodejs/node/pull/59537
20632063
description: Add support for SLH-DSA keys.
20642064
- version: v24.7.0
@@ -3926,7 +3926,7 @@ underlying hash function. See [`crypto.createHmac()`][] for more information.
39263926
<!-- YAML
39273927
added: v10.12.0
39283928
changes:
3929-
- version: REPLACEME
3929+
- version: v24.8.0
39303930
pr-url: https://github.com/nodejs/node/pull/59537
39313931
description: Add support for SLH-DSA key pairs.
39323932
- version: v24.7.0
@@ -4054,7 +4054,7 @@ a `Promise` for an `Object` with `publicKey` and `privateKey` properties.
40544054
<!-- YAML
40554055
added: v10.12.0
40564056
changes:
4057-
- version: REPLACEME
4057+
- version: v24.8.0
40584058
pr-url: https://github.com/nodejs/node/pull/59537
40594059
description: Add support for SLH-DSA key pairs.
40604060
- version: v24.7.0
@@ -5712,10 +5712,10 @@ Throws an error if FIPS mode is not available.
57125712
<!-- YAML
57135713
added: v12.0.0
57145714
changes:
5715-
- version: REPLACEME
5715+
- version: v24.8.0
57165716
pr-url: https://github.com/nodejs/node/pull/59570
57175717
description: Add support for ML-DSA, Ed448, and SLH-DSA context parameter.
5718-
- version: REPLACEME
5718+
- version: v24.8.0
57195719
pr-url: https://github.com/nodejs/node/pull/59537
57205720
description: Add support for SLH-DSA signing.
57215721
- version: v24.6.0
@@ -5837,10 +5837,10 @@ not introduce timing vulnerabilities.
58375837
<!-- YAML
58385838
added: v12.0.0
58395839
changes:
5840-
- version: REPLACEME
5840+
- version: v24.8.0
58415841
pr-url: https://github.com/nodejs/node/pull/59570
58425842
description: Add support for ML-DSA, Ed448, and SLH-DSA context parameter.
5843-
- version: REPLACEME
5843+
- version: v24.8.0
58445844
pr-url: https://github.com/nodejs/node/pull/59537
58455845
description: Add support for SLH-DSA signature verification.
58465846
- version: v24.6.0

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3359,7 +3359,7 @@ Convert them to primitive strings.
33593359

33603360
<!-- YAML
33613361
changes:
3362-
- version: REPLACEME
3362+
- version: v24.8.0
33633363
pr-url: https://github.com/nodejs/node/pull/59758
33643364
description: Deprecation revoked.
33653365
- version:

doc/api/diagnostics_channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ added:
374374
- v15.1.0
375375
- v14.17.0
376376
changes:
377-
- version: REPLACEME
377+
- version: v24.8.0
378378
pr-url: https://github.com/nodejs/node/pull/59758
379379
description: Deprecation revoked.
380380
- version:
@@ -419,7 +419,7 @@ added:
419419
- v15.1.0
420420
- v14.17.0
421421
changes:
422-
- version: REPLACEME
422+
- version: v24.8.0
423423
pr-url: https://github.com/nodejs/node/pull/59758
424424
description: Deprecation revoked.
425425
- version:

doc/api/errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ size is reached when the context is created.
831831
### `ERR_CPU_PROFILE_ALREADY_STARTED`
832832

833833
<!-- YAML
834-
added: REPLACEME
834+
added: v24.8.0
835835
-->
836836

837837
The CPU profile with the given name is already started.
@@ -841,7 +841,7 @@ The CPU profile with the given name is already started.
841841
### `ERR_CPU_PROFILE_NOT_STARTED`
842842

843843
<!-- YAML
844-
added: REPLACEME
844+
added: v24.8.0
845845
-->
846846

847847
The CPU profile with the given name is not started.
@@ -851,7 +851,7 @@ The CPU profile with the given name is not started.
851851
### `ERR_CPU_PROFILE_TOO_MANY`
852852

853853
<!-- YAML
854-
added: REPLACEME
854+
added: v24.8.0
855855
-->
856856

857857
There are too many CPU profiles being collected.

doc/api/path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ added:
290290
- v22.5.0
291291
- v20.17.0
292292
changes:
293-
- version: REPLACEME
293+
- version: v24.8.0
294294
pr-url: https://github.com/nodejs/node/pull/59572
295295
description: Marking the API stable.
296296
-->

doc/api/single-executable-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ writes to the returned array buffer is likely to result in a crash.
435435
### `sea.getAssetKeys()`
436436
437437
<!-- YAML
438-
added: REPLACEME
438+
added: v24.8.0
439439
-->
440440
441441
* Returns {string\[]} An array containing all the keys of the assets

doc/api/v8.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,13 +1397,13 @@ setTimeout(() => {
13971397
## Class: `CPUProfileHandle`
13981398

13991399
<!-- YAML
1400-
added: REPLACEME
1400+
added: v24.8.0
14011401
-->
14021402

14031403
### `cpuProfileHandle.stop()`
14041404

14051405
<!-- YAML
1406-
added: REPLACEME
1406+
added: v24.8.0
14071407
-->
14081408

14091409
* Returns: {Promise}
@@ -1414,7 +1414,7 @@ profile data.
14141414
### `cpuProfileHandle[Symbol.asyncDispose]()`
14151415

14161416
<!-- YAML
1417-
added: REPLACEME
1417+
added: v24.8.0
14181418
-->
14191419

14201420
* Returns: {Promise}

doc/api/vm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ the ECMAScript specification.
923923
### `sourceTextModule.instantiate()`
924924
925925
<!-- YAML
926-
added: REPLACEME
926+
added: v24.8.0
927927
-->
928928
929929
* Returns: {undefined}
@@ -941,7 +941,7 @@ modules in the cycle before calling this method.
941941
### `sourceTextModule.linkRequests(modules)`
942942
943943
<!-- YAML
944-
added: REPLACEME
944+
added: v24.8.0
945945
-->
946946
947947
* `modules` {vm.Module\[]} Array of `vm.Module` objects that this module depends on.
@@ -1103,7 +1103,7 @@ added:
11031103
- v13.0.0
11041104
- v12.16.0
11051105
changes:
1106-
- version: REPLACEME
1106+
- version: v24.8.0
11071107
pr-url: https://github.com/nodejs/node/pull/59000
11081108
description: No longer need to call `syntheticModule.link()` before
11091109
calling this method.

0 commit comments

Comments
 (0)