All Versions
43
Latest Version
Avg Release Cycle
113 days
Latest Release
1263 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.