Skip to content

Releases: tokio-rs/axum

axum-macros - v0.3.3

11 Feb 21:33
93ecabf
Compare
Choose a tag to compare
  • fixed: Fix #[debug_handler] sometimes giving wrong borrow related suggestions (#1710)

axum - v0.6.4

24 Jan 12:34
4a5dc43
Compare
Choose a tag to compare
  • Depend on axum-macros 0.3.2

axum-macros - v0.3.2

24 Jan 12:32
4a5dc43
Compare
Choose a tag to compare
  • No public API changes.

axum - v0.6.3

20 Jan 23:11
6ff6b36
Compare
Choose a tag to compare
  • added: Implement IntoResponse for &'static [u8; N] and [u8; N] (#1690)
  • fixed: Make Path support types using serde::Deserializer::deserialize_any (#1693)
  • added: Add RawPathParams (#1713)
  • added: Implement Clone and Service for axum::middleware::Next (#1712)
  • fixed: Document required tokio features to run "Hello, World!" example (#1715)

axum-core - v0.3.2

20 Jan 23:09
6ff6b36
Compare
Choose a tag to compare
  • added: Implement IntoResponse for &'static [u8; N] and [u8; N] (#1690)

axum - v0.6.2

09 Jan 12:59
e3aaeb3
Compare
Choose a tag to compare
  • added: Add body_text and status methods to built-in rejections (#1612)
  • added: Enable the runtime feature of hyper when using tokio (#1671)

axum-macros - v0.3.1

09 Jan 12:59
e3aaeb3
Compare
Choose a tag to compare
  • fixed: Fix warnings for cloning references in generated code ([#1676])

axum-core - v0.3.1

09 Jan 12:58
e3aaeb3
Compare
Choose a tag to compare
  • added: Add body_text and status methods to built-in rejections ([#1612])

axum-extra - v0.4.2

02 Dec 10:56
ee3cb97
Compare
Choose a tag to compare
  • 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

29 Nov 08:46
87a80ec
Compare
Choose a tag to compare
  • added: Expand the docs for Router::with_state (#1580)