Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@francoposa francoposa released this 19 Feb 09:28
· 0 commits to main since this release
  • Breaking: Upgrade to axum version 0.8
    • The latest axum is a significant breaking change as noted in the announcement blog. For consumers of this library, this affects the axum MatchedPath extractor used to determine the http.route label when applying this middleware to an axum server. - Using version 0.11.x of this middleware (which uses axum 0.7) with an axum 0.8 server will not extract the http.route label, and vice versa for the reverse version mismatch.

Full Changelog: v0.11.0...v0.12.0