mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-22 17:29:06 +08:00

* Added support to check if Artifact cache service is enabled or not. * enablingForGHES * added ACTIONS_CACHE_URL in fixtures * Fix CI * CI fix * changed function name * Function rename * Updated release * added test case * Update RELEASES.md * Lint errors * lint * linting * lint * update name to actions service * Update packages/cache/src/internal/cacheUtils.ts Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com> * review comments * linting * linting * push to start CI * Update RELEASES.md * remove extra spaces * reverting version update * Revert "reverting version update" This reverts commit af84eba61ef8c119458dc0ce1da85b01d61b9d13. * Update RELEASES.md Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
59 lines
1.9 KiB
Markdown
59 lines
1.9 KiB
Markdown
# @actions/cache Releases
|
|
|
|
### 0.1.0
|
|
|
|
- Initial release
|
|
|
|
### 0.2.0
|
|
- Fixes issues with the zstd compression algorithm on Windows and Ubuntu 16.04 [#469](https://github.com/actions/toolkit/pull/469)
|
|
|
|
### 0.2.1
|
|
- Fix to await async function getCompressionMethod
|
|
|
|
### 1.0.0
|
|
- Downloads Azure-hosted caches using the Azure SDK for speed and reliability
|
|
- Displays download progress
|
|
- Includes changes that break compatibility with earlier versions, including:
|
|
- `retry`, `retryTypedResponse`, and `retryHttpClientResponse` moved from `cacheHttpClient` to `requestUtils`
|
|
|
|
### 1.0.1
|
|
- 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
|
|
|
|
### 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
|
|
|
|
### 1.0.4
|
|
- Use @actions/core v1.2.6
|
|
- Fixes uploadChunk to throw an error if any unsuccessful response code is received
|
|
|
|
### 1.0.5
|
|
- Fix to ensure Windows cache paths get resolved correctly
|
|
|
|
### 1.0.6
|
|
- Make caching more verbose [#650](https://github.com/actions/toolkit/pull/650)
|
|
- 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))
|
|
|
|
### 1.0.8
|
|
- Increase the allowed artifact cache size from 5GB to 10GB ([issue](https://github.com/actions/cache/discussions/497))
|
|
|
|
### 1.0.9
|
|
- Use @azure/ms-rest-js v2.6.0
|
|
- Use @azure/storage-blob v12.8.0
|
|
|
|
### 1.0.10
|
|
- Update `lockfileVersion` to `v2` in `package-lock.json [#1022](https://github.com/actions/toolkit/pull/1022)
|
|
|
|
### 1.0.11
|
|
- Fix file downloads > 2GB([issue](https://github.com/actions/cache/issues/773))
|
|
|
|
### 2.0.0
|
|
- Added support to check if Actions cache service feature is available or not [#1028](https://github.com/actions/toolkit/pull/1028)
|