2018-10-08 21:46:57 -07:00
|
|
|
# Changes
|
|
|
|
|
2018-11-29 16:56:15 -10:00
|
|
|
## [0.3.0] - xxx
|
|
|
|
|
2018-12-09 10:16:35 -08:00
|
|
|
* Split `Service` trait to separate crate
|
|
|
|
|
2018-11-29 16:56:15 -10:00
|
|
|
* Use new `Service<Request>` trait
|
|
|
|
|
|
|
|
|
2018-11-21 08:07:04 -10:00
|
|
|
## [0.2.4] - 2018-11-21
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Allow to skip name resolution stage in Connector
|
|
|
|
|
|
|
|
|
2018-11-17 18:46:26 -08:00
|
|
|
## [0.2.3] - 2018-11-17
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Framed::is_write_buf_empty() checks if write buffer is flushed
|
|
|
|
|
2018-11-14 10:26:49 -08:00
|
|
|
## [0.2.2] - 2018-11-14
|
|
|
|
|
2018-11-14 14:20:33 -08:00
|
|
|
### Added
|
2018-11-14 10:26:49 -08:00
|
|
|
|
|
|
|
* Add low/high caps to Framed
|
|
|
|
|
2018-11-14 14:20:33 -08:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Refactor Connector and Resolver services
|
|
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix wrong service to socket binding
|
|
|
|
|
|
|
|
|
2018-11-08 09:16:40 -08:00
|
|
|
## [0.2.0] - 2018-11-08
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
* Timeout service
|
|
|
|
|
|
|
|
* Added ServiceConfig and ServiceRuntime for server service configuration
|
|
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Connector has been refactored
|
|
|
|
|
|
|
|
* timer and LowResTimer renamed to time and LowResTime
|
|
|
|
|
|
|
|
* Refactored `Server::configure()` method
|
|
|
|
|
|
|
|
|
2018-10-10 08:23:42 -07:00
|
|
|
## [0.1.1] - 2018-10-10
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Set actix min version - 0.7.5
|
|
|
|
|
|
|
|
- Set trust-dns min version
|
|
|
|
|
|
|
|
|
2018-10-08 21:46:57 -07:00
|
|
|
## [0.1.0] - 2018-10-08
|
|
|
|
|
|
|
|
* Initial impl
|