Skip to content

v0.3.0

Compare
Choose a tag to compare
@loshz loshz released this 04 Apr 16:23
· 43 commits to main since this release
1cd08ec

Changelog

https://crates.io/crates/metrics_server/0.3.0

Breaking Changes

  • The serve() method has been removed in favour of passing the listen address directly to MetricsServer::new;

Changed

  • Implement the drop trait for safely releasing thread resources.