Skip to content

Releases: actix/actix-net

actix-testing: v1.0.1

19 May 05:40
11a1e11
Compare
Choose a tag to compare

[1.0.1] - 2020-05-19

  • Replace deprecated net2 crate with socket2

  • Remove unused futures dependency

actix-server: v1.0.3

19 May 04:59
2d2b059
Compare
Choose a tag to compare

[1.0.3] - 2020-05-19

Changed

  • Replace deprecated net2 crate with socket2 #140

actix-macros: v0.1.2

18 May 22:52
49a6f52
Compare
Choose a tag to compare

0.1.2 - 2020-05-18

Changed

  • Forward actix_rt::test arguments to test function #127

actix-connect: v2.0.0-alpha.3

07 May 16:38
f7cc625
Compare
Choose a tag to compare
Pre-release

[2.0.0-alpha.3] - 2020-05-08

Fixed

  • Corrected spelling of ConnectError::Unresolverd to ConnectError::Unresolved

actix-rt: v1.1.1

30 Apr 06:17
343b3c0
Compare
Choose a tag to compare

[1.1.1] - 2020-04-30

Fixed

  • Fix memory leak due to [#94] (see #129 for more detail)

actix-rt: v1.1.0

08 Apr 07:35
65e2e80
Compare
Choose a tag to compare

[1.1.0] - 2020-04-08

This version has been yanked.

Added

  • Expose System::is_set to check if current system has ben started #99
  • Add Arbiter::is_running to check if event loop is running #124
  • Add Arbiter::local_join associated function to get be able to await for spawned futures #94

actix-connect: v2.0.0-alpha.2

08 Mar 06:15
4be11b5
Compare
Choose a tag to compare
Pre-release

Changes

Changed

  • Update trust-dns-proto dependency to 0.19. #116
  • Update trust-dns-resolver dependency to 0.19. #116
  • Address trait is now required to have static lifetime. #116
  • start_resolver and start_default_resolver are now async and may return a ConnectError. #116

actix-tls: v2.0.0-alpha.1

03 Mar 13:31
693d513
Compare
Choose a tag to compare
Pre-release

Changes

Changed

  • Update rustls dependency to 0.17
  • Update tokio-rustls dependency to 0.13
  • Update webpki-roots dependency to 0.19

actix-connect: v2.0.0-alpha.1

03 Mar 09:35
ebc11d0
Compare
Choose a tag to compare
Pre-release

Changes

Changed

  • Update rustls dependency to 0.17
  • Update tokio-rustls dependency to 0.13

Actix server v1.0.2

26 Feb 11:58
13b5034
Compare
Choose a tag to compare

Changes

Fixed

  • Avoid error by calling reregister() on Windows #103