Skip to content

Releases: actions/cache

v2.0.0

26 May 20:27
b820478
Compare
Choose a tag to compare

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

14 May 16:07
d974700
Compare
Choose a tag to compare

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.2

05 Feb 16:35
Compare
Choose a tag to compare

Other

Updating action name back to "Cache" to fix the marketplace links (https://github.com/marketplace/actions/cache)

v1.1.1

05 Feb 15:18
Compare
Choose a tag to compare

Improvements

  • Increase cache size limit to 5 GB (#168)
  • Add proxy support (#166)

v1.1.0

06 Jan 19:20
Compare
Choose a tag to compare

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

21 Nov 20:01
Compare
Choose a tag to compare

Improvements

  • Remove validation failures and warning annotations (#108)
  • Mask download URL in logs (#110)

v1.0.2

19 Nov 16:50
Compare
Choose a tag to compare

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

05 Nov 20:50
Compare
Choose a tag to compare

Improvements

  • Bump cache limit to 400MB (#61)
  • Tweak 'Cache not found' message (#54)

v1.0.0

04 Nov 20:15
Compare
Choose a tag to compare

Preview v0.0.2

04 Nov 18:46
0da99ad
Compare
Choose a tag to compare
Preview v0.0.2 Pre-release
Pre-release

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)