Skip to content

Actix service v1.0.0

Compare
Choose a tag to compare
@fafhrd91 fafhrd91 released this 11 Dec 04:30
· 749 commits to master since this release

Changes

[1.0.0] - 2019-12-11

Added

  • Add Clone impl for Apply service

[1.0.0-alpha.4] - 2019-12-08

Changed

  • Renamed service_fn to fn_service

  • Renamed factory_fn to fn_factory

  • Renamed factory_fn_cfg to fn_factory_with_config

[1.0.0-alpha.3] - 2019-12-06

Changed

  • Add missing Clone impls

  • Restore Transform::map_init_err() combinator

  • Restore Service/Factory::apply_fn() in form of Pipeline/Factory::and_then_apply_fn()

  • Optimize service combinators and futures memory layout

[1.0.0-alpha.2] - 2019-12-02

Changed

  • Use owned config value for service factory

  • Renamed BoxedNewService/BoxedService to BoxServiceFactory/BoxService

[1.0.0-alpha.1] - 2019-11-25

Changed

  • Migraded to std::future

  • NewService renamed to ServiceFactory

  • Added pipeline and pipeline_factory function