Skip to content

Releases: martabal/qbittorrent-exporter

v1.7.0

19 Jan 15:28
b3a1fca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

15 Jan 22:14
3be7407
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.6...v1.6.0

v1.5.6

20 Dec 13:25
03d6bbc
Compare
Choose a tag to compare

What's Changed

This release tries to solve a memory leak which can occur if the exporter is started before qBittorrent.

Full Changelog: v1.5.5...v1.5.6

v1.5.5

15 Dec 13:33
5f933e5
Compare
Choose a tag to compare

When adding more tests, I discovered that the value for the metric qbittorrent_global_max_active_uploads was incorrect. This release fixes it.

What's Changed

  • test: more tests for prometheus.go by @martabal in #94
  • test: more tests for prometheus.go (part 2) by @martabal in #95

Full Changelog: v1.5.4...v1.5.5

v1.5.4

14 Dec 10:30
efd9d44
Compare
Choose a tag to compare

Full Changelog: v1.5.3...v1.5.4

v1.5.3

14 Dec 00:09
3a0fbd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2

27 Oct 19:27
ec7f09d
Compare
Choose a tag to compare

What's Changed

  • more refactors
  • fix a panic error when ENABLE_LABEL_WITH_HASH is set to false and qBittorrent has tags set to torrents

Full Changelog: v1.5.1...v1.5.2

v1.5.1

27 Oct 18:36
e341909
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

27 Oct 17:14
71abc8a
Compare
Choose a tag to compare

Breaking changes

⚠️ Breaking changes

  • The DISABLE_TRACKER feature is renamed to ENABLE_TRACKER to be more consistent with other features. Default is now true instead of false

What's Changed

  • feat: add label with hash experimental feature by @martabal in #84

Full Changelog: v1.4.0...v1.5.0

v1.4.0

20 Oct 19:23
5f745ca
Compare
Choose a tag to compare

⚠️ Breaking changes

The qbittorrent_tracker_info gauge is only available when ENABLE_HIGH_CARDINALITY is set to true

What's Changed

  • feat: improve trackers info by @martabal in #82
  • chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 in /src in the all group by @dependabot in #81

Full Changelog: v1.3.1...v1.4.0