Skip to content

Releases: nspcc-dev/neo-exporter

v0.12.1

03 Sep 19:12
269ac09
Compare
Choose a tag to compare

Changed

  • Go 1.22+ is required to build now (#149, #150)
  • Dropped 'v' prefix from version metric (#151)
  • Updated github.com/nspcc-dev/locode-db dependency to 0.7.0 (#150)
  • Updated github.com/nspcc-dev/hrw/v2 dependency to 2.0.3 (#150)
  • Updated github.com/prometheus/client_golang dependency to v1.20.2 (#150)
  • Default dial timeout to one minute (#152)
  • Default metric scraping interval to 15s (#152)

v0.12.0

19 Jun 11:14
b51b263
Compare
Choose a tag to compare

Please notice that "neofs_net_monitor" prefix was changed to "neo_exporter" and update accordingly.

Added

  • Version metric (#143)

Fixed

  • Panics on RPC reconnection failure (#141)

Changed

  • "neofs_net_monitor" prefix to "neo_exporter" (#143)
  • Timestamps are no longer produced in logs if not running with TTY (#142)

v0.11.3

18 Jun 05:46
323f1c3
Compare
Choose a tag to compare

Fixed

  • Panic on RPC reconnection failure (#137)

v0.11.2

13 Jun 12:31
3fdefe5
Compare
Choose a tag to compare

This release adds support for the Domovoi hardfork with no other functional changes.

Changed

  • github.com/nspcc-dev/neo-go dependency from 0.106.0 to 0.106.2 (#135)
  • NeoFS SDK dependency to RC12 (#135)

v0.11.1

22 May 16:38
b4747f7
Compare
Choose a tag to compare

Added

  • arm64 and darwin builds (#132)

Changed

  • google.golang.org/protobuf dependency from 1.32.0 to 1.33.0 (#129)
  • golang.org/x/net dependency from 0.21.0 to 0.23.0 (#131)
  • github.com/nspcc-dev/neo-go dependency from 0.105.1 to 0.106.0 (#133)

v0.11.0

07 Mar 10:40
17b6456
Compare
Choose a tag to compare

Please notice that monitored NEP-17 accounts are exported in address form now and update your settings.

Fixed

  • Notary balance tracking (#122)

Changed

  • Go 1.20+ is required to build now (#114)
  • Accounts are exported as address now (#123)

Removed

  • "label" label for tracked NEP-17 contracts (#126)

v0.10.0

16 Feb 09:07
9740b91
Compare
Choose a tag to compare

Added

  • Height and state data export for a set of configured nodes (#96)
  • NEP-17 balance tracking (#105)

Changed

  • Go 1.19+ is required to build now (#92)
  • Updated all dependencies (#92, #109)
  • Contract wrappers are used now to interact with blockchain (#98)
  • Usage of Locode DB Go package (#100)
  • Configuration supports only one chain in a moment (#103)
  • The tool is known as neo-exporter now (#112)

Removed

  • Notary-less mode for FS chains (#97)
  • Locode DB configuration options (#100)

Upgrading from v0.9.5

The configuration sections mainnet and morph were replaced with similar chain sections. To choice between main (Neo) chain and side (NeoFS) chain, use chain.fschain option. If true, exporter connects to the NeoFS chain, otherwise, to the Neo chain. It no longer watches two chains at once, so to monitor NeoFS you need two instances of the tool.

v0.9.5

29 Dec 20:53
Compare
Choose a tag to compare

Changed

  • Removed neofs-node dependency (#75)
  • Fixed compatibility with the netmap contract version 0.16.0 (#81)

v0.9.0

27 Jul 14:25
v0.9.0
Compare
Choose a tag to compare

Changed

  • Direct contract communication instead of having neofs-node wrappers (#73)
  • Using localhost in docs (#76)
  • T5 Network support replaced T4 (#78)

v0.8.0

24 May 09:49
v0.8.0
Compare
Choose a tag to compare

Added

  • neofs_net_monitor_containers_number metric (#71)