Releases: nix-community/harmonia
harmonia-v2.0.1
What's Changed
- improve overall config error handling by @Mic92 in #469
- chore(deps): bump anyhow from 1.0.93 to 1.0.94 by @dependabot in #475
- chore(deps): bump tokio-util from 0.7.12 to 0.7.13 by @dependabot in #476
- chore(deps): bump tokio-stream from 0.1.16 to 0.1.17 by @dependabot in #477
- chore(deps): bump tokio from 1.41.1 to 1.42.0 by @dependabot in #478
- fix incorrect version number of 2.0.0 release
Full Changelog: harmonia-v2.0.0...harmonia-v2.0.1
harmonia-v2.0.0
What's Changed
Highlights
Harmonia now provides built-in zstd compression for content. If you had the nginx zstd module configured before, you can now remove it. Nix will automatically use compression when available. This release gets rid of libnix dependencies in Harmonia. This means harmonia no longer has "unsafe" code in its source tree with except for one call to libsodium for signing. Instead harmonia now uses the nix-daemon protocol whenever it needs to reach out to Nix.
Pull requests in details
- re-implement nar signing in rust by @Mic92 in #439
- Implement Binding to Unix Domain Sockets by @lorenzleutgeb in #242
- no longer expose System in narinfo by @Mic92 in #440
- re-implement get_nar_list in rust by @Mic92 in #441
- move crypt_sign_detached out of libnixstore to harmonia by @Mic92 in #442
- Re-implement get_buildlog in rust by @Mic92 in #443
- Implement deamon protocol to get rid of libnix eventually by @Mic92 in #445
- Replace most of libnix with nix daemon implementation by @Mic92 in #462
- enable transparent zstd compression by @Mic92 in #463
- Get rid of libnixstore by @Mic92 in #464
- Make config file optional by @Mic92 in #465
- fix invalid deriver by @Mic92 in #467
New Contributors
- @lorenzleutgeb made their first contribution in #242
Full Changelog: harmonia-v1.0.2...harmonia-v2.0.0
harmonia-v1.0.2
What's Changed
- chore(deps): bump cxx from 1.0.124 to 1.0.126 by @dependabot in #388
- chore(deps): bump serde_json from 1.0.124 to 1.0.125 by @dependabot in #389
- chore(deps): bump cxx-build from 1.0.124 to 1.0.126 by @dependabot in #390
- chore(deps): bump serde from 1.0.206 to 1.0.208 by @dependabot in #391
- chore(deps): bump tokio from 1.39.2 to 1.39.3 by @dependabot in #396
- harmonia: work around infinite recursion regression by @Mic92 in #394
- chore(deps): bump tokio from 1.39.3 to 1.40.0 by @dependabot in #404
- chore(deps): bump cxx-build from 1.0.126 to 1.0.128 by @dependabot in #405
- chore(deps): bump cxx from 1.0.126 to 1.0.128 by @dependabot in #406
- chore(deps): bump serde_json from 1.0.125 to 1.0.127 by @dependabot in #401
- chore(deps): bump serde from 1.0.208 to 1.0.209 by @dependabot in #400
- chore(deps): bump pkg-config from 0.3.30 to 0.3.31 by @dependabot in #417
- chore(deps): bump anyhow from 1.0.86 to 1.0.89 by @dependabot in #415
- chore(deps): bump serde_json from 1.0.127 to 1.0.128 by @dependabot in #411
- chore(deps): bump tokio-stream from 0.1.15 to 0.1.16 by @dependabot in #409
- chore(deps): bump serde from 1.0.209 to 1.0.210 by @dependabot in #410
Full Changelog: harmonia-v1.0.1...harmonia-v1.0.2
harmonia-v1.0.1
harmonia-v1.0.0
What's Changed
Full Changelog: harmonia-v0.9.0...harmonia-v1.0.0
harmonia-v0.9.0
What's Changed
- Sign with multiple signing keys by @clerie in #324
- Serve signatures from Nix store if no signing key is specified by @wentasah in #336
- Add TLS support by @the-sun-will-rise-tomorrow in #366
New Contributors
- @clerie made their first contribution in #324
- @wentasah made their first contribution in #336
- @the-sun-will-rise-tomorrow made their first contribution in #366
Full Changelog: harmonia-v0.8.0...harmonia-v0.9.0
harmonia-v0.8.0
What's Changed
- Added support for non-root Nix store by @Thesola10 in #306
New Contributors
- @Thesola10 made their first contribution in #306
Full Changelog: harmonia-v0.7.5...harmonia-v0.8.0
harmonia-v0.7.5
What's Changed
- update nix to 2.21 by @Mic92 in #283
- fix: repair query_references binding by @JulienMalka in #272
- fix: /nar: handle nar-serve URLs by @flokli in #293
New Contributors
- @JulienMalka made their first contribution in #272
- @flokli made their first contribution in #293
Full Changelog: harmonia-v0.7.4...harmonia-v0.7.5
harmonia-v0.7.4
What's Changed
Full Changelog: harmonia-v0.7.3...harmonia-v0.7.4
harmonia-v0.7.3
What's Changed
Full Changelog: harmonia-v0.7.2...harmonia-v0.7.3