Skip to content

Releases: actix/actix-net

Actix server 0.6.0

18 Jul 11:06
Compare
Choose a tag to compare

Changes

Added

  • Support Unix domain sockets #3

Actix server config v0.1.2

18 Jul 10:44
Compare
Choose a tag to compare

Changes

Added

  • Add unix domaim sockets support

Actix utils 0.4.4

17 Jul 07:33
Compare
Choose a tag to compare

Changes

Changed

  • Undeprecate FramedTransport as it is actually useful

Actix utils 0.4.3

17 Jul 04:59
Compare
Choose a tag to compare

Changes

Deprecated

  • Deprecate CloneableService as it is not safe and in general not very useful

  • Deprecate FramedTransport in favor of actix-ioframe

Actix Runtime 0.2.4

17 Jul 04:36
Compare
Choose a tag to compare

Changes

Changed

  • Avoid a copy of the Future when initializing the Box. #29

Actix connect v0.2.1

17 Jul 04:35
Compare
Choose a tag to compare

Changes

Added

  • Expose Connect addrs #30

Changed

  • Update derive_more to 0.15

Actix utils 0.4.2

26 Jun 09:29
Compare
Choose a tag to compare

Changes

Fixed

  • Do not block on sink drop for FramedTransport

Actix Runtime 0.2.3

22 Jun 03:04
Compare
Choose a tag to compare

Changes

Added

  • Allow to start System using existing CurrentThread Handle #22

Actix Service 0.4.1

06 Jun 10:07
Compare
Choose a tag to compare

Changes

Added

  • Add new_apply_cfg function

Actix threadpool 0.1.1

05 Jun 02:11
Compare
Choose a tag to compare

Changes

  • Update parking_lot