2017-10-23 23:25:32 -07:00
|
|
|
# CHANGES
|
|
|
|
|
|
|
|
|
|
|
|
## 0.2.0 (2017-10-xx)
|
|
|
|
|
2017-10-27 22:19:00 -07:00
|
|
|
* Do not use `http::Uri` as it can not parse some valid paths
|
|
|
|
|
2017-10-23 23:25:32 -07:00
|
|
|
* Refactor response `Body`
|
|
|
|
|
|
|
|
* Refactor `RouteRecognizer` usability
|
|
|
|
|
2017-10-23 23:39:01 -07:00
|
|
|
* Refactor `HttpContext::write`
|
|
|
|
|
2017-10-26 23:14:33 -07:00
|
|
|
* Refactor `Payload` stream
|
|
|
|
|
2017-10-23 23:39:01 -07:00
|
|
|
* Re-use `BinaryBody` for `Frame::Payload`
|
|
|
|
|
2017-10-29 20:51:06 -07:00
|
|
|
* Stop http actor on `write_eof`
|
|
|
|
|
2017-10-25 16:25:26 -07:00
|
|
|
* Fix disconnection handling.
|
|
|
|
|
2017-10-23 23:25:32 -07:00
|
|
|
|
|
|
|
## 0.1.0 (2017-10-23)
|
|
|
|
|
|
|
|
* First release
|