Skip to content

Releases: actix/actix-net

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