Skip to content

Releases: tespkg/actions-cache

v1.10.2

Choose a tag to compare

@jackieli-tes jackieli-tes released this 16 Jun 19:07

Security & dependency maintenance

Clears all known Dependabot vulnerability alerts (0 open after this release).

Runtime dependency upgrades

  • @actions/cache 4 → 5, @actions/core 1 → 2, minio 7 → 8 — removes vulnerable transitives (uuid, undici, fast-xml-parser 4.x), validated by the full S3 integration suite (#80)
  • form-data 2.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

Choose a tag to compare

@jackieli-tes jackieli-tes released this 16 Jun 18:24

What's Changed

  • feat: add support for restore-only input 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

Choose a tag to compare

@jackieli-tes jackieli-tes released this 11 Mar 17:13
570a8ae

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 retry and retry-count inputs (#64)

Fixes

  • Exact match correctness — exact match now checks key as a path segment, preventing false positives with prefix-similar keys (#65)

Maintenance

  • Bump Node.js to v24 and update action dependencies (#67)
  • Automate dist/ build artifacts in CI (#69)
  • Automate v1 compatible tag release

v1.9.0

Choose a tag to compare

@jackieli-tes jackieli-tes released this 20 May 09:15
a2e3f00

What's Changed

Full Changelog: v1.8.0...v1.9.0

v1.8.0

Choose a tag to compare

@jackieli-tes jackieli-tes released this 26 Mar 09:40
b7bf5fc

What's Changed

Full Changelog: v1.7.2...v1.8.0

v1.7.2

Choose a tag to compare

@jackieli-tes jackieli-tes released this 09 Jan 11:28
91b54a6

What's Changed

  • feat: saving cache failed message to warning by @mas0061 in #51
  • fix: don't rely on play.min.io

New Contributors

Full Changelog: v1...v1.7.2

v1.7.1

Choose a tag to compare

@jackieli-tes jackieli-tes released this 20 Feb 12:27

What's Changed

  • Fix 10s minimum time for cache restores by @welteki in #44

New Contributors

Full Changelog: v1...v1.7.1

v1.7.0

Choose a tag to compare

@jackieli-tes jackieli-tes released this 09 Feb 18:58

What's Changed

New Contributors

Full Changelog: v1...v1.7.0

v1.6.0

Choose a tag to compare

@jackieli-tes jackieli-tes released this 30 Jan 16:16

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

Choose a tag to compare

@jackieli-tes jackieli-tes released this 21 Aug 09:56
adf4e5e

Upgrade all deps