Skip to content

Commit

Permalink
2024-09-02, Version 22.8.0 (Current)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
RafaelGSS committed Aug 31, 2024
1 parent 7dff19b commit 911a03d
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.7.0">22.7.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.8.0">22.8.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V22.md#22.7.0">22.7.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V22.md#22.6.0">22.6.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V22.md#22.5.1">22.5.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V22.md#22.5.0">22.5.0</a><br/>
Expand Down
8 changes: 4 additions & 4 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ report is not generated. See the documentation on
### `--experimental-test-isolation=mode`

<!-- YAML
added: REPLACEME
added: v22.8.0
-->

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

<!-- YAML
added: REPLACEME
added: v22.8.0
-->

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

<!-- YAML
added: REPLACEME
added: v22.8.0
-->

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

<!-- YAML
added: REPLACEME
added: v22.8.0
-->

> Stability: 1 - Experimental
Expand Down
2 changes: 1 addition & 1 deletion doc/api/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ added:
- v18.9.0
- v16.19.0
changes:
- version: REPLACEME
- version: v22.8.0
pr-url: https://github.com/nodejs/node/pull/53927

Check warning on line 1252 in doc/api/test.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Added the `isolation` option.
- version: v22.6.0
Expand Down
Loading

0 comments on commit 911a03d

Please sign in to comment.