Skip to content

Releases: actix/actix-net

Actix connect 0.1.5

20 Apr 00:44
Compare
Choose a tag to compare

Changes

Added

  • Connect::set_addr()

Changed

  • Use trust-dns-resolver 0.11.0

Actix Server 0.4.3

16 Apr 16:41
Compare
Choose a tag to compare

Changes

Added

  • Re-export IoStream trait

Changed

  • Deppend on ssl and rust-tls features from actix-server-config

Actix server config v0.1.1

16 Apr 16:38
Compare
Choose a tag to compare

Changes

Added

  • IoStream trait and impls for TcpStream, SslStream and TlsStream

Actix test server 0.2.1

12 Apr 19:29
Compare
Choose a tag to compare

Changed

  • Add .run_on() method, allows to construct future.

Actix Connect 0.1.4

12 Apr 19:31
Compare
Choose a tag to compare

Changes

Changed

  • Do not start default resolver immediately for default connector.

Actix Connect 0.1.3

11 Apr 16:59
Compare
Choose a tag to compare

Changes

Changed

  • Start trust-dns default resolver on first use

Actix Service 0.3.6

08 Apr 03:49
Compare
Choose a tag to compare

Changes

Changed

  • Poll boxed service call result immediately

Actix router 0.1.2

08 Apr 05:49
Compare
Choose a tag to compare

Changes

  • Export Quoter type

  • Allow to reset Path instance

Actix Utils 0.3.5

04 Apr 17:07
Compare
Choose a tag to compare

Changes

Added

  • Allow to send messages to FramedTransport via mpsc channel.

Changed

  • Remove 'static constraint from Clonable service

Actix router v0.1.1

04 Apr 04:41
Compare
Choose a tag to compare

Changes

  • Get dynamic segment by name instead of iterator.