Skip to content

Releases: Chia-Network/chia-exporter

0.9.0-rc.1

21 Aug 21:21
cdf6168
Compare
Choose a tag to compare
0.9.0-rc.1 Pre-release
Pre-release

What's Changed

  • Harvester Metrics via Farmer by @cmmarslender in #104
    • All key harvester metrics are now exported from the farmer in addition to the harvester, prefixed with chia_farmer_* instead of chia_harvester_*. This enables scraping all remote harvesters from one central location instead of installing chia-exporter on all remote harvesters OR cross-checking farmer vs harvester data to create alerts when they don't align.
  • Update docker tagging rules by @cmmarslender in #103
    • Docker images will be tagged with main for all merges to the main branch, prior to a full release
    • Docker images will be tagged with latest for the latest full release
    • Docker images will be tagged with semver tags depending on desired stability. For example, version 1.2.3 would be tagged as: @1, @1.2 and @1.2.3
  • Bump github.com/chia-network/go-chia-libs from 0.3.1 to 0.4.0 by @dependabot in #96
  • Bump github.com/oschwald/maxminddb-golang from 1.11.0 to 1.12.0 by @dependabot in #101
  • Create dependency-review.yml by @pmaslana in #97

New Contributors

Full Changelog: 0.8.0...0.9.0-rc1

0.8.0

23 Jun 22:05
2ea98ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.0...0.7.1

0.7.0

27 Apr 22:04
713242a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

11 Apr 18:28
24067ad
Compare
Choose a tag to compare

What's Changed

  • Add fee estimates for send xch, send cat, transfer nft, and take offer, each with targets of 1m, 5m, 15m by @cmmarslender in #83

Dependencies

  • Bump github.com/chia-network/go-chia-libs from 0.2.5 to 0.2.6 by @dependabot in #80
  • Bump github.com/chia-network/go-chia-libs from 0.2.6 to 0.3.0 by @dependabot in #81
  • Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #82

Full Changelog: 0.5.1...0.6.0

0.5.1

26 Feb 02:13
8c555b8
Compare
Choose a tag to compare

What's Changed

  • Update go-chia-libs to v0.2.5 to fix chia-exporter panic on start when chia is not running by @cmmarslender in #78

Full Changelog: 0.5.0...0.5.1

0.5.0

23 Feb 20:52
fb27a75
Compare
Choose a tag to compare

What's Changed

  • Adds connection_count metrics for farmer, harvester, wallet by @cmmarslender in #66
  • Update go-chia-libs to v0.2.4 to bring in a change that ensures we never subscribe to the same topic multiple times… by @cmmarslender in #75

Full Changelog: 0.4.5...0.5.0

0.4.5

02 Nov 18:43
2dcdfd6
Compare
Choose a tag to compare
  • Adds option to set the hostname (default localhost)

This project is still under active development and there may be bugs or other issues in this release.

0.4.4

17 Oct 17:24
6ff1801
Compare
Choose a tag to compare
  • Updates go-chia-libs to solve rare panic caused by multiple simultaneous writes to the websocket

This project is still under active development and there may be bugs or other issues in this release.

0.4.3

12 Sep 19:35
cd39c32
Compare
Choose a tag to compare

This is a re-release of 0.4.2 to fix an apt bug

  • Start reconnect loop any time an error occurs on the websocket connection
  • Create debs and add an apt repo for installing on supported arm64 and amd64 linux distributions

This project is still under active development and there may be bugs or other issues in this release.

0.4.2

12 Sep 18:58
cd39c32
Compare
Choose a tag to compare
  • Start reconnect loop any time an error occurs on the websocket connection
  • Create debs and add an apt repo for installing on supported arm64 and amd64 linux distributions

This project is still under active development and there may be bugs or other issues in this release.