2020-05-06 15:10:18 +00:00
|
|
|
# @actions/cache Releases
|
|
|
|
|
2020-05-15 16:18:50 +00:00
|
|
|
### 0.1.0
|
2020-05-06 15:10:18 +00:00
|
|
|
|
2020-05-19 16:59:38 +00:00
|
|
|
- Initial release
|
|
|
|
|
2020-05-19 20:36:18 +00: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 20:12:28 +00:00
|
|
|
### 0.2.1
|
2020-07-10 15:09:32 +00: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 21:53:27 +00:00
|
|
|
- Displays download progress
|
2020-07-10 15:09:32 +00:00
|
|
|
- Includes changes that break compatibility with earlier versions, including:
|
2020-07-20 20:19:26 +00:00
|
|
|
- `retry`, `retryTypedResponse`, and `retryHttpClientResponse` moved from `cacheHttpClient` to `requestUtils`
|
|
|
|
|
|
|
|
### 1.0.1
|
2020-08-05 15:17:23 +00:00
|
|
|
- Fix bug in downloading large files (> 2 GBs) with the Azure SDK
|
|
|
|
|
|
|
|
### 1.0.2
|
|
|
|
- Use posix archive format to add support for some tools
|
2020-10-12 18:47:24 +00:00
|
|
|
|
|
|
|
### 1.0.3
|
|
|
|
- Use http-client v1.0.9
|
|
|
|
- Fixes error handling so retries are not attempted on non-retryable errors (409 Conflict, for example)
|
|
|
|
- Adds 5 second delay between retry attempts
|