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

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

Added

  • Add Http3 to Protocol enum for future compatibility and also mark #[non_exhaustive].

Changed

  • Update actix-* dependencies to tokio 1.0 based versions. #1813
  • Bumped rand to 0.8.
  • Update bytes to 1.0. #1813
  • Update h2 to 0.3. #1813
  • The ws::Message::Text enum variant now contains a bytestring::ByteString. #1864

Removed

  • Deprecated on_connect methods have been removed. Prefer the new
    on_connect_ext technique. #1857
  • Remove ResponseError impl for actix::actors::resolver::ResolverError
    due to deprecate of resolver actor. #1813
  • Remove ConnectError::SslHandshakeError and re-export of HandshakeError.
    due to the removal of this type from tokio-openssl crate. openssl handshake
    error would return as ConnectError::SslError. #1813

Don't miss a new actix-web release

NewReleases is sending notifications on new releases.