Skip to content

Commit 3f466d8

Browse files
sxaBethGriggs
authored andcommitted
2022-03-10, Version 17.7.1 (Current)
Notable changes: Fixed regression in url.resolve() This release fixes an issue introduced in Node.js v17.7.0 with some URLs that contain `@`. This issue affected yarn 1. This version reverts the change that introduced the regression. PR-URL: #42285
1 parent f91950c commit 3f466d8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ release.
3333
</tr>
3434
<tr>
3535
<td valign="top">
36-
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.7.0">17.7.0</a></b><br/>
36+
<b><a href="doc/changelogs/CHANGELOG_V17.md#17.7.1">17.7.1</a></b><br/>
37+
<a href="doc/changelogs/CHANGELOG_V17.md#17.7.0">17.7.0</a><br/>
3738
<a href="doc/changelogs/CHANGELOG_V17.md#17.6.0">17.6.0</a><br/>
3839
<a href="doc/changelogs/CHANGELOG_V17.md#17.5.0">17.5.0</a><br/>
3940
<a href="doc/changelogs/CHANGELOG_V17.md#17.4.0">17.4.0</a><br/>

doc/changelogs/CHANGELOG_V17.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</tr>
99
<tr>
1010
<td>
11+
<a href="#17.7.1">17.7.1</a><br/>
1112
<a href="#17.7.0">17.7.0</a><br/>
1213
<a href="#17.6.0">17.6.0</a><br/>
1314
<a href="#17.5.0">17.5.0</a><br/>
@@ -41,6 +42,22 @@
4142
* [io.js](CHANGELOG_IOJS.md)
4243
* [Archive](CHANGELOG_ARCHIVE.md)
4344

45+
<a id="17.7.1"></a>
46+
47+
## 2022-03-10, Version 17.7.1 (Current), @BethGriggs prepared by @sxa
48+
49+
### Notable Changes
50+
51+
#### Fixed regression in url.resolve()
52+
53+
This release fixes an issue introduced in Node.js v17.7.0 with some URLs
54+
that contain `@`. This issue affected yarn 1. This version reverts the
55+
change that introduced the regression.
56+
57+
### Commits
58+
59+
* \[[`96a9e00fb3`](https://github.com/nodejs/node/commit/96a9e00fb3)] - **url**: revert fix url.parse() for `@hostname` (Antoine du Hamel) [#42280](https://github.com/nodejs/node/pull/42280)
60+
4461
<a id="17.7.0"></a>
4562

4663
## 2022-03-09, Version 17.7.0 (Current), @BethGriggs prepared by @sxa

0 commit comments

Comments
 (0)