mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-07 00:00:15 +02:00
Merge branch 'v0.7.x' into jplatte/merge-v0.7.x
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user