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

axum: Version 0.4.4 #706

Merged
merged 1 commit into from
Jan 13, 2022
Merged

axum: Version 0.4.4 #706

merged 1 commit into from
Jan 13, 2022

Conversation

davidpdrsn
Copy link
Member

  • fixed: Fix using incorrect path prefix when nesting Routers at / (#691)
  • fixed: Make nest("", service) work and mean the same as nest("/", service) (#691)
  • fixed: Replace response code 301 with 308 for trailing slash redirects. Also deprecates
    Redirect::found (302) in favor of Redirect::temporary (307) or Redirect::to (303).
    This is to prevent clients from changing non-GET requests to GET requests (#682)

- **fixed:** Fix using incorrect path prefix when nesting `Router`s at `/` ([#691])
- **fixed:** Make `nest("", service)` work and mean the same as `nest("/", service)` ([#691])
- **fixed:** Replace response code `301` with `308` for trailing slash redirects. Also deprecates
  `Redirect::found` (`302`) in favor of `Redirect::temporary` (`307`) or `Redirect::to` (`303`).
  This is to prevent clients from changing non-`GET` requests to `GET` requests ([#682])

[#691]: #691
[#682]: #682
@davidpdrsn davidpdrsn added T-release Topic: releases A-axum labels Jan 13, 2022
@davidpdrsn davidpdrsn enabled auto-merge (squash) January 13, 2022 09:00
@davidpdrsn davidpdrsn merged commit 5fe981a into main Jan 13, 2022
@davidpdrsn davidpdrsn deleted the axum-release branch January 13, 2022 09:37
@jplatte
Copy link
Member

jplatte commented Jan 13, 2022

Doesn't look like this has made its way to crates.io.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-axum T-release Topic: releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants