Releases: actix/actix-net
Actix Utils 0.3.4
Changes
Changed
TimeoutService
,InOrderService
,InFlightService
accepts generic IntoService services.
Fixed
-
Fix
InFlightService::poll_ready()
nested service readiness check -
Fix
InOrderService::poll_ready()
nested service readiness check
Actix Service 0.3.4
Changes
Added
-
Add
Transform::from_err()
combinator -
Add
apply_fn
helper -
Add
apply_fn_factory
helper -
Add
apply_transform
helper -
Add
apply_cfg
helper
Actix Server 0.4.0
Changes
Changed
-
Use
ServerConfig
for service factory -
Wrap tcp socket to
Io
type
Actix server config
Initial release
Actix Runtime 0.2.1
Changes
Added
-
Added
blocking
module -
Arbiter::exec_fn - execute fn on the arbiter's thread
-
Arbiter::exec - execute fn on the arbiter's thread and wait result
Actix Utils 0.3.3
Changes
Changed
-
Revert IntoFuture change
-
Add generic config param for IntoFramed and TakeOne new services
Actix Service 0.3.3
Changes
Added
-
Add
ApplyTransform
new service for transform and new service. -
Add
NewService::apply_cfg()
combinator, allows to use
nestedNewService
with different config parameter.
Changed
- Revert IntoFuture change
Actix router 0.1.0
Changes
- Initial release
Actix Codec 0.1.1
Changes
- Added
FramedParts::with_read_buffer()
method.
Actix Runtime 0.2.0
Changes
-
run
method returnsio::Result<()>
-
Removed
Handle