All Versions
43
Latest Version
Avg Release Cycle
113 days
Latest Release
426 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v3.0.0 Changes
June 01, 2013- ⚡️ As code is no longer maintained by Coda Hale, added and updated copyright statements to reflect this.
- Depends on Metrics-core 3.0.0.
- ✅ Ported tests from original to ScalaTest (thanks @scullxbones).
- ➕ Added documentation.
Although the metrics-scala API is mostly source compatible, there are breaking API changes which are mostly caused by changes in the metrics-core library:
- 📦 All code moved to the
nl.grons.metrics.scala
package (changed at Coda Hale's request). - All timers now measure in nanoseconds.
- 🔧 All configuration for histograms, meters, and timers are gone. These are now configured in the reporter.
- The class
Instrumented
must now be created in your project by extendingInstrumentedBuilder
. - ⬇️ Dropped method
clear
onHistogram
andTimer
.
-
v2.2.0 Changes
- No code changes.
-
v2.1.2 Changes
September 10, 2012- 🎉 Initial copy from Coda Hale's Metrics project.