Skip to content

Releases: TAServers/vcpkg-cache

v3

06 May 18:59
f645f5b

Choose a tag to compare

Fixed

  • Fixed error when no caches had been generated on the current branch (when distinct from the default)
  • Fixed bug where only the first cache from the current branch was used

v3.4.1

19 Jun 20:27
e5c219f

Choose a tag to compare

Fixed

  • Fixed error when no caches had been generated on the current branch (when distinct from the default)
  • Fixed bug where only the first cache from the current branch was used

v3.4.0

18 Jun 21:38
bf491d6

Choose a tag to compare

Added

  • Fetch existing cache entries from the default branch, in addition to those created on derived branches

v3.3.1

11 Jun 06:59
fc8a86a

Choose a tag to compare

Fixed

  • Fixed not filtering cache entries by branch ref - Wasn't released previously as /dist needed regenerating

v3.3.0

10 Jun 11:27
e3b83c8

Choose a tag to compare

Fixed

  • Fixed not filtering cache entries by branch ref

v3.2.0

31 May 10:50
f402551

Choose a tag to compare

Added

  • Optional input to override the cache key prefix

v3.1.0

07 May 12:00
64c8b98

Choose a tag to compare

Added

  • Support for pagination of the cache endpoints to avoid misses after 100 matching entries

v3.0.1

06 May 19:06
fc51e02

Choose a tag to compare

Fixed

  • Removed no longer used archive-path input from action.yml

v3.0.0

06 May 18:59
b05fdb2

Choose a tag to compare

Added

  • Added path output containing the absolute path of the archive folder to be passed to vcpkg

Removed

  • Removed archive-path input to take the burden of GHA cache edge cases off of the user

v2.2.0

05 May 23:18
236d496

Choose a tag to compare

Changed

  • Changed cache key to prefix using the archive path (key is now just the filename). This is needed due to GitHub
    versioning caches with the same key using their file path, causing silently failing cache restores when changing
    archive-path