mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-01 00:50:32 +01:00
Minor changelog fixes
This commit is contained in:
parent
e39d053d2f
commit
e53c85c496
1 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
`serde_path_to_error::Error<serde_json::Error>`. Previously it was
|
||||
`serde_json::Error` ([#1371])
|
||||
- **added**: `JsonRejection` now displays the path at which a deserialization
|
||||
error occurred too ([#1371])
|
||||
error occurred ([#1371])
|
||||
- **fixed:** Support streaming/chunked requests in `ContentLengthLimit` ([#1389])
|
||||
- **fixed:** Used `400 Bad Request` for `FailedToDeserializeQueryString`
|
||||
rejections, instead of `422 Unprocessable Entity` ([#1387])
|
||||
|
@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- **added:** Add `map_response`, `map_response_with_state`, and
|
||||
`map_response_with_state_arc` for transforming the response with an async
|
||||
function ([#1414])
|
||||
- **breaking:** `ContentLengthLimit` has been removed. `Use DefaultBodyLimit` instead ([#1400])
|
||||
- **breaking:** `ContentLengthLimit` has been removed. Use `DefaultBodyLimit` instead ([#1400])
|
||||
- **changed:** `Router` no longer implements `Service`, call `.into_service()`
|
||||
on it to obtain a `RouterService` that does ([#1368])
|
||||
- **added:** Add `Router::inherit_state`, which creates a `Router` with an
|
||||
|
@ -70,6 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#1418]: https://github.com/tokio-rs/axum/pull/1418
|
||||
[#1420]: https://github.com/tokio-rs/axum/pull/1420
|
||||
[#1421]: https://github.com/tokio-rs/axum/pull/1421
|
||||
[#1430]: https://github.com/tokio-rs/axum/pull/1430
|
||||
[#1462]: https://github.com/tokio-rs/axum/pull/1462
|
||||
[#1487]: https://github.com/tokio-rs/axum/pull/1487
|
||||
[#1496]: https://github.com/tokio-rs/axum/pull/1496
|
||||
|
|
Loading…
Reference in a new issue