Skip to content

v0.10.0

Compare
Choose a tag to compare
@loshz loshz released this 25 Sep 04:04
· 21 commits to main since this release
v0.10.0
6873b43

Changelog

https://crates.io/crates/metrics_server/0.10.0

Changes

  • Remove drop implementation in favour of new stop() method that returns a Result<(), ServerError> instead of panicking.
  • Upgrade Prometheus example to trap signals and free resources.
  • Add more assertions to tests.