Added
- Add
Http3
toProtocol
enum for future compatibility and also mark#[non_exhaustive]
.
Changed
- Update
actix-*
dependencies to tokio1.0
based versions. #1813 - Bumped
rand
to0.8
. - Update
bytes
to1.0
. #1813 - Update
h2
to0.3
. #1813 - The
ws::Message::Text
enum variant now contains abytestring::ByteString
. #1864
Removed
- Deprecated
on_connect
methods have been removed. Prefer the new
on_connect_ext
technique. #1857 - Remove
ResponseError
impl foractix::actors::resolver::ResolverError
due to deprecate of resolver actor. #1813 - Remove
ConnectError::SslHandshakeError
and re-export ofHandshakeError
.
due to the removal of this type fromtokio-openssl
crate. openssl handshake
error would return asConnectError::SslError
. #1813