tokio-rs/axum (axum)
### [`v0.7.9`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-v0.7.9): axum - v0.7.9
[Compare Source](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.7.8...axum-v0.7.9)
- **fixed:** Avoid setting content-length before middleware ([#3031])
[#3031]: https://redirect.github.com/tokio-rs/axum/pull/3031
### [`v0.7.8`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-v0.7.8): axum - v0.7.8
[Compare Source](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.7.7...axum-v0.7.8)
- **fixed:** Skip SSE incompatible chars of `serde_json::RawValue` in `Event::json_data` ([#2992])
- **added:** Add `method_not_allowed_fallback` to set a fallback when a path matches but there is no handler for the given HTTP method ([#2903])
- **added:** Add `MethodFilter::CONNECT`, `routing::connect[_service]`
and `MethodRouter::connect[_service]` ([#2961])
- **added:** Add `NoContent` as a self-described shortcut for `StatusCode::NO_CONTENT` ([#2978])
[#2903]: https://redirect.github.com/tokio-rs/axum/pull/2903
[#2961]: https://redirect.github.com/tokio-rs/axum/pull/2961
[#2978]: https://redirect.github.com/tokio-rs/axum/pull/2978
[#2992]: https://redirect.github.com/tokio-rs/axum/pull/2992
Configuration
📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.7.7
->0.7.9
Release Notes
tokio-rs/axum (axum)
### [`v0.7.9`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-v0.7.9): axum - v0.7.9 [Compare Source](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.7.8...axum-v0.7.9) - **fixed:** Avoid setting content-length before middleware ([#3031]) [#3031]: https://redirect.github.com/tokio-rs/axum/pull/3031 ### [`v0.7.8`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-v0.7.8): axum - v0.7.8 [Compare Source](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.7.7...axum-v0.7.8) - **fixed:** Skip SSE incompatible chars of `serde_json::RawValue` in `Event::json_data` ([#2992]) - **added:** Add `method_not_allowed_fallback` to set a fallback when a path matches but there is no handler for the given HTTP method ([#2903]) - **added:** Add `MethodFilter::CONNECT`, `routing::connect[_service]` and `MethodRouter::connect[_service]` ([#2961]) - **added:** Add `NoContent` as a self-described shortcut for `StatusCode::NO_CONTENT` ([#2978]) [#2903]: https://redirect.github.com/tokio-rs/axum/pull/2903 [#2961]: https://redirect.github.com/tokio-rs/axum/pull/2961 [#2978]: https://redirect.github.com/tokio-rs/axum/pull/2978 [#2992]: https://redirect.github.com/tokio-rs/axum/pull/2992Configuration
📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.