mirror of
https://github.com/fafhrd91/actix-web
synced 2025-03-20 22:35:17 +01:00
prepare actix-files release 0.6.0-beta.14
This commit is contained in:
parent
8faca783fa
commit
455d5c460d
@ -12,7 +12,7 @@
|
|||||||
- `HttpResponse` can now be used as a `Responder` with any body type. [#2567]
|
- `HttpResponse` can now be used as a `Responder` with any body type. [#2567]
|
||||||
- `Result` extractor wrapper can now convert error types. [#2581]
|
- `Result` extractor wrapper can now convert error types. [#2581]
|
||||||
- Associated types in `FromRequest` impl for `Option` and `Result` has changed. [#2581]
|
- Associated types in `FromRequest` impl for `Option` and `Result` has changed. [#2581]
|
||||||
- Maximim number of extractors has changed from 10 to 12. [#2582]
|
- Maximum number of handler extractors has increased to 12. [#2582]
|
||||||
- Removed bound `<B as MessageBody>::Error: Debug` in test utility functions in order to support returning opaque apps. [#2584]
|
- Removed bound `<B as MessageBody>::Error: Debug` in test utility functions in order to support returning opaque apps. [#2584]
|
||||||
|
|
||||||
[#1988]: https://github.com/actix/actix-web/pull/1988
|
[#1988]: https://github.com/actix/actix-web/pull/1988
|
||||||
|
@ -105,7 +105,7 @@ time = { version = "0.3", default-features = false, features = ["formatting"] }
|
|||||||
url = "2.1"
|
url = "2.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
actix-files = "0.6.0-beta.13"
|
actix-files = "0.6.0-beta.14"
|
||||||
actix-test = { version = "0.1.0-beta.11", features = ["openssl", "rustls"] }
|
actix-test = { version = "0.1.0-beta.11", features = ["openssl", "rustls"] }
|
||||||
awc = { version = "3.0.0-beta.18", features = ["openssl"] }
|
awc = { version = "3.0.0-beta.18", features = ["openssl"] }
|
||||||
|
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 0.6.0-beta.14 - 2022-01-14
|
||||||
- The `prefer_utf8` option introduced in `0.4.0` is now true by default. [#2583]
|
- The `prefer_utf8` option introduced in `0.4.0` is now true by default. [#2583]
|
||||||
|
|
||||||
[#2583]: https://github.com/actix/actix-web/pull/2583
|
[#2583]: https://github.com/actix/actix-web/pull/2583
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-files"
|
name = "actix-files"
|
||||||
version = "0.6.0-beta.13"
|
version = "0.6.0-beta.14"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
"fakeshadow <24548779@qq.com>",
|
"fakeshadow <24548779@qq.com>",
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
> Static file serving for Actix Web
|
> Static file serving for Actix Web
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-files)
|
[](https://crates.io/crates/actix-files)
|
||||||
[](https://docs.rs/actix-files/0.6.0-beta.13)
|
[](https://docs.rs/actix-files/0.6.0-beta.14)
|
||||||
[](https://blog.rust-lang.org/2021/05/06/Rust-1.54.0.html)
|
[](https://blog.rust-lang.org/2021/05/06/Rust-1.54.0.html)
|
||||||

|

|
||||||
<br />
|
<br />
|
||||||
[](https://deps.rs/crate/actix-files/0.6.0-beta.13)
|
[](https://deps.rs/crate/actix-files/0.6.0-beta.14)
|
||||||
[](https://crates.io/crates/actix-files)
|
[](https://crates.io/crates/actix-files)
|
||||||
[](https://discord.gg/NWpN5mmg3x)
|
[](https://discord.gg/NWpN5mmg3x)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user