Releases: actix/actix-net
Releases · actix/actix-net
Actix Service 0.1.6
Changes
Changed
-
Use
FnMut
instead ofFn
for .apply() and .map() combinators andFnService
type -
Change
.apply()
error semantic, new service's error isFrom<Self::Error>
Actix Service 0.1.5
Changes
Changed
- Make
Out::Error
convertable fromT::Error
for apply combinator
Actix Connector 0.1.1
Changes
- Upgrade trust-dns-proto
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