Skip to content

Releases: tokio-rs/axum

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)

axum - v0.7.3

29 Dec 16:49
fe89ab5
Compare
Choose a tag to compare
  • added: Body implements From<()> now (#2411)
  • change: Update version of multer used internally for multipart (#2433)
  • change: Update tokio-tungstenite to 0.21 (#2435)
  • added: Enable tracing feature by default (#2460)
  • added: Support graceful shutdown on serve (#2398)
  • added: RouterIntoService implements Clone (#2456)

axum-extra - v0.9.1

29 Dec 16:49
fe89ab5
Compare
Choose a tag to compare
  • change: Update version of multer used internally for multipart (#2433)
  • added: JsonDeserializer extractor (#2431)

axum-core - v0.4.2

29 Dec 16:49
fe89ab5
Compare
Choose a tag to compare
  • added: Body implements From<()> now (#2411)

axum - v0.7.2

04 Dec 08:17
ab36eda
Compare
Choose a tag to compare
  • added: Add axum::body::to_bytes (#2373)
  • fixed: Gracefully handle accept errors in serve (#2400)