Skip to content

Commit 444d20d

Browse files
2026-02-10, Version 24.13.1 'Krypton' (LTS)
Notable changes: cli: * mark --heapsnapshot-near-heap-limit as stable (Joyee Cheung) #60956 crypto: * update root certificates to NSS 3.119 (Node.js GitHub Bot) #61419 * update root certificates to NSS 3.117 (Node.js GitHub Bot) #60741 doc: * add @avivkeller to collaborators (Aviv Keller) #61115 * add gurgunday to collaborators (Gürgün Dayıoğlu) #61094 * mark --build-snapshot and --build-snapshot-config as stable (Joyee Cheung) #60954 meta: * add Renegade334 to collaborators (Renegade334) #60714 url: * update ada to v3.4.2 and support unicode 17 (Yagiz Nizipli) #61593 v8: * mark v8.queryObjects() as stable (Joyee Cheung) #60957 PR-URL: #61661
1 parent c93224a commit 444d20d

File tree

10 files changed

+358
-21
lines changed

10 files changed

+358
-21
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.13.0">24.13.0</a></b><br/>
43+
<b><a href="doc/changelogs/CHANGELOG_V24.md#24.13.1">24.13.1</a></b><br/>
44+
<a href="doc/changelogs/CHANGELOG_V24.md#24.13.0">24.13.0</a><br/>
4445
<a href="doc/changelogs/CHANGELOG_V24.md#24.12.0">24.12.0</a><br/>
4546
<a href="doc/changelogs/CHANGELOG_V24.md#24.11.1">24.11.1</a><br/>
4647
<a href="doc/changelogs/CHANGELOG_V24.md#24.11.0">24.11.0</a><br/>

