github actix/actix-web web-v4.6.0
actix-web: v4.6.0

latest releases: web-v4.8.0, http-v3.8.0, test-v0.1.5...
one month ago

Added

  • Add unicode crate feature (on-by-default) to switch between regex and regex-lite as a trade-off between full unicode support and binary size.
  • Add rustls-0_23 crate feature.
  • Add HttpServer::{bind_rustls_0_23, listen_rustls_0_23}() builder methods.
  • Add HttpServer::tls_handshake_timeout() builder method for rustls-0_22 and rustls-0_23.

Changed

  • Update brotli dependency to 6.
  • Minimum supported Rust version (MSRV) is now 1.72.

Fixed

  • Avoid type confusion with rustls in some circumstances.

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.