2018-10-09 06:46:57 +02:00
|
|
|
# Changes
|
|
|
|
|
2018-11-14 19:26:49 +01:00
|
|
|
## [0.2.2] - 2018-11-14
|
|
|
|
|
2018-11-14 23:20:33 +01:00
|
|
|
### Added
|
2018-11-14 19:26:49 +01:00
|
|
|
|
|
|
|
* Add low/high caps to Framed
|
|
|
|
|
2018-11-14 23:20:33 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
* Refactor Connector and Resolver services
|
|
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
* Fix wrong service to socket binding
|
|
|
|
|
|
|
|
|
2018-11-08 18:16:40 +01: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 17:23:42 +02:00
|
|
|
## [0.1.1] - 2018-10-10
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Set actix min version - 0.7.5
|
|
|
|
|
|
|
|
- Set trust-dns min version
|
|
|
|
|
|
|
|
|
2018-10-09 06:46:57 +02:00
|
|
|
## [0.1.0] - 2018-10-08
|
|
|
|
|
|
|
|
* Initial impl
|