Skip to content

Commit

Permalink
2023-06-05, Version 20.3.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

deps:
  * upgrade to libuv 1.45.0 (Santiago Gimeno) #48078
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
  • Loading branch information
targos committed Jun 4, 2023
1 parent 62f847d commit ca6006b
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -36,7 +36,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.3.0">20.3.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
</td>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/globals.md
Expand Up @@ -124,7 +124,7 @@ Returns a new `AbortSignal` which will be aborted in `delay` milliseconds.
#### Static method: `AbortSignal.any(signals)`

<!-- YAML
added: REPLACEME
added: v20.3.0
-->

* `signals` {AbortSignal\[]} The `AbortSignal`s of which to compose a new `AbortSignal`.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/stream.md
Expand Up @@ -2454,7 +2454,7 @@ added:
- v17.5.0
- v16.15.0
changes:
- version: REPLACEME
- version: v20.3.0
pr-url: https://github.com/nodejs/node/pull/48102

Check warning on line 2458 in doc/api/stream.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: Using the `asIndexedPairs` method emits a runtime warning that
it will be removed in a future version.
Expand Down

0 comments on commit ca6006b

Please sign in to comment.