1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Merge branch 'master' into feature/allow_connection_timeout_to_be_set

This commit is contained in:
Glade Miller
2018-03-06 15:28:31 -07:00
committed by GitHub
49 changed files with 4365 additions and 167 deletions

View File

@ -1,7 +1,16 @@
# Changes
## 0.4.5
## 0.4.5 (2018-03-xx)
* Fix compression #103 and #104
* Enable compression support for `NamedFile`
* Better support for `NamedFile` type
* Add `ResponseError` impl for `SendRequestError`.
This improves ergonomics of http client.
* Allow connection timeout to be set
## 0.4.4 (2018-03-04)