Skip to content

Commit

Permalink
2024-05-02, Version 22.1.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

buffer:
  * improve `base64` and `base64url` performance (Yagiz Nizipli) #52428
dns:
  * (SEMVER-MINOR) add order option and support ipv6first (Paolo Insogna) #52492
events,doc:
  * mark CustomEvent as stable (Daeyeon Jeong) #52618
lib, url:
  * (SEMVER-MINOR) add a `windows` option to path parsing (Aviv Keller) #52509
module:
  * (SEMVER-MINOR) implement NODE_COMPILE_CACHE for automatic on-disk code caching (Joyee Cheung) #52535
net:
  * (SEMVER-MINOR) add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #52474
src:
  * (SEMVER-MINOR) add `string_view` overload to snapshot FromBlob (Anna Henningsen) #52595
src,permission:
  * throw async errors on async APIs (Rafael Gonzaga) #52730
test_runner:
  * (SEMVER-MINOR) add --test-skip-pattern cli option (Aviv Keller) #52529
url:
  * (SEMVER-MINOR) implement parse method for safer URL parsing (Ali Hassan) #52280

PR-URL: #52768
  • Loading branch information
aduh95 committed May 2, 2024
1 parent 6e98eee commit 87b87a8
Show file tree
Hide file tree
Showing 7 changed files with 165 additions and 17 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -38,7 +38,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.0.0">22.0.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.1.0">22.1.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V22.md#22.0.0">22.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V21.md#21.7.3">21.7.3</a></b><br/>
Expand Down
8 changes: 4 additions & 4 deletions doc/api/cli.md
Expand Up @@ -594,7 +594,7 @@ added:
- v16.4.0
- v14.18.0
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52492

Check warning on line 598 in doc/api/cli.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The `ipv6first` is supported now.
- version: v17.0.0
Expand Down Expand Up @@ -1338,7 +1338,7 @@ This option is a no-op. It is kept for compatibility.
### `--network-family-autoselection-attempt-timeout`

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

Sets the default value for the network family autoselection attempt timeout.
Expand Down Expand Up @@ -2059,7 +2059,7 @@ node --test --test-shard=3/3

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

A regular expression that configures the test runner to skip tests
Expand Down Expand Up @@ -2521,7 +2521,7 @@ environment variable is arbitrary.
### `NODE_COMPILE_CACHE=dir`

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

> Stability: 1.1 - Active Development
Expand Down
10 changes: 5 additions & 5 deletions doc/api/dns.md
Expand Up @@ -179,7 +179,7 @@ section if a custom port is used.
<!-- YAML
added: v0.1.90
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52492

Check warning on line 183 in doc/api/dns.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The `verbatim` option is now deprecated in favor of the new `order` option.
- version: v18.4.0
Expand Down Expand Up @@ -787,7 +787,7 @@ added:
- v16.4.0
- v14.18.0
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52492

Check warning on line 791 in doc/api/dns.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The `ipv6first` value is supported now.
- version: v17.0.0
Expand Down Expand Up @@ -816,7 +816,7 @@ added:
- v20.1.0
- v18.17.0
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52492

Check warning on line 820 in doc/api/dns.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The `ipv6first` value is supported now.
-->
Expand Down Expand Up @@ -971,7 +971,7 @@ section if a custom port is used.
<!-- YAML
added: v10.6.0
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52492

Check warning on line 975 in doc/api/dns.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The `verbatim` option is now deprecated in favor of the new `order` option.
-->
Expand Down Expand Up @@ -1383,7 +1383,7 @@ added:
- v16.4.0
- v14.18.0
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52492

Check warning on line 1387 in doc/api/dns.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The `ipv6first` value is supported now.
- version: v17.0.0
Expand Down
4 changes: 2 additions & 2 deletions doc/api/events.md
Expand Up @@ -2427,7 +2427,7 @@ added:
- v18.7.0
- v16.17.0
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52618

Check warning on line 2431 in doc/api/events.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: CustomEvent is now stable.
-->
Expand All @@ -2446,7 +2446,7 @@ added:
- v18.7.0
- v16.17.0
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52618

Check warning on line 2450 in doc/api/events.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: CustomEvent is now stable.
-->
Expand Down
4 changes: 2 additions & 2 deletions doc/api/url.md
Expand Up @@ -1156,7 +1156,7 @@ console.log(url.domainToUnicode('xn--iñvalid.com'));
<!-- YAML
added: v10.12.0
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52509

Check warning on line 1160 in doc/api/url.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: The `options` argument can now be used to
determine how to parse the `path` argument.
Expand Down Expand Up @@ -1266,7 +1266,7 @@ console.log(url.format(myURL, { fragment: false, unicode: true, auth: false }));
<!-- YAML
added: v10.12.0
changes:
- version: REPLACEME
- version: v22.1.0
pr-url: https://github.com/nodejs/node/pull/52509
description: The `options` argument can now be used to
determine how to return the `path` value.
Expand Down

0 comments on commit 87b87a8

Please sign in to comment.