Releases: tokio-rs/axum
Releases · tokio-rs/axum
axum - v0.6.6
- fixed: Enable passing
MethodRouter
toRouter::fallback
(#1730)
axum-macros - v0.3.4
- fixed: Fix
#[derive(FromRef)]
withCopy
fields generating clippy warnings (#1749)
axum-extra - v0.5.0
axum - v0.6.5
axum-macros - v0.3.3
- fixed: Fix
#[debug_handler]
sometimes giving wrong borrow related suggestions (#1710)
axum - v0.6.4
- Depend on axum-macros 0.3.2
axum-macros - v0.3.2
- No public API changes.
axum - v0.6.3
- added: Implement
IntoResponse
for&'static [u8; N]
and[u8; N]
(#1690) - fixed: Make
Path
support types usingserde::Deserializer::deserialize_any
(#1693) - added: Add
RawPathParams
(#1713) - added: Implement
Clone
andService
foraxum::middleware::Next
(#1712) - fixed: Document required tokio features to run "Hello, World!" example (#1715)
axum-core - v0.3.2
- added: Implement
IntoResponse
for&'static [u8; N]
and[u8; N]
(#1690)