Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-04-24, Version 22.0.0 (Current) #52505

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Select a Node.js version below to view the changelog history:

* [Node.js 22](doc/changelogs/CHANGELOG_V22.md) **Current**
* [Node.js 21](doc/changelogs/CHANGELOG_V21.md) **Current**
* [Node.js 20](doc/changelogs/CHANGELOG_V20.md) **Long Term Support**
* [Node.js 19](doc/changelogs/CHANGELOG_V19.md) End-of-Life
Expand Down Expand Up @@ -30,12 +31,16 @@ release.

<table>
<tr>
<th title="Current"><a href="doc/changelogs/CHANGELOG_V22.md">22</a> (Current)</th>
<th title="Current"><a href="doc/changelogs/CHANGELOG_V21.md">21</a> (Current)</th>
<th title="LTS Until 2026-04"><a href="doc/changelogs/CHANGELOG_V20.md">20</a> (LTS)</th>
<th title="LTS Until 2025-04"><a href="doc/changelogs/CHANGELOG_V18.md">18</a> (LTS)</th>
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.0.0">22.0.0</a></b><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V21.md#21.7.3">21.7.3</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V21.md#21.7.2">21.7.2</a><br/>
<a href="doc/changelogs/CHANGELOG_V21.md#21.7.1">21.7.1</a><br/>
Expand Down
16 changes: 8 additions & 8 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ Use the specified file as a security policy.
### `--experimental-require-module`

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

> Stability: 1.1 - Active Developement
Expand Down Expand Up @@ -1396,7 +1396,7 @@ Use this flag to disable top-level await in REPL.
### `--no-experimental-websocket`

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

Use this flag to disable experimental [`WebSocket`][] support.
Expand Down Expand Up @@ -1607,7 +1607,7 @@ Identical to `-e` but prints the result.
### `--experimental-print-required-tla`

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

This flag is only useful when `--experimental-require-module` is enabled.
Expand Down Expand Up @@ -1788,7 +1788,7 @@ native stack and other runtime environment data.
### `--report-exclude-network`

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

Exclude `header.networkInterfaces` from the diagnostic report. By default
Expand All @@ -1812,7 +1812,7 @@ Modules preloaded with `--require` will run before modules preloaded with `--imp
### `--run`

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

> Stability: 1.1 - Active development
Expand Down Expand Up @@ -1951,7 +1951,7 @@ concurrently. The default value is `os.availableParallelism() - 1`.
### `--test-force-exit`

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

Configures the test runner to exit the process once all known tests have
Expand Down Expand Up @@ -2393,7 +2393,7 @@ added:
- v18.11.0
- v16.19.0
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/52074
description: Watch mode is now stable.
- version:
Expand Down Expand Up @@ -2426,7 +2426,7 @@ added:
- v18.11.0
- v16.19.0
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/52074
description: Watch mode is now stable.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ When passing a string as the `buffer`, please consider
<!-- YAML
added: v1.0.0
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/52345
description: Using GCM tag lengths other than 128 bits without specifying
the `authTagLength` option when creating `decipher` is
Expand Down
50 changes: 25 additions & 25 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ The [`tls.SecurePair`][] class is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -996,7 +996,7 @@ instead.

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1020,7 +1020,7 @@ The [`util.isBoolean()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1044,7 +1044,7 @@ The [`util.isBuffer()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1068,7 +1068,7 @@ The [`util.isDate()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1093,7 +1093,7 @@ instead.

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1117,7 +1117,7 @@ The [`util.isFunction()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1141,7 +1141,7 @@ The [`util.isNull()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1165,7 +1165,7 @@ The [`util.isNullOrUndefined()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1189,7 +1189,7 @@ The [`util.isNumber()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1213,7 +1213,7 @@ The [`util.isObject()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1238,7 +1238,7 @@ instead.

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1262,7 +1262,7 @@ The [`util.isRegExp()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1286,7 +1286,7 @@ The [`util.isString()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1310,7 +1310,7 @@ The [`util.isSymbol()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version:
Expand All @@ -1334,7 +1334,7 @@ The [`util.isUndefined()`][] API is deprecated. Please use

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version: v6.12.0
Expand Down Expand Up @@ -1363,7 +1363,7 @@ requirements and complexity of your application.

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50488
description: Runtime deprecation.
- version: v6.12.0
Expand Down Expand Up @@ -2197,7 +2197,7 @@ Type: End-of-Life

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/50973
description: End-of-Life.
- version: v11.0.0
Expand Down Expand Up @@ -3313,7 +3313,7 @@ Values other than `undefined`, `null`, integer numbers, and integer strings

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/51179
description: Runtime deprecation.
- version:
Expand Down Expand Up @@ -3568,7 +3568,7 @@ release lines. Please use [`dirent.parentPath`][] instead.

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/51880
description: Runtime deprecation.
- version:
Expand All @@ -3588,10 +3588,10 @@ Please use the [`crypto.createHash()`][] method to create Hash instances.

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/52067
description: Runtime deprecation.
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/51879
description: Documentation-only deprecation.
-->
Expand All @@ -3605,10 +3605,10 @@ deprecated due to being internals, not intended for public use.

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/52071
description: Runtime deprecation.
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/51881
description: Documentation-only deprecation.
-->
Expand All @@ -3623,7 +3623,7 @@ Please use the [`crypto.createHmac()`][] method to create Hmac instances.

<!-- YAML
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/52345
description: Documentation-only deprecation.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ added:
- v13.6.0
- v12.16.0
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/52080
description: Support `highWaterMark` and `lowWaterMark` options,
For consistency. Old options are still supported.
Expand Down
8 changes: 4 additions & 4 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ behavior is similar to `cp dir1/ dir2/`.
### `fsPromises.glob(pattern[, options])`

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

> Stability: 1 - Experimental
Expand Down Expand Up @@ -3108,7 +3108,7 @@ descriptor. See [`fs.utimes()`][].
### `fs.glob(pattern[, options], callback)`

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

> Stability: 1 - Experimental
Expand Down Expand Up @@ -5602,7 +5602,7 @@ Synchronous version of [`fs.futimes()`][]. Returns `undefined`.
### `fs.globSync(pattern[, options])`

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

> Stability: 1 - Experimental
Expand Down Expand Up @@ -7004,7 +7004,7 @@ i.e. before the `'ready'` event is emitted.
<!-- YAML
added: v0.1.21
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/51879
description: Public constructor is deprecated.
- version: v8.1.0
Expand Down
2 changes: 1 addition & 1 deletion doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ added:
- v21.0.0
- v20.10.0
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/51594
description: No longer behind `--experimental-websocket` CLI flag.
-->
Expand Down
4 changes: 2 additions & 2 deletions doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ added:
- v19.6.0
- v18.15.0
changes:
- version: REPLACEME
- version: v22.0.0
pr-url: https://github.com/nodejs/node/pull/52039
description: Aligned return value with `uv_get_constrained_memory`.
-->
Expand All @@ -1134,7 +1134,7 @@ information.
## `process.availableMemory()`

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

> Stability: 1 - Experimental
Expand Down
Loading