Skip to content

Commit 84d6ce9

Browse files
committed
2021-06-23, Version 16.4.0 (Current)
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
1 parent d65514b commit 84d6ce9

File tree

7 files changed

+150
-15
lines changed

7 files changed

+150
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ release.
3232
</tr>
3333
<tr>
3434
<td valign="top">
35-
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.3.0">16.3.0</a></b><br/>
35+
<b><a href="doc/changelogs/CHANGELOG_V16.md#16.4.0">16.4.0</a></b><br/>
36+
<a href="doc/changelogs/CHANGELOG_V16.md#16.3.0">16.3.0</a><br/>
3637
<a href="doc/changelogs/CHANGELOG_V16.md#16.2.0">16.2.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V16.md#16.1.0">16.1.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V16.md#16.0.0">16.0.0</a><br/>

doc/api/async_context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ added:
2424
- v13.10.0
2525
- v12.17.0
2626
changes:
27-
- version: REPLACEME
27+
- version: v16.4.0
2828
pr-url: https://github.com/nodejs/node/pull/37675
2929
description: AsyncLocalStorage is now Stable. Previously, it had been Experimental.
3030
-->
@@ -286,7 +286,7 @@ responsible for the context loss.
286286
## Class: `AsyncResource`
287287
<!-- YAML
288288
changes:
289-
- version: REPLACEME
289+
- version: v16.4.0
290290
pr-url: https://github.com/nodejs/node/pull/37675
291291
description: AsyncResource is now Stable. Previously, it had been Experimental.
292292
-->

doc/api/child_process.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ exec('"my script.cmd" a b', (err, stdout, stderr) => {
146146
<!-- YAML
147147
added: v0.1.90
148148
changes:
149-
- version: REPLACEME
149+
- version: v16.4.0
150150
pr-url: https://github.com/nodejs/node/pull/38862
151151
description: The `cwd` option can be a WHATWG `URL` object using
152152
`file:` protocol.
@@ -275,7 +275,7 @@ controller.abort();
275275
<!-- YAML
276276
added: v0.1.91
277277
changes:
278-
- version: REPLACEME
278+
- version: v16.4.0
279279
pr-url: https://github.com/nodejs/node/pull/38862
280280
description: The `cwd` option can be a WHATWG `URL` object using
281281
`file:` protocol.
@@ -384,7 +384,7 @@ controller.abort();
384384
<!-- YAML
385385
added: v0.5.0
386386
changes:
387-
- version: REPLACEME
387+
- version: v16.4.0
388388
pr-url: https://github.com/nodejs/node/pull/38862
389389
description: The `cwd` option can be a WHATWG `URL` object using
390390
`file:` protocol.
@@ -499,7 +499,7 @@ if (process.argv[2] === 'child') {
499499
<!-- YAML
500500
added: v0.1.90
501501
changes:
502-
- version: REPLACEME
502+
- version: v16.4.0
503503
pr-url: https://github.com/nodejs/node/pull/38862
504504
description: The `cwd` option can be a WHATWG `URL` object using
505505
`file:` protocol.
@@ -861,7 +861,7 @@ configuration at startup.
861861
<!-- YAML
862862
added: v0.11.12
863863
changes:
864-
- version: REPLACEME
864+
- version: v16.4.0
865865
pr-url: https://github.com/nodejs/node/pull/38862
866866
description: The `cwd` option can be a WHATWG `URL` object using
867867
`file:` protocol.
@@ -934,7 +934,7 @@ arbitrary command execution.**
934934
<!-- YAML
935935
added: v0.11.12
936936
changes:
937-
- version: REPLACEME
937+
- version: v16.4.0
938938
pr-url: https://github.com/nodejs/node/pull/38862
939939
description: The `cwd` option can be a WHATWG `URL` object using
940940
`file:` protocol.
@@ -998,7 +998,7 @@ metacharacters may be used to trigger arbitrary command execution.**
998998
<!-- YAML
999999
added: v0.11.12
10001000
changes:
1001-
- version: REPLACEME
1001+
- version: v16.4.0
10021002
pr-url: https://github.com/nodejs/node/pull/38862
10031003
description: The `cwd` option can be a WHATWG `URL` object using
10041004
`file:` protocol.

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ code from strings throw an exception instead. This does not affect the Node.js
189189

190190
### `--dns-result-order=order`
191191
<!-- YAML
192-
added: REPLACEME
192+
added: v16.4.0
193193
-->
194194

195195
Set the default value of `verbatim` in [`dns.lookup()`][] and

doc/api/dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ one of the [DNS error codes][].
636636

637637
## `dns.setDefaultResultOrder(order)`
638638
<!-- YAML
639-
added: REPLACEME
639+
added: v16.4.0
640640
-->
641641

642642
* `order` {string} must be `'ipv4first'` or `'verbatim'`.
@@ -1161,7 +1161,7 @@ is one of the [DNS error codes](#dns_error_codes).
11611161

11621162
### `dnsPromises.setDefaultResultOrder(order)`
11631163
<!-- YAML
1164-
added: REPLACEME
1164+
added: v16.4.0
11651165
-->
11661166

11671167
* `order` {string} must be `'ipv4first'` or `'verbatim'`.

doc/api/errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,15 +1010,15 @@ An attempt to invoke an unsupported crypto operation was made.
10101010
<a id="ERR_DEBUGGER_ERROR"></a>
10111011
### `ERR_DEBUGGER_ERROR`
10121012
<!-- YAML
1013-
added: REPLACEME
1013+
added: v16.4.0
10141014
-->
10151015

10161016
An error occurred with the [debugger][].
10171017

10181018
<a id="ERR_DEBUGGER_STARTUP_ERROR"></a>
10191019
### `ERR_DEBUGGER_STARTUP_ERROR`
10201020
<!-- YAML
1021-
added: REPLACEME
1021+
added: v16.4.0
10221022
-->
10231023

10241024
The [debugger][] timed out waiting for the required host/port to be free.

0 commit comments

Comments
 (0)