Skip to content

Releases: actix/actix-net

Actix router v0.2.0

07 Dec 05:06
Compare
Choose a tag to compare

Changes

  • Update http to 0.2

  • Update regex to 1.3

  • Use bytestring instead of string

ByteString v0.1.0

07 Dec 05:03
Compare
Choose a tag to compare

Changes

  • Initial release

Actix Runtime 0.2.6

14 Nov 11:37
Compare
Choose a tag to compare

Changes

Fixed

  • Fix arbiter's thread panic message.

Added

  • Allow to join arbiter's thread. #60

Actix utils v0.4.7

14 Oct 11:57
Compare
Choose a tag to compare

Changes

  • Re-register task on every framed transport poll.

Actix testing v0.2.0

14 Oct 04:38
Compare
Choose a tag to compare

Changes

  • Upgrade actix-server and actix-server-config deps

Actix utils v0.4.6

08 Oct 09:03
Compare
Choose a tag to compare

Changes

  • Refactor Counter type. register current task in available method.

Actix server v0.7.0

04 Oct 08:38
e315595
Compare
Choose a tag to compare

Changes

  • Update rustls to 0.16
  • Minimum required Rust version upped to 1.37.0

Actix server config v0.2.0

04 Oct 08:10
Compare
Choose a tag to compare

Changes

  • Update rustls to 0.16
  • Minimum required Rust version upped to 1.37.0

Actix connect v0.3.0

03 Oct 21:24
fba2002
Compare
Choose a tag to compare

Changes

  • Update rustls to 0.16
  • Minimum required Rust version upped to 1.37.0

Actix testing - v0.1.0

25 Sep 03:33
Compare
Choose a tag to compare

Changes

  • Initial impl