Releases: actix/actix-net
Releases · actix/actix-net
actix-server: v2.3.0
- Add support for MultiPath TCP (MPTCP) with
MpTcpenum 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::Runtimeruntime. - 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
syndependency 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-uringdependency to0.4. #473
actix-rt: v2.8.0
bytestring: v1.2.1
- Fix
#[no_std]compatibility. #471
bytestring: v1.2.0
- Add
ByteString::slice_refwhich can safely slice aByteStringinto a new one with zero copy. #470 - Minimum supported Rust version (MSRV) is now 1.57.
actix-utils: v3.0.1
- Minimum supported Rust version (MSRV) is now 1.57.