Skip to content

Commit f8fe685

Browse files
2025-08-28, Version 22.19.0 'Jod' (LTS)
Notable changes: cli: * (SEMVER-MINOR) add NODE_USE_SYSTEM_CA=1 (Joyee Cheung) #59276 * (SEMVER-MINOR) support `${pid}` placeholder in --cpu-prof-name (Haram Jeong) #59072 crypto: * (SEMVER-MINOR) add tls.setDefaultCACertificates() (Joyee Cheung) #58822 dns: * (SEMVER-MINOR) support max timeout (theanarkh) #58440 doc: * update the instruction on how to verify releases (Antoine du Hamel) #59113 esm: * (SEMVER-MINOR) unflag --experimental-wasm-modules (Guy Bedford) #57038 http: * (SEMVER-MINOR) add server.keepAliveTimeoutBuffer option (Haram Jeong) #59243 lib: * docs deprecate _http_* (Sebastian Beltran) #59293 net: * (SEMVER-MINOR) update net.blocklist to allow file save and file management (alphaleadership) #58087 process: * (SEMVER-MINOR) add threadCpuUsage (Paolo Insogna) #56467 zlib: * (SEMVER-MINOR) add dictionary support to zstdCompress and zstdDecompress (lluisemper) #59240 PR-URL: #59641
1 parent fa9a9e9 commit f8fe685

File tree

14 files changed

+175
-19
lines changed

14 files changed

+175
-19
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ release.
3737
</tr>
3838
<tr>
3939
<td valign="top">
40-
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.18.0">22.18.0</a></b><br/>
40+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.19.0">22.19.0</a></b><br/>
41+
<a href="doc/changelogs/CHANGELOG_V22.md#22.18.0">22.18.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V22.md#22.17.1">22.17.1</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V22.md#22.17.0">22.17.0</a><br/>
4344
<a href="doc/changelogs/CHANGELOG_V22.md#22.16.0">22.16.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: v22.19.0
224224
-->
225225

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

doc/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ Previously gated the entire `import.meta.resolve` feature.
10501050

10511051
<!-- YAML
10521052
added:
1053-
- REPLACEME
1053+
- v22.19.0
10541054
-->
10551055

10561056
> Stability: 1.1 - Active Development
@@ -3593,7 +3593,7 @@ variable is strongly discouraged.
35933593
### `NODE_USE_SYSTEM_CA=1`
35943594

35953595
<!-- YAML
3596-
added: REPLACEME
3596+
added: v22.19.0
35973597
-->
35983598

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

doc/api/deprecations.md

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

38703870
<!-- YAML
38713871
changes:
3872-
- version: REPLACEME
3872+
- version: v22.19.0
38733873
pr-url: https://github.com/nodejs/node/pull/59293
38743874
description: Documentation-only deprecation.
38753875
-->

doc/api/esm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ imported from the same path.
674674
675675
<!-- YAML
676676
changes:
677-
- version: REPLACEME
677+
- version: v22.19.0
678678
pr-url: https://github.com/nodejs/node/pull/57038
679679
description: Wasm modules no longer require the `--experimental-wasm-modules` flag.
680680
-->
@@ -713,7 +713,7 @@ would provide the exports interface for the instantiation of `module.wasm`.
713713
### JavaScript String Builtins
714714
715715
<!-- YAML
716-
added: REPLACEME
716+
added: v22.19.0
717717
-->
718718
719719
When importing WebAssembly modules, the
@@ -755,7 +755,7 @@ or virtualized unless recompiling the module using the direct
755755
### Reserved Wasm Namespaces
756756
757757
<!-- YAML
758-
added: REPLACEME
758+
added: v22.19.0
759759
-->
760760
761761
When importing WebAssembly modules through the ESM Integration, they cannot use

doc/api/http.md

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

19421942
<!-- YAML
1943-
added: REPLACEME
1943+
added: v22.19.0
19441944
-->
19451945

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

doc/api/inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ HTTP request has failed to load.
598598

599599
<!-- YAML
600600
added:
601-
- REPLACEME
601+
- v22.19.0
602602
-->
603603

604604
> Stability: 1.1 - Active Development

doc/api/net.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ added: v22.13.0
184184
> Stability: 1 - Experimental
185185
186186
<!-- YAML
187-
added: REPLACEME
187+
added: v22.19.0
188188
-->
189189

190190
```js
@@ -206,7 +206,7 @@ blockList.fromJSON(JSON.stringify(data));
206206
> Stability: 1 - Experimental
207207
208208
<!-- YAML
209-
added: REPLACEME
209+
added: v22.19.0
210210
-->
211211

212212
* Returns Blocklist.rules

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4257,7 +4257,7 @@ Thrown:
42574257
## `process.threadCpuUsage([previousValue])`
42584258
42594259
<!-- YAML
4260-
added: REPLACEME
4260+
added: v22.19.0
42614261
-->
42624262
42634263
* `previousValue` {Object} A previous return value from calling

doc/api/tls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@ The server can be tested by connecting to it using the example client from
23452345
## `tls.setDefaultCACertificates(certs)`
23462346

23472347
<!-- YAML
2348-
added: REPLACEME
2348+
added: v22.19.0
23492349
-->
23502350

23512351
* `certs` {string\[]|ArrayBufferView\[]} An array of CA certificates in PEM format.

0 commit comments

Comments
 (0)