Releases: actix/actix-net
Releases · actix/actix-net
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.
bytestring: v1.3.0
- Implement
AsRef<ByteString>
forByteString
.
actix-server: v2.2.0
- Minimum supported Rust version (MSRV) is now 1.59.
- Update
tokio-uring
dependency to0.4
. #473