Skip to content

actix-http: v3.4.0

Compare
Choose a tag to compare
@robjtede robjtede released this 29 Aug 00:56
· 152 commits to master since this release
e6636f1

Added

  • Add rustls-0_20 crate feature.
  • Add {h1::H1Service, h2::H2Service, HttpService}::rustls_021() and HttpService::rustls_021_with_config() service constructors.
  • Add body::to_bytes_limited() function.
  • Add body::BodyLimitExceeded error type.

Changed

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