Releases: actix/actix-net
Releases · actix/actix-net
Actix connect 0.1.5
Changes
Added
Connect::set_addr()
Changed
- Use trust-dns-resolver 0.11.0
Actix Server 0.4.3
Changes
Added
- Re-export
IoStream
trait
Changed
- Deppend on
ssl
andrust-tls
features from actix-server-config
Actix server config v0.1.1
Changes
Added
IoStream
trait and impls for TcpStream, SslStream and TlsStream
Actix test server 0.2.1
Changed
- Add
.run_on()
method, allows to construct future.
Actix Connect 0.1.4
Changes
Changed
- Do not start default resolver immediately for default connector.
Actix Connect 0.1.3
Changes
Changed
- Start trust-dns default resolver on first use
Actix Service 0.3.6
Changes
Changed
- Poll boxed service call result immediately
Actix router 0.1.2
Changes
-
Export
Quoter
type -
Allow to reset
Path
instance
Actix Utils 0.3.5
Changes
Added
- Allow to send messages to
FramedTransport
via mpsc channel.
Changed
- Remove 'static constraint from Clonable service
Actix router v0.1.1
Changes
- Get dynamic segment by name instead of iterator.