This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
Releases: samstarling/finagle-prometheus
Releases · samstarling/finagle-prometheus
v0.0.13
v0.0.11
- Upgrade to sbt v1.1.1, and bump the version of dependencies that also needed upgrading as a result.
- Upgrade the Finagle dependency to 18.8.0.
- Switch to using a HashedWheelTimer, instead of using the
CustomDefaultTimer
, which calledDefaultTimer.getInstance
, which in turn could throw aNullPointerException
. - Improve the race condition testing for
PrometheusStatsReceiver
.
v0.0.10
v0.0.8
v0.0.7
v0.0.6
- Fixed a bug where the
PrometheusStatsReceiver
could not be successfully used with Finagle'sLoadService
.
v0.0.5
- Update Finagle dependency to 18.2.0.
v0.0.4
- Removes
scoverage
as a runtime dependency.
v0.0.3
Minor tweaks and bugfixes.
v0.0.2
Minor tweaks and bugfixes.