2020-05-06 11:10:18 -04:00
|
|
|
# @actions/cache Releases
|
|
|
|
|
|
2020-05-15 12:18:50 -04:00
|
|
|
### 0.1.0
|
2020-05-06 11:10:18 -04:00
|
|
|
|
2020-05-19 12:59:38 -04:00
|
|
|
- Initial release
|
|
|
|
|
|
2020-05-19 16:36:18 -04:00
|
|
|
### 0.2.0
|
|
|
|
|
- Fixes issues with the zstd compression algorithm on Windows and Ubuntu 16.04 [#469](https://github.com/actions/toolkit/pull/469)
|
|
|
|
|
|
2020-05-19 16:12:28 -04:00
|
|
|
### 0.2.1
|
2020-07-10 10:09:32 -05:00
|
|
|
- Fix to await async function getCompressionMethod
|
|
|
|
|
|
|
|
|
|
### 1.0.0
|
|
|
|
|
- Downloads Azure-hosted caches using the Azure SDK for speed and reliability
|
2020-06-20 16:53:27 -05:00
|
|
|
- Displays download progress
|
2020-07-10 10:09:32 -05:00
|
|
|
- Includes changes that break compatibility with earlier versions, including:
|
|
|
|
|
- `retry`, `retryTypedResponse`, and `retryHttpClientResponse` moved from `cacheHttpClient` to `requestUtils`
|