Skip to content

Releases: actix/actix-net

actix-server: v2.3.0

26 Aug 17:04
910c181

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

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

Choose a tag to compare

  • Update syn dependency to 2.
  • Minimum supported Rust version (MSRV) is now 1.65.

bytestring: v1.3.0

30 Mar 02:33
a6bece7

Choose a tag to compare

  • Implement AsRef<ByteString> for ByteString.

actix-server: v2.2.0

21 Jan 00:35
d13461b

Choose a tag to compare

  • Minimum supported Rust version (MSRV) is now 1.59.
  • Update tokio-uring dependency to 0.4. #473

actix-rt: v2.8.0

21 Jan 00:35
d13461b

Choose a tag to compare

  • Add #[track_caller] attribute to spawn functions and methods. #454
  • Update tokio-uring dependency to 0.4. #473
  • Minimum supported Rust version (MSRV) is now 1.59.

bytestring: v1.2.1

12 Nov 13:20
8e9401f

Choose a tag to compare

  • Fix #[no_std] compatibility. #471

bytestring: v1.2.0

07 Nov 20:43
bb36e2a

Choose a tag to compare

  • Add ByteString::slice_ref which can safely slice a ByteString into a new one with zero copy. #470
  • Minimum supported Rust version (MSRV) is now 1.57.

actix-utils: v3.0.1

21 Oct 02:16
d5a9a6a

Choose a tag to compare

  • Minimum supported Rust version (MSRV) is now 1.57.

bytestring: v1.1.0

11 Jun 12:42
71b4e55

Choose a tag to compare

  • Implement From<Box<str>> for ByteString. #458
  • Implement Into<String> for ByteString. #458
  • Minimum supported Rust version (MSRV) is now 1.49.