- 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 withRequestBodyLimit
middleware (#1379) - added: Add
DefaultBodyLimit::max
for changing the default body limit (#1397) - added: Various documentation improvements