Skip to content

Commit 32c6759

Browse files
committed
2025-04-01, Version 23.11.0 (Current)
Notable changes: assert: * (SEMVER-MINOR) implement partial error comparison (Ruben Bridgewater) #57370 crypto: * (SEMVER-MINOR) add optional callback to `crypto.diffieHellman` (Filip Skokan) #57274 process: * (SEMVER-MINOR) add `execve` (Paolo Insogna) #56496 sqlite: * (SEMVER-MINOR) add `StatementSync.prototype.columns()` (Colin Ihrig) #57490 util: * (SEMVER-MINOR) expose diff function used by the assertion errors (Giovanni Bucci) #57462 PR-URL: #57694
1 parent 7611fc1 commit 32c6759

11 files changed

+150
-36
lines changed

CHANGELOG.md

+2-1
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_V23.md#23.10.0">23.10.0</a></b><br/>
42+
<b><a href="doc/changelogs/CHANGELOG_V23.md#23.11.0">23.11.0</a></b><br/>
43+
<a href="doc/changelogs/CHANGELOG_V23.md#23.10.0">23.10.0</a><br/>
4344
<a href="doc/changelogs/CHANGELOG_V23.md#23.9.0">23.9.0</a><br/>
4445
<a href="doc/changelogs/CHANGELOG_V23.md#23.8.0">23.8.0</a><br/>
4546
<a href="doc/changelogs/CHANGELOG_V23.md#23.7.0">23.7.0</a><br/>

doc/api/async_context.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ added:
145145
- v19.8.0
146146
- v18.16.0
147147
changes:
148-
- version: REPLACEME
148+
- version: v23.11.0
149149
pr-url: https://github.com/nodejs/node/pull/57510
150150
description: Marking the API stable.
151151
-->
@@ -163,7 +163,7 @@ added:
163163
- v19.8.0
164164
- v18.16.0
165165
changes:
166-
- version: REPLACEME
166+
- version: v23.11.0
167167
pr-url: https://github.com/nodejs/node/pull/57510
168168
description: Marking the API stable.
169169
-->

