Skip to content

Commit 9e633f9

Browse files
committed
2026-05-05, Version 26.0.0 (Current)
assert: * (SEMVER-MAJOR) allow printf-style messages as assertion error (Ruben Bridgewater) #58849 build: * (SEMVER-MAJOR) bump GCC requirement to 13.2 (Michaël Zasso) #62555 * (SEMVER-MAJOR) enable Temporal by default (Richard Lau) #61806 * (SEMVER-MAJOR) enable V8_VERIFY_WRITE_BARRIERS in debug build (Joyee Cheung) #61898 * (SEMVER-MAJOR) reset embedder string to "-node.0" (Michaël Zasso) #61898 * (SEMVER-MAJOR) target Power 9 for AIX/IBM i (Richard Lau) #62296 * (SEMVER-MAJOR) drop support for Python 3.9 (Mike McCready) #61177 * (SEMVER-MAJOR) enable maglev for Linux on s390x (Richard Lau) #60863 * (SEMVER-MAJOR) reset embedder string to "-node.0" (Michaël Zasso) #60488 * (SEMVER-MAJOR) reset embedder string to "-node.0" (Michaël Zasso) #60111 build,test: * (CVE-2026-21717) (SEMVER-MAJOR) test array index hash collision (Joyee Cheung) #61898 build,win: * (SEMVER-MAJOR) fix Temporal build (StefanStojanovic) #61806 crypto: * (SEMVER-MAJOR) unify asymmetric key import through KeyObjectHandle::Init (Filip Skokan) #62499 * (SEMVER-MAJOR) runtime-deprecate DEP0203 and DEP0204 (Filip Skokan) #62453 * (SEMVER-MAJOR) decorate async crypto job errors with OpenSSL error details (Filip Skokan) #62348 * (SEMVER-MAJOR) default ML-KEM and ML-DSA pkcs8 export to seed-only format (Filip Skokan) #62178 * (SEMVER-MAJOR) move DEP0182 to End-of-Life (Tobias Nießen) #61084 * (SEMVER-MAJOR) fix DOMException name for non-extractable key error (Filip Skokan) #60830 deps: * (SEMVER-MAJOR) V8: cherry-pick 0f024d4e66e0 (ishabi) #62408 * (SEMVER-MAJOR) fix V8 race condition for AIX (Abdirahim Musse) #61898 * (SEMVER-MAJOR) V8: cherry-pick cd2c216e7658 (LuYahan) #61898 * (SEMVER-MAJOR) V8: backport 088b7112e7ab (Igor Sheludko) #61898 * (SEMVER-MAJOR) V8: cherry-pick 00f6e834029f (Joyee Cheung) #61898 * (SEMVER-MAJOR) V8: backport bef0d9c1bc90 (Joyee Cheung) #61898 * (SEMVER-MAJOR) V8: cherry-pick cf1bce40a5ef (Richard Lau) #61898 * (SEMVER-MAJOR) V8: cherry-pick daf4656ba85e (Milad Fa) #61898 * (SEMVER-MAJOR) V8: cherry-pick d83f479604c8 (Joyee Cheung) #61898 * (SEMVER-MAJOR) V8: cherry-pick edeb0a4fa181 (Joyee Cheung) #61898 * (SEMVER-MAJOR) V8: cherry-pick aa0b288f87cc (Richard Lau) #61898 * (SEMVER-MAJOR) patch V8 to fix Windows build (StefanStojanovic) #61898 * (SEMVER-MAJOR) V8: cherry-pick highway@989a498fdf3 (Richard Lau) #61898 * (SEMVER-MAJOR) support madvise(3C) across ALL illumos revisions (Dan McDonald) #61898 * (SEMVER-MAJOR) patch V8 for illumos (Dan McDonald) #61898 * (SEMVER-MAJOR) remove problematic comment from v8-internal (Michaël Zasso) #61898 * (SEMVER-MAJOR) define V8_PRESERVE_MOST as no-op on Windows (Stefan Stojanovic) #61898 * (SEMVER-MAJOR) patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #61898 * (SEMVER-MAJOR) update V8 to 14.6.202.33 (Michaël Zasso) #61898 * (SEMVER-MAJOR) update undici to 8.0.2 (Node.js GitHub Bot) #62384 * (SEMVER-MAJOR) V8: backport 151d0a44a1b2 (Abdirahim Musse) #60488 * (SEMVER-MAJOR) V8: cherry-pick 47800791b35c (Jakob Kummerow) #60488 * (SEMVER-MAJOR) patch V8 for illumos (Dan McDonald) #59805 * (SEMVER-MAJOR) use std::map in MSVC STL for EphemeronRememberedSet (Joyee Cheung) #58070 * (SEMVER-MAJOR) remove problematic comment from v8-internal (Michaël Zasso) #58070 * (SEMVER-MAJOR) patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #54077 * (SEMVER-MAJOR) update V8 to 14.3.127.12 (Michaël Zasso) #60488 * (SEMVER-MAJOR) V8: cherry-pick ff34ae20c8e3 (Chengzhong Wu) #60111 * (SEMVER-MAJOR) V8: backport fed47445bbdd (Abdirahim Musse) #60111 * (SEMVER-MAJOR) patch V8 for illumos (Dan McDonald) #59805 * (SEMVER-MAJOR) use std::map in MSVC STL for EphemeronRememberedSet (Joyee Cheung) #58070 * (SEMVER-MAJOR) remove problematic comment from v8-internal (Michaël Zasso) #58070 * (SEMVER-MAJOR) patch V8 to avoid duplicated zlib symbol (Michaël Zasso) #54077 * (SEMVER-MAJOR) update V8 to 14.2.231.9 (Michaël Zasso) #60111 diagnostics_channel: * (SEMVER-MAJOR) ensure tracePromise consistency with non-Promises (René) #61766 doc: * (SEMVER-MAJOR) remove extensionless CJS exception for type:module packages (Matteo Collina) #62176 * (SEMVER-MAJOR) update supported Windows SDK version to 11 (Mike McCready) #61973 * (SEMVER-MAJOR) drop p8 and z13 support (Milad Fa) #61005 http: * (SEMVER-MAJOR) move writeHeader to end-of-life (Sebastian Beltran) #60635 * (SEMVER-MAJOR) fix handling of HTTP upgrades with bodies (Tim Perry) #60016 lib: * (SEMVER-MAJOR) return undefined for localStorage without file (Matteo Collina) #61333 lib,src: * (SEMVER-MAJOR) implement QuotaExceededError as DOMException-derived interface (Filip Skokan) #62293 module: * (SEMVER-MAJOR) runtime-deprecate module.register() (Geoffrey Booth) #62401 * (SEMVER-MAJOR) remove --experimental-transform-types (Marco Ippolito) #61803 src: * (SEMVER-MAJOR) replace uses of deprecated v8::External APIs (gahaas) #61898 * (SEMVER-MAJOR) stop using `v8::PropertyCallbackInfo<T>::This()` (Igor Sheludko) #61898 * (SEMVER-MAJOR) avoid deprecated Wasm API (Clemens Backes) #61898 * (SEMVER-MAJOR) avoid deprecated `FixedArray::Get` (Clemens Backes) #61898 * (SEMVER-MAJOR) update NODE_MODULE_VERSION to 147 (Michaël Zasso) #61898 * (SEMVER-MAJOR) remove deprecated and unused isolate fields (Michaël Zasso) #60488 * (SEMVER-MAJOR) update NODE_MODULE_VERSION to 144 (Michaël Zasso) #60488 * (SEMVER-MAJOR) include `node_api_types.h` instead of `node_api.h` in `node.h` (Anna Henningsen) #60496 * (SEMVER-MAJOR) update NODE_MODULE_VERSION to 142 (Michaël Zasso) #60111 stream: * (SEMVER-MAJOR) promote DEP0201 to runtime deprecation (René) #62173 * (SEMVER-MAJOR) move _stream_* to end-of-life (Sebastian Beltran) #60657 * (SEMVER-MAJOR) readable read one buffer at a time (Robert Nagy) #60441 * (SEMVER-MAJOR) preserve AsyncLocalStorage on finished only when needed (avcribl) #59873 test: * (SEMVER-MAJOR) skip wasm allocation tests in workers (Michaël Zasso) #61898 * (SEMVER-MAJOR) update wpt Wasm jsapi expectations (Michaël Zasso) #61898 * (SEMVER-MAJOR) support presence of Temporal global (Michaël Zasso) #61898 * (SEMVER-MAJOR) add type tags to uses of v8::External (gahaas) #61898 * (SEMVER-MAJOR) fix test-linux-perf-logger for V8 14.3 (Michaël Zasso) #60488 tools: * (SEMVER-MAJOR) remove v8_initializers_slow workaround from v8.gyp (Michaël Zasso) #61898 * (SEMVER-MAJOR) add Rust args to `tools/make-v8.sh` (Richard Lau) #61898 * (SEMVER-MAJOR) update V8 gypfiles for 14.6 (Michaël Zasso) #61898 * (SEMVER-MAJOR) update V8 gypfiles for 14.5 (Michaël Zasso) #61898 * (SEMVER-MAJOR) update V8 gypfiles for 14.4 (Michaël Zasso) #61898 util: * (SEMVER-MAJOR) mark proxied objects as such when inspecting them (Ruben Bridgewater) #61029 * (SEMVER-MAJOR) reduce TextEncoder.encodeInto function size (Yagiz Nizipli) #60339 PR-URL: #62526
1 parent 6df4f7b commit 9e633f9

