Skip to content

Releases: tokio-rs/axum

axum-extra - v0.7.3

11 Apr 15:26
51edc9c
Compare
Choose a tag to compare
  • added: Implement Deref and DerefMut for built-in extractors (#1922)
  • added: Add OptionalPath extractor (#1889)

axum-core - v0.3.4

11 Apr 15:25
51edc9c
Compare
Choose a tag to compare
  • Changes to private APIs.

axum - v0.6.12

22 Mar 14:24
562fa20
Compare
Choose a tag to compare
  • added: Implement IntoResponse for MultipartError (#1861)
  • fixed: More clearly document what wildcards matches (#1873)

axum-macros - v0.3.7

22 Mar 14:23
562fa20
Compare
Choose a tag to compare
  • change: Update to syn 2.0 (#1862)
  • fixed: Give better error if generics are used with #[derive(FromRef)] (#1874)

axum-extra - v0.7.2

22 Mar 14:26
562fa20
Compare
Choose a tag to compare
  • added: Implement IntoResponse for MultipartError (#1861)

axum - v0.6.11

13 Mar 10:02
1133425
Compare
Choose a tag to compare
  • fixed: Don't require S: Debug for impl Debug for Router<S> (#1836)
  • fixed: Clone state a bit less when handling requests (#1837)
  • fixed: Unpin itoa dependency (#1815)

axum-macros - v0.3.6

13 Mar 10:01
1133425
Compare
Choose a tag to compare
  • fixed: Improve #[debug_handler] message for known generic
    request-consuming extractors (#1826)

axum-extra - v0.7.1

13 Mar 10:03
1133425
Compare
Choose a tag to compare
  • Updated to latest axum-macros

axum - v0.6.10

03 Mar 17:19
bc3c35e
Compare
Choose a tag to compare
  • fixed: Add #[must_use] attributes to types that do nothing unless used (#1809)
  • fixed: Gracefully handle missing headers in the TypedHeader extractor (#1810)
  • fixed: Fix routing issues when loading a Router via a dynamic library (#1806)

axum-macros - v0.3.5

03 Mar 17:19
bc3c35e
Compare
Choose a tag to compare
  • fixed: In #[debug_handler] provide specific errors about FromRequest
    extractors not being the last argument (#1797)