mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
Merge branch 'v0.7.x' into jplatte/merge-v0.7.x
This commit is contained in:
commit
17016d6dd6
2 changed files with 12 additions and 0 deletions
|
@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning].
|
|||
[#2829]: https://github.com/tokio-rs/axum/pull/2829
|
||||
[#2943]: https://github.com/tokio-rs/axum/pull/2943
|
||||
|
||||
# 0.9.6
|
||||
|
||||
- **docs:** Add links to features table ([#3030])
|
||||
|
||||
[#3030]: https://github.com/tokio-rs/axum/pull/3030
|
||||
|
||||
# 0.9.5
|
||||
|
||||
- **added:** Add `RouterExt::typed_connect` ([#2961])
|
||||
|
|
|
@ -49,6 +49,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#2931]: https://github.com/tokio-rs/axum/pull/2931
|
||||
[#2943]: https://github.com/tokio-rs/axum/pull/2943
|
||||
|
||||
# 0.7.9
|
||||
|
||||
- **fixed:** Avoid setting content-length before middleware ([#3031])
|
||||
|
||||
[#3031]:https://github.com/tokio-rs/axum/pull/3031
|
||||
|
||||
# 0.7.8
|
||||
|
||||
- **fixed:** Skip SSE incompatible chars of `serde_json::RawValue` in `Event::json_data` ([#2992])
|
||||
|
|
Loading…
Reference in a new issue