2018-12-11 01:16:40 +01:00
|
|
|
# Changes
|
|
|
|
|
2019-02-21 20:19:16 +01:00
|
|
|
## [0.2.4] - 2019-02-21
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Custom `BoxedNewService` implementation.
|
|
|
|
|
|
|
|
|
2019-02-21 19:41:39 +01:00
|
|
|
## [0.2.3] - 2019-02-21
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add `BoxedNewService` and `BoxedService`
|
|
|
|
|
|
|
|
|
2019-02-11 17:34:57 +01:00
|
|
|
## [0.2.2] - 2019-02-11
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add `Display` impl for `TimeoutError`
|
|
|
|
|
2019-02-11 17:39:28 +01:00
|
|
|
* Add `Display` impl for `InOrderError`
|
|
|
|
|
2019-02-11 17:34:57 +01:00
|
|
|
|
2019-02-06 20:40:22 +01:00
|
|
|
## [0.2.1] - 2019-02-06
|
2019-02-03 19:42:27 +01:00
|
|
|
|
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.
|
|
|
|
|
2019-02-03 19:42:27 +01:00
|
|
|
### 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
|
|
|
|
|
2019-01-25 23:31:27 +01:00
|
|
|
* 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
|
|
|
|
2018-12-11 01:16:40 +01:00
|
|
|
## [0.1.0] - 2018-12-09
|
|
|
|
|
|
|
|
* Move utils services to separate crate
|