Skip to content

Commit f299e8b

Browse files
authored
HTTP Client 2.2.2 Release (actions#1794)
* 2.2.2 release * update nodes
1 parent 1b9927d commit f299e8b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/http-client/RELEASES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Releases
22

3+
## 2.2.2
4+
- Better handling of url encoded usernames and passwords in proxy config [#1782](https://github.com/actions/toolkit/pull/1782)
5+
6+
## 2.2.1
7+
- Make sure RequestOptions.keepAlive is applied properly on node20 runtime [#1572](https://github.com/actions/toolkit/pull/1572)
8+
39
## 2.2.0
410
- Add function to return proxy agent dispatcher for compatibility with latest octokit packages [#1547](https://github.com/actions/toolkit/pull/1547)
511

packages/http-client/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/http-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/http-client",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "Actions Http Client",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)