45 files changed

Lines changed: 746 additions & 88 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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/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/async_context.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,9 @@ try {
389389
### `asyncLocalStorage.withScope(store)`
390390

391391
<!-- YAML
392-
added: v25.9.0
392+
added:
393+
- v25.9.0
394+
- v26.0.0
393395
-->
394396

395397
> Stability: 1 - Experimental
@@ -527,7 +529,9 @@ probably responsible for the context loss.
527529
## Class: `RunScope`
528530

529531
<!-- YAML
530-
added: v25.9.0
532+
added:
533+
- v25.9.0
534+
- v26.0.0
531535
-->
532536

533537
> Stability: 1 - Experimental
@@ -543,7 +547,9 @@ exits, whether through normal completion or by throwing an error.
543547
### `scope.dispose()`
544548

545549
<!-- YAML
546-
added: v25.9.0
550+
added:
551+
- v25.9.0
552+
- v26.0.0
547553
-->
548554

549555
Explicitly ends the scope and restores the previous store value. This method

doc/api/cli.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ added:
786786
- v20.15.0
787787
changes:
788788
- version:
789-
- REPLACEME
789+
- v26.0.0
790790
pr-url: https://github.com/nodejs/node/pull/62132
791791
description: Node.js now automatically disables the trap handler when there is not
792792
enough virtual memory available at startup to allocate one cage.
@@ -1325,7 +1325,9 @@ Enable experimental support for storage inspection
13251325
### `--experimental-stream-iter`
13261326

13271327
<!-- YAML
1328-
added: v25.9.0
1328+
added:
1329+
- v25.9.0
1330+
- v26.0.0
13291331
-->
13301332

13311333
> Stability: 1 - Experimental

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
@@ -2258,7 +2258,7 @@ be listed in the `transferList` argument.
22582258
<!-- YAML
22592259
added: v15.0.0
22602260
changes:
2261-
- version: REPLACEME
2261+
- version: v26.0.0
22622262
pr-url: https://github.com/nodejs/node/pull/62453
22632263
description: Passing a non-extractable CryptoKey as `key` is deprecated.
22642264
-->
@@ -2399,11 +2399,11 @@ type, value, and parameters. This method is not
23992399
<!-- YAML
24002400
added: v11.6.0
24012401
changes:
2402-
- version: REPLACEME
2402+
- version: v26.0.0
24032403
pr-url: https://github.com/nodejs/node/pull/62706
24042404
description: Added JWK format support for ML-KEM and SLH-DSA
24052405
key types.
2406-
- version: REPLACEME
2406+
- version: v26.0.0
24072407
pr-url: https://github.com/nodejs/node/pull/62178
24082408
description: ML-KEM and ML-DSA private key `'pkcs8'` export now
24092409
uses seed-only format by default when a seed is
@@ -3536,7 +3536,7 @@ operations. The specific constants currently defined are described in
35363536
<!-- YAML
35373537
added: v0.1.94
35383538
changes:
3539-
- version: REPLACEME
3539+
- version: v26.0.0
35403540
pr-url: https://github.com/nodejs/node/pull/62453
35413541
description: Passing a CryptoKey as `key` is deprecated.
35423542
- version:
@@ -3613,7 +3613,7 @@ given IV will be.
36133613
<!-- YAML
36143614
added: v0.1.94
36153615
changes:
3616-
- version: REPLACEME
3616+
- version: v26.0.0
36173617
pr-url: https://github.com/nodejs/node/pull/62453
36183618
description: Passing a CryptoKey as `key` is deprecated.
36193619
- version:
@@ -3839,7 +3839,7 @@ input.on('readable', () => {
38393839
<!-- YAML
38403840
added: v0.1.94
38413841
changes:
3842-
- version: REPLACEME
3842+
- version: v26.0.0
38433843
pr-url: https://github.com/nodejs/node/pull/62453
38443844
description: Passing a CryptoKey as `key` is deprecated.
38453845
- version: v15.0.0
@@ -3932,11 +3932,11 @@ input.on('readable', () => {
39323932
<!-- YAML
39333933
added: v11.6.0
39343934
changes:
3935-
- version: REPLACEME
3935+
- version: v26.0.0
39363936
pr-url: https://github.com/nodejs/node/pull/62706
39373937
description: Added JWK format support for ML-KEM and SLH-DSA
39383938
key types.
3939-
- version: REPLACEME
3939+
- version: v26.0.0
39403940
pr-url: https://github.com/nodejs/node/pull/62453
39413941
description: Passing a CryptoKey as `key` is deprecated.
39423942
- version: v24.15.0
@@ -3987,11 +3987,11 @@ of the passphrase is limited to 1024 bytes.
39873987
<!-- YAML
39883988
added: v11.6.0
39893989
changes:
3990-
- version: REPLACEME
3990+
- version: v26.0.0
39913991
pr-url: https://github.com/nodejs/node/pull/62706
39923992
description: Added JWK format support for ML-KEM and SLH-DSA
39933993
key types.
3994-
- version: REPLACEME
3994+
- version: v26.0.0
39953995
pr-url: https://github.com/nodejs/node/pull/62453
39963996
description: Passing a CryptoKey as `key` is deprecated.
39973997
- version: v24.15.0
@@ -6104,7 +6104,7 @@ Throws an error if FIPS mode is not available.
61046104
<!-- YAML
61056105
added: v12.0.0
61066106
changes:
6107-
- version: REPLACEME
6107+
- version: v26.0.0
61086108
pr-url: https://github.com/nodejs/node/pull/62474
61096109
description: Add support for Ed25519 context parameter.
61106110
- version: v24.8.0
@@ -6233,7 +6233,7 @@ not introduce timing vulnerabilities.
62336233
<!-- YAML
62346234
added: v12.0.0
62356235
changes:
6236-
- version: REPLACEME
6236+
- version: v26.0.0
62376237
pr-url: https://github.com/nodejs/node/pull/62474
62386238
description: Add support for Ed25519 context parameter.
62396239
- version: v24.8.0

doc/api/deprecations.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ instead.
16301630

16311631
<!-- YAML
16321632
changes:
1633-
- version: REPLACEME
1633+
- version: v26.0.0
16341634
pr-url: https://github.com/nodejs/node/pull/60635
16351635
description: End-of-Life.
16361636
- version: v25.0.0
@@ -2841,7 +2841,7 @@ This property is a reference to the instance itself.
28412841

28422842
<!-- YAML
28432843
changes:
2844-
- version: REPLACEME
2844+
- version: v26.0.0
28452845
pr-url: https://github.com/nodejs/node/pull/60657
28462846
description: End-of-Life.
28472847
- version: v12.0.0
@@ -4033,7 +4033,7 @@ Please use the [`crypto.createHmac()`][] method to create Hmac instances.
40334033

40344034
<!-- YAML
40354035
changes:
4036-
- version: REPLACEME
4036+
- version: v26.0.0
40374037
pr-url: https://github.com/nodejs/node/pull/61084
40384038
description: End-of-Life.
40394039
- version: v23.0.0
@@ -4241,7 +4241,7 @@ an internal nodejs implementation rather than a public facing API, use `node:tls
42414241

42424242
<!-- YAML
42434243
changes:
4244-
- version: REPLACEME
4244+
- version: v26.0.0
42454245
pr-url: https://github.com/nodejs/node/pull/60657
42464246
description: End-of-Life.
42474247
- version:
@@ -4431,7 +4431,7 @@ import { opendir } from 'node:fs/promises';
44314431
44324432
<!-- YAML
44334433
changes:
4434-
- version: REPLACEME
4434+
- version: v26.0.0
44354435
pr-url: https://github.com/nodejs/node/pull/62173
44364436
description: Runtime deprecation.
44374437
- version:
@@ -4489,7 +4489,7 @@ const server = http2.createSecureServer({
44894489
44904490
<!-- YAML
44914491
changes:
4492-
- version: REPLACEME
4492+
- version: v26.0.0
44934493
pr-url: https://github.com/nodejs/node/pull/62453
44944494
description: Runtime deprecation.
44954495
- version:
@@ -4516,7 +4516,7 @@ will throw an error in a future version. This includes
45164516
45174517
<!-- YAML
45184518
changes:
4519-
- version: REPLACEME
4519+
- version: v26.0.0
45204520
pr-url: https://github.com/nodejs/node/pull/62453
45214521
description: Runtime deprecation.
45224522
- version:
@@ -4535,7 +4535,7 @@ deprecated and will throw an error in a future version.
45354535
45364536
<!-- YAML
45374537
changes:
4538-
- version: REPLACEME
4538+
- version: v26.0.0
45394539
pr-url: https://github.com/nodejs/node/pull/62401
45404540
description: Runtime deprecation.
45414541
- version:

doc/api/diagnostics_channel.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ added:
948948
- v19.9.0
949949
- v18.19.0
950950
changes:
951-
- version: REPLACEME
951+
- version: v26.0.0
952952
pr-url: https://github.com/nodejs/node/pull/61766
953953
description: Custom thenables will no longer be wrapped in native Promises.
954954
Non-thenables will be returned with a warning.
@@ -1861,6 +1861,7 @@ Emitted when [`process.execve()`][] is invoked.
18611861
added:
18621862
- v25.9.0
18631863
- v24.15.0
1864+
- v26.0.0
18641865
-->
18651866

18661867
These channels are emitted for each [`locks.request()`][] call. See

0 commit comments

Comments
 (0)