Skip to content

Releases: actix/actix-net

Actix net 0.2.4

21 Nov 18:10
Compare
Choose a tag to compare

Changes

Added

  • Allow to skip name resolution stage in Connector

Actix net 0.2.3

19 Nov 02:26
Compare
Choose a tag to compare

Changes

Added

  • Framed::is_write_buf_empty() checks if write buffer is flushed

Actix net 0.2.2

14 Nov 22:27
Compare
Choose a tag to compare

Changes

Added

  • Add low/high caps to Framed type

Changed

  • Refactor Connector and Resolver services

Fixed

  • Fix wrong service to socket binding

Actix net 0.2.0

08 Nov 17:22
Compare
Choose a tag to compare

Changes

Added

  • Timeout service

  • Added ServiceConfig and ServiceRuntime for server service configuration

Changed

  • Connector has been refactored

  • timer and LowResTimer renamed to time and LowResTime

  • Refactored Server::configure() method

Actix net 0.1.1

10 Oct 15:26
Compare
Choose a tag to compare

Changes

Changed

  • Set actix min version - 0.7.5

  • Set trust-dns min version

Actix net 0.1.0

09 Oct 04:52
Compare
Choose a tag to compare

Changes

  • Initial implementation