Releases: actix/actix-net
Releases · actix/actix-net
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
-
runmethod returnsio::Result<()> -
Removed
Handle
Actix Utils 0.3.2
Changes
Changed
- Use IntoFuture for new services
Actix Utils 0.3.1
Changes
Changed
- Use new type of transform trait
Actix Service 0.3.2
Changes
Changed
-
Change
NewService::FutureandTransform::Futureto theIntoFuturetrait. -
Export
AndThenTransformtype
Actix Service 0.3.1
Changes
Changed
- Simplify Transform trait
Actix Utils 0.3.0
Changes
Changed
-
Use new
NewServicetrait -
BoxedNewService
andBoxedService` types moved to actix-service crate.
Test server 0.1.0
Changes
- Initial release
Actix Service 0.3.0
Changes
Added
- Added boxed NewService and Service.
Changed
-
Added
Configparameter toNewServicetrait. -
Added
Configparameter toNewTransformtrait.