mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 14:46:32 +01:00
Add matchit upgrade to axum changelog
This commit is contained in:
parent
47791cb593
commit
d783a8b17e
1 changed files with 3 additions and 0 deletions
|
@ -12,9 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- **breaking:** Require `Sync` for all handlers and services added to `Router`
|
||||
and `MethodRouter` ([#2473])
|
||||
- **breaking:** The tuple and tuple_struct `Path` extractor deserializers now check that the number of parameters matches the tuple length exactly ([#2931])
|
||||
- **breaking:** Upgrade matchit to 0.8, changing the path parameter syntax from `/:single` and `/*many`
|
||||
to `/{single}` and `/{*many}`; the old syntax produces a panic to avoid silent change in behavior ([#2645])
|
||||
- **change:** Update minimum rust version to 1.75 ([#2943])
|
||||
|
||||
[#2473]: https://github.com/tokio-rs/axum/pull/2473
|
||||
[#2645]: https://github.com/tokio-rs/axum/pull/2645
|
||||
[#2931]: https://github.com/tokio-rs/axum/pull/2931
|
||||
[#2943]: https://github.com/tokio-rs/axum/pull/2943
|
||||
|
||||
|
|
Loading…
Reference in a new issue