Metrics-Scala v3.5.0 Release Notes

Release Date: 2015-04-01 // about 9 years ago
    • ๐Ÿš€ 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 and Future 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.