mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
26 lines
377 B
Markdown
26 lines
377 B
Markdown
# Changes
|
|
|
|
|
|
## 0.2.0 (2017-10-30)
|
|
|
|
* Do not use `http::Uri` as it can not parse some valid paths
|
|
|
|
* Refactor response `Body`
|
|
|
|
* Refactor `RouteRecognizer` usability
|
|
|
|
* Refactor `HttpContext::write`
|
|
|
|
* Refactor `Payload` stream
|
|
|
|
* Re-use `BinaryBody` for `Frame::Payload`
|
|
|
|
* Stop http actor on `write_eof`
|
|
|
|
* Fix disconnection handling.
|
|
|
|
|
|
## 0.1.0 (2017-10-23)
|
|
|
|
* First release
|