Releases: TAServers/vcpkg-cache
Releases · TAServers/vcpkg-cache
v3
v3.4.1
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
Added
- Fetch existing cache entries from the default branch, in addition to those created on derived branches
v3.3.1
Fixed
- Fixed not filtering cache entries by branch ref - Wasn't released previously as /dist needed regenerating
v3.3.0
Fixed
- Fixed not filtering cache entries by branch ref
v3.2.0
Added
- Optional input to override the cache key prefix
v3.1.0
Added
- Support for pagination of the cache endpoints to avoid misses after 100 matching entries
v3.0.1
Fixed
- Removed no longer used
archive-path
input fromaction.yml
v3.0.0
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
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