Skip to content

actix-web: v4.2.0

Compare
Choose a tag to compare
@robjtede robjtede released this 11 Sep 16:22
· 283 commits to master since this release
7767cf3

Added

  • Add #[routes] macro to support multiple paths for one handler. #2718
  • Add ServiceRequest::{parts, request}() getter methods. #2786
  • Add configuration options for TLS handshake timeout via HttpServer::{rustls, openssl}_with_config methods. #2752

Changed

  • Minimum supported Rust version (MSRV) is now 1.59 due to transitive time dependency.