Skip to content

v0.4.0

Compare
Choose a tag to compare
@jbertovic jbertovic released this 08 Jan 17:22
· 6 commits to main since this release
9004aa4

Changes:

  • updated to axum 0.6
    • changes to State usage; how its setup with route and called from middleware
    • changes to ordering of parameters in functions; last parameter can consume request body
    • eliminated axum::extract::RequestParts with help from update on axum-sessions
  • updated to axum-sessions 0.4 to match
  • incremented tokio version to 1.24
  • old axum 0.5 version is kept under branch v0.3_Axum0.5