Skip to content

v0.0.15

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 08:34
· 62 commits to main since this release
v0.0.15
f58f802

What's Changed

  • chore: Configure Renovate by @renovate in #95
  • GitHub: Pin runner to ubuntu-24.04 by @kalbasit in #97
  • nix/devshells: add watchexec by @kalbasit in #98
  • nix/formatters: exclude files that have no formatter by @kalbasit in #104
  • golangci-lint: remove iretrun by @kalbasit in #99
  • pkg/nar: extract nar-related features from pkg/helper by @kalbasit in #100
  • pkg/nar: add support for URL query by @kalbasit in #101
  • pkg/database: add query field to the nars table by @kalbasit in #102
  • pkg/cache/upstream: Set URL.RawQuery to original query in nar URL by @kalbasit in #103
  • treewide: only main/test should call log15.New() by @kalbasit in #105
  • testdata: Fix lint issues by @kalbasit in #107
  • pkg/server: capture and trickle down URL Query by @kalbasit in #106
  • pkg/nar: offer String() function by @kalbasit in #109
  • pkg/cache/upstream: GetNar should return http.Response by @kalbasit in #110
  • pkg/upstream/cache: GetNar accept request mutators by @kalbasit in #111
  • testdata: HTTPTestServer support for zstd transparent compression by @kalbasit in #112
  • testdata: Fix the HTTPTestServer handling of ZSTD by @kalbasit in #113
  • pkg/nar: Add proprer compressionType handling by @kalbasit in #114
  • pkg/cache: Use nar.URL when possible by @kalbasit in #115
  • pkg/cache: pull Narinfo from upstream in a go-routine by @kalbasit in #116
  • pkg/cache: Save compressed NAR when compression is only over HTTP by @kalbasit in #108

New Contributors

Full Changelog: v0.0.14...v0.0.15