Releases: actions/cache
Releases · actions/cache
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 zstd
for compression for Linux and macOS runners (#184 )
Allowed caching for all events with a ref (#63 )
Created the @actions/cache
npm 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
Bug Fixes
Fall back to GNU tar on older versions of Windows that do not have BSD tar installed (#252 )
Fixed chunk upload retry logic (#305 )
Improvements
Improved reliability of the download cache APIs (#269 )
Added retries to API calls that failed due to retryable errors (#306 )
Improved error handling during both cache upload (#300 ) and download (#284 )
v1.1.1
Improvements
Increase cache size limit to 5 GB (#168 )
Add proxy support (#166 )
v1.1.0
Bug Fixes
Use BSD tar on windows (#126 ) to support self-hosted runners (#91 )
Improvements
Improved reliability and speed of cache upload via chunked APIs (#128 )
Increased per-cache size limit to 2 GB to match the per-repo limit (#6 )
v1.0.3
Improvements
Remove validation failures and warning annotations (#108 )
Mask download URL in logs (#110 )
v1.0.2
Bug Fixes
Fixed race condition when restoring a cache (#100 )
Improvements
Provide better errors for unsupported event types (#68 )
Format cache size and display on info (#85 )
v1.0.1
Improvements
Bump cache limit to 400MB (#61 )
Tweak 'Cache not found' message (#54 )
Preview v0.0.2
Bug Fixes
Prevent commands from executing during tests (#21 )
Improvements
Remove cache checksum debug - close #24 (#26 )
Stop warning when cache is not found (#40 )
You can’t perform that action at this time.