mirror of
https://github.com/actions/http-client.git
synced 2025-04-21 17:52:29 +00:00
Update RELEASES.md
This commit is contained in:
parent
f6aae3dda4
commit
3e37a9d292
@ -1,5 +1,8 @@
|
||||
## Releases
|
||||
|
||||
## 1.0.8
|
||||
Fixed security issue where a redirect (e.g. 302) to another domain would pass headers. The fix was to strip the authorization header if the hostname was different. More [details in PR #27](https://github.com/actions/http-client/pull/27)
|
||||
|
||||
## 1.0.7
|
||||
Update NPM dependencies and add 429 to the list of HttpCodes
|
||||
|
||||
@ -13,4 +16,4 @@ Adds \<verb>Json() helper methods for json over http scenarios.
|
||||
Started to add \<verb>Json() helper methods. Do not use this release for that. Use >= 1.0.5 since there was an issue with types.
|
||||
|
||||
## 1.0.1 to 1.0.3
|
||||
Adds proxy support.
|
||||
Adds proxy support.
|
||||
|
Loading…
Reference in New Issue
Block a user