Skip to content

Releases: bitrise-steplib/steps-cache-push

2.7.1

20 May 15:04
f1aa51a
Compare
Choose a tag to compare

What's Changed

  • Extract archive info model in a new package by @tothszabi in #62

New Contributors

Full Changelog: 2.7.0...2.7.1

2.7.0

17 May 12:23
4d9f583
Compare
Choose a tag to compare

Added support needed to invalidate cache in cache-pull Step when switching architecture from x86-64 to arm64. (#61)

2.6.0

03 Sep 12:04
dbada48
Compare
Choose a tag to compare

Introduced file system globbing for the include patterns to expand matching paths

2.5.1

01 Jun 08:59
42ba67b
Compare
Choose a tag to compare

Spell check fixes.

2.5.0

03 Feb 16:28
ddeb86d
Compare
Choose a tag to compare

Remove default BITRISE_CACHE_DIR as default include

2.4.1

11 Dec 20:36
83c9a81
Compare
Choose a tag to compare

Revert cache cleanup as it doesn't work with Gradle's cache mechanism

2.4.0

02 Dec 14:29
acb955b
Compare
Choose a tag to compare

Cleanup files from the cache archive accessed more than a week ago.

2.3.2

03 Sep 10:57
4311cd8
Compare
Choose a tag to compare
  • Add build_slug to logs #45
  • New Android ignore patterns #44

2.3.1

28 Aug 08:43
a5e43ae
Compare
Choose a tag to compare
  • Send cache-related analytics to the analytics server (#43 )

2.3.0

09 Jun 14:23
af27a10
Compare
Choose a tag to compare

Including empty directories in the cache archive. This can help with caching git repositories.