Skip to content

v0.8.0

Compare
Choose a tag to compare
@loshz loshz released this 08 Jun 21:47
· 27 commits to main since this release
v0.8.0
6db926a

Changelog

https://crates.io/crates/metrics_server/0.8.0

Breaking Changes

  • The https() method is now conditionally included through the use of a new tls feature flag. This is to keep dependencies at a minimum if only using HTTP functionality.

Examples

To enable TLS support, pass the optional feature flag:

[dependencies]
metrics_server = { version = "0.8", features = ["tls"] }