Releases: tokio-rs/axum
Releases · tokio-rs/axum
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)
axum - v0.7.3
- added:
Body
implementsFrom<()>
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
implementsClone
(#2456)
axum-extra - v0.9.1
axum-core - v0.4.2
- added:
Body
implementsFrom<()>
now (#2411)