1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 04:52:58 +01:00
actix-net/actix-utils/CHANGES.md

31 lines
583 B
Markdown
Raw Normal View History

# Changes
## [0.2.1] - 2019-02-xx
2019-02-03 23:05:13 +01:00
### Added
* Add `InOrder` service. the service yields responses as they become available,
in the order that their originating requests were submitted to the service.
### Changed
* Convert `Timeout` and `InFlight` services to a transforms
2019-02-02 05:00:12 +01:00
## [0.2.0] - 2019-02-01
2018-12-26 20:50:07 +01:00
* Fix framed transport error handling
2019-01-17 00:00:08 +01:00
* Added Clone impl for Either service
* Added Clone impl for Timeout service factory
2019-01-17 00:00:08 +01:00
* Added Service and NewService for Stream dispatcher
2019-02-02 05:00:12 +01:00
* Switch to actix-service 0.2
2018-12-26 20:50:07 +01:00
## [0.1.0] - 2018-12-09
* Move utils services to separate crate