diff --git a/CHANGELOG.md b/CHANGELOG.md index 5537ae3567fb72..67be3d341bd0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Select a Node.js version below to view the changelog history: +* [Node.js 19](doc/changelogs/CHANGELOG_V19.md) **Current** * [Node.js 18](doc/changelogs/CHANGELOG_V18.md) **Current** * [Node.js 17](doc/changelogs/CHANGELOG_V17.md) **Current** * [Node.js 16](doc/changelogs/CHANGELOG_V16.md) **Long Term Support** @@ -27,6 +28,7 @@ release.
19 (Current) | 18 (Current) | 17 (Current) | 16 (LTS) | @@ -35,6 +37,9 @@ release.
---|---|---|---|
+19.0.0 + |
+
18.9.0 18.8.0 18.7.0 diff --git a/doc/api/cli.md b/doc/api/cli.md index b1b0103cfddddb..64476a5b385c28 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -422,7 +422,7 @@ Use this flag to disable top-level await in REPL. ### `--experimental-shadow-realm` Use this flag to enable [ShadowRealm][] support. @@ -661,7 +661,7 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.) ### `--import=module` > Stability: 1 - Experimental @@ -1578,7 +1578,7 @@ will be chosen. ### `--watch` > Stability: 1 - Experimental @@ -1600,7 +1600,7 @@ $ node --watch index.js ### `--watch-path` > Stability: 1 - Experimental diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index cd4d94d7cdd83b..e4f33612e72906 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2889,7 +2889,7 @@ Prefer [`message.socket`][] over [`message.connection`][]. diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index 3ce9e6e1e2263d..70bb2834e5b599 100644 --- a/doc/api/diagnostics_channel.md +++ b/doc/api/diagnostics_channel.md @@ -459,7 +459,7 @@ Emitted when a new UDP socket is created. #### Process `child_process` @@ -471,7 +471,7 @@ Emitted when a new process is created. #### Worker Thread `worker_threads` diff --git a/doc/api/fs.md b/doc/api/fs.md index df5e789369d887..6754f904fc1d74 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -4534,7 +4534,7 @@ default with the above values. * `links` {string|Array} @@ -3282,7 +3282,7 @@ server.listen(8000); added: v0.5.9 changes: - version: - - REPLACEME + - v19.0.0 pr-url: https://github.com/nodejs/node/pull/43522 description: The agent now uses HTTP Keep-Alive by default. --> diff --git a/doc/api/http2.md b/doc/api/http2.md index d741a4df1465e9..75fae761ecb631 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2276,7 +2276,7 @@ a given number of milliseconds set using `http2secureServer.setTimeout()`. * `links` {string|Array} diff --git a/doc/api/https.md b/doc/api/https.md index 7d114ef506d8a9..b917cc0bd2eda5 100644 --- a/doc/api/https.md +++ b/doc/api/https.md @@ -311,7 +311,7 @@ https.get('https://encrypted.google.com/', (res) => { added: v0.5.9 changes: - version: - - REPLACEME + - v19.0.0 pr-url: https://github.com/nodejs/node/pull/43522 description: The agent now uses HTTP Keep-Alive by default. --> diff --git a/doc/api/process.md b/doc/api/process.md index dd47929e535e37..c89cc9b5f99c4b 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1041,7 +1041,7 @@ This feature is not available in [`Worker`][] threads. > Stability: 1 - Experimental @@ -1611,7 +1611,7 @@ as transferable and can be used with `structuredClone()` or `postMessage()`. ## `util.transferableAbortSignal(signal)` > Stability: 1 - Experimental diff --git a/doc/api/v8.md b/doc/api/v8.md index a734b546189949..a312a1af7c2537 100644 --- a/doc/api/v8.md +++ b/doc/api/v8.md @@ -359,7 +359,7 @@ if (isMainThread) { ## `v8.setHeapSnapshotNearHeapLimit(limit)` > Stability: 1 - Experimental diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index 6a73a160ee9f67..f6f4c13454b40b 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -300,7 +300,7 @@ is active. diff --git a/doc/changelogs/CHANGELOG_ARCHIVE.md b/doc/changelogs/CHANGELOG_ARCHIVE.md index ba7e3a1995a41c..79654135ccdcae 100644 --- a/doc/changelogs/CHANGELOG_ARCHIVE.md +++ b/doc/changelogs/CHANGELOG_ARCHIVE.md @@ -154,6 +154,7 @@ |
Current | +
---|
+19.0.0 + |
+