github actix/actix-web web-v4.0.0-beta.19
actix-web: v4.0.0-beta.19

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

Added

  • impl Hash for http::header::Encoding. #2501
  • AcceptEncoding::negotiate(). #2501

Changed

  • AcceptEncoding::preference now returns Option<Preference<Encoding>>. #2501
  • Rename methods BodyEncoding::{encoding => encode_with, get_encoding => preferred_encoding}. #2501
  • http::header::Encoding now only represents Content-Encoding types. #2501

Fixed

  • Auto-negotiation of content encoding is more fault-tolerant when using the Compress middleware. #2501

Removed

  • Compress::new; restricting compression algorithm is done through feature flags. #2501
  • BodyEncoding trait; signalling content encoding is now only done via the Content-Encoding header. #2565

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.