Skip to content

Commit

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

* async_hooks:
  * stabilize part of AsyncLocalStorage (Vladimir de Turckheim) #37675
* deps:
  * upgrade npm to 7.18.1 (npm-robot) #39065
  * update V8 to 9.1.269.36 (Michaël Zasso) #38273
* dns:
  * allow `--dns-result-order` to change default dns verbatim (Ouyang Yadong) #38099

PR-URL: #39031
  • Loading branch information
danielleadams committed Jun 22, 2021
1 parent eddde6c commit c537f5f
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 18 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
4 changes: 2 additions & 2 deletions doc/api/errors.md
Expand Up @@ -1006,15 +1006,15 @@ 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][].

<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.
Expand Down
134 changes: 134 additions & 0 deletions doc/changelogs/CHANGELOG_V16.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/node_version.h
Expand Up @@ -23,13 +23,13 @@
#define SRC_NODE_VERSION_H_

#define NODE_MAJOR_VERSION 16
#define NODE_MINOR_VERSION 3
#define NODE_PATCH_VERSION 1
#define NODE_MINOR_VERSION 4
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_LTS 0
#define NODE_VERSION_LTS_CODENAME ""

#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit c537f5f

Please sign in to comment.