Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next breaking release of axum #1085

Merged
merged 5 commits into from
Jun 28, 2022
Merged

Next breaking release of axum #1085

merged 5 commits into from
Jun 28, 2022

Conversation

davidpdrsn
Copy link
Member

@davidpdrsn davidpdrsn commented Jun 11, 2022

This is the new "axum-next" branch that we can merge breaking PRs into.

Crates with breaking changes:

  • axum

Merged PRs:

@davidpdrsn davidpdrsn added breaking change A PR that makes a breaking change. A-axum labels Jun 15, 2022
@davidpdrsn davidpdrsn force-pushed the axum-next branch 2 times, most recently from f0b6e1d to 415965e Compare June 25, 2022 10:27
@davidpdrsn davidpdrsn added this to the 0.6 milestone Jun 25, 2022
* Allow `Error: Into<Infallible>` for `Route::{layer, route_layer}` (#924)

* Allow `Error: Into<Infallible>` for `Route::{layer, route_layer}`

Fixes #922

* changelog

* fixup changelog
* Panic on overlapping routes in `MethodRouter`

* changelog link

* add test to ensure `head` and `get` don't overlap
@davidpdrsn davidpdrsn merged commit 23808f7 into main Jun 28, 2022
@davidpdrsn davidpdrsn deleted the axum-next branch June 28, 2022 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-axum breaking change A PR that makes a breaking change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant