Releases: actix/actix-net
Releases · actix/actix-net
actix-tls: v3.5.0
- Update
rustls-native-certs(0.7) dependency to0.8. - Minimum supported Rust version (MSRV) is now 1.76.
bytestring: v1.5.0
- Migrate
serdedependency toserde_core. - Minimum supported Rust version (MSRV) is now 1.75.
actix-rt: v2.11.0
- Implement
ActixStreamfortokio::io::BufReader<IO>. - Deprecate the
pinre-export. - Minimum supported Rust version (MSRV) is now 1.75.
actix-server: v2.6.0
- Add
ServerBuilder::shutdown_signal()method. - Minimum supported Rust version (MSRV) is now 1.74.
actix-service: v2.0.3
- Minimum supported Rust version (MSRV) is now 1.71.
actix-server: v2.5.1
- Fix panic in test server.
- Minimum supported Rust version (MSRV) is now 1.71.
bytestring: v1.4.0
- Add
ByteString::split_at()method. - Minimum supported Rust version (MSRV) is now 1.71.
actix-server: v2.5.0
- Update
miodependency to1.
actix-server: v2.4.0
- Update
tokio-uringdependency to0.5. - Minimum supported Rust version (MSRV) is now 1.70.
actix-rt: v2.10.0
- Relax
F's bound (Fn => FnOnce) on{Arbiter, System}::with_tokio_rt()functions. - Update
tokio-uringdependency to0.5. - Minimum supported Rust version (MSRV) is now 1.70.