- Breaking: Upgrade to
axum
version0.8
- The latest
axum
is a significant breaking change as noted in the announcement blog. For consumers of this library, this affects theaxum
MatchedPath
extractor used to determine thehttp.route
label when applying this middleware to anaxum
server. - Using version 0.11.x of this middleware (which usesaxum 0.7
) with anaxum 0.8
server will not extract thehttp.route
label, and vice versa for the reverse version mismatch.
- The latest
Full Changelog: v0.11.0...v0.12.0