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

2022-10-18, Version 19.0.0 (Current) #44626

Merged
merged 1 commit into from Oct 18, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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**
Expand All @@ -27,6 +28,7 @@ release.

<table>
<tr>
<th title="Current"><a href="doc/changelogs/CHANGELOG_V19.md">19</a> (Current)</th>
<th title="Current"><a href="doc/changelogs/CHANGELOG_V18.md">18</a> (Current)</th>
<th title="Current"><a href="doc/changelogs/CHANGELOG_V17.md">17</a> (Current)</th>
<th title="LTS Until 2024-04"><a href="doc/changelogs/CHANGELOG_V16.md">16</a> (LTS)</th>
Expand All @@ -35,6 +37,9 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.0.0">19.0.0</a></b><br/>
RafaelGSS marked this conversation as resolved.
Show resolved Hide resolved
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.11.0">18.11.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V18.md#18.10.0">18.10.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V18.md#18.9.1">18.9.1</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion doc/abi_version_registry.json
@@ -1,6 +1,6 @@
{
"NODE_MODULE_VERSION": [
{ "modules": 111,"runtime": "node", "variant": "v8_10.7", "versions": "19.0.0-pre" },
{ "modules": 111,"runtime": "node", "variant": "v8_10.7", "versions": "19.0.0" },
{ "modules": 110,"runtime": "electron", "variant": "electron", "versions": "22" },
{ "modules": 109,"runtime": "electron", "variant": "electron", "versions": "21" },
{ "modules": 108,"runtime": "node", "variant": "v8_10.1", "versions": "18.0.0" },
Expand Down
8 changes: 4 additions & 4 deletions doc/api/cli.md
Expand Up @@ -396,15 +396,15 @@ Disable experimental support for the [Fetch API][].
### `--no-experimental-global-webcrypto`

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

Disable exposition of [Web Crypto API][] on the global scope.

### `--no-experimental-global-customevent`

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

Disable exposition of [CustomEvent Web API][] on the global scope.
Expand All @@ -420,7 +420,7 @@ Use this flag to disable top-level await in REPL.
### `--experimental-shadow-realm`

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

Use this flag to enable [ShadowRealm][] support.
Expand Down Expand Up @@ -642,7 +642,7 @@ Specify ICU data load path. (Overrides `NODE_ICU_DATA`.)
### `--import=module`

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

> Stability: 1 - Experimental
Expand Down
6 changes: 3 additions & 3 deletions doc/api/deprecations.md
Expand Up @@ -2288,7 +2288,7 @@ future release.

<!-- YAML
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44919
description: \`url.parse()` is deprecated again in DEP0169.
- version:
Expand Down Expand Up @@ -3178,7 +3178,7 @@ thing instead.

<!-- YAML
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44711
description: Runtime deprecation.
- version:
Expand Down Expand Up @@ -3281,7 +3281,7 @@ Node-API callbacks.
<!-- YAML
changes:
- version:
- REPLACEME
- v19.0.0
pr-url: https://github.com/nodejs/node/pull/44919
description: Documentation-only deprecation.
-->
Expand Down
8 changes: 4 additions & 4 deletions doc/api/fs.md
Expand Up @@ -1533,7 +1533,7 @@ changes:
<!-- YAML
added: v10.0.0
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/42894
description: If the `type` argument is `null` or omitted, Node.js will
autodetect `target` type and automatically
Expand Down Expand Up @@ -4612,7 +4612,7 @@ default with the above values.
<!-- YAML
added: v0.11.5
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/42796
description: Passing to the `string` parameter an object with an own
`toString` function is no longer supported.
Expand Down Expand Up @@ -4684,7 +4684,7 @@ details.
<!-- YAML
added: v0.1.29
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/42796
description: Passing to the `string` parameter an object with an own
`toString` function is no longer supported.
Expand Down Expand Up @@ -5926,7 +5926,7 @@ this API: [`fs.utimes()`][].
<!-- YAML
added: v0.1.29
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/42796
description: Passing to the `data` parameter an object with an own
`toString` function is no longer supported.
Expand Down
22 changes: 11 additions & 11 deletions doc/api/globals.md
Expand Up @@ -346,7 +346,7 @@ added:
- v17.6.0
- v16.15.0
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/42083
description: No longer behind `--experimental-global-webcrypto` CLI flag.
-->
Expand All @@ -365,7 +365,7 @@ added:
- v17.6.0
- v16.15.0
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/42083
description: No longer behind `--experimental-global-webcrypto` CLI flag.
-->
Expand All @@ -382,7 +382,7 @@ added:
- v17.6.0
- v16.15.0
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/42083
description: No longer behind `--experimental-global-webcrypto` CLI flag.
-->
Expand All @@ -401,7 +401,7 @@ added:
- v18.7.0
- v16.17.0
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44860
description: No longer behind `--experimental-global-customevent` CLI flag.
-->
Expand Down Expand Up @@ -548,7 +548,7 @@ This variable may appear to be global but is not. See [`module`][].
## `PerformanceEntry`

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

<!-- type=global -->
Expand All @@ -558,7 +558,7 @@ The `PerformanceEntry` class. See [`PerformanceEntry`][] for more details.
## `PerformanceMark`

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

<!-- type=global -->
Expand All @@ -568,7 +568,7 @@ The `PerformanceMark` class. See [`PerformanceMark`][] for more details.
## `PerformanceMeasure`

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

<!-- type=global -->
Expand All @@ -578,7 +578,7 @@ The `PerformanceMeasure` class. See [`PerformanceMeasure`][] for more details.
## `PerformanceObserver`

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

<!-- type=global -->
Expand All @@ -588,7 +588,7 @@ The `PerformanceObserver` class. See [`PerformanceObserver`][] for more details.
## `PerformanceObserverEntryList`

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

<!-- type=global -->
Expand All @@ -599,7 +599,7 @@ The `PerformanceObserverEntryList` class. See
## `PerformanceResourceTiming`

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

<!-- type=global -->
Expand Down Expand Up @@ -804,7 +804,7 @@ added:
- v17.6.0
- v16.15.0
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/42083
description: No longer behind `--experimental-global-webcrypto` CLI flag.
-->
Expand Down
4 changes: 2 additions & 2 deletions doc/api/http.md
Expand Up @@ -1472,7 +1472,7 @@ type other than {net.Socket}.
added: v0.1.90
changes:
- version:
- REPLACEME
- v19.0.0
pr-url: https://github.com/nodejs/node/pull/43522
description: The method closes idle connections before returning.

Expand Down Expand Up @@ -3292,7 +3292,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.
-->
Expand Down
2 changes: 1 addition & 1 deletion doc/api/http2.md
Expand Up @@ -2276,7 +2276,7 @@ a given number of milliseconds set using `http2secureServer.setTimeout()`.
<!-- YAML
added: v8.4.0
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44031
description: This event will only be emitted if the client did not transmit
an ALPN extension during the TLS handshake.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/https.md
Expand Up @@ -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.
-->
Expand Down
4 changes: 2 additions & 2 deletions doc/api/inspector.md
Expand Up @@ -34,7 +34,7 @@ const inspector = require('node:inspector');
> Stability: 1 - Experimental

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

### Class: `inspector.Session`
Expand Down Expand Up @@ -125,7 +125,7 @@ enabled agents or configured breakpoints.
#### `session.post(method[, params])`

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

* `method` {string}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/path.md
Expand Up @@ -207,7 +207,7 @@ A [`TypeError`][] is thrown if `path` is not a string.
<!-- YAML
added: v0.11.15
changes:
- version: REPLACEME
- version: v19.0.0
pr-url: https://github.com/nodejs/node/pull/44349
description: The dot will be added if it is not specified in `ext`.
-->
Expand Down