Skip to content

Commit d57af10

Browse files
committed
2024-05-15, Version 22.2.0 (Current)
Notable changes: cli: * (SEMVER-MINOR) allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) #52766 doc: * add pimterry to collaborators (Tim Perry) #52874 fs: * (SEMVER-MINOR) allow 'withFileTypes' to be used with globs (Aviv Keller) #52837 inspector: * (SEMVER-MINOR) introduce the `--inspect-wait` flag (Kohei Ueno) #52734 lib,src: * remove --experimental-policy (Rafael Gonzaga) #52583 perf_hooks: * (SEMVER-MINOR) add `deliveryType` and `responseStatus` fields (Matthew Aitken) #51589 test_runner: * (SEMVER-MINOR) support test plans (Colin Ihrig) #52860 zlib: * (SEMVER-MINOR) expose zlib.crc32() (Joyee Cheung) #52692 PR-URL: #52971
1 parent 8e5844c commit d57af10

File tree

10 files changed

+188
-22
lines changed

10 files changed

+188
-22
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ release.
3838
</tr>
3939
<tr>
4040
<td valign="top">
41-
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.1.0">22.1.0</a></b><br/>
41+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.2.0">22.2.0</a></b><br/>
42+
<a href="doc/changelogs/CHANGELOG_V22.md#22.1.0">22.1.0</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V22.md#22.0.0">22.0.0</a><br/>
4344
</td>
4445
<td valign="top">

doc/api/assert.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ An alias of [`assert.ok()`][].
555555
<!-- YAML
556556
added: v0.1.21
557557
changes:
558-
- version: REPLACEME
558+
- version: v22.2.0
559559
pr-url: https://github.com/nodejs/node/pull/51805
560560
description: Error cause and errors properties are now compared as well.
561561
- version: v18.0.0
@@ -739,7 +739,7 @@ parameter is an instance of an [`Error`][] then it will be thrown instead of the
739739
<!-- YAML
740740
added: v1.2.0
741741
changes:
742-
- version: REPLACEME
742+
- version: v22.2.0
743743
pr-url: https://github.com/nodejs/node/pull/51805
744744
description: Error cause and errors properties are now compared as well.
745745
- version: v18.0.0

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ vm.measureMemory();
568568
### `--disable-wasm-trap-handler`
569569

570570
<!-- YAML
571-
added: REPLACEME
571+
added: v22.2.0
572572
-->
573573

574574
By default, Node.js enables trap-handler-based WebAssembly bound
@@ -1327,7 +1327,7 @@ endpoint on `http://host:port/json/list`.
13271327
### `--inspect-wait[=[host:]port]`
13281328

13291329
<!-- YAML
1330-
added: REPLACEME
1330+
added: v22.2.0
13311331
-->
13321332

13331333
Activate inspector on `host:port` and wait for debugger to be attached.

doc/api/errors.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -3375,7 +3375,7 @@ An import attribute is not supported by this version of Node.js.
33753375
### `ERR_MANIFEST_ASSERT_INTEGRITY`
33763376

33773377
<!-- YAML
3378-
removed: REPLACEME
3378+
removed: v22.2.0
33793379
-->
33803380

33813381
An attempt was made to load a resource, but the resource did not match the
@@ -3387,7 +3387,7 @@ manifests for more information.
33873387
### `ERR_MANIFEST_DEPENDENCY_MISSING`
33883388

33893389
<!-- YAML
3390-
removed: REPLACEME
3390+
removed: v22.2.0
33913391
-->
33923392

33933393
An attempt was made to load a resource, but the resource was not listed as a
@@ -3399,7 +3399,7 @@ for policy manifests for more information.
33993399
### `ERR_MANIFEST_INTEGRITY_MISMATCH`
34003400

34013401
<!-- YAML
3402-
removed: REPLACEME
3402+
removed: v22.2.0
34033403
-->
34043404

