v0.4.1 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 (
.narextension without compression suffix) from harmonia and other substituters
What's Changed
- Refactor
Naraggregate by spliting itNarInfoandNarFileby @StarryReverie in #21 - Refactor by decoupling
NarInfoandNarFileaggregates by @StarryReverie in #22 - Refactor by spliting
NarInfoDatainto 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