Skip to content

Releases: tokio-rs/axum

axum - v0.5.13

15 Jul 10:13
b7e70a2
Compare
Choose a tag to compare
  • fixed: If WebSocketUpgrade cannot upgrade the connection it will return a
    WebSocketUpgradeRejection::ConnectionNotUpgradable rejection (#1135)
  • changed: WebSocketUpgradeRejection has a new variant ConnectionNotUpgradable
    variant (#1135)

axum - v0.5.12

10 Jul 13:09
Compare
Choose a tag to compare
  • added: Added debug_handler which is an attribute macro that improves
    type errors when applied to handler function. It is re-exported from
    axum-macros (#1144)

axum-core - v0.2.7

10 Jul 13:07
Compare
Choose a tag to compare
  • fix: Fix typos in RequestParts docs (#1147)

axum - v0.5.11

02 Jul 15:45
a05f6a0
Compare
Choose a tag to compare
  • added: Implement TryFrom<http:: Method> for MethodFilter and use new
    NoMatchingMethodFilter error in case of failure (#1130)
  • added: Document how to run extractors from middleware (#1140)

axum-extra - v0.3.6

02 Jul 09:40
305331e
Compare
Choose a tag to compare
  • fixed: Fix feature labels missing in generated docs (#1137)

axum - v0.5.10

28 Jun 19:34
7e794e9
Compare
Choose a tag to compare
  • fixed: Make Router cheaper to clone (#1123)
  • fixed: Fix possible panic when doing trailing slash redirect (#1124)

axum-macros - v0.2.3

27 Jun 19:08
b10c9d3
Compare
Choose a tag to compare
  • change: axum-macros's MSRV is now 1.56 (#1098)
  • fixed: Silence "unnecessary use of to_string" lint for #[derive(TypedPath)] (#1117)

axum-extra - v0.3.5

27 Jun 19:09
905bbfb
Compare
Choose a tag to compare
  • added: Add JsonLines for streaming newline delimited JSON (#1093)
  • change: axum's MSRV is now 1.56 (#1098)

axum - v0.5.9

20 Jun 11:45
fabb205
Compare
Choose a tag to compare
  • fixed: Fix compile error when the headers is enabled and the form
    feature is disabled (#1107)

axum - v0.5.8

18 Jun 09:39
5ac0b2b
Compare
Choose a tag to compare
  • added: Support resolving host name via Forwarded header in Host
    extractor (#1078)
  • added: Implement IntoResponse for Form (#1095)
  • change: axum's MSRV is now 1.56 (#1098)