mirror of
https://github.com/actix/actix-web.git
synced 2025-01-01 21:08:43 +00:00
32 lines
429 B
Markdown
32 lines
429 B
Markdown
# Changes
|
|
|
|
## [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
|
|
|
|
|
|
## [0.1.1] - 2018-10-10
|
|
|
|
### Changed
|
|
|
|
- Set actix min version - 0.7.5
|
|
|
|
- Set trust-dns min version
|
|
|
|
|
|
## [0.1.0] - 2018-10-08
|
|
|
|
* Initial impl
|