2019-03-02 08:59:44 +01:00
|
|
|
# Changes
|
|
|
|
|
2021-01-02 01:12:18 +01:00
|
|
|
## Unreleased - 2021-xx-xx
|
2020-12-27 21:53:19 +01:00
|
|
|
* `HttpRange::parse` now has its own error type.
|
2020-12-26 05:05:45 +01:00
|
|
|
|
|
|
|
|
|
|
|
## 0.5.0 - 2020-12-26
|
2020-12-26 04:36:15 +01:00
|
|
|
* Optionally support hidden files/directories. [#1811]
|
|
|
|
|
|
|
|
[#1811]: https://github.com/actix/actix-web/pull/1811
|
2020-10-06 23:08:33 +02:00
|
|
|
|
|
|
|
|
2020-11-24 21:23:09 +01:00
|
|
|
## 0.4.1 - 2020-11-24
|
|
|
|
* Clarify order of parameters in `Files::new` and improve docs.
|
|
|
|
|
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.4.0 - 2020-10-06
|
2020-10-06 22:56:28 +02:00
|
|
|
* Add `Files::prefer_utf8` option that adds UTF-8 charset on certain response types. [#1714]
|
|
|
|
|
|
|
|
[#1714]: https://github.com/actix/actix-web/pull/1714
|
|
|
|
|
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.3.0 - 2020-09-11
|
2020-10-06 22:56:28 +02:00
|
|
|
* No significant changes from 0.3.0-beta.1.
|
|
|
|
|
2020-07-02 10:52:42 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.3.0-beta.1 - 2020-07-15
|
2020-07-02 10:52:42 +02:00
|
|
|
* Update `v_htmlescape` to 0.10
|
2020-07-16 12:38:57 +02:00
|
|
|
* Update `actix-web` and `actix-http` dependencies to beta.1
|
2020-07-02 10:52:42 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
|
|
|
|
## 0.3.0-alpha.1 - 2020-05-23
|
2020-05-23 11:47:08 +02:00
|
|
|
* Update `actix-web` and `actix-http` dependencies to alpha
|
|
|
|
* Fix some typos in the docs
|
2020-05-13 02:57:37 +02:00
|
|
|
* Bump minimum supported Rust version to 1.40
|
2020-05-23 11:47:08 +02:00
|
|
|
* Support sending Content-Length when Content-Range is specified [#1384]
|
|
|
|
|
|
|
|
[#1384]: https://github.com/actix/actix-web/pull/1384
|
2020-05-13 02:57:37 +02:00
|
|
|
|
2019-12-22 08:43:41 +01:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.2.1 - 2019-12-22
|
2019-12-22 08:43:41 +01:00
|
|
|
* Use the same format for file URLs regardless of platforms
|
|
|
|
|
2019-12-16 12:22:26 +01:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.2.0 - 2019-12-20
|
2019-12-16 12:22:26 +01:00
|
|
|
* Fix BodyEncoding trait import #1220
|
|
|
|
|
2019-12-03 11:35:31 +01:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.2.0-alpha.1 - 2019-12-07
|
2019-12-03 11:35:31 +01:00
|
|
|
* Migrate to `std::future`
|
|
|
|
|
2019-11-06 19:35:13 +01:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.7 - 2019-11-06
|
|
|
|
* Add an additional `filename*` param in the `Content-Disposition` header of
|
|
|
|
`actix_files::NamedFile` to be more compatible. (#1151)
|
2019-10-14 17:23:15 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.6 - 2019-10-14
|
2019-10-14 17:23:15 +02:00
|
|
|
* Add option to redirect to a slash-ended path `Files` #1132
|
|
|
|
|
2019-08-11 22:43:29 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.5 - 2019-10-08
|
2019-08-11 22:43:29 +02:00
|
|
|
* Bump up `mime_guess` crate version to 2.0.1
|
2019-08-13 19:48:11 +02:00
|
|
|
* Bump up `percent-encoding` crate version to 2.1
|
2019-10-08 06:09:40 +02:00
|
|
|
* Allow user defined request guards for `Files` #1113
|
2019-10-14 17:26:26 +02:00
|
|
|
|
2019-07-20 07:43:49 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.4 - 2019-07-20
|
2019-07-20 07:43:49 +02:00
|
|
|
* Allow to disable `Content-Disposition` header #686
|
|
|
|
|
2019-06-28 07:42:20 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.3 - 2019-06-28
|
2019-06-28 07:42:20 +02:00
|
|
|
* Do not set `Content-Length` header, let actix-http set it #930
|
|
|
|
|
2019-06-07 05:34:30 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.2 - 2019-06-13
|
2019-06-13 11:27:21 +02:00
|
|
|
* Content-Length is 0 for NamedFile HEAD request #914
|
|
|
|
* Fix ring dependency from actix-web default features for #741
|
2019-06-07 05:34:30 +02:00
|
|
|
|
2019-06-01 13:57:40 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.1 - 2019-06-01
|
2019-06-01 13:57:40 +02:00
|
|
|
* Static files are incorrectly served as both chunked and with length #812
|
|
|
|
|
2019-05-23 06:21:12 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.0 - 2019-05-25
|
|
|
|
* NamedFile last-modified check always fails due to nano-seconds in file modified date #820
|
2019-05-23 06:21:12 +02:00
|
|
|
|
2019-05-12 20:41:43 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.0-beta.4 - 2019-05-12
|
2019-05-12 20:41:43 +02:00
|
|
|
* Update actix-web to beta.4
|
|
|
|
|
2019-04-21 06:16:51 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.0-beta.1 - 2019-04-20
|
2019-04-21 06:16:51 +02:00
|
|
|
* Update actix-web to beta.1
|
|
|
|
|
2019-04-14 17:09:32 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.0-alpha.6 - 2019-04-14
|
2019-04-14 17:09:32 +02:00
|
|
|
* Update actix-web to alpha6
|
|
|
|
|
2019-04-08 08:42:05 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.0-alpha.4 - 2019-04-08
|
2019-04-08 08:42:05 +02:00
|
|
|
* Update actix-web to alpha4
|
|
|
|
|
2019-04-01 03:19:18 +02:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.0-alpha.2 - 2019-04-02
|
2019-04-01 03:19:18 +02:00
|
|
|
* Add default handler support
|
|
|
|
|
2019-03-02 08:59:44 +01:00
|
|
|
|
2020-10-06 23:08:33 +02:00
|
|
|
## 0.1.0-alpha.1 - 2019-03-28
|
2019-03-02 08:59:44 +01:00
|
|
|
* Initial impl
|