Skip to content

Commit 07c9241

Browse files
committed
2023-01-24, Version 19.5.0 (Current)
Notable changes: * 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: #46286 Signed-off-by: RafaelGSS <[email protected]>
1 parent 68cde4c commit 07c9241

File tree

5 files changed

+132
-8
lines changed

5 files changed

+132
-8
lines changed

CHANGELOG.md

+2-1
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_V19.md#19.4.0">19.4.0</a></b><br/>
38+
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.5.0">19.5.0</a></b><br/>
39+
<a href="doc/changelogs/CHANGELOG_V19.md#19.4.0">19.4.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V19.md#19.3.0">19.3.0</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V19.md#19.2.0">19.2.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V19.md#19.1.0">19.1.0</a><br/>

doc/api/events.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ This is not used in Node.js and is provided purely for completeness.
20882088
#### `event.initEvent(type[, bubbles[, cancelable]])`
20892089

20902090
<!-- YAML
2091-
added: REPLACEME
2091+
added: v19.5.0
20922092
-->
20932093

20942094
> Stability: 3 - Legacy: The WHATWG spec considers it deprecated and users

doc/api/http.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@ as an argument to any listeners on the event.
24262426
<!-- YAML
24272427
added: v0.1.5
24282428
changes:
2429-
- version: REPLACEME
2429+
- version: v19.5.0
24302430
pr-url: https://github.com/nodejs/node/pull/45982
24312431
description: >-
24322432
The `joinDuplicateHeaders` option in the `http.request()`
@@ -3662,7 +3662,7 @@ request itself.
36623662
<!-- YAML
36633663
added: v14.3.0
36643664
changes:
3665-
- version: REPLACEME
3665+
- version: v19.5.0
36663666
pr-url: https://github.com/nodejs/node/pull/46143
36673667
description: The `label` parameter is added.
36683668
-->

0 commit comments

Comments
 (0)