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

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 extending InstrumentedBuilder.
    • โฌ‡๏ธ Dropped method clear on Histogram and Timer.
  • v2.2.0 Changes

    • No code changes.
  • v2.1.2 Changes

    September 10, 2012
    • ๐ŸŽ‰ Initial copy from Coda Hale's Metrics project.