Releases: nix-community/cache-nix-action
Releases · nix-community/cache-nix-action
v6
Breaking changes
- Remove the
save-alwaysinput as it'll soon be deprecated (#50). See https://github.com/nix-community/cache-nix-action/blob/main/save/README.md#always-save-cache as a workaround.
Features
- Support human-readable values for
gc-max-store-size*inputs (#78) - Prototype a method for saving flake attributes from garbage collection (#53)
Fixes
- Fix Nix store database merging logic (use paths instead of hashes) (#69)
- Fix garbage collection logic (#62, 04c4f50)
- Fix purging logic (#72)
- Fix nix store database merging logic (use derivation paths instead of derivation output paths when calculating new derivation ids) (#84)
- Use
bigintinstead ofnumberfor the store size (#117) - Fix saving a cache (#122)
Documentation and maintenance
- Bump the
nix-quick-install-actiontov30
Pending
v6.1.4
Fixes
- Support
ca-derivations(#130) - Simplify the table merging logic (#130)
v6.1.3
v6.1.2
Fixes
- Fix nix store database merging logic (#84)
v6.1.1
v6.1.0
Features
- Support human-readable values for
gc-max-store-size*inputs (#78) - Prototype a method for saving flake attributes from garbage collection (#53)
Fixes
- Fix Nix store database manipulation (#69)
- Fix garbage collection logic (#62, 04c4f50)
- Fix purging logic (#72)
Documentation and maintenance
- Bump the
nix-quick-install-actionto v30
v6.0.0
Breaking changes
- Remove the
save-alwaysinput as it'll soon be deprecated (#50). See https://github.com/nix-community/cache-nix-action/blob/main/save/README.md#always-save-cache as a workaround.
Fixes
v5.2.1
v5
Changes compared to v4
- Support two backends for the
cachepackage (#40): - Patch
cachepackages to supporttararguments.- Also suggest this patch to actions/toolkit (link).
- Fix cache merging
- Add the
save-alwaysinput introduced in theactions/cachev4.0.0.- Currently, it doesn't work #36.
- Sync with
actions/cachev4.0.2
Note
The release date isn't important. This release was updated via:
git tag -f v5
git push -f --tags
v5.2.0
v5.1.3
Fix #35 by merging changes from actions/cache.