Releases: actions/cache
Releases Β· actions/cache
v3.2.3
What's Changed
- Add Mint example by @uhooi in #1051
- Fixed broken link by @kotewar in #1057
- Add support to opt-in enable cross-os caching on windows by @Phantsure in #1056
- Release support for cross-os caching as opt-in feature by @Phantsure in #1060
New Contributors
Full Changelog: v3...v3.2.3
v3.2.2
What's Changed
- Fix formatting error in restore/README.md by @me-and in #1044
- save/README.md: Fix typo in example by @mmuetzel in #1040
- README.md: remove outdated Windows cache tip link by @me-and in #1042
- Revert compression changes related to windows but keep version logging by @Phantsure in #1049
New Contributors
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
- Release compression related changes for windows by @Phantsure in #1039
- Upgrade codeql to v2 by @Phantsure in #1023
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- fix wrong timeout env var key in README.md by @walterddr in #959
- Updated release doc with correct env variable by @kotewar in #960
- Create pull_request_template.md by @pdotl in #963
- Update README with clearer info about cache-hit and its value by @kotewar in #961
- Change datadog/squid to Ubuntu/squid in CI check by @bishal-pdMSFT in #976
- Add more details to version section in readme by @bishal-pdMSFT in #971
- Update hashFiles documentation reference by @asaf400 in #979
- Updated link for cache segment download info by @kotewar in #986
- Readme update for deleting caches by @t-dedah in #981
- Add oncall logic to assign issues and PRs by @vsvipul in #997
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #998
- Revert "Bump minimatch from 3.0.4 to 3.1.2" by @vsvipul in #1005
- Fix npm vulnerability by @Phantsure in #1007
- refactor: Use early return pattern to avoid nested conditions by @jongwooo in #1013
- Use cache in check-dist.yml by @jongwooo in #1004
- chore: Use built-in cache action to cache dependencies by @jongwooo in #1014
- Updated node example by @t-dedah in #1008
- Fix: Node npm doc example by @apascualm in #1026
- docs: fix an invalid link in workarounds.md by @teatimeguest in #929
- General Availability release for granular cache by @kotewar in #1035 More details here on beta release.
New Contributors
- @walterddr made their first contribution in #959
- @asaf400 made their first contribution in #979
- @jongwooo made their first contribution in #1013
- @apascualm made their first contribution in #1026
- @teatimeguest made their first contribution in #929
Full Changelog: v3...v3.2.0
v3.2.0-beta.1
v3.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: 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 #1008
- Release cache
3.1.0-beta.2with gzip fallback for old cache by @Phantsure in #1022
Full Changelog: v3.1.0-beta.1...v3.1.0-beta.2
v3.1.0-beta.1
What's Changed
- Changes for beta release: gnu tar and zstd combination as default on windows by @Phantsure in #1015
- Some bug fixes
Full Changelog: v3.0.11...v3.1.0-beta.1
v3.0.11
What's Changed
- Call out cache not saved on hit by @Phantsure in #946
- Update @actions/core to 1.10.0 by @rentziass in #950
- Update cache to use @actions/core@^1.10.0 by @pdotl in #956
New Contributors
- @rentziass made their first contribution in #950
Full Changelog: v3...v3.0.11
v3.0.10
- Fix a bug with sorting inputs.
- Update definition for
restore-keysin README.md