Skip to content

Releases: tokio-rs/axum

axum - v0.6.6

12 Feb 11:42
c18ff9d
Compare
Choose a tag to compare
  • fixed: Enable passing MethodRouter to Router::fallback (#1730)

axum-macros - v0.3.4

12 Feb 11:41
c18ff9d
Compare
Choose a tag to compare
  • fixed: Fix #[derive(FromRef)] with Copy fields generating clippy warnings (#1749)

axum-extra - v0.5.0

12 Feb 11:43
c18ff9d
Compare
Choose a tag to compare
  • added: Add option_layer for converting an Option<Layer> into a Layer (#1696)
  • added: Implement Layer and Service for Either (#1696)
  • added: Add TypedPath::with_query_params (#1744)
  • breaking: Update to cookie 0.17 (#1747)

axum - v0.6.5

11 Feb 21:34
93ecabf
Compare
Choose a tag to compare
  • fixed: Fix #[debug_handler] sometimes giving wrong borrow related suggestions (#1710)
  • Document gotchas related to using impl IntoResponse as the return type from handler functions (#1736)

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)