Releases: actix/actix-net
Releases · actix/actix-net
actix-tls: v3.2.0
- Support Rustls v0.22.
- Add
{accept, connect}::rustls_0_22
modules. - Add
rustls-0_21-native-roots
andrustls-0_20-native-roots
crate features which utilize therustls-native-certs
crate to enable anative_roots_cert_store()
functions in each rustls-basedconnect
module. - Implement
Host
forhttp::Uri
(http
crate version1
).
local-waker: v0.1.4
- Minimum supported Rust version (MSRV) is now 1.65.
local-channel: v0.1.5
- No significant changes since
0.1.4
.
bytestring: v1.3.1
- No significant changes since
1.3.0
.
local-channel: v0.1.4
- Minimum supported Rust version (MSRV) is now 1.65.
actix-tls: v3.1.1
- Fix
rustls
v0.21 version requirement.
actix-tls: v3.1.0
- Support Rustls v0.21.
- Added
{accept, connect}::rustls_0_21
modules. - Added
{accept, connect}::rustls_0_20
alias for{accept, connect}::rustls
modules. - Minimum supported Rust version (MSRV) is now 1.65.
actix-server: v2.3.0
- Add support for MultiPath TCP (MPTCP) with
MpTcp
enum andServerBuilder::mptcp()
method. - Minimum supported Rust version (MSRV) is now 1.65.
actix-rt: v2.9.0
- Add
actix_rt::System::runtime()
method to retrieve the underlyingactix_rt::Runtime
runtime. - Add
actix_rt::Runtime::tokio_runtime()
method to retrieve the underlying Tokio runtime. - Minimum supported Rust version (MSRV) is now 1.65.
actix-macros: v0.2.4
- Update
syn
dependency to2
. - Minimum supported Rust version (MSRV) is now 1.65.