Skip to content

Releases: caseyscarborough/qbittorrent-exporter

v1.3.5

23 Oct 18:47
Compare
Choose a tag to compare

Features

  • Add linux/arm64 docker support to GitHub actions.

v1.3.4

23 Oct 18:01
Compare
Choose a tag to compare

Fixes

  • Fixes #13. Resolves an issue with the max_ratio parameter being the incorrect data type.

Full Changelog: v1.3.3...v1.3.4

v1.3.3

23 Oct 17:44
Compare
Choose a tag to compare

Fixes

  • Workaround for certain number-only fields returning as "None" from the qBittorrent API starting in 4.6.0. Fixes issue #18.

Full Changelog: v1.3.2...v1.3.3

v1.3.2

26 Feb 20:26
90c5dc9
Compare
Choose a tag to compare

Fixes

  • Resolves an issue reported by @martabal where the exporter doesn't authenticate properly after qBittorrent has been restarted (#8).
  • Allows the exporter to start even if qBittorrent is down (#9).

Full Changelog: v1.3.1...v1.3.2

v1.3.1

17 Feb 15:46
06a59b6
Compare
Choose a tag to compare

Fixes

  • Resolve #6.

Dependency Updates

  • Update Gradle Wrapper to 7.4.
  • Update log4j to 2.17.0.
  • Update gson to 2.9.0.
  • Update prometheus client to 0.15.0.
  • Update micrometer to 1.8.2.
  • Update undertow to 2.2.16.Final.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

08 Feb 04:11
a4f6964
Compare
Choose a tag to compare

Features

  • Add QBITTORRENT_PROTOCOL environment variable for specifying https for connecting to qBittorrent instances using SSL.
  • Add QBITTORRENT_BASE_URL environment variable for a simpler setup than defining protocol, host, and port separately. Protocol, host, and port are ignored when using this parameter.
  • Code quality and logging improvements.

Miscellaneous Updates

  • Add GitHub actions for automated build/release.
  • Update documentation for new parameters.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

18 Oct 02:06
a7e707a
Compare
Choose a tag to compare

Features

  • Switch HTTP server implementation to use Undertow.
  • Update logging configuration.
  • Update build script.

Pull Requests

Full Changelog

v1.1.1...v1.2.0

v1.1.1

18 Oct 00:49
96cbee9
Compare
Choose a tag to compare

Fixes

  • Set output response type to UTF-8.

Pull Requests

Full Changelog

v1.1.0...v1.1.1

v1.1.0

18 Oct 00:35
8eb4c34
Compare
Choose a tag to compare

Features

  • Upgrade to Java 17
  • Remove hack that was required for Grafana < 7
  • Add additional fields for torrent information
  • README fixes

Pull Requests

Full Changelog: v1.0.0...v1.1.0

v1.0.0

17 Oct 23:50
Compare
Choose a tag to compare

Initial public release.