github actix/actix-web http-v3.0.0-beta.18
actix-http: v3.0.0-beta.18

latest releases: awc-v3.5.1, web-v4.9.0, http-v3.9.0...
pre-release2 years ago

Added

  • impl Eq for header::ContentEncoding. #2501
  • impl Copy for QualityItem where T: Copy. #2501
  • Quality::ZERO equivalent to q=0. #2501
  • QualityItem::zero that uses Quality::ZERO. #2501
  • ContentEncoding::to_header_value(). #2501

Changed

  • Quality::MIN is now the smallest non-zero value. #2501
  • QualityItem::min semantics changed with QualityItem::MIN. #2501
  • Rename ContentEncoding::{Br => Brotli}. #2501
  • Minimum supported Rust version (MSRV) is now 1.54.
  • Rename header::EntityTag::{weak => new_weak, strong => new_strong}. #2565

Fixed

  • ContentEncoding::Identity can now be parsed from a string. #2501
  • A Vary header is now correctly sent along with compressed content. #2501

Removed

  • ContentEncoding::Auto variant. #2501
  • ContentEncoding::is_compression(). #2501

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.