Skip to content

Commit 0101f1f

Browse files
committed
2024-09-02, Version 22.8.0 (Current)
Notable changes: net: * (SEMVER-MINOR) exclude ipv6 loopback addresses from server.listen (Giovanni Bucci) #54264 src: * (SEMVER-MINOR) add JS APIs for compile cache and NODE_DISABLE_COMPILE_CACHE (Joyee Cheung) #54501 src,lib: * (SEMVER-MINOR) add performance.uvMetricsInfo (Rafael Gonzaga) #54413 test_runner: * (SEMVER-MINOR) add support for coverage thresholds (Aviv Keller) #54429 * (SEMVER-MINOR) support running tests in process (Colin Ihrig) #53927 * (SEMVER-MINOR) defer inheriting hooks until run() (Colin Ihrig) #53927 vm: * (SEMVER-MINOR) introduce vanilla contexts via vm.constants.DONT_CONTEXTIFY (Joyee Cheung) #54394 PR-URL: #54560
1 parent e9a76ae commit 0101f1f

File tree

5 files changed

+157
-9
lines changed

5 files changed

+157
-9
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.7.0">22.7.0</a></b><br/>
41+
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.8.0">22.8.0</a></b><br/>
42+
<a href="doc/changelogs/CHANGELOG_V22.md#22.7.0">22.7.0</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V22.md#22.6.0">22.6.0</a><br/>
4344
<a href="doc/changelogs/CHANGELOG_V22.md#22.5.1">22.5.1</a><br/>
4445
<a href="doc/changelogs/CHANGELOG_V22.md#22.5.0">22.5.0</a><br/>

doc/api/cli.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ report is not generated. See the documentation on
10841084
### `--experimental-test-isolation=mode`
10851085

10861086
<!-- YAML
1087-
added: REPLACEME
1087+
added: v22.8.0
10881088
-->
10891089

10901090
> Stability: 1.0 - Early development
@@ -2221,7 +2221,7 @@ is ignored and concurrency is one. Otherwise, concurrency defaults to
22212221
### `--test-coverage-branches=threshold`
22222222

22232223
<!-- YAML
2224-
added: REPLACEME
2224+
added: v22.8.0
22252225
-->
22262226

22272227
> Stability: 1 - Experimental
@@ -2249,7 +2249,7 @@ files must meet **both** criteria to be included in the coverage report.
22492249
### `--test-coverage-functions=threshold`
22502250

22512251
<!-- YAML
2252-
added: REPLACEME
2252+
added: v22.8.0
22532253
-->
22542254

22552255
> Stability: 1 - Experimental
@@ -2277,7 +2277,7 @@ files must meet **both** criteria to be included in the coverage report.
22772277
### `--test-coverage-lines=threshold`
22782278

22792279
<!-- YAML
2280-
added: REPLACEME
2280+
added: v22.8.0
22812281
-->
22822282

22832283
> Stability: 1 - Experimental

doc/api/test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ added:
12481248
- v18.9.0
12491249
- v16.19.0
12501250
changes:
1251-
- version: REPLACEME
1251+
- version: v22.8.0
12521252
pr-url: https://github.com/nodejs/node/pull/53927
12531253
description: Added the `isolation` option.
12541254
- version: v22.6.0

0 commit comments

Comments
 (0)