Sourced from actions/cache's releases.
v3.2.0
What's Changed
- fix wrong timeout env var key in README.md by
@walterddr
in actions/cache#959- Updated release doc with correct env variable by
@kotewar
in actions/cache#960- Create pull_request_template.md by
@pdotl
in actions/cache#963- Update README with clearer info about cache-hit and its value by
@kotewar
in actions/cache#961- Change datadog/squid to Ubuntu/squid in CI check by
@bishal-pdMSFT
in actions/cache#976- Add more details to version section in readme by
@bishal-pdMSFT
in actions/cache#971- Update hashFiles documentation reference by
@asaf400
in actions/cache#979- Updated link for cache segment download info by
@kotewar
in actions/cache#986- Readme update for deleting caches by
@t-dedah
in actions/cache#981- Add oncall logic to assign issues and PRs by
@vsvipul
in actions/cache#997- Bump minimatch from 3.0.4 to 3.1.2 by
@dependabot
in actions/cache#998- Revert "Bump minimatch from 3.0.4 to 3.1.2" by
@vsvipul
in actions/cache#1005- Fix npm vulnerability by
@Phantsure
in actions/cache#1007- refactor: Use early return pattern to avoid nested conditions by
@jongwooo
in actions/cache#1013- Use cache in check-dist.yml by
@jongwooo
in actions/cache#1004- chore: Use built-in cache action to cache dependencies by
@jongwooo
in actions/cache#1014- Updated node example by
@t-dedah
in actions/cache#1008- Fix: Node npm doc example by
@apascualm
in actions/cache#1026- docs: fix an invalid link in workarounds.md by
@teatimeguest
in actions/cache#929- General Availability release for granular cache by
@kotewar
in actions/cache#1035 More details here on beta release.New Contributors
@walterddr
made their first contribution in actions/cache#959@asaf400
made their first contribution in actions/cache#979@jongwooo
made their first contribution in actions/cache#1013@apascualm
made their first contribution in actions/cache#1026@teatimeguest
made their first contribution in actions/cache#929Full Changelog: https://github.com/actions/cache/compare/v3...v3.2.0
v3.2.0-beta.1
What's Changed
- Actions Cache Granular Control Implementation by
@kotewar
in actions/cache#1006v3.1.0-beta.3
What's Changed
- Bug fixes for bsdtar fallback, if gnutar not available, and gzip fallback, if cache saved using old cache action, on windows.
Full Changelog: https://github.com/actions/cache/compare/v3.1.0-beta.2...v3.1.0-beta.3
v3.1.0-beta.2
What's Changed
- Updated node example by
@t-dedah
in actions/cache#1008- Release cache
3.1.0-beta.2
with gzip fallback for old cache by@Phantsure
in actions/cache#1022Full Changelog: https://github.com/actions/cache/compare/v3.1.0-beta.1...v3.1.0-beta.2
... (truncated)
Sourced from actions/cache's changelog.
3.0.11
- Update toolkit version to 3.0.5 to include
@actions/core@^1.10.0
- Update
@actions/cache
to use updatedsaveState
andsetOutput
functions from@actions/core@^1.10.0
3.1.0-beta.1
- Update
@actions/cache
on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. (issue)3.1.0-beta.2
- Added support for fallback to gzip to restore old caches on windows.
3.1.0-beta.3
- Bug fixes for bsdtar fallback if gnutar not available and gzip fallback if cache saved using old cache action on windows.
3.2.0-beta.1
3.2.0
c17f4bf
GA for granular cache (#1035)ac25611
docs: fix an invalid link in workarounds.md (#929)dc097e3
Update examples.md (#1026)fb86cbf
Updated node example (#1008)a57932f
Merge pull request #1014 from jongwooo/chore/use-built-in-cache-action04b13ca
chore: Use built-in cache action to cache dependencies941bc71
Merge pull request #1004 from jongwooo/chore/use-cache-in-check-dist08d8639
Merge branch 'main' into chore/use-cache-in-check-dista2f324e
Merge pull request #1013 from jongwooo/refactor/use-early-return-pattern-to-a...35f4702
refactor: Use early return pattern to avoid nested conditions