Releases: DeterminateSystems/magic-nix-cache-action
Releases · DeterminateSystems/magic-nix-cache-action
v8
What's Changed
- RUST_LOG default to tracing our stuff, only debug for everything else by @colemickens in #63
- Remove package-lock.json by @lucperkins in #64
- Prevent the Action from failing with strict mode disabled by @lucperkins in #62
- Fix nullish coalescing by @lucperkins in #65
- Update detsys-ts by @lucperkins in #66
- Provide info output for potential missing permissions block by @lucperkins in #73
- Bump fast-xml-parser from 4.4.0 to 4.4.1 by @dependabot in #75
- Update fast-xml-parser by @lucperkins in #78
- Don't run the "trusted" checks if we're in a PR by @grahamc in #85
- Update
detsys-ts
: Merge pull request #63 from DeterminateSystems/retry-streams by @detsys-pr-bot in #84
New Contributors
- @colemickens made their first contribution in #63
- @dependabot made their first contribution in #75
- @detsys-pr-bot made their first contribution in #84
Full Changelog: v7...v8
v7
What's Changed
- Behave well when MNCA isn't trusted by @grahamc in #52
- Bring back store diffing (optionally) by @cole-h in #54
- Add strict mode by @lucperkins in #53
- Make the source-binary setting optional by @lucperkins in #55
- Make strict mode input not required by @lucperkins in #56
- Update detsys-ts by @lucperkins in #59
- Add store diff fact by @lucperkins in #58
- srv update by @grahamc in #60
- Update detsys-ts (status page changes) by @lucperkins in #61
Full Changelog: v6...v7
v6
v5
What's Changed
- Better Boolean handling and debug statement by @lucperkins in #39
- Cache dev shell in FlakeHub Cache by @lucperkins in #40
- Rebase on detsys-ts and get rid of bun by @grahamc in #41
- Update detsys-ts by @grahamc in #42
- Preflight nix, or don't fail by @grahamc in #43
- Switch to tsup-based build by @lucperkins in #44
- Add prettier config by @lucperkins in #45
- Revamp logic into central class by @lucperkins in #46
- Debug daemon listen by @grahamc in #47
- Gracefully handle it if a user tries to register the action twice. by @grahamc in #48
- Don't mark the daemon started until after we successfully import the … by @grahamc in #49
- Update deps by @grahamc in #50
Full Changelog: v4...v5
v4
v3
What's Changed
- Provide docs for upstream cache by @lucperkins in #17
- DS-970: Add Magic Nix Cache and other workflow changes by @flexiondotorg in #20
- Update README example by @edmundmiller in #24
- Correct cache log by @grahamc in #30
- build(action): update node16 to node20 by @cameronraysmith in #32
New Contributors
- @flexiondotorg made their first contribution in #20
- @edmundmiller made their first contribution in #24
- @cameronraysmith made their first contribution in #32
Full Changelog: v2...v3
v2
v1
Merge pull request #4 from DeterminateSystems/grahamc-patch-1 README updates