Releases: actix/actix-net
Releases · actix/actix-net
actix-server: v1.0.3
[1.0.3] - 2020-05-19
Changed
- Replace deprecated
net2
crate with socket2
#140
actix-macros: v0.1.2
0.1.2 - 2020-05-18
Changed
- Forward actix_rt::test arguments to test function #127
actix-connect: v2.0.0-alpha.3
[2.0.0-alpha.3] - 2020-05-08
Fixed
- Corrected spelling of
ConnectError::Unresolverd
to ConnectError::Unresolved
actix-rt: v1.1.1
[1.1.1] - 2020-04-30
Fixed
- Fix memory leak due to [#94] (see #129 for more detail)
actix-rt: v1.1.0
[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
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
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
Changes
Changed
- Update
rustls
dependency to 0.17
- Update
tokio-rustls
dependency to 0.13
Actix server v1.0.2
Changes
Fixed
- Avoid error by calling
reregister()
on Windows #103