Merge branch 'v0.7.x' into jplatte/merge-v0.7.x

This commit is contained in:
Jonas Platte 2024-11-16 17:12:32 +01:00
commit 17016d6dd6
No known key found for this signature in database
GPG key ID: 7D261D771D915378
2 changed files with 12 additions and 0 deletions

View file

@ -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])

View file

@ -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])