Skip to content

Commit

Permalink
2021-06-17, Version 16.4.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

* deps:
  * update V8 to 9.1.269.36 (Michaël Zasso) #38273
* dns:
  * allow `--dns-result-order` to change default dns verbatim (Ouyang Yadong) #38099
  • Loading branch information
danielleadams committed Jun 17, 2021
1 parent da254c8 commit 6f58f67
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 16 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -32,7 +32,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.3.0">16.3.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.4.0">16.4.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.3.0">16.3.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.2.0">16.2.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.1.0">16.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a><br/>
Expand Down
4 changes: 2 additions & 2 deletions doc/api/async_context.md
Expand Up @@ -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.
-->
Expand Down Expand Up @@ -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.
-->
Expand Down
14 changes: 7 additions & 7 deletions doc/api/child_process.md
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -382,7 +382,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.
Expand Down Expand Up @@ -495,7 +495,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.
Expand Down Expand Up @@ -855,7 +855,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.
Expand Down Expand Up @@ -928,7 +928,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.
Expand Down Expand Up @@ -992,7 +992,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.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/cli.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/api/dns.md
Expand Up @@ -632,7 +632,7 @@ one of the [DNS error codes][].

## `dns.setDefaultResultOrder(order)`
<!-- YAML
added: REPLACEME
added: v16.4.0
-->

* `order` {string} must be `'ipv4first'` or `'verbatim'`.
Expand Down Expand Up @@ -1153,7 +1153,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'`.
Expand Down

0 comments on commit 6f58f67

Please sign in to comment.