Releases: tokio-rs/axum
Releases · tokio-rs/axum
axum-core - v0.4.5
27 Sep 20:56
Compare
Sorry, something went wrong.
No results found
fixed: Compile errors from the internal __log_rejection macro under
certain Cargo feature combinations between axum crates (#2933 )
axum - v0.7.6
20 Sep 19:44
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
axum-extra - v0.9.4
20 Sep 19:44
Compare
Sorry, something went wrong.
No results found
added: The response::Attachment type (#2789 )
axum-core - v0.4.4
20 Sep 19:42
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
fixed: Improve debug_handler on tuple response types (#2201 )
axum-extra - v0.9.2
13 Jan 13:32
Compare
Sorry, something went wrong.
No results found
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 )
You can’t perform that action at this time.