Releases: actions/cache
Releases · actions/cache
v2.1.3
- Upgrades
@actions/coreto v1.2.6 for CVE-2020-15228. This action was not using the affected methods. - Fix error handling in
uploadChunkwhere 400-level errors were not being detected and handled correctly
v2.1.2
- Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds
- No-op when executing on GHES
v2.1.1
- Update
@actions/cachepackage tov1.0.2which allows cache action to use posix format when taring files.
v2.1.0
- Replaces the
http-clientwith the Azure Storage SDK for NodeJS when downloading cache content from Azure. This should help improve download performance and reliability as the SDK downloads files in 4 MB chunks, which can be parallelized and retried independently - Display download progress and speed
v2.0.0
Initial v2 release
What's new in v2
- Added support for multiple paths (#16), glob patterns, and single file caches (#33)
- Increased performance and improved cache sizes using
zstdfor compression for Linux and macOS runners (#184) - Allowed caching for all events with a ref (#63)
- Created the
@actions/cachenpm package to allow other actions to utilize caching (#55) - Added a best-effort step to delete the archive after extraction to reduces storage space (#209)
v1.2.0
v1.1.2
Other
Updating action name back to "Cache" to fix the marketplace links (https://github.com/marketplace/actions/cache)