Skip to content

v0.4.1 Release

Choose a tag to compare

@github-actions github-actions released this 23 May 03:47
· 454 commits to master since this release

Highlights

  • Harmonia compatibility fix: Fixed parsing of non-compressed NAR files, improving compatibility with substituters like Harmonia
  • Progressive Refactoring: Improved internal architecture for long-term maintainability.

Bug Fixes

  • Fixed query parameters being dropped when extracting NAR file names from relative upstream NAR info URLs
  • Fixed failure to parse non-compressed NAR URLs (.nar extension without compression suffix) from harmonia and other substituters

What's Changed

  • Refactor Nar aggregate by spliting it NarInfo and NarFile by @StarryReverie in #21
  • Refactor by decoupling NarInfo and NarFile aggregates by @StarryReverie in #22
  • Refactor by spliting NarInfoData into two more specific variants by @StarryReverie in #23
  • Fix query params dropping and failure of parsing non-compressed NAR URL by @StarryReverie in #24

Full Changelog: v0.4.0...v0.4.1