2020-02-04 08:24:40 -05:00
## Releases
2021-03-25 08:07:53 -04:00
## 1.0.11
2021-03-24 19:35:01 -04:00
Contains a bug fix where proxy is defined without a user and password. see [PR here ](https://github.com/actions/http-client/pull/42 )
2020-08-17 21:16:30 -05:00
## 1.0.9
Throw HttpClientError instead of a generic Error from the \<verb>Json() helper methods when the server responds with a non-successful status code.
2020-04-29 21:06:11 -04:00
## 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 )
2020-04-06 16:30:03 +02:00
## 1.0.7
Update NPM dependencies and add 429 to the list of HttpCodes
2020-02-04 14:19:46 -05:00
## 1.0.6
Automatically sends Content-Type and Accept application/json headers for \<verb>Json() helper methods if not set in the client or parameters.
## 1.0.5
Adds \<verb>Json() helper methods for json over http scenarios.
2020-02-04 08:24:40 -05:00
2020-02-04 08:25:48 -05:00
## 1.0.4
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.
2020-02-04 08:24:40 -05:00
2020-02-04 14:19:46 -05:00
## 1.0.1 to 1.0.3
2020-04-29 21:06:11 -04:00
Adds proxy support.