Skip to content

Releases: smartcontractkit/Blockchain-RPC-Exporter

v5.3.0 - new set of labels

05 Dec 15:22
6c7155e
Compare
Choose a tag to compare
  • add canonical_name, integration_maturity and chain_selector labels

v5.2.0 Tron Collector support

05 Sep 07:05
a272dd6
Compare
Choose a tag to compare

New release to add collector for Tron

Add support for Aptos blockchain

26 Aug 09:38
62b68f9
Compare
Choose a tag to compare

Add new Aptos collector

v5.0.6: Rename all instances of starkware to starknet

17 May 08:42
2a73342
Compare
Choose a tag to compare
Rename all instances of starkware to starknet

v5.0.5: Adds support for Cardano Ogmios v6.1.x

29 Apr 12:39
fc06121
Compare
Choose a tag to compare
- update Cardano collector to work with ogmios API v6.1.x (#59)

v5.0.3

12 Mar 15:03
01f4fc1
Compare
Choose a tag to compare
NODE-2836 Separate Liveness check proc to not be blocked by requests …

v5.0.2: Adds fix to reset stalled websockets after 60 secs (#55)

03 Mar 21:43
89b3d5c
Compare
Choose a tag to compare
* Adds fix to reset stalled websockets after 60 secs

* Adds timeout value to stalled websocket close reason

v5.0.1

26 Feb 17:14
e74ca18
Compare
Choose a tag to compare
sre-924 Adds uuid to docker image nonroot user (#53)

v5.0.0

24 Feb 20:32
9de63a5
Compare
Choose a tag to compare

This new version features a major refactor that adopts an object-oriented programming style. This change will make it easier for us to write tests, and will make the code more robust and easier to follow. Additionally, we have achieved 94% test coverage, and have added code linting and automated testing to the CI pipeline to make it more reliable.

v4.2.4: aliasAdd exporter healthcheck metric (#28)

05 Oct 09:48
28aaded
Compare
Choose a tag to compare
* Add exporter healthcheck metric

* Yapf