Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@loshz loshz released this 29 May 23:50
v0.15.0
6a493b8

Changelog

https://crates.io/crates/metrics_server/0.15.0

Changes

  • Add more debug logs.
  • Simplify URI path parsing.

Breaking Changes

  • Server no longer checks for URI path case equality.
    • Previous versions would convert the request path to lowercase before comparison.
    • Current version no longer converts to lowercase, therefore likely to return a 404. E.g., Sending a /METRICS request to a server started with server.serve_uri("/metrics");