2019-03-02 07:59:44 +00:00
|
|
|
# Changes
|
|
|
|
|
2019-08-11 20:43:29 +00:00
|
|
|
## [0.1.5] - unreleased
|
|
|
|
|
|
|
|
* Bump up `mime_guess` crate version to 2.0.1
|
|
|
|
|
2019-08-13 17:48:11 +00:00
|
|
|
* Bump up `percent-encoding` crate version to 2.1
|
|
|
|
|
2019-07-20 05:43:49 +00:00
|
|
|
## [0.1.4] - 2019-07-20
|
|
|
|
|
|
|
|
* Allow to disable `Content-Disposition` header #686
|
|
|
|
|
|
|
|
|
2019-06-28 05:42:20 +00:00
|
|
|
## [0.1.3] - 2019-06-28
|
|
|
|
|
|
|
|
* Do not set `Content-Length` header, let actix-http set it #930
|
|
|
|
|
|
|
|
|
2019-06-13 09:27:21 +00:00
|
|
|
## [0.1.2] - 2019-06-13
|
2019-06-07 03:34:30 +00:00
|
|
|
|
2019-06-13 09:27:21 +00:00
|
|
|
* Content-Length is 0 for NamedFile HEAD request #914
|
|
|
|
|
|
|
|
* Fix ring dependency from actix-web default features for #741
|
2019-06-07 03:34:30 +00:00
|
|
|
|
2019-06-01 11:57:40 +00:00
|
|
|
## [0.1.1] - 2019-06-01
|
|
|
|
|
|
|
|
* Static files are incorrectly served as both chunked and with length #812
|
|
|
|
|
2019-05-25 09:02:28 +00:00
|
|
|
## [0.1.0] - 2019-05-25
|
2019-05-23 04:21:12 +00:00
|
|
|
|
|
|
|
* NamedFile last-modified check always fails due to nano-seconds
|
|
|
|
in file modified date #820
|
|
|
|
|
2019-05-12 18:41:43 +00:00
|
|
|
## [0.1.0-beta.4] - 2019-05-12
|
|
|
|
|
|
|
|
* Update actix-web to beta.4
|
|
|
|
|
2019-04-21 04:16:51 +00:00
|
|
|
## [0.1.0-beta.1] - 2019-04-20
|
|
|
|
|
|
|
|
* Update actix-web to beta.1
|
|
|
|
|
2019-04-14 15:09:32 +00:00
|
|
|
## [0.1.0-alpha.6] - 2019-04-14
|
|
|
|
|
|
|
|
* Update actix-web to alpha6
|
|
|
|
|
2019-04-08 06:42:05 +00:00
|
|
|
## [0.1.0-alpha.4] - 2019-04-08
|
|
|
|
|
|
|
|
* Update actix-web to alpha4
|
|
|
|
|
2019-04-03 04:49:31 +00:00
|
|
|
## [0.1.0-alpha.2] - 2019-04-02
|
2019-04-01 01:19:18 +00:00
|
|
|
|
|
|
|
* Add default handler support
|
|
|
|
|
2019-03-28 20:46:26 +00:00
|
|
|
## [0.1.0-alpha.1] - 2019-03-28
|
2019-03-02 07:59:44 +00:00
|
|
|
|
|
|
|
* Initial impl
|