Skip to content

Releases: actix/actix-net

Actix Service 0.1.2

13 Dec 02:01

Choose a tag to compare

Changes

Fixed

  • Release future early for .and_then() and .then() combinators

Actix Server 0.1.2

12 Dec 22:26

Choose a tag to compare

Changes

Changed

  • rename ServiceConfig::rt() to ServiceConfig::apply()

Fixed

  • Fix back-pressure for concurrent ssl handshakes

Actix Utils 0.1.0

11 Dec 16:40

Choose a tag to compare

Changes

  • Initial release

Actix Server 0.1.1

11 Dec 22:05

Choose a tag to compare

Changes

Fixed

  • Signals handling on Windows

Actix Server 0.1.0

11 Dec 16:43

Choose a tag to compare

Changes

  • Initial release

Actix Runtime 0.1.0

11 Dec 16:26

Choose a tag to compare

Changes

  • Initial release

Actix Connector 0.1.0

11 Dec 16:38

Choose a tag to compare

Changes

  • Initial release

Actix Codec 0.1.0

11 Dec 16:10

Choose a tag to compare

Changes

  • Initial release

Actix Service 0.1.1

09 Dec 18:17

Choose a tag to compare

Changes

Added

  • Added Service impl for Box<S: Service>

Actix Service 0.1.0

09 Dec 18:05

Choose a tag to compare

Changes

Split service functionality from actix-net