Skip to content

Releases: rlazoti/finagle-metrics

v0.0.13

02 Apr 04:14
Compare
Choose a tag to compare

Update all dependencies, sbt and its plugins to their latest versions.
Thanks to @pmatpadi

v0.0.12

30 Oct 21:00
Compare
Choose a tag to compare

Synchronize on the MetricRegistry when registering gauges.
Thanks to @bryanv and @ncreep.

v0.0.10

03 Sep 13:42
Compare
Choose a tag to compare
  • Update to the latest finagle version
    Thanks to @schrepfler

v0.0.9

11 May 00:51
Compare
Choose a tag to compare

Fix a possible race condition when adding/removing gauge.
Thanks to @samhendley

v0.0.8

25 Jan 14:28
Compare
Choose a tag to compare

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

25 Jan 14:25
Compare
Choose a tag to compare
  • Update to the latest finagle version
  • Change project to use the scala 2.12.1

v0.0.6

15 Jan 14:40
Compare
Choose a tag to compare

Remove coverage command from travis

v0.0.5

15 Jan 14:37
Compare
Choose a tag to compare

Remove the following plugins due to bugs in projects using this lib:

  • sbt-scoverage
  • sbt-coveralls

v0.0.4

06 Dec 11:31
Compare
Choose a tag to compare
  • 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

03 Jun 19:41
Compare
Choose a tag to compare

Fix exception when adding a preexistent gauge