diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed13876b5e93f..b5e4aee43f193a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Select a Node.js version below to view the changelog history: +* [Node.js 23](doc/changelogs/CHANGELOG_V23.md) **Current** * [Node.js 22](doc/changelogs/CHANGELOG_V22.md) **Current** * [Node.js 21](doc/changelogs/CHANGELOG_V21.md) End-of-Life * [Node.js 20](doc/changelogs/CHANGELOG_V20.md) **Long Term Support** @@ -31,11 +32,14 @@ release.
23 (Current) | 22 (Current) | 20 (LTS) | 18 (LTS) |
---|---|---|---|
22.9.0 22.8.0 diff --git a/doc/api/buffer.md b/doc/api/buffer.md index bc16808f1e1105..bd87ca62c04766 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -5094,7 +5094,7 @@ added: - v19.2.0 - v18.13.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/47613 description: Makes File instances cloneable. - version: v20.0.0 diff --git a/doc/api/cli.md b/doc/api/cli.md index f37684d21f517c..ad723ea1d244cb 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -812,7 +812,7 @@ of `--enable-source-maps`. > Stability: 1 - Experimental @@ -1073,7 +1073,7 @@ added: - v22.0.0 - v20.17.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/55085 description: This is now true by default. --> @@ -1710,7 +1710,7 @@ added: - v22.0.0 - v20.17.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/55085 description: This is now false by default. --> diff --git a/doc/api/crypto.md b/doc/api/crypto.md index f141f9235df3aa..81d3e0cf95f639 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2139,7 +2139,7 @@ property is `undefined` for asymmetric keys. ### `keyObject.toCryptoKey(algorithm, extractable, keyUsages)` @@ -2886,7 +2886,7 @@ The date/time from which this certificate is valid. ### `x509.validFromDate` * Type: {Date} @@ -2906,7 +2906,7 @@ The date/time until which this certificate is valid. ### `x509.validToDate` * Type: {Date} diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 5d036fa2917ce8..137c17d00046b8 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -996,7 +996,7 @@ instead. > Stability: 1 - Experimental @@ -2435,7 +2435,7 @@ Establishing a QUIC connection failed. ### `ERR_QUIC_ENDPOINT_CLOSED` > Stability: 1 - Experimental @@ -2447,7 +2447,7 @@ A QUIC Endpoint closed with an error. ### `ERR_QUIC_OPEN_STREAM_FAILED` > Stability: 1 - Experimental @@ -2488,7 +2488,7 @@ before looking for the top-level awaits). @@ -3340,7 +3340,7 @@ encoding (e.g. `ucs` or `utf16le`) is not supported. ### `ERR_CRYPTO_SCRYPT_INVALID_PARAMETER` An incompatible combination of options was passed to [`crypto.scrypt()`][] or @@ -3352,7 +3352,7 @@ An incompatible combination of options was passed to [`crypto.scrypt()`][] or ### `ERR_FS_INVALID_SYMLINK_TYPE` An invalid symlink type was passed to the [`fs.symlink()`][] or diff --git a/doc/api/esm.md b/doc/api/esm.md index a610bf5b4ea7be..c4c713238f5bea 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -477,7 +477,7 @@ See [Loading ECMAScript modules using `require()`][] for details. diff --git a/doc/api/fs.md b/doc/api/fs.md index 374e51434d78a2..ab9977dfca70d4 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -6828,7 +6828,7 @@ deprecated: - v20.12.0 - v18.20.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/51050 description: Accessing this property emits a warning. It is now read-only. --> diff --git a/doc/api/globals.md b/doc/api/globals.md index 6cd4823aa7285e..34c2a15152f49a 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -325,7 +325,7 @@ added: v0.0.1 ## `CloseEvent` @@ -374,7 +374,7 @@ added: - v17.6.0 - v16.15.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/52564 description: No longer experimental. - version: v19.0.0 @@ -395,7 +395,7 @@ added: - v17.6.0 - v16.15.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/52564 description: No longer experimental. - version: v19.0.0 @@ -414,7 +414,7 @@ added: - v17.6.0 - v16.15.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/52564 description: No longer experimental. - version: v19.0.0 @@ -435,7 +435,7 @@ added: - v18.7.0 - v16.17.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/52723 description: No longer experimental. - version: v19.0.0 diff --git a/doc/api/http2.md b/doc/api/http2.md index 0bb059fc81d33b..c6790c6a099974 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2767,7 +2767,7 @@ Throws `ERR_INVALID_ARG_TYPE` for invalid `settings` argument. added: v8.4.0 changes: - version: - - REPLACEME + - v23.0.0 pr-url: https://github.com/nodejs/node/pull/54875 description: Added `streamResetBurst` and `streamResetRate`. - version: diff --git a/doc/api/module.md b/doc/api/module.md index 45e027c76155c3..21c290aea311aa 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -1109,7 +1109,7 @@ should be fetched. > Stability: 1.1 - Active Development diff --git a/doc/api/modules.md b/doc/api/modules.md index 9e4d3a223b8df6..dbbd121842d151 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -175,10 +175,10 @@ added: - v22.0.0 - v20.17.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/55085 description: This feature is no longer behind the `--experimental-require-module` CLI flag. - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/54563 description: Support `'module.exports'` interop export in `require(esm)`. --> diff --git a/doc/api/process.md b/doc/api/process.md index 73d514f1f4a8d2..f30b3ee335b9f5 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1939,7 +1939,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.require_module` * {boolean} @@ -1990,7 +1990,7 @@ A boolean value that is `true` if the current Node.js build includes support for ## `process.features.typescript` > Stability: 1.0 - Early development diff --git a/doc/api/test.md b/doc/api/test.md index d7fbb5c69b9358..0cf1deb977ef1f 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1256,10 +1256,10 @@ added: - v18.9.0 - v16.19.0 changes: - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/54705 description: Added the `cwd` option. - - version: REPLACEME + - version: v23.0.0 pr-url: https://github.com/nodejs/node/pull/53937 description: Added coverage options. - version: v22.8.0 diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index ddf7a2cd5450c0..f1b5c5b652f4f1 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -197,7 +197,7 @@ There is no equivalent to this API in browsers. ## `worker.markAsUncloneable(object)` * `object` {any} Any arbitrary JavaScript value. diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md index d8c652a7d9cb34..a7d7f86776d370 100644 --- a/doc/changelogs/CHANGELOG_ARCHIVE.md +++ b/doc/changelogs/CHANGELOG_ARCHIVE.md @@ -154,6 +154,7 @@ |
Current | +
---|
+23.0.0 + |
+