Skip to content

Releases: Mic92/nix-update

v1.16.0

Choose a tag to compare

@Mic92 Mic92 released this 11 Jun 07:49
f131234

Highlights

New Features

  • GitLab authentication: API requests now use GITLAB_TOKEN when set, avoiding rate limits on gitlab.com and private instances (#621)
  • NuGet support for flake-based repositories: nupkg dependency hashes can now be updated in flake setups, not only in nixpkgs checkouts (#615)
  • crates.io: URLs pointing to static.crates.io are now recognized for version detection (#610)
  • GitHub releases pagination: all release pages are fetched, so the latest version is found even for projects with many releases (#613)

Bug Fixes

  • Atom feeds containing control characters no longer break version detection (#573)
  • Flakes located in repository subdirectories keep their path intact during updates (#592)
  • goModules hashes that depend on other hashes (e.g. vendored sources) are now updated in the correct order (#607)

What's Changed

  • Remove control characters from Atom feeds by @ungeskriptet in #573
  • nuget: support flake-based repositories by @Mic92 in #615
  • Handle static.crates.io domain by @Defelo in #610
  • github: paginate releases by @Mic92 in #613
  • Preserve subdirectory flake paths by @mtul0729 in #592
  • update_dependency_hashes: workaround goModules hash depending on other hashes by @martinetd in #607
  • gitlab: authenticate API requests with GITLAB_TOKEN by @Mic92 in #621

New Contributors

Full Changelog: v1.15.1...v1.16.0

v1.15.1

Choose a tag to compare

@SuperSandro2000 SuperSandro2000 released this 26 May 16:45
555c087

What's Changed

Full Changelog: v1.15.0...v1.15.1

v1.15.0

Choose a tag to compare

@SuperSandro2000 SuperSandro2000 released this 04 May 12:14
f19ad23

What's Changed

  • Tests: split test suite into 8 shards to avoid disk space issues by @Mic92 in #514
  • Fix Maven test for mariadb-connector-j parallel release branches by @Copilot in #521
  • test_version_regex_no_rev: relax regex constraint by @figsoda in #536
  • nix hashing format fix by @h0nIg in #533
  • tests: use invent.kde.org for gitlab test by @Mic92 in #549
  • fix: don't cache flake store path across file modifications by @Mic92 in #551
  • chore: Add Python with mypy, pytest, and ruff to devShell by @lafrenierejm in #550
  • tests: fix version_regex_no_rev by @figsoda in #556
  • Document the need to put subpackages in passthru by @Saturn745 in #553
  • fix version prefix with tags by @figsoda in #555
  • Add support for updating dependencies with custom attribute names by @ungeskriptet in #561
  • Sort fetched versions by semver instead of feed order by @vdemeester in #559
  • Fix failing test due to outdated go by @figsoda in #572
  • eval: fix "attribute 'pname' missing" error by @azuwis in #571
  • Release v1.15.0 by @SuperSandro2000 in #591

New Contributors

Full Changelog: v1.14.0...v1.15.0

v1.14.0

Choose a tag to compare

@Mic92 Mic92 released this 11 Dec 21:03
3199e0f

What's Changed

New Contributors

Full Changelog: 1.13.1...v1.14.0

1.13.1

Choose a tag to compare

@Mic92 Mic92 released this 22 Sep 21:37
4deaf76

What's Changed

New Contributors

Full Changelog: 1.13.0...1.13.1

1.13.0

Choose a tag to compare

@Mic92 Mic92 released this 17 Sep 12:20
3c884a7

Added

  • GitHub releases for on-premise installations by @h0nIg in #441
  • Use all tags for unstable updates by @bryango in #430

Fixed

  • Fix incorrect hash detection when package output contains "got" in error messages (regression from 1.12.0) by @marcin-serwin in #433

1.12.1

Choose a tag to compare

@SuperSandro2000 SuperSandro2000 released this 08 Aug 15:21
af520c7

What's Changed

  • git-commit: instead of getting all changed files, just git add the whole thing by @Mic92 in #422
  • test: add nuget-deps-generate assert for deps.json being comitted by @gepbird in #417
  • github.py: fix removal of .git suffix from repo by @corngood in #429
  • Replace savanna test package with one that actually exists by @SuperSandro2000 in #431
  • Release 1.12.1 by @SuperSandro2000 in #432

New Contributors

Full Changelog: 1.12.0...1.12.1

1.12.0

Choose a tag to compare

@Mic92 Mic92 released this 04 Aug 08:59
a64b359

What's Changed

New Contributors

Full Changelog: 1.11.0...1.12.0

1.11.0

Choose a tag to compare

@Mic92 Mic92 released this 04 Apr 13:59

What's Changed

New Contributors

Full Changelog: 1.10.0...1.11.0

1.10.0

Choose a tag to compare

@Mic92 Mic92 released this 11 Mar 12:42

What's Changed

New Contributors

Full Changelog: 1.9.0...1.10.0