Skip to content

Releases: actix/actix-net

actix-tls: v3.2.0

17 Jan 04:59
1a5d85e
Compare
Choose a tag to compare
  • Support Rustls v0.22.
  • Add {accept, connect}::rustls_0_22 modules.
  • Add rustls-0_21-native-roots and rustls-0_20-native-roots crate features which utilize the rustls-native-certs crate to enable a native_roots_cert_store() functions in each rustls-based connect module.
  • Implement Host for http::Uri (http crate version 1).

local-waker: v0.1.4

29 Oct 23:17
61b6e01
Compare
Choose a tag to compare
  • Minimum supported Rust version (MSRV) is now 1.65.

local-channel: v0.1.5

29 Oct 23:17
61b6e01
Compare
Choose a tag to compare
  • No significant changes since 0.1.4.

bytestring: v1.3.1

29 Oct 23:17
61b6e01
Compare
Choose a tag to compare
  • No significant changes since 1.3.0.

local-channel: v0.1.4

17 Sep 18:32
9f59093
Compare
Choose a tag to compare
  • Minimum supported Rust version (MSRV) is now 1.65.

actix-tls: v3.1.1

29 Aug 17:45
14272a1
Compare
Choose a tag to compare
  • Fix rustls v0.21 version requirement.

actix-tls: v3.1.0

26 Aug 17:05
5029beb
Compare
Choose a tag to compare
  • 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

26 Aug 17:04
910c181
Compare
Choose a tag to compare
  • Add support for MultiPath TCP (MPTCP) with MpTcp enum and ServerBuilder::mptcp() method.
  • Minimum supported Rust version (MSRV) is now 1.65.

actix-rt: v2.9.0

26 Aug 17:03
150d2c0
Compare
Choose a tag to compare
  • Add actix_rt::System::runtime() method to retrieve the underlying actix_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

19 Jul 22:53
3eba5b1
Compare
Choose a tag to compare
  • Update syn dependency to 2.
  • Minimum supported Rust version (MSRV) is now 1.65.