34053405
An attempt was made to load a policy manifest, but the manifest had multiple
@@ -3412,7 +3412,7 @@ policy manifests for more information.
34123412
### `ERR_MANIFEST_INVALID_RESOURCE_FIELD`
34133413

34143414
<!-- YAML
3415-
removed: REPLACEME
3415+
removed: v22.2.0
34163416
-->
34173417

34183418
A policy manifest resource had an invalid value for one of its fields. Update
@@ -3424,7 +3424,7 @@ documentation for policy manifests for more information.
34243424
### `ERR_MANIFEST_INVALID_SPECIFIER`
34253425

34263426
<!-- YAML
3427-
removed: REPLACEME
3427+
removed: v22.2.0
34283428
-->
34293429

34303430
A policy manifest resource had an invalid value for one of its dependency
@@ -3436,7 +3436,7 @@ documentation for policy manifests for more information.
34363436
### `ERR_MANIFEST_PARSE_POLICY`
34373437

34383438
<!-- YAML
3439-
removed: REPLACEME
3439+
removed: v22.2.0
34403440
-->
34413441

34423442
An attempt was made to load a policy manifest, but the manifest was unable to
@@ -3447,7 +3447,7 @@ be parsed. See the documentation for policy manifests for more information.
34473447
### `ERR_MANIFEST_TDZ`
34483448

34493449
<!-- YAML
3450-
removed: REPLACEME
3450+
removed: v22.2.0
34513451
-->
34523452

34533453
An attempt was made to read from a policy manifest, but the manifest
@@ -3458,7 +3458,7 @@ initialization has not yet taken place. This is likely a bug in Node.js.
34583458
### `ERR_MANIFEST_UNKNOWN_ONERROR`
34593459

34603460
<!-- YAML
3461-
removed: REPLACEME
3461+
removed: v22.2.0
34623462
-->
34633463

34643464
A policy manifest was loaded, but had an unknown value for its "onerror"

doc/api/fs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ behavior is similar to `cp dir1/ dir2/`.
10741074
<!-- YAML
10751075
added: v22.0.0
10761076
changes:
1077-
- version: REPLACEME
1077+
- version: v22.2.0
10781078
pr-url: https://github.com/nodejs/node/pull/52837
10791079
description: Add support for `withFileTypes` as an option.
10801080
-->
@@ -3116,7 +3116,7 @@ descriptor. See [`fs.utimes()`][].
31163116
<!-- YAML
31173117
added: v22.0.0
31183118
changes:
3119-
- version: REPLACEME
3119+
- version: v22.2.0
31203120
pr-url: https://github.com/nodejs/node/pull/52837
31213121
description: Add support for `withFileTypes` as an option.
31223122
-->
@@ -5650,7 +5650,7 @@ Synchronous version of [`fs.futimes()`][]. Returns `undefined`.
56505650
<!-- YAML
56515651
added: v22.0.0
56525652
changes:
5653-
- version: REPLACEME
5653+
- version: v22.2.0
56545654
pr-url: https://github.com/nodejs/node/pull/52837
56555655
description: Add support for `withFileTypes` as an option.
56565656
-->

doc/api/perf_hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ added:
253253
- v18.2.0
254254
- v16.17.0
255255
changes:
256-
- version: REPLACEME
256+
- version: v22.2.0
257257
pr-url: https://github.com/nodejs/node/pull/51589
258258
description: Added bodyInfo, responseStatus, and deliveryType arguments.
259259
-->

doc/api/test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2973,7 +2973,7 @@ The name of the test.
29732973

29742974
<!-- YAML
29752975
added:
2976-
- REPLACEME
2976+
- v22.2.0
29772977
-->
29782978

29792979
> Stability: 1 - Experimental

doc/api/zlib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ as appropriate for the derived class).
715715
### `zlib.crc32(data[, value])`
716716

717717
<!-- YAML
718-
added: REPLACEME
718+
added: v22.2.0
719719
-->
720720

721721
* `data` {string|Buffer|TypedArray|DataView} When `data` is a string,

0 commit comments

Comments
 (0)