Releases: actix/actix-net
Releases · actix/actix-net
Actix Service 0.1.4
Changes
Changed
- Use
FnMut
instead ofFn
forFnService
Actix net 0.2.6
Changes
Fixed
- Fix back-pressure handling for concurrent connections
Actix Server 0.1.3
Changes
Fixed
- Fix max concurrent connections handling
Actix net 0.2.5
Changes
Fixed
-
Fix back-pressure for concurrent ssl handshakes
-
Drop completed future for .then and .and_then combinators
Actix Service 0.1.3
Changes
Changed
- Split service combinators to separate trait
Actix Service 0.1.2
Changes
Fixed
- Release future early for
.and_then()
and.then()
combinators
Actix Server 0.1.2
Changes
Changed
- rename ServiceConfig::rt() to ServiceConfig::apply()
Fixed
- Fix back-pressure for concurrent ssl handshakes
Actix Utils 0.1.0
Changes
- Initial release
Actix Server 0.1.1
Changes
Fixed
- Signals handling on Windows
Actix Server 0.1.0
Changes
- Initial release