Skip to content

Commit

Permalink
2023-01-24, Version 19.5.0 (Current)
Browse files Browse the repository at this point in the history
Notable changes:

* crypto:
  * (SEMVER-MINOR) add CryptoKey Symbol.toStringTag (Filip Skokan) [#46042](#46042)
  * (SEMVER-MINOR) add KeyObject Symbol.toStringTag (Filip Skokan) [#46043](#46043)
* http:
  * (SEMVER-MINOR) join authorization headers (Marco Ippolito) [#45982](#45982)
* lib:
  * add webstreams to Duplex.from() (Debadree Chatterjee) [#46190](#46190)
* stream:
  * implement finished() for ReadableStream and WritableStream (Debadree Chatterjee) [#46205](#46205)

PR-URL: TBD
  • Loading branch information
RafaelGSS committed Jan 20, 2023
1 parent 68cde4c commit f34fd35
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -35,7 +35,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.4.0">19.4.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.5.0">19.5.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.4.0">19.4.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.3.0">19.3.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.2.0">19.2.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.1.0">19.1.0</a><br/>
Expand Down
2 changes: 1 addition & 1 deletion doc/api/events.md
Expand Up @@ -2088,7 +2088,7 @@ This is not used in Node.js and is provided purely for completeness.
#### `event.initEvent(type[, bubbles[, cancelable]])`

<!-- YAML
added: REPLACEME
added: v19.5.0
-->

> Stability: 3 - Legacy: The WHATWG spec considers it deprecated and users
Expand Down
4 changes: 2 additions & 2 deletions doc/api/http.md
Expand Up @@ -2426,7 +2426,7 @@ as an argument to any listeners on the event.
<!-- YAML
added: v0.1.5
changes:
- version: REPLACEME
- version: v19.5.0
pr-url: https://github.com/nodejs/node/pull/45982
description: >-
The `joinDuplicateHeaders` option in the `http.request()`
Expand Down Expand Up @@ -3662,7 +3662,7 @@ request itself.
<!-- YAML
added: v14.3.0
changes:
- version: REPLACEME
- version: v19.5.0
pr-url: https://github.com/nodejs/node/pull/46143
description: The `label` parameter is added.
-->
Expand Down

0 comments on commit f34fd35

Please sign in to comment.