2017-10-31 03:46:39 +00:00
|
|
|
# Changes
|
2017-10-24 06:25:32 +00:00
|
|
|
|
|
|
|
|
2017-11-03 20:35:34 +00:00
|
|
|
## 0.2.1 (2017-11-03)
|
2017-11-01 23:34:58 +00:00
|
|
|
|
|
|
|
* Allow to start tls server with `HttpServer::serve_tls`
|
|
|
|
|
2017-11-03 20:35:34 +00:00
|
|
|
* Export `Frame` enum
|
|
|
|
|
|
|
|
* Add conversion impl from `HttpResponse` and `BinaryBody` to a `Frame`
|
|
|
|
|
2017-10-31 03:39:56 +00:00
|
|
|
## 0.2.0 (2017-10-30)
|
2017-10-24 06:25:32 +00:00
|
|
|
|
2017-10-28 05:19:00 +00:00
|
|
|
* Do not use `http::Uri` as it can not parse some valid paths
|
|
|
|
|
2017-10-24 06:25:32 +00:00
|
|
|
* Refactor response `Body`
|
|
|
|
|
|
|
|
* Refactor `RouteRecognizer` usability
|
|
|
|
|
2017-10-24 06:39:01 +00:00
|
|
|
* Refactor `HttpContext::write`
|
|
|
|
|
2017-10-27 06:14:33 +00:00
|
|
|
* Refactor `Payload` stream
|
|
|
|
|
2017-10-24 06:39:01 +00:00
|
|
|
* Re-use `BinaryBody` for `Frame::Payload`
|
|
|
|
|
2017-10-30 03:51:06 +00:00
|
|
|
* Stop http actor on `write_eof`
|
|
|
|
|
2017-10-25 23:25:26 +00:00
|
|
|
* Fix disconnection handling.
|
|
|
|
|
2017-10-24 06:25:32 +00:00
|
|
|
|
|
|
|
## 0.1.0 (2017-10-23)
|
|
|
|
|
|
|
|
* First release
|