2018-12-11 00:16:40 +00:00
|
|
|
# Changes
|
|
|
|
|
2019-05-12 13:03:50 +00:00
|
|
|
## [0.4.0] - 2019-05-11
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Change `Either` to handle two nexted services
|
|
|
|
|
|
|
|
* Upgrade actix-service 0.4
|
|
|
|
|
|
|
|
### Deleted
|
|
|
|
|
|
|
|
* Framed related services
|
|
|
|
|
|
|
|
* Stream related services
|
2019-04-04 17:04:19 +00:00
|
|
|
|
|
|
|
## [0.3.5] - 2019-04-04
|
|
|
|
|
2019-03-20 16:44:23 +00:00
|
|
|
### Added
|
|
|
|
|
|
|
|
* Allow to send messages to `FramedTransport` via mpsc channel.
|
|
|
|
|
2019-04-04 17:04:19 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Remove 'static constraint from Clonable service
|
|
|
|
|
2019-03-20 16:44:23 +00:00
|
|
|
|
2019-03-12 20:39:04 +00:00
|
|
|
## [0.3.4] - 2019-03-12
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* `TimeoutService`, `InOrderService`, `InFlightService` accepts generic IntoService services.
|
|
|
|
|
2019-03-12 22:48:02 +00:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix `InFlightService::poll_ready()` nested service readiness check
|
|
|
|
|
2019-03-12 23:03:05 +00:00
|
|
|
* Fix `InOrderService::poll_ready()` nested service readiness check
|
|
|
|
|
2019-03-12 22:48:02 +00:00
|
|
|
|
2019-03-09 22:30:37 +00:00
|
|
|
## [0.3.3] - 2019-03-09
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Revert IntoFuture change
|
|
|
|
|
|
|
|
* Add generic config param for IntoFramed and TakeOne new services
|
|
|
|
|
|
|
|
|
2019-03-05 04:37:03 +00:00
|
|
|
## [0.3.2] - 2019-03-04
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Use IntoFuture for new services
|
|
|
|
|
|
|
|
|
2019-03-05 03:38:11 +00:00
|
|
|
## [0.3.1] - 2019-03-04
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Use new type of transform trait
|
|
|
|
|
|
|
|
|
2019-03-02 22:30:32 +00:00
|
|
|
## [0.3.0] - 2019-03-02
|
2019-02-23 02:20:54 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Use new `NewService` trait
|
|
|
|
|
|
|
|
* BoxedNewService` and `BoxedService` types moved to actix-service crate.
|
|
|
|
|
|
|
|
|
2019-02-21 19:19:16 +00:00
|
|
|
## [0.2.4] - 2019-02-21
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Custom `BoxedNewService` implementation.
|
|
|
|
|
|
|
|
|
2019-02-21 18:41:39 +00:00
|
|
|
## [0.2.3] - 2019-02-21
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add `BoxedNewService` and `BoxedService`
|
|
|
|
|
|
|
|
|
2019-02-11 16:34:57 +00:00
|
|
|
## [0.2.2] - 2019-02-11
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Add `Display` impl for `TimeoutError`
|
|
|
|
|
2019-02-11 16:39:28 +00:00
|
|
|
* Add `Display` impl for `InOrderError`
|
|
|
|
|
2019-02-11 16:34:57 +00:00
|
|
|
|
2019-02-06 19:40:22 +00:00
|
|
|
## [0.2.1] - 2019-02-06
|
2019-02-03 18:42:27 +00:00
|
|
|
|
2019-02-03 22:05:13 +00: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 18:42:27 +00:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Convert `Timeout` and `InFlight` services to a transforms
|
|
|
|
|
|
|
|
|
2019-02-02 04:00:12 +00:00
|
|
|
## [0.2.0] - 2019-02-01
|
2018-12-26 19:50:07 +00:00
|
|
|
|
|
|
|
* Fix framed transport error handling
|
|
|
|
|
2019-01-16 23:00:08 +00:00
|
|
|
* Added Clone impl for Either service
|
|
|
|
|
2019-01-25 22:31:27 +00:00
|
|
|
* Added Clone impl for Timeout service factory
|
|
|
|
|
2019-01-16 23:00:08 +00:00
|
|
|
* Added Service and NewService for Stream dispatcher
|
|
|
|
|
2019-02-02 04:00:12 +00:00
|
|
|
* Switch to actix-service 0.2
|
|
|
|
|
2018-12-26 19:50:07 +00:00
|
|
|
|
2018-12-11 00:16:40 +00:00
|
|
|
## [0.1.0] - 2018-12-09
|
|
|
|
|
|
|
|
* Move utils services to separate crate
|