Skip to content

Commit 374714a

Browse files
RafaelGSSmarco-ippolito
authored andcommitted
2024-01-22, Version 21.6.1 (Current)
Notable changes: This release fixes a bug in `undici` using WebStreams PR-URL: nodejs#51530
1 parent 8cfe7a1 commit 374714a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
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_V21.md#21.6.0">21.6.0</a></b><br/>
39+
<b><a href="doc/changelogs/CHANGELOG_V21.md#21.6.1">21.6.1</a></b><br/>
40+
<a href="doc/changelogs/CHANGELOG_V21.md#21.6.0">21.6.0</a><br/>
4041
<a href="doc/changelogs/CHANGELOG_V21.md#21.5.0">21.5.0</a><br/>
4142
<a href="doc/changelogs/CHANGELOG_V21.md#21.4.0">21.4.0</a><br/>
4243
<a href="doc/changelogs/CHANGELOG_V21.md#21.3.0">21.3.0</a><br/>

doc/changelogs/CHANGELOG_V21.md

+14
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#21.6.1">21.6.1</a><br/>
1112
<a href="#21.6.0">21.6.0</a><br/>
1213
<a href="#21.5.0">21.5.0</a><br/>
1314
<a href="#21.4.0">21.4.0</a><br/>
@@ -42,6 +43,19 @@
4243
* [io.js](CHANGELOG_IOJS.md)
4344
* [Archive](CHANGELOG_ARCHIVE.md)
4445

46+
<a id="21.6.1"></a>
47+
48+
## 2024-01-22, Version 21.6.1 (Current), @RafaelGSS
49+
50+
### Notable Changes
51+
52+
This release fixes a bug in `undici` using WebStreams
53+
54+
### Commits
55+
56+
* \[[`662ac95729`](https://github.com/nodejs/node/commit/662ac95729)] - _**Revert**_ "**stream**: fix cloned webstreams not being unref'd" (Matteo Collina) [#51491](https://github.com/nodejs/node/pull/51491)
57+
* \[[`1b8bba8aee`](https://github.com/nodejs/node/commit/1b8bba8aee)] - **test**: add regression test for 51586 (Matteo Collina) [#51491](https://github.com/nodejs/node/pull/51491)
58+
4559
<a id="21.6.0"></a>
4660

4761
## 2024-01-15, Version 21.6.0 (Current), @RafaelGSS

0 commit comments

Comments
 (0)