From 12b0dabf04f7159b6d69d38636044beb51af8540 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 1 May 2024 01:09:41 +0200 Subject: [PATCH] 2024-05-02, Version 22.1.0 (Current) Notable changes: buffer: * improve `base64` and `base64url` performance (Yagiz Nizipli) https://github.com/nodejs/node/pull/52428 dns: * (SEMVER-MINOR) add order option and support ipv6first (Paolo Insogna) https://github.com/nodejs/node/pull/52492 events,doc: * mark CustomEvent as stable (Daeyeon Jeong) https://github.com/nodejs/node/pull/52618 lib, url: * (SEMVER-MINOR) add a `windows` option to path parsing (Aviv Keller) https://github.com/nodejs/node/pull/52509 module: * (SEMVER-MINOR) implement NODE_COMPILE_CACHE for automatic on-disk code caching (Joyee Cheung) https://github.com/nodejs/node/pull/52535 net: * (SEMVER-MINOR) add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) https://github.com/nodejs/node/pull/52474 src: * (SEMVER-MINOR) add `string_view` overload to snapshot FromBlob (Anna Henningsen) https://github.com/nodejs/node/pull/52595 src,permission: * throw async errors on async APIs (Rafael Gonzaga) https://github.com/nodejs/node/pull/52730 test_runner: * (SEMVER-MINOR) add --test-skip-pattern cli option (Aviv Keller) https://github.com/nodejs/node/pull/52529 url: * (SEMVER-MINOR) implement parse method for safer URL parsing (Ali Hassan) https://github.com/nodejs/node/pull/52280 PR-URL: https://github.com/nodejs/node/pull/52768 --- CHANGELOG.md | 3 +- doc/api/cli.md | 8 +-- doc/api/dns.md | 10 +-- doc/api/events.md | 4 +- doc/api/url.md | 4 +- doc/changelogs/CHANGELOG_V22.md | 119 +++++++++++++++++++++++++++++++- src/node_version.h | 6 +- 7 files changed, 136 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb120c59c219e7..a08f369f2579d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,8 @@ release. -22.0.0
+22.1.0
+22.0.0
21.7.3
diff --git a/doc/api/cli.md b/doc/api/cli.md index 33a00eb5600cb8..b516dea2b38b02 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -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 description: The `ipv6first` is supported now. - version: v17.0.0 @@ -1338,7 +1338,7 @@ This option is a no-op. It is kept for compatibility. ### `--network-family-autoselection-attempt-timeout` Sets the default value for the network family autoselection attempt timeout. @@ -2059,7 +2059,7 @@ node --test --test-shard=3/3 A regular expression that configures the test runner to skip tests @@ -2521,7 +2521,7 @@ environment variable is arbitrary. ### `NODE_COMPILE_CACHE=dir` > Stability: 1.1 - Active Development diff --git a/doc/api/dns.md b/doc/api/dns.md index 025d4b875ae04e..4787c7f7b88105 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -179,7 +179,7 @@ section if a custom port is used. @@ -971,7 +971,7 @@ section if a custom port is used. @@ -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 description: The `ipv6first` value is supported now. - version: v17.0.0 diff --git a/doc/api/events.md b/doc/api/events.md index a0b05690b4a156..8983d9d5daba51 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -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 description: CustomEvent is now stable. --> @@ -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 description: CustomEvent is now stable. --> diff --git a/doc/api/url.md b/doc/api/url.md index 5db978aaa11692..430347dd9ba0c7 100644 --- a/doc/api/url.md +++ b/doc/api/url.md @@ -1156,7 +1156,7 @@ console.log(url.domainToUnicode('xn--iñvalid.com'));