mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
prepare cors release 0.5.1
This commit is contained in:
parent
0b2eff9384
commit
a396c1b961
@ -1,7 +1,13 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2020-xx-xx
|
## Unreleased - 2020-xx-xx
|
||||||
* Fix `allow_any_header` method, now set the correct field
|
|
||||||
|
|
||||||
|
## 0.5.1 - 2020-11-05
|
||||||
|
* Fix `allow_any_header` method, now set the correct field. [#121]
|
||||||
|
|
||||||
|
[#121]: https://github.com/actix/actix-extras/pull/121
|
||||||
|
|
||||||
|
|
||||||
## 0.5.0 - 2020-10-19
|
## 0.5.0 - 2020-10-19
|
||||||
* Disallow `*` in `Cors::allowed_origin`. [#114].
|
* Disallow `*` in `Cors::allowed_origin`. [#114].
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-cors"
|
name = "actix-cors"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = [
|
authors = [
|
||||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||||
"Rob Ede <robjtede@icloud.com>",
|
"Rob Ede <robjtede@icloud.com>",
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
> Cross-origin resource sharing (CORS) for Actix Web.
|
> Cross-origin resource sharing (CORS) for Actix Web.
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-cors)
|
[](https://crates.io/crates/actix-cors)
|
||||||
[](https://docs.rs/actix-cors/0.5.0)
|
[](https://docs.rs/actix-cors/0.5.1)
|
||||||

|

|
||||||
[](https://deps.rs/crate/actix-cors/0.5.0)
|
[](https://deps.rs/crate/actix-cors/0.5.1)
|
||||||
[](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/actix/actix-web?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user