Skip to content

Releases: tokio-rs/axum

v0.4.5

31 Jan 21:30
cab7d67
Compare
Choose a tag to compare

v0.4.4

13 Jan 13:04
5fe981a
Compare
Choose a tag to compare
  • 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)

v0.4.3

21 Dec 14:42
4c48efc
Compare
Choose a tag to compare

See the CHANGELOG for release notes.

v0.4.2

06 Dec 12:05
9f6be24
Compare
Choose a tag to compare

See the CHANGELOG for release notes.

v0.4.1

06 Dec 09:32
8e1341d
Compare
Choose a tag to compare

See the CHANGELOG for release notes.