Files
release-action/node_modules/@actions/http-client/RELEASES.md
Nick Cipollo 4b71ee3b25
Some checks failed
PR Checks / check_pr (push) Has been cancelled
Prepare release 1.7.3
2020-10-02 10:44:05 -04:00

16 lines
488 B
Markdown

## Releases
## 1.0.7
Update NPM dependencies and add 429 to the list of HttpCodes
## 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.
## 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.
## 1.0.1 to 1.0.3
Adds proxy support.