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:
|
2020-07-20 15:19:26 -05:00
|
|
|
- `retry`, `retryTypedResponse`, and `retryHttpClientResponse` moved from `cacheHttpClient` to `requestUtils`
|
|
|
|
|
|
|
|
|
|
### 1.0.1
|
2020-08-06 00:17:23 +09: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 13:47:24 -05: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
|
2020-11-03 13:12:34 -06:00
|
|
|
|
|
|
|
|
### 1.0.4
|
|
|
|
|
- Use @actions/core v1.2.6
|
|
|
|
|
- Fixes uploadChunk to throw an error if any unsuccessful response code is received
|
2020-12-10 10:59:04 -05:00
|
|
|
|
|
|
|
|
### 1.0.5
|
2021-02-02 20:48:46 +01:00
|
|
|
- Fix to ensure Windows cache paths get resolved correctly
|
|
|
|
|
|
|
|
|
|
### 1.0.6
|
|
|
|
|
- Make caching more verbose [#650](https://github.com/actions/toolkit/pull/650)
|
2021-04-09 14:23:05 -05:00
|
|
|
- Use GNU tar on macOS if available [#701](https://github.com/actions/toolkit/pull/701)
|
|
|
|
|
|
|
|
|
|
### 1.0.7
|
|
|
|
|
- Fixes permissions issue extracting archives with GNU tar on macOS ([issue](https://github.com/actions/cache/issues/527))
|
2021-11-19 16:34:33 +05:30
|
|
|
|
|
|
|
|
### 1.0.8
|
|
|
|
|
- Increase the allowed artifact cache size from 5GB to 10GB ([issue](https://github.com/actions/cache/discussions/497))
|
2022-02-04 14:11:29 +05:30
|
|
|
|
|
|
|
|
### 1.0.9
|
|
|
|
|
- Use @azure/ms-rest-js v2.6.0
|
|
|
|
|
- Use @azure/storage-blob v12.8.0
|