2018-12-10 16:16:40 -08:00
|
|
|
# Changes
|
|
|
|
|
2019-03-05 07:35:26 -08:00
|
|
|
## [0.4.0] - 2019-03-xx
|
|
|
|
|
|
|
|
* Upgrade actix-service
|
|
|
|
|
|
|
|
|
2019-03-04 20:37:03 -08:00
|
|
|
## [0.3.2] - 2019-03-04
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Use IntoFuture for new services
|
|
|
|
|
|
|
|
|
2019-03-04 19:38:11 -08:00
|
|
|
## [0.3.1] - 2019-03-04
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Use new type of transform trait
|
|
|
|
|
|
|
|
|
2019-03-02 14:30:32 -08:00
|
|
|
## [0.3.0] - 2019-03-02
|
2019-02-22 18:20:54 -08:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Use new `NewService` trait
|
|
|
|
|
|
|
|
* BoxedNewService` and `BoxedService` types moved to actix-service crate.
|
|
|
|
|
|
|
|
|
2019-02-21 11:19:16 -08:00
|
|
|
## [0.2.4] - 2019-02-21
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Custom `BoxedNewService` implementation.
|
|
|
|
|
|
|
|
|
2019-02-21 10:41:39 -08:00
|
|
|
## [0.2.3] - 2019-02-21
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add `BoxedNewService` and `BoxedService`
|
|
|
|
|
|
|
|
|
2019-02-11 08:34:57 -08:00
|
|
|
## [0.2.2] - 2019-02-11
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add `Display` impl for `TimeoutError`
|
|
|
|
|
2019-02-11 08:39:28 -08:00
|
|
|
* Add `Display` impl for `InOrderError`
|
|
|
|
|
2019-02-11 08:34:57 -08:00
|
|
|
|
2019-02-06 11:40:22 -08:00
|
|
|
## [0.2.1] - 2019-02-06
|
2019-02-03 10:42:27 -08:00
|
|
|
|
2019-02-03 14:05:13 -08: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 10:42:27 -08:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Convert `Timeout` and `InFlight` services to a transforms
|
|
|
|
|
|
|
|
|
2019-02-01 20:00:12 -08:00
|
|
|
## [0.2.0] - 2019-02-01
|
2018-12-26 11:50:07 -08:00
|
|
|
|
|
|
|
* Fix framed transport error handling
|
|
|
|
|
2019-01-16 15:00:08 -08:00
|
|
|
* Added Clone impl for Either service
|
|
|
|
|
2019-01-25 14:31:27 -08:00
|
|
|
* Added Clone impl for Timeout service factory
|
|
|
|
|
2019-01-16 15:00:08 -08:00
|
|
|
* Added Service and NewService for Stream dispatcher
|
|
|
|
|
2019-02-01 20:00:12 -08:00
|
|
|
* Switch to actix-service 0.2
|
|
|
|
|
2018-12-26 11:50:07 -08:00
|
|
|
|
2018-12-10 16:16:40 -08:00
|
|
|
## [0.1.0] - 2018-12-09
|
|
|
|
|
|
|
|
* Move utils services to separate crate
|