Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorDanielle Adams <adamzdanielle@gmail.com>2021-06-13 06:42:55 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-06-23 14:42:28 +0300
commit84d6ce9fd15a20c0d0c8c23e9b6c0d1b25b8325f (patch)
treeb09e7d2f018e1e3c2df52075eea01c9ee90b58b7 /doc/api
parentd65514bc29ff4e91ae560884d10483e33012e095 (diff)
2021-06-23, Version 16.4.0 (Current)
Notable changes: * async_hooks: * stabilize part of AsyncLocalStorage (Vladimir de Turckheim) https://github.com/nodejs/node/pull/37675 * deps: * upgrade npm to 7.18.1 (npm-robot) https://github.com/nodejs/node/pull/39065 * update V8 to 9.1.269.36 (Michaƫl Zasso) https://github.com/nodejs/node/pull/38273 * dns: * allow `--dns-result-order` to change default dns verbatim (Ouyang Yadong) https://github.com/nodejs/node/pull/38099 PR-URL: https://github.com/nodejs/node/pull/39031
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/async_context.md4
-rw-r--r--doc/api/child_process.md14
-rw-r--r--doc/api/cli.md2
-rw-r--r--doc/api/dns.md4
-rw-r--r--doc/api/errors.md4
5 files changed, 14 insertions, 14 deletions
diff --git a/doc/api/async_context.md b/doc/api/async_context.md
index 7092a2d5bf2..0caf1d6bb62 100644
--- a/doc/api/async_context.md
+++ b/doc/api/async_context.md
@@ -24,7 +24,7 @@ added:
- v13.10.0
- v12.17.0
changes:
- - version: REPLACEME
+ - version: v16.4.0
pr-url: https://github.com/nodejs/node/pull/37675
description: AsyncLocalStorage is now Stable. Previously, it had been Experimental.
-->
@@ -286,7 +286,7 @@ responsible for the context loss.
## Class: `AsyncResource`
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v16.4.0
pr-url: https://github.com/nodejs/node/pull/37675
description: AsyncResource is now Stable. Previously, it had been Experimental.
-->
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index a9b6ad89a91..2d83042a645 100644
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -146,7 +146,7 @@ exec('"my script.cmd" a b', (err, stdout, stderr) => {
<!-- YAML
added: v0.1.90
changes:
- - version: REPLACEME
+ - version: v16.4.0
pr-url: https://github.com/nodejs/node/pull/38862
description: The `cwd` option can be a WHATWG `URL` object using
`file:` protocol.
@@ -275,7 +275,7 @@ controller.abort();
<!-- YAML
added: v0.1.91
changes:
- - version: REPLACEME
+ - version: v16.4.0
pr-url: https://github.com/nodejs/node/pull/38862
description: The `cwd` option can be a WHATWG `URL` object using
`file:` protocol.
@@ -384,7 +384,7 @@ controller.abort();
<!-- YAML
added: v0.5.0
changes:
- - version: REPLACEME
+ - version: v16.4.0
pr-url: https://github.com/nodejs/node/pull/38862
description: The `cwd` option can be a WHATWG `URL` object using
`file:` protocol.
@@ -499,7 +499,7 @@ if (process.argv[2] === 'child') {
<!-- YAML
added: v0.1.90
changes:
- - version: REPLACEME
+ - version: v16.4.0
pr-url: https://github.com/nodejs/node/pull/38862
description: The `cwd` option can be a WHATWG `URL` object using
`file:` protocol.
@@ -861,7 +861,7 @@ configuration at startup.
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v16.4.0
pr-url: https://github.com/nodejs/node/pull/38862
description: The `cwd` option can be a WHATWG `URL` object using
`file:` protocol.
@@ -934,7 +934,7 @@ arbitrary command execution.**
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v16.4.0
pr-url: https://github.com/nodejs/node/pull/38862
description: The `cwd` option can be a WHATWG `URL` object using
`file:` protocol.
@@ -998,7 +998,7 @@ metacharacters may be used to trigger arbitrary command execution.**
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v16.4.0
pr-url: https://github.com/nodejs/node/pull/38862
description: The `cwd` option can be a WHATWG `URL` object using
`file:` protocol.
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 747e77214ba..f4f0ed4e98b 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -189,7 +189,7 @@ code from strings throw an exception instead. This does not affect the Node.js
### `--dns-result-order=order`
<!-- YAML
-added: REPLACEME
+added: v16.4.0
-->
Set the default value of `verbatim` in [`dns.lookup()`][] and
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 72c7e09ee00..45b2ff79e37 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -636,7 +636,7 @@ one of the [DNS error codes][].
## `dns.setDefaultResultOrder(order)`
<!-- YAML
-added: REPLACEME
+added: v16.4.0
-->
* `order` {string} must be `'ipv4first'` or `'verbatim'`.
@@ -1161,7 +1161,7 @@ is one of the [DNS error codes](#dns_error_codes).
### `dnsPromises.setDefaultResultOrder(order)`
<!-- YAML
-added: REPLACEME
+added: v16.4.0
-->
* `order` {string} must be `'ipv4first'` or `'verbatim'`.
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 7ac741bba68..6257619ba04 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1010,7 +1010,7 @@ An attempt to invoke an unsupported crypto operation was made.
<a id="ERR_DEBUGGER_ERROR"></a>
### `ERR_DEBUGGER_ERROR`
<!-- YAML
-added: REPLACEME
+added: v16.4.0
-->
An error occurred with the [debugger][].
@@ -1018,7 +1018,7 @@ An error occurred with the [debugger][].
<a id="ERR_DEBUGGER_STARTUP_ERROR"></a>
### `ERR_DEBUGGER_STARTUP_ERROR`
<!-- YAML
-added: REPLACEME
+added: v16.4.0
-->
The [debugger][] timed out waiting for the required host/port to be free.