Skip to content

Commit 6d770b5

Browse files
committed
2023-06-05, 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 11a3434 commit 6d770b5

File tree

5 files changed

+171
-7
lines changed

5 files changed

+171
-7
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ release.
3636
</tr>
3737
<tr>
3838
<td valign="top">
39-
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a></b><br/>
39+
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.3.0">20.3.0</a></b><br/>
40+
<a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
4243
</td>

doc/api/globals.md

+1-1
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

+1-1
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)