Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@Ptrskay3 Ptrskay3 released this 20 Jul 09:58
· 2 commits to master since this release
7c46c0b

Changed

  • MakeDefaultHandle::make_default_handle now takes self as argument. This allows custom implementor structs to hold non-static data. [#49]
  • Change the default initialization of PrometheusHandle to prevent unbounded memory growth of histograms. [#52]
  • Bump metrics to 0.23, metrics-exporter-prometheus to 0.15. [#52]
  • Document MSRV as 1.70 currently. [#52]

Added

  • GenericMetricLayer::pair_from to initialize from a concrete struct. GenericMetricLayer::pair now requires that the handle type implements Default. [#49]
  • BaseMetricLayer that serves a more lightweight alternative to GenericMetricLayer. [#56]

What's Changed

New Contributors

Full Changelog: 0.6.1...0.7.0