Releases: tespkg/actions-cache
Releases · tespkg/actions-cache
Release list
v1.10.2
Security & dependency maintenance
Clears all known Dependabot vulnerability alerts (0 open after this release).
Runtime dependency upgrades
@actions/cache4 → 5,@actions/core1 → 2,minio7 → 8 — removes vulnerable transitives (uuid, undici, fast-xml-parser 4.x), validated by the full S3 integration suite (#80)form-data2.5.5 → 2.5.6 — GHSA-hmw2-7cc7-3qxx (#77)
Transitive bumps
- picomatch (#70), handlebars (#71), lodash (#72), fast-xml-builder (#75)
- fast-xml-parser → 5.9.0, brace-expansion → 1.1.15, @babel/core → 7.29.7
No functional changes to the action's behavior.
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- feat: add support for
restore-onlyinput on the root action — dynamically skip the save step (#76) - fix: aws credentials action inputs set to optional (#74)
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
Features
- cache-matched-key output — new output that returns the actual key that was matched during restore (#68)
- Retry support — configurable retry for S3 operations via
retryandretry-countinputs (#64)
Fixes
- Exact match correctness — exact match now checks key as a path segment, preventing false positives with prefix-similar keys (#65)
Maintenance
v1.9.0
What's Changed
- add lookup only by @eblfo @jackieli-tes in #56
- test lookup only by @jackieli-tes in #57
Full Changelog: v1.8.0...v1.9.0
v1.8.0
v1.7.2
v1.7.1
v1.7.0
What's Changed
- Add save and restore actions by @mattlewis92 in #41
New Contributors
- @mattlewis92 made their first contribution in #41
Full Changelog: v1...v1.7.0
v1.6.0
What's Changed
- using Node 20 by @homahi in #39
- Bump @babel/traverse from 7.22.10 to 7.23.2 by @dependabot in #37
- use env by @jackieli-tes in #40
New Contributors
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Upgrade all deps