doc/api/child_process.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ controller.abort();
349349
added: v0.1.91
350350
changes:
351351
- version:
352-
- REPLACEME
352+
- v23.11.0
353353
pr-url: https://github.com/nodejs/node/pull/57389
354354
description: Passing `args` when `shell` is set to `true` is deprecated.
355355
- version:
@@ -646,7 +646,7 @@ if (process.argv[2] === 'child') {
646646
added: v0.1.90
647647
changes:
648648
- version:
649-
- REPLACEME
649+
- v23.11.0
650650
pr-url: https://github.com/nodejs/node/pull/57389
651651
description: Passing `args` when `shell` is set to `true` is deprecated.
652652
- version:

doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3534,7 +3534,7 @@ added:
35343534
- v13.9.0
35353535
- v12.17.0
35363536
changes:
3537-
- version: REPLACEME
3537+
- version: v23.11.0
35383538
pr-url: https://github.com/nodejs/node/pull/57274
35393539
description: Optional callback argument added.
35403540
-->

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3808,7 +3808,7 @@ deprecated, as their values are guaranteed to be identical to that of `process.f
38083808
<!-- YAML
38093809
changes:
38103810
- version:
3811-
- REPLACEME
3811+
- v23.11.0
38123812
pr-url: https://github.com/nodejs/node/pull/57389
38133813
description: Documentation-only deprecation.
38143814
-->

doc/api/globals.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Used to handle binary data. See the [buffer section][].
257257
<!-- YAML
258258
added: v18.0.0
259259
changes:
260-
- version: REPLACEME
260+
- version: v23.11.0
261261
pr-url: https://github.com/nodejs/node/pull/57510
262262
description: Marking the API stable.
263263
-->
@@ -358,7 +358,7 @@ with the [`--no-experimental-websocket`][] CLI flag.
358358
<!-- YAML
359359
added: v18.0.0
360360
changes:
361-
- version: REPLACEME
361+
- version: v23.11.0
362362
pr-url: https://github.com/nodejs/node/pull/57510
363363
description: Marking the API stable.
364364
-->
@@ -384,7 +384,7 @@ Used to print to stdout and stderr. See the [`console`][] section.
384384
<!-- YAML
385385
added: v18.0.0
386386
changes:
387-
- version: REPLACEME
387+
- version: v23.11.0
388388
pr-url: https://github.com/nodejs/node/pull/57510
389389
description: Marking the API stable.
390390
-->
@@ -483,7 +483,7 @@ A browser-compatible implementation of the [`CustomEvent` Web API][].
483483
<!-- YAML
484484
added: v18.0.0
485485
changes:
486-
- version: REPLACEME
486+
- version: v23.11.0
487487
pr-url: https://github.com/nodejs/node/pull/57510
488488
description: Marking the API stable.
489489
-->
@@ -941,7 +941,7 @@ DataHandler.prototype.load = async function load(key) {
941941
<!-- YAML
942942
added: v18.0.0
943943
changes:
944-
- version: REPLACEME
944+
- version: v23.11.0
945945
pr-url: https://github.com/nodejs/node/pull/57510
946946
description: Marking the API stable.
947947
-->
@@ -953,7 +953,7 @@ A browser-compatible implementation of [`ReadableByteStreamController`][].
953953
<!-- YAML
954954
added: v18.0.0
955955
changes:
956-
- version: REPLACEME
956+
- version: v23.11.0
957957
pr-url: https://github.com/nodejs/node/pull/57510
958958
description: Marking the API stable.
959959
-->
@@ -965,7 +965,7 @@ A browser-compatible implementation of [`ReadableStream`][].
965965
<!-- YAML
966966
added: v18.0.0
967967
changes:
968-
- version: REPLACEME
968+
- version: v23.11.0
969969
pr-url: https://github.com/nodejs/node/pull/57510
970970
description: Marking the API stable.
971971
-->
@@ -977,7 +977,7 @@ A browser-compatible implementation of [`ReadableStreamBYOBReader`][].
977977
<!-- YAML
978978
added: v18.0.0
979979
changes:
980-
- version: REPLACEME
980+
- version: v23.11.0
981981
pr-url: https://github.com/nodejs/node/pull/57510
982982
description: Marking the API stable.
983983
-->
@@ -989,7 +989,7 @@ A browser-compatible implementation of [`ReadableStreamBYOBRequest`][].
989989
<!-- YAML
990990
added: v18.0.0
991991
changes:
992-
- version: REPLACEME
992+
- version: v23.11.0
993993
pr-url: https://github.com/nodejs/node/pull/57510
994994
description: Marking the API stable.
995995
-->
@@ -1001,7 +1001,7 @@ A browser-compatible implementation of [`ReadableStreamDefaultController`][].
10011001
<!-- YAML
10021002
added: v18.0.0
10031003
changes:
1004-
- version: REPLACEME
1004+
- version: v23.11.0
10051005
pr-url: https://github.com/nodejs/node/pull/57510
10061006
description: Marking the API stable.
10071007
-->
@@ -1170,7 +1170,7 @@ The WHATWG `TextDecoder` class. See the [`TextDecoder`][] section.
11701170
<!-- YAML
11711171
added: v18.0.0
11721172
changes:
1173-
- version: REPLACEME
1173+
- version: v23.11.0
11741174
pr-url: https://github.com/nodejs/node/pull/57510
11751175
description: Marking the API stable.
11761176
-->
@@ -1194,7 +1194,7 @@ The WHATWG `TextEncoder` class. See the [`TextEncoder`][] section.
11941194
<!-- YAML
11951195
added: v18.0.0
11961196
changes:
1197-
- version: REPLACEME
1197+
- version: v23.11.0
11981198
pr-url: https://github.com/nodejs/node/pull/57510
11991199
description: Marking the API stable.
12001200
-->
@@ -1206,7 +1206,7 @@ A browser-compatible implementation of [`TextEncoderStream`][].
12061206
<!-- YAML
12071207
added: v18.0.0
12081208
changes:
1209-
- version: REPLACEME
1209+
- version: v23.11.0
12101210
pr-url: https://github.com/nodejs/node/pull/57510
12111211
description: Marking the API stable.
12121212
-->
@@ -1218,7 +1218,7 @@ A browser-compatible implementation of [`TransformStream`][].
12181218
<!-- YAML
12191219
added: v18.0.0
12201220
changes:
1221-
- version: REPLACEME
1221+
- version: v23.11.0
12221222
pr-url: https://github.com/nodejs/node/pull/57510
12231223
description: Marking the API stable.
12241224
-->
@@ -1290,7 +1290,7 @@ with the [`--no-experimental-websocket`][] CLI flag.
12901290
<!-- YAML
12911291
added: v18.0.0
12921292
changes:
1293-
- version: REPLACEME
1293+
- version: v23.11.0
12941294
pr-url: https://github.com/nodejs/node/pull/57510
12951295
description: Marking the API stable.
12961296
-->
@@ -1302,7 +1302,7 @@ A browser-compatible implementation of [`WritableStream`][].
13021302
<!-- YAML
13031303
added: v18.0.0
13041304
changes:
1305-
- version: REPLACEME
1305+
- version: v23.11.0
13061306
pr-url: https://github.com/nodejs/node/pull/57510
13071307
description: Marking the API stable.
13081308
-->
@@ -1314,7 +1314,7 @@ A browser-compatible implementation of [`WritableStreamDefaultController`][].
13141314
<!-- YAML
13151315
added: v18.0.0
13161316
changes:
1317-
- version: REPLACEME
1317+
- version: v23.11.0
13181318
pr-url: https://github.com/nodejs/node/pull/57510
13191319
description: Marking the API stable.
13201320
-->

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3329,7 +3329,7 @@ relied upon to exist.
33293329
## `process.execve(file[, args[, env]])`
33303330
33313331
<!-- YAML
3332-
added: REPLACEME
3332+
added: v23.11.0
33333333
-->
33343334
33353335
> Stability: 1 - Experimental

doc/api/sqlite.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ wrapper around [`sqlite3_create_function_v2()`][].
195195
### `database.isOpen`
196196

197197
<!-- YAML
198-
added: REPLACEME
198+
added: v23.11.0
199199
-->
200200

201201
* {boolean} Whether the database is currently open or not.
@@ -292,7 +292,7 @@ targetDb.applyChangeset(changeset);
292292
### `database[Symbol.dispose]()`
293293

294294
<!-- YAML
295-
added: REPLACEME
295+
added: v23.11.0
296296
-->
297297

298298
> Stability: 1 - Experimental
@@ -377,7 +377,7 @@ the values in `namedParameters` and `anonymousParameters`.
377377
### `statement.columns()`
378378

379379
<!-- YAML
380-
added: REPLACEME
380+
added: v23.11.0
381381
-->
382382

383383
* Returns: {Array} An array of objects. Each object corresponds to a column
@@ -519,7 +519,7 @@ are several caveats to be aware of when enabling bare named parameters:
519519
### `statement.setAllowUnknownNamedParameters(enabled)`
520520

521521
<!-- YAML
522-
added: REPLACEME
522+
added: v23.11.0
523523
-->
524524

525525
* `enabled` {boolean} Enables or disables support for unknown named parameters.

doc/api/util.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ property take precedence over `--trace-deprecation` and
328328
## `util.diff(actual, expected)`
329329

330330
<!-- YAML
331-
added: REPLACEME
331+
added: v23.11.0
332332
-->
333333

334334
> Stability: 1 - Experimental
@@ -1554,7 +1554,7 @@ added:
15541554
- v19.1.0
15551555
- v18.13.0
15561556
changes:
1557-
- version: REPLACEME
1557+
- version: v23.11.0
15581558
pr-url: https://github.com/nodejs/node/pull/57510
15591559
description: Marking the API stable.
15601560
-->
@@ -2684,7 +2684,7 @@ Unicode "replacement character" U+FFFD.
26842684
<!-- YAML
26852685
added: v18.11.0
26862686
changes:
2687-
- version: REPLACEME
2687+
- version: v23.11.0
26882688
pr-url: https://github.com/nodejs/node/pull/57510
26892689
description: Marking the API stable.
26902690
-->
@@ -2697,7 +2697,7 @@ as transferable and can be used with `structuredClone()` or `postMessage()`.
26972697
<!-- YAML
26982698
added: v18.11.0
26992699
changes:
2700-
- version: REPLACEME
2700+
- version: v23.11.0
27012701
pr-url: https://github.com/nodejs/node/pull/57510
27022702
description: Marking the API stable.
27032703
-->

0 commit comments

Comments
 (0)