All Versions
43
Latest Version
Avg Release Cycle
113 days
Latest Release
873 days ago

Changelog History
Page 2

  • v4.0.6 Changes

    June 01, 2019
    • No code changes.
    • Scaladoc improvements.
    • ⚡️ Updates: metrics-core 4.0.5 -> 4.1.0, Akka: 2.5.22 -> 2.5.23.
    • ➕ Added scala 2.13.0-RC3. Note: 2.13.0-RC3 is no longer supported, please use v4.0.7 for scala 2.13.
  • v4.0.5 Changes

    May 01, 2019
    • ✅ No code changes (except for tests).
    • ⚡️ Updates: Akka: 2.5.19 -> 2.5.22.
    • ✅ Tests now use mockito-scala instead of mockito.
    • ➕ Added scala 2.13.0-RC1. Note: 2.13.0-RC1 is no longer supported, please use v4.0.7 for scala 2.13.
  • v4.0.4 Changes

    January 01, 2019
    • No code changes.
    • ⚡️ Updates: scala 2.12.7 -> 2.12.8, dropwizard metrics: 4.0.3 -> 4.0.5, HdrHistogram: 2.1.10 -> 2.1.11, Akka: 2.5.18 -> 2.5.19.
    • ➕ Added scala 2.13.0-M5. Note: 2.13.0-M5 is no longer supported, please use v4.0.7 for scala 2.13.
  • v4.0.3 Changes

    November 01, 2018
    • 🛠 Fixed an (unlikely to happen) off-by-one error introduced in v4.0.2.
    • 🏗 Deprecated the scope parameter in the metric builder so that it can be removed in v5.0.0.
  • v4.0.2 Changes

    November 01, 2018
    • 🐎 Drastic performance improvements for metric name generation. This is especially important for dynamically generated metric names. This improvement was authored by Filip Ochnik (@filipochnik). Thanks Filip! (#117)
    • 🏗 Compiles against Scala 2.13 betas, metrics-scala is now part of the Scala community build.
    • ⚡️ Lots of dependency updates (also thanks to Scala Steward): Dropwizard metrics 4.0.1 -> 4.0.3, Akka 2.5.8 -> 2.5.18, HdrHistogram 2.1.9 -> 2.1.10, Scala 2.12.4 -> 2.12.7, Scalatest 3.0.4 -> 3.0.5, Mockito 1.10.19 -> 2.23.0.
    • ⬆️ Upgraded sbt from 1.0.4 to 1.2.6.
  • v4.0.1 Changes

    January 01, 2018
    • 📦 All code moved to the package nl.grons.metrics4.scala to prevent clashes with version 3.x. Except for the package name change, v4.0.1 is fully source compatible with v3.5.9.
    • ➕ Added trait FreshRegistries, FreshMetricRegistry and FreshHealthCheckRegistry to enable testing that metrics are collected. Furthermore it eases unit testing of components that define gauges or health checks (see documentation).
    • Using dropwizard-metrics 4.0.1, only targeting Java 8 and later.
    • ⬆️ Bumped Scala and Akka to latest minor versions.
    • ⬇️ Dropped support for Scala 2.10 and Akka 2.3.
    • ✂ Removed deprecations. (Trait FutureMetrics and method Meter.exceptionMarkerPartialFunction.)
    • Akka support moved to a separate library: "nl.grons" %% "metrics4-akka_a24" and "nl.grons" %% "metrics4-akka_a25"
    • 🚚 Hdr support moved to a separate library: "nl.grons" %% "metrics4-scala-hdr"
    • ⬆️ Upgraded sbt from 0.13 to 1.0. Complete cross build can not be done with a single sbt invocation.
  • v4.0.0 Changes

    January 01, 2018

    🚀 v4.0.0 was released but should not be used as it is not compatible with v3.x.

  • v3.5.10 Changes

    November 01, 2018
    • 🏗 Deprecated the scope parameter in the metric builder so that it can be removed in v5.0.0.
  • v3.5.9 Changes

    June 01, 2017
    • 🐎 Further performance improvement for creating dynamically created HDR metrics, thanks to the very attentive @OlegIlyenko (and again @agourlay) (#92)
  • v3.5.8 Changes

    June 01, 2017
    • 🛠 Regression from 3.5.7: fixed a race condition in creating dynamically created HDR metrics, thanks go to @agourlay (#91)