diff --git a/CHANGELOG.md b/CHANGELOG.md index 1838a4dac92e75..cb120c59c219e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -30,12 +31,16 @@ release.
22 (Current) | 21 (Current) | 20 (LTS) | 18 (LTS) |
---|---|---|---|
+22.0.0 + |
+
21.7.3 21.7.2 21.7.1 diff --git a/doc/api/cli.md b/doc/api/cli.md index f08afb737d41b4..d22ee1648b4ce7 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -886,7 +886,7 @@ Use the specified file as a security policy. ### `--experimental-require-module` > Stability: 1.1 - Active Developement @@ -1394,7 +1394,7 @@ Use this flag to disable top-level await in REPL. ### `--no-experimental-websocket` Use this flag to disable experimental [`WebSocket`][] support. @@ -1605,7 +1605,7 @@ Identical to `-e` but prints the result. ### `--experimental-print-required-tla` This flag is only useful when `--experimental-require-module` is enabled. @@ -1786,7 +1786,7 @@ native stack and other runtime environment data. ### `--report-exclude-network` Exclude `header.networkInterfaces` from the diagnostic report. By default @@ -1810,7 +1810,7 @@ Modules preloaded with `--require` will run before modules preloaded with `--imp ### `--run` > Stability: 1.1 - Active development @@ -1949,7 +1949,7 @@ concurrently. The default value is `os.availableParallelism() - 1`. ### `--test-force-exit` Configures the test runner to exit the process once all known tests have @@ -2391,7 +2391,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: @@ -2424,7 +2424,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. --> diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 44a4e249759b3a..758a04584c4a0e 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -891,7 +891,7 @@ When passing a string as the `buffer`, please consider @@ -3605,10 +3605,10 @@ deprecated due to being internals, not intended for public use. @@ -3623,7 +3623,7 @@ Please use the [`crypto.createHmac()`][] method to create Hmac instances. diff --git a/doc/api/events.md b/doc/api/events.md index 8ec82db04c25da..c630d8a11c644f 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -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. diff --git a/doc/api/fs.md b/doc/api/fs.md index de86c355efecd9..d6afc9d5ea9403 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1072,7 +1072,7 @@ behavior is similar to `cp dir1/ dir2/`. ### `fsPromises.glob(pattern[, options])` > Stability: 1 - Experimental @@ -3108,7 +3108,7 @@ descriptor. See [`fs.utimes()`][]. ### `fs.glob(pattern[, options], callback)` > Stability: 1 - Experimental @@ -5602,7 +5602,7 @@ Synchronous version of [`fs.futimes()`][]. Returns `undefined`. ### `fs.globSync(pattern[, options])` > Stability: 1 - Experimental @@ -7004,7 +7004,7 @@ i.e. before the `'ready'` event is emitted. diff --git a/doc/api/process.md b/doc/api/process.md index 1b009f21887c0b..1c928045fe1047 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -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`. --> @@ -1134,7 +1134,7 @@ information. ## `process.availableMemory()` > Stability: 1 - Experimental diff --git a/doc/api/report.md b/doc/api/report.md index 1c64dfeb9e53a9..2ff614cf522dd7 100644 --- a/doc/api/report.md +++ b/doc/api/report.md @@ -10,7 +10,7 @@ diff --git a/doc/api/stream.md b/doc/api/stream.md index 7439e51c1ac1ce..e28a688cfa6e0e 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -720,7 +720,7 @@ console.log(myStream.destroyed); // true * `name` {string} The name of the suite, which is displayed when reporting test @@ -1290,7 +1290,7 @@ The `suite()` function is imported from the `node:test` module. ## `suite.skip([name][, options][, fn])` Shorthand for skipping a suite. This is the same as @@ -1299,7 +1299,7 @@ Shorthand for skipping a suite. This is the same as ## `suite.todo([name][, options][, fn])` Shorthand for marking a suite as `TODO`. This is the same as @@ -1308,7 +1308,7 @@ Shorthand for marking a suite as `TODO`. This is the same as ## `suite.only([name][, options][, fn])` Shorthand for marking a suite as `only`. This is the same as diff --git a/doc/api/v8.md b/doc/api/v8.md index a3ab7f04d64366..ece3c9c7f40f09 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -245,7 +245,7 @@ buffers and external strings. ## `v8.queryObjects(ctor[, options])` > Stability: 1.1 - Active development diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md index 984f342e13cb2d..d8c652a7d9cb34 100644 --- a/doc/changelogs/CHANGELOG_ARCHIVE.md +++ b/doc/changelogs/CHANGELOG_ARCHIVE.md @@ -154,6 +154,7 @@ |
Current | +
---|
+22.0.0 + |
+