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

Changelog History
Page 4

  • v3.2.1 Changes

    August 01, 2014
    • For future timing, invoke argument only once, closes #50. Bug report and solution from @JeffBellegarde.
    • โž• Added support for cached gauge, a nice pull request by @pasieronen (#52).
    • ๐Ÿ— For Akka 2.3 build: build against Akka 2.3.5.
  • v3.2.0 Changes

    May 01, 2014
    • ๐Ÿš€ This release is not binary compatible with 3.1.x.
    • ๐Ÿ‘ Properly support multi-line health-checks, closes #42. An incredibly subtle bug reported by @joster-jambit, with a nifty solution from @som-snytt. (Update: the problem has been fully solved in version 3.5.0.)
    • โž• Added support for Try in Health-checks, an idea of our own @scullxbones.
    • ๐Ÿ— Futures are now supported in the build without Akka (solves #44 by @yatskevich).
    • ๐Ÿ‘ Allow measurements of Futures that were created elsewhere (#45).
  • v3.1.1 Changes

    April 01, 2014
    • Solved problem with conflicting inherited members in the version 3.1.0 (#37) reported by @dvallejo, thanks!
  • v3.1.1.1 Changes

    April 01, 2014
    • ๐Ÿš€ Only released for Scala 2.11 and Akka 2.3.
    • ๐Ÿš€ This release fixed a test dependency which was accidentally declared as regular dependency (#40) thanks for the report @lvicentesanchez.
  • v3.1.0 Changes

    April 01, 2014
    • ๐Ÿ— Build against no Akka (closes #32, #33, #21), Akka 2.1.4, 2.2.4 and 2.3.2.
    • ๐Ÿ— Now also build for Scala 2.11 (closes #34).
    • ๐Ÿ— Entire cross-build is now done with a script (#30, #31), based on research from @scullxbones.
    • ๐Ÿ“ฆ ".package" in metrics name (closes #19), thanks @akalinovskiy!
    • ๐Ÿ‘ Allow non-Class-based metric naming, #35, a great idea from @arosien
  • v3.0.5 Changes

    March 01, 2014
    • ๐Ÿ— Build against Metrics-core 3.0.2.
    • ๐Ÿ— Build against Akka 2.1.4, 2.2.4 and 2.3.0.
    • ๐Ÿ“š Small documentations correction (thanks @oschrenk!)
    • ๐Ÿ›  Fixed description in pom.
  • v3.0.4 Changes

    December 01, 2013
    • ๐Ÿš€ Same release build against Akka 2.2.0 instead of [2.2,).

    v3.0.3_a2.1.0: September 2013

    • ๐Ÿš€ Same release build against Akka 2.1.0 instead of 2.2.0.
  • v3.0.3 Changes

    August 01, 2013
    • โž• Added support for health checks (thanks @scullxbones), #17. The module metrics-healthchecks is now a required dependency.
  • v3.0.2 Changes

    August 01, 2013
    • โž• added back inc/dec on Counter (thanks @alexy), #14
    • ๐Ÿ“‡ Renamed Timer.time for partial functions to prevent type annotations (thanks @scullxbones), #13, #15.
    • ๐Ÿ“‡ Renamed Meter.exceptionMarkerPartialFunction to Meter.exceptionMarkerPF to be consistent with Timer.
  • v3.0.1 Changes

    August 01, 2013
    • โฌ†๏ธ Upgrade to Metrics-core 3.0.1, #10.
    • โž• Added support for partial functions (thanks @scullxbones).
    • โž• Added support for actors and futures (scala 2.10 only) for timing and metering exceptions (thanks @scullxbones), #8.
    • โœ‚ Removes '$' from metrics names, #11.