2019-08-22 13:14:49 -04:00
|
|
|
# @actions/tool-cache Releases
|
|
|
|
|
|
2020-07-16 15:46:02 -04:00
|
|
|
### 1.6.0
|
|
|
|
|
- [Add extractXar function to extract XAR files](https://github.com/actions/toolkit/pull/207)
|
|
|
|
|
|
2020-05-13 14:39:10 -04:00
|
|
|
### 1.3.5
|
|
|
|
|
|
|
|
|
|
- [Check if tool path exists before executing](https://github.com/actions/toolkit/pull/385)
|
|
|
|
|
- [Make extract functions quiet by default](https://github.com/actions/toolkit/pull/206)
|
|
|
|
|
|
2020-04-23 21:12:00 -04:00
|
|
|
### 1.3.4
|
|
|
|
|
|
|
|
|
|
- [Update the http-client to 1.0.8 which had a security fix](https://github.com/actions/toolkit/pull/429)
|
|
|
|
|
|
|
|
|
|
Here is [the security issue](https://github.com/actions/http-client/pull/27) that was fixed in the http-client 1.0.8 release
|
|
|
|
|
|
2020-03-09 14:35:53 -04:00
|
|
|
### 1.3.3
|
|
|
|
|
|
|
|
|
|
- [Update downloadTool to only retry 500s and 408 and 429](https://github.com/actions/toolkit/pull/373)
|
|
|
|
|
|
2020-03-05 12:05:27 -05:00
|
|
|
### 1.3.2
|
|
|
|
|
|
|
|
|
|
- [Update downloadTool with better error handling and retries](https://github.com/actions/toolkit/pull/369)
|
|
|
|
|
|
2020-01-21 13:25:05 -05:00
|
|
|
### 1.3.1
|
|
|
|
|
|
|
|
|
|
- [Increase http-client min version](https://github.com/actions/toolkit/pull/314)
|
|
|
|
|
|
2020-01-10 16:37:48 -05:00
|
|
|
### 1.3.0
|
|
|
|
|
|
|
|
|
|
- [Uses @actions/http-client](https://github.com/actions/http-client)
|
|
|
|
|
|
2020-01-14 11:58:44 -05:00
|
|
|
### 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)
|
|
|
|
|
|
2019-09-24 17:20:01 -04:00
|
|
|
### 1.1.2
|
2019-08-22 13:14:49 -04:00
|
|
|
|
2019-09-24 17:20:01 -04:00
|
|
|
- [Use zip and unzip from PATH](https://github.com/actions/toolkit/pull/161)
|
2019-08-22 13:14:49 -04:00
|
|
|
- [Support custom flags for `extractTar`](https://github.com/actions/toolkit/pull/48)
|
|
|
|
|
|
|
|
|
|
### 1.0.0
|
|
|
|
|
|
|
|
|
|
- Initial release
|