mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
axum-debug: Version 0.3.2 (#598)
- Support checking `FromRequest` bounds for extractors whose request body is something else than `axum::body::Body`. Use `#[debug_handler(body = YourBodyType)]` to use a different request body type ([#595]) [#595]: https://github.com/tokio-rs/axum/pull/595
This commit is contained in:
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.3.2 (09. December 2021)
|
||||
|
||||
- Support checking `FromRequest` bounds for extractors whose request body is something else than
|
||||
`axum::body::Body`. Use `#[debug_handler(body = YourBodyType)]` to use a different request body
|
||||
type.
|
||||
type ([#595])
|
||||
|
||||
[#595]: https://github.com/tokio-rs/axum/pull/595
|
||||
|
||||
# 0.3.1 (06. December 2021)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user