Skip to content

Releases: tokio-rs/axum

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)

axum-core - v0.2.6

18 Jun 09:18
7deaff7
Compare
Choose a tag to compare
  • change: axum-core's MSRV is now 1.56 (#1098)

axum - v0.5.7

08 Jun 14:10
7aa3f35
Compare
Choose a tag to compare
  • added: Implement Default for Extension (#1043)
  • fixed: Support deserializing Vec<(String, String)> in extract::Path<_> to get vector of
    key/value pairs (#1059)
  • added: Add extract::ws::close_code which contains constants for close codes (#1067)
  • fixed: Use impl IntoResponse less in docs (#1049)

axum-extra - v0.3.4

08 Jun 13:59
fbb4786
Compare
Choose a tag to compare
  • fixed: Use impl IntoResponse less in docs (#1049)
  • added: Add AsyncReadBody for creating a body from a tokio::io::AsyncRead (#1072)