Skip to content

axum - v0.5.17

Compare
Choose a tag to compare
@davidpdrsn davidpdrsn released this 20 Oct 19:04
· 586 commits to main since this release
2c00e61
  • fixed: Annotate panicking functions with #[track_caller] so the error
    message points to where the user added the invalid router, rather than
    somewhere internally in axum (#1248)
  • fixed: Make Multipart extractor work with RequestBodyLimit middleware (#1379)
  • added: Add DefaultBodyLimit::max for changing the default body limit (#1397)
  • added: Various documentation improvements