Skip to content

Releases: tokio-rs/axum

axum-extra - v0.3.1

10 May 12:21
cfdac03
Compare
Choose a tag to compare
  • fixed: Option and Result are now supported in typed path route handler parameters (#1001)
  • fixed: Support wildcards in typed paths (#1003)

axum-core - v0.2.4

02 May 09:53
5be73c1
Compare
Choose a tag to compare
  • added: Implement IntoResponse and IntoResponseParts for http::Extensions (#975)
  • added: Implement IntoResponse for (http::response::Parts, impl IntoResponse) (#950)
  • added: Implement IntoResponse for (http::response::Response<()>, impl IntoResponse) (#950)
  • added: Implement IntoResponse for (Parts | Request<()>, $(impl IntoResponseParts)+, impl IntoResponse) (#980)

axum-extra - v0.3.0

27 Apr 08:28
a3b6cbc
Compare
Choose a tag to compare
  • fixed: Don't depend on axum with default features enabled (#913)
  • breaking: Private and signed cookies now requires enabling the
    cookie-private and cookie-signed features respectively (#949)
  • changed: Update to tower-http 0.3 (#965)

axum - v0.5.4

26 Apr 14:51
a723ed1
Compare
Choose a tag to compare
  • added: Add response::ErrorResponse and response::Result for
    IntoResponse-based error handling (#921)
  • added: Add middleware::from_extractor and deprecate extract::extractor_middleware (#957)
  • changed: Update to tower-http 0.3 (#965)

axum-core - v0.2.3

26 Apr 14:39
0702c59
Compare
Choose a tag to compare
  • added: Add response::ErrorResponse and response::Result for
    IntoResponse-based error handling (#921)

axum - v0.5.3

19 Apr 15:02
061e66c
Compare
Choose a tag to compare
  • added: Add AppendHeaders for appending headers to a response rather than overriding them (#927)
  • added: Add axum::extract::multipart::Field::chunk method for streaming a single chunk from
    the field (#901)
  • fixed: Fix trailing slash redirection with query parameters (#936)

axum - v0.5.2

19 Apr 14:20
Compare
Choose a tag to compare

Yanked, as it contained an accidental breaking change.

axum-core - v0.2.2

19 Apr 14:19
Compare
Choose a tag to compare
  • added: Add AppendHeaders for appending headers to a response rather than overriding them (#927)

axum - v0.5.1

03 Apr 18:24
Compare
Choose a tag to compare
  • added: Add RequestParts::extract which allows applying an extractor as a method call ([#897)

axum-extra - v0.2.1

03 Apr 18:19
Compare
Choose a tag to compare
  • added: Re-export SameSite and Expiration from the cookie crate (#898)
  • added: Add PrivateCookieJar for managing private cookies (#900)
  • added: Add SpaRouter for routing setups commonly used for single page applications (#904)
  • fixed: Fix SignedCookieJar when using custom key types (#899)