A

Axum

A
Axum Web v0.8.9

axum-v0.8.9

added: WebSocketUpgrade::{requested_protocols, set_selected_protocol} for more flexible subprotocol selection (#3597) changed: Update minimum rust version to 1.80 (#3620) fixed: Set connect endpoint on correct field in MethodRouter (#3656) fixed: Return specific error message when multipart body limit is exceeded (#3611)

A
Axum Web v0.12.6

axum-extra-v0.12.6

fixed: Escape backslashes and double quotes in Content-Disposition filenames to prevent header parameter injection in Attachment and FileStream (#3664) vpath! macro now stops the compilation if your path is using deprecated path variables in the old 107 format, such as :var and *var. the only allowed way now is {var}. (#3618) fixed: Return specific error message when multipart body limit is exceed…

A
Axum Web v0.5.1

axum-macros-v0.5.1

fixed: Fix compilation error when deriving TypedPath with OptionalFromRequestParts being in scope (#3645)

A
Axum Web v0.5.6

axum-core v0.5.6

Improve error messages with #[diagnostic::do_not_recommend].

A
Axum Web v0.12.3

axum-extra v0.12.3

changed: Make the typed-routing feature enable the routing feature (#3514) changed: Add trailing newline to ErasedJson::pretty response bodies (#3526) fixed: Fix integer underflow in FileStream::try_range_response for empty files (#3566)

A
Axum Web v0.8.8

axum v0.8.8

Clarify documentation for Router::route_layer (#3567)

A
Axum Web v0.8.7

axum v0.8.7

Relax implicit Send / Sync bounds on RouterAsService, RouterIntoService (#3555) Make it easier to visually scan for default features (#3550) Fix some documentation typos