Skip to content

v0.7.0

Compare
Choose a tag to compare
@loshz loshz released this 06 Jun 00:37
· 29 commits to main since this release
v0.7.0
0574792

Changelog

https://crates.io/crates/metrics_server/0.7.0

Breaking Changes

  • The new() method has been updated to only create a new instance of MetricsServer. It will no longer start the underlying server.

Changed

  • A new serve() method has been added to allow servers to be started manually.