Releases: nix-community/cache-nix-action
Releases · nix-community/cache-nix-action
v6.1.2
Fixes
- Fix nix store database merging logic (#84)
v6
Breaking changes
- Remove the
save-always
input 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)
Documentation and maintenance
- Bump the
nix-quick-install-action
to v30
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-action
to v30
v6.0.0
Breaking changes
- Remove the
save-always
input 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
cache
package (#40): - Patch
cache
packages to supporttar
arguments.- Also suggest this patch to actions/toolkit (link).
- Fix cache merging
- Add the
save-always
input introduced in theactions/cache
v4.0.0.- Currently, it doesn't work #36.
- Sync with
actions/cache
v4.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
.
v5.1.2
Fix missing .sql
script - partially fixes #34