tokio-rs/axum: 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…
Daily edition · Languages
TILens turns technical updates into a focused daily brief: official releases, trusted reporting, and practitioner analysis, deduplicated and organized by topic.
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…
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…
fixed: Fix compilation error when deriving TypedPath with OptionalFromRequestParts being in scope (#3645)