Releases: smartcontractkit/Blockchain-RPC-Exporter
Releases · smartcontractkit/Blockchain-RPC-Exporter
v5.3.0 - new set of labels
v5.2.0 Tron Collector support
New release to add collector for Tron
Add support for Aptos blockchain
Add new Aptos collector
v5.0.6: Rename all instances of starkware to starknet
Rename all instances of starkware to starknet
v5.0.5: Adds support for Cardano Ogmios v6.1.x
- update Cardano collector to work with ogmios API v6.1.x (#59)
v5.0.3
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)
* Adds fix to reset stalled websockets after 60 secs * Adds timeout value to stalled websocket close reason
v5.0.1
sre-924 Adds uuid to docker image nonroot user (#53)
v5.0.0
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)
* Add exporter healthcheck metric * Yapf