Skip to content

Conversation

@jplatte
Copy link
Member

@jplatte jplatte commented Sep 28, 2025

Release log:

  • Backport relevant non-breaking changes to release branch
  • Update changelogs on release branch
  • Make merge-back-to-main PR (this), wait for approval
  • Run cargo publish on release branch, in the right order
  • Create git tags
  • Create GitHub releases
  • Merge this PR

Some CI jobs fail on the v0.8.x branch (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:

  • The axum-macros nightly 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 problems
  • The cargo-sort CI job fails because I didn't cherry-pick some related changes, I think I shouldn't because that's purely about Cargo.toml formatting and I don't want to make this harder than it needs to be
  • The cargo-hack CI 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

nanoqsh and others added 29 commits September 28, 2025 19:12
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`.
@jplatte jplatte requested a review from mladedav September 28, 2025 18:44
@jplatte jplatte merged commit f791ec3 into main Sep 28, 2025
18 checks passed
@jplatte jplatte deleted the jplatte/v0.8.5 branch September 28, 2025 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.