Skip to content

Releases: actix/actix-net

Actix net 0.2.6

21 Dec 18:44
Compare
Choose a tag to compare

Changes

Fixed

  • Fix back-pressure handling for concurrent connections

Actix Server 0.1.3

21 Dec 18:38
Compare
Choose a tag to compare

Changes

Fixed

  • Fix max concurrent connections handling

Actix net 0.2.5

13 Dec 03:03
Compare
Choose a tag to compare

Changes

Fixed

  • Fix back-pressure for concurrent ssl handshakes

  • Drop completed future for .then and .and_then combinators

Actix Service 0.1.3

13 Dec 02:33
Compare
Choose a tag to compare

Changes

Changed

  • Split service combinators to separate trait

Actix Service 0.1.2

13 Dec 02:01
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes

  • Initial release

Actix Server 0.1.1

11 Dec 22:05
Compare
Choose a tag to compare

Changes

Fixed

  • Signals handling on Windows

Actix Server 0.1.0

11 Dec 16:43
Compare
Choose a tag to compare

Changes

  • Initial release

Actix Runtime 0.1.0

11 Dec 16:26
Compare
Choose a tag to compare

Changes

  • Initial release