All Versions
43
Latest Version
Avg Release Cycle
113 days
Latest Release
206 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v3.5.7 Changes
June 01, 2017- π A performance optimization for dynamically created HDR metrics, a fine contribution by @truemped and @otrosien (#90)
- π Version bumps: Metrics-core 3.2.0 -> 3.2.2, Scala 2.12.1 -> 2.12.2, Scala 2.11.8 -> 2.11.11, Akka 2.4.17 -> 2.4.18
-
v3.5.6 Changes
February 01, 2017- π Version bumps: Metrics-core 3.1.2 -> 3.2.0, Scala 2.12.0 -> 2.12.1, Akka 2.3.15 -> 2.3.16 and 2.4.14 -> 2.4.17.
- β¬οΈ Dropped Akka 2.2 support.
-
v3.5.5 Changes
September 01, 2016- Measure also when the value-by-name parameter of
timeFuture
throws (#78) by @Slakah. Thanks JCollier! - 0οΈβ£ Introduces
DefaultInstrumented
, a great convenience introduced by @jklukas (#80). Good idea Jeff! - β¬οΈ Bumped optional HdrHistogram dependency from 2.1.6 to 2.1.9.
- π (2016-10-06) Released for scala 2.12.0-RC1 and akka 2.4.11 (no longer supported). This release was not possible without the work of @takezoe (#83). Thanks Naoki!
- π (2016-10-26) Released for scala 2.12.0-RC2 and akka 2.4.11 (no longer supported).
- π (2016-11-04) Released for scala 2.12.0 and akka 2.4.12.
- Measure also when the value-by-name parameter of
-
v3.5.4 Changes
April 01, 2016- β Removed double class from metric name (#75), reported by Per RovegΓ₯rd (@provegard). Thanks Per!
- π Improved metric names for metrics in nested classes and in anonymous sub-classes.
- π Deprecated class
FutureMetrics
. - β Added
Timer.timeFuture
. This fixes #68 for real, thanks to @maciej for the thought seed. - Akka 2.3 bumped to 2.3.15.
-
v3.5.3 Changes
March 01, 2016- Introduced
ActorInstrumentedLifeCycle
to automatically unregister gauges in actors (#69). It took quite some time to find a simple solution. Thanks go to @mrmeyers99, @ymeymann and @scullxbones for ideas and example code. - Akka 2.3 bumped to 2.3.14, Scala 2.10 bumped to 2.10.6, Scala 2.11 bumped to 2.11.8.
- Introduced
-
v3.5.2 Changes
September 01, 2015- β Added implicits to write MetricFilters as a scala function, idea and code from @maciej (#62).
- β Removed Akka 2.1 support.
- Akka 2.3 bumped to 2.3.13, Scala 2.11 bumped to 2.11.7.
-
v3.5.1 Changes
May 01, 2015- β Added method
countConcurrency
to counters, idea from @fedeoasi, pull request by @gshakhn (#60). - π For Akka 2.3 build: build against Akka 2.3.11.
- β Added method
-
v3.5.0 Changes
April 01, 2015- π This release is not binary, nor source compatible with 3.4.x.
The incompatibility is restricted to health-checks. Previously a code block written as second parameter
for method
healthCheck
would be evaluated at the call-side, using only the last expression in the block as pass-by-name parameter. Now, the entire block is passed as a call-by-value parameter. The latter is more what you would expect, so you probably won't notice any incompatibility. - π Health-checks now support
Unit
andFuture
checkers. Based on a pull request from Scala virtuoso @davidhoyt (#59). (Also, this solves #42 for real.) - π Build against io.dropwizard.metrics 3.1.2.
- π This release is not binary, nor source compatible with 3.4.x.
The incompatibility is restricted to health-checks. Previously a code block written as second parameter
for method
-
v3.4.0 Changes
March 01, 2015- β Added support for hdrhistogram.
- π For Akka 2.2 build: build against Akka 2.2.5.
- π For Akka 2.3 build: build against Akka 2.3.9.
-
v3.3.0 Changes
September 01, 2014- π Build against io.dropwizard.metrics 3.1.0.
- π For Akka 2.3 build: build against Akka 2.3.6.