Skip to content

Releases: tokio-rs/axum

axum - v0.7.6

20 Sep 19:44
axum-v0.7.6
a73dab4
Compare
Choose a tag to compare
  • change: Avoid cloning Arc during deserialization of Path
  • added: axum::serve::Serve::tcp_nodelay and axum::serve::WithGracefulShutdown::tcp_nodelay (#2653)
  • added: Router::has_routes function (#2790)
  • change: Update tokio-tungstenite to 0.23 (#2841)
  • added: Serve::local_addr and WithGracefulShutdown::local_addr functions (#2881)

axum-macros - v0.4.2

20 Sep 19:43
axum-macros-v0.4.2
a73dab4
Compare
Choose a tag to compare

axum-extra - v0.9.4

20 Sep 19:44
axum-extra-v0.9.4
a73dab4
Compare
Choose a tag to compare
  • added: The response::Attachment type (#2789)

axum-core - v0.4.4

20 Sep 19:42
axum-core-v0.4.4
a73dab4
Compare
Choose a tag to compare
  • added: Derive Clone and Copy for AppendHeaders (#2776)
  • added: must_use attribute on AppendHeaders (#2846)
  • added: must_use attribute on ErrorResponse (#2846)
  • added: must_use attribute on IntoResponse::into_response (#2846)
  • added: must_use attribute on IntoResponseParts trait methods (#2846)
  • added: Implement Copy for DefaultBodyLimit (#2875)
  • added: DefaultBodyLimit::max and DefaultBodyLimit::disable are now
    allowed in const context (#2875)

axum - v0.7.5

24 Mar 19:19
ef8a9e8
Compare
Choose a tag to compare
  • fixed: Fixed layers being cloned when calling axum::serve directly with
    a Router or MethodRouter (#2586)
  • fixed: h2 is no longer pulled as a dependency unless the http2 feature
    is enabled (#2605)

axum-extra - v0.9.3

24 Mar 19:19
ef8a9e8
Compare
Choose a tag to compare
  • added: New tracing feature which enables logging rejections from
    built-in extractor with the axum::rejection=trace target (#2584)

axum - v0.7.4

13 Jan 13:32
9ebd105
Compare
Choose a tag to compare
  • fixed: Fix performance regression present since axum 0.7.0 (#2483)
  • fixed: Improve debug_handler on tuple response types (#2201)
  • added: Add must_use attribute to Serve and WithGracefulShutdown (#2484)
  • added: Re-export axum_core::body::BodyDataStream from axum

axum-macros - v0.4.1

13 Jan 13:33
9ebd105
Compare
Choose a tag to compare
  • fixed: Improve debug_handler on tuple response types (#2201)

axum-extra - v0.9.2

13 Jan 13:32
9ebd105
Compare
Choose a tag to compare
  • added: Implement TypedPath for WithRejection<TypedPath, _>
  • fixed: Documentation link to serde::Deserialize in JsonDeserializer extractor (#2498)
  • added: Add is_missing function for TypedHeaderRejection and TypedHeaderRejectionReason (#2503)

axum-core - v0.4.3

13 Jan 13:32
9ebd105
Compare
Choose a tag to compare
  • added: Implement IntoResponseParts for () (#2471)