Releases: tokio-rs/axum
Releases · tokio-rs/axum
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)
axum - v0.6.2
axum-macros - v0.3.1
- fixed: Fix warnings for cloning references in generated code ([#1676])
axum-core - v0.3.1
- added: Add
body_text
andstatus
methods to built-in rejections ([#1612])
axum-extra - v0.4.2
- fixed: Bug fixes for
RouterExt:{route_with_tsr, route_service_with_tsr}
(#1608):- Redirects to the correct URI if the route contains path parameters
- Keeps query parameters when redirecting
- Better improved error message if adding route for
/
axum - v0.6.1
- added: Expand the docs for
Router::with_state
(#1580)