doc/api/buffer.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@ console.log(buf.fill('zz', 'hex'));
20742074
<!-- YAML
20752075
added: v5.3.0
20762076
changes:
2077-
- version: REPLACEME
2077+
- version: v24.13.1
20782078
pr-url: https://github.com/nodejs/node/pull/56578
20792079
description: supports Uint8Array as `this` value.
20802080
-->
@@ -2964,7 +2964,7 @@ console.log(buf.readInt32LE(1));
29642964
<!-- YAML
29652965
added: v0.11.15
29662966
changes:
2967-
- version: REPLACEME
2967+
- version: v24.13.1
29682968
pr-url: https://github.com/nodejs/node/pull/56578
29692969
description: supports Uint8Array as `this` value.
29702970
- version: v10.0.0
@@ -3015,7 +3015,7 @@ console.log(buf.readIntBE(1, 0).toString(16));
30153015
<!-- YAML
30163016
added: v0.11.15
30173017
changes:
3018-
- version: REPLACEME
3018+
- version: v24.13.1
30193019
pr-url: https://github.com/nodejs/node/pull/56578
30203020
description: supports Uint8Array as `this` value.
30213021
- version: v10.0.0
@@ -3296,7 +3296,7 @@ console.log(buf.readUInt32LE(1).toString(16));
32963296
<!-- YAML
32973297
added: v0.11.15
32983298
changes:
3299-
- version: REPLACEME
3299+
- version: v24.13.1
33003300
pr-url: https://github.com/nodejs/node/pull/56578
33013301
description: supports Uint8Array as `this` value.
33023302
- version:
@@ -3349,7 +3349,7 @@ console.log(buf.readUIntBE(1, 6).toString(16));
33493349
<!-- YAML
33503350
added: v0.11.15
33513351
changes:
3352-
- version: REPLACEME
3352+
- version: v24.13.1
33533353
pr-url: https://github.com/nodejs/node/pull/56578
33543354
description: supports Uint8Array as `this` value.
33553355
- version:
@@ -3805,7 +3805,7 @@ console.log(copy);
38053805
<!-- YAML
38063806
added: v0.1.90
38073807
changes:
3808-
- version: REPLACEME
3808+
- version: v24.13.1
38093809
pr-url: https://github.com/nodejs/node/pull/56578
38103810
description: supports Uint8Array as `this` value.
38113811
-->
@@ -3947,7 +3947,7 @@ for (const value of buf) {
39473947
<!-- YAML
39483948
added: v0.1.90
39493949
changes:
3950-
- version: REPLACEME
3950+
- version: v24.13.1
39513951
pr-url: https://github.com/nodejs/node/pull/56578
39523952
description: supports Uint8Array as `this` value.
39533953
-->

doc/api/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Error: Access to this API has been restricted
369369
added: v18.8.0
370370
changes:
371371
- version:
372-
- REPLACEME
372+
- v24.13.1
373373
pr-url: https://github.com/nodejs/node/pull/60954
374374
description: The snapshot building process is no longer experimental.
375375
-->
@@ -437,7 +437,7 @@ added:
437437
- v20.12.0
438438
changes:
439439
- version:
440-
- REPLACEME
440+
- v24.13.1
441441
pr-url: https://github.com/nodejs/node/pull/60954
442442
description: The snapshot building process is no longer experimental.
443443
-->
@@ -1431,7 +1431,7 @@ added:
14311431
- v14.18.0
14321432
changes:
14331433
- version:
1434-
- REPLACEME
1434+
- v24.13.1
14351435
pr-url: https://github.com/nodejs/node/pull/60956
14361436
description: The flag is no longer experimental.
14371437
-->

doc/api/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4540,7 +4540,7 @@ added:
45404540
- v21.7.0
45414541
- v20.12.0
45424542
changes:
4543-
- version: REPLACEME
4543+
- version: v24.13.1
45444544
pr-url: https://github.com/nodejs/node/pull/60994
45454545
description: This API is no longer experimental.
45464546
- version: v24.4.0

doc/api/module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ added:
224224
- v22.15.0
225225
changes:
226226
- version:
227-
- REPLACEME
227+
- v24.13.1
228228
pr-url: https://github.com/nodejs/node/pull/60960
229229
description: Synchronous and in-thread hooks are now release candidate.
230230
-->
@@ -591,7 +591,7 @@ added: v22.8.0
591591
added: v8.8.0
592592
changes:
593593
- version:
594-
- REPLACEME
594+
- v24.13.1
595595
pr-url: https://github.com/nodejs/node/pull/60960
596596
description: Synchronous and in-thread hooks are now release candidate.
597597
- version:

doc/api/n-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,7 @@ object such that no properties can be set on it, and no prototype.
22882288

22892289
<!-- YAML
22902290
changes:
2291-
- version: REPLACEME
2291+
- version: v24.13.1
22922292
pr-url: https://github.com/nodejs/node/pull/58879
22932293
description: Added `napi_float16_array` for Float16Array support.
22942294
-->
@@ -2815,7 +2815,7 @@ exceeds the size of the `ArrayBuffer`, a `RangeError` exception is raised.
28152815
added: v8.3.0
28162816
napiVersion: 1
28172817
changes:
2818-
- version: REPLACEME
2818+
- version: v24.13.1
28192819
pr-url: https://github.com/nodejs/node/pull/60473
28202820
description: Added support for `SharedArrayBuffer`.
28212821
-->
@@ -5054,7 +5054,7 @@ of the ECMA-262 specification.
50545054
#### `node_api_set_prototype`
50555055

50565056
<!-- YAML
5057-
added: REPLACEME
5057+
added: v24.13.1
50585058
-->
50595059

50605060
> Stability: 1 - Experimental

doc/api/sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ called directly.
10731073
<!-- YAML
10741074
added: v24.9.0
10751075
changes:
1076-
- version: REPLACEME
1076+
- version: v24.13.1
10771077
pr-url: https://github.com/nodejs/node/pull/60246
10781078
description: Changed from a method to a getter.
10791079
-->

doc/api/v8.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ added:
378378
- v20.13.0
379379
changes:
380380
- version:
381-
- REPLACEME
381+
- v24.13.1
382382
pr-url: https://github.com/nodejs/node/pull/60957
383383
description: This API is no longer experimental.
384384
-->
@@ -1571,7 +1571,7 @@ setTimeout(() => {
15711571
### `profiler[Symbol.dispose]()`
15721572
15731573
<!-- YAML
1574-
added: REPLACEME
1574+
added: v24.13.1
15751575
-->
15761576
15771577
Stop collecting GC data, and discard the profile.

0 commit comments

Comments
 (0)