Releases: tokio-rs/axum
Releases · tokio-rs/axum
axum - v0.7.6
- change: Avoid cloning
Arc
during deserialization ofPath
- added:
axum::serve::Serve::tcp_nodelay
andaxum::serve::WithGracefulShutdown::tcp_nodelay
(#2653) - added:
Router::has_routes
function (#2790) - change: Update tokio-tungstenite to 0.23 (#2841)
- added:
Serve::local_addr
andWithGracefulShutdown::local_addr
functions (#2881)
axum-macros - v0.4.2
axum-extra - v0.9.4
- added: The
response::Attachment
type (#2789)
axum-core - v0.4.4
- added: Derive
Clone
andCopy
forAppendHeaders
(#2776) - added:
must_use
attribute onAppendHeaders
(#2846) - added:
must_use
attribute onErrorResponse
(#2846) - added:
must_use
attribute onIntoResponse::into_response
(#2846) - added:
must_use
attribute onIntoResponseParts
trait methods (#2846) - added: Implement
Copy
forDefaultBodyLimit
(#2875) - added:
DefaultBodyLimit::max
andDefaultBodyLimit::disable
are now
allowed in const context (#2875)
axum - v0.7.5
axum-extra - v0.9.3
- added: New
tracing
feature which enables logging rejections from
built-in extractor with theaxum::rejection=trace
target (#2584)
axum - v0.7.4
axum-macros - v0.4.1
- fixed: Improve
debug_handler
on tuple response types (#2201)
axum-extra - v0.9.2
axum-core - v0.4.3
- added: Implement
IntoResponseParts
for()
(#2471)