Skip to content

Commit 5a58972

Browse files
targosRafaelGSS
authored andcommitted
2023-06-08, Version 20.3.0 (Current)
Notable changes: deps: * upgrade to libuv 1.45.0, including significant performance improvements to file system operations on Linux (Santiago Gimeno) #48078 doc: * add Ruy Adorno to list of TSC members (Michael Dawson) #48172 * mark Node.js 14 as End-of-Life (Richard Lau) #48023 lib: * (SEMVER-MINOR) implement AbortSignal.any() (Chemi Atlow) #47821 module: * change default resolver to not throw on unknown scheme (Gil Tayar) #47824 node-api: * (SEMVER-MINOR) define version 9 (Chengzhong Wu) #48151 stream: * deprecate asIndexedPairs (Chemi Atlow) #48102 PR-URL: #48332
1 parent 8c8e7e9 commit 5a58972

File tree

4 files changed

+168
-4
lines changed

4 files changed

+168
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ release.
3535
</tr>
3636
<tr>
3737
<td valign="top">
38-
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a></b><br/>
38+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.3.0">20.3.0</a></b><br/>
39+
<a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
4142
</td>

doc/api/globals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Returns a new `AbortSignal` which will be aborted in `delay` milliseconds.
124124
#### Static method: `AbortSignal.any(signals)`
125125

126126
<!-- YAML
127-
added: REPLACEME
127+
added: v20.3.0
128128
-->
129129

130130
* `signals` {AbortSignal\[]} The `AbortSignal`s of which to compose a new `AbortSignal`.

doc/api/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2454,7 +2454,7 @@ added:
24542454
- v17.5.0
24552455
- v16.15.0
24562456
changes:
2457-
- version: REPLACEME
2457+
- version: v20.3.0
24582458
pr-url: https://github.com/nodejs/node/pull/48102
24592459
description: Using the `asIndexedPairs` method emits a runtime warning that
24602460
it will be removed in a future version.

0 commit comments

Comments
 (0)