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