-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Release axum 0.8.5 and related crates #3501
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
Merged
Merged
+57
−13
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Theodore Bjernhed <[email protected]>
Signed-off-by: Olivier 'reivilibre <[email protected]>
`axum::extract::Query` has a try_from_uri, which is useful for testing. This adds the same function to `axum_extra::extract::Query`.
Co-authored-by: Loic <[email protected]> Co-authored-by: loikki <[email protected]>
c353ea8 to
f791ec3
Compare
mladedav
approved these changes
Sep 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release log:
Some CI jobs fail on the
v0.8.xbranch (for previous releases off of separate branches, we just didn't run CI), but they'd be rather annoying to fix, and I think we can ignore them:axum-macrosnightly CI job fails due to the old toolchain used for that, I could cherry-pick Bump nightly for axum-macros #3500 but that seems to cause new problemscargo-sortCI job fails because I didn't cherry-pick some related changes, I think I shouldn't because that's purely aboutCargo.tomlformatting and I don't want to make this harder than it needs to becargo-hackCI job fails because of a dependency of an example being a bit broken; I don't think this is worth updating the example on the release branch for