Releases: rlazoti/finagle-metrics
Releases · rlazoti/finagle-metrics
v0.0.13
Update all dependencies, sbt and its plugins to their latest versions.
Thanks to @pmatpadi
v0.0.12
Synchronize on the MetricRegistry when registering gauges.
Thanks to @bryanv and @ncreep.
v0.0.10
- Update to the latest finagle version
Thanks to @schrepfler
v0.0.9
Fix a possible race condition when adding/removing gauge.
Thanks to @samhendley
v0.0.8
This release brings Scala 2.12 support.
As for 0.0.8, finagle-metrics is cross-published for both 2.11 and 2.12.
v0.0.7
- Update to the latest finagle version
- Change project to use the scala 2.12.1
v0.0.6
Remove coverage command from travis
v0.0.5
Remove the following plugins due to bugs in projects using this lib:
- sbt-scoverage
- sbt-coveralls
v0.0.4
- Update to the latest finagle version
- Update to the latest metrics version
- Update to the latest scalatest version
- Update to the latest sbt version
- Change project to use JDK8
v0.0.3
Fix exception when adding a preexistent gauge