1
0
Fork 0
toolkit/packages/tool-cache/RELEASES.md

32 lines
913 B
Markdown

# @actions/tool-cache Releases
### 1.3.3
- [Update downloadTool to only retry 500s and 408 and 429](https://github.com/actions/toolkit/pull/373)
### 1.3.2
- [Update downloadTool with better error handling and retries](https://github.com/actions/toolkit/pull/369)
### 1.3.1
- [Increase http-client min version](https://github.com/actions/toolkit/pull/314)
### 1.3.0
- [Uses @actions/http-client](https://github.com/actions/http-client)
### 1.2.0
- [Overload downloadTool to accept destination path](https://github.com/actions/toolkit/pull/257)
- [Fix `extractTar` on Windows](https://github.com/actions/toolkit/pull/264)
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
### 1.1.2
- [Use zip and unzip from PATH](https://github.com/actions/toolkit/pull/161)
- [Support custom flags for `extractTar`](https://github.com/actions/toolkit/pull/48)
### 1.0.0
- Initial release