1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00
Commit Graph

154 Commits

Author SHA1 Message Date
3959c55c47 prepare actix-cors release 0.6.0 2022-02-25 23:11:28 +00:00
73a5ae98b6 update actix-web dependency to 4.0 2022-02-25 23:05:11 +00:00
d46ee464e0 update examples links 2022-02-18 03:33:03 +00:00
cf0630b54d prepare actix-cors release 0.6.0-beta.10 2022-02-07 17:50:39 +00:00
695800c9bd add vary header to all handled responses (#224) 2022-02-07 16:34:01 +00:00
f870074354 prepare actix-cors release 0.6.0-beta.9 2022-02-07 02:31:21 +00:00
ab3615b8d5 relax body bounds (#223) 2022-02-07 02:30:26 +00:00
323d01fcca bump actix-web to 4.0.0-rc.1 2022-02-03 22:33:47 +00:00
dbc82001c0 address dep vuln warnings 2022-02-03 22:12:03 +00:00
1fec026dc7 fix cors tests 2022-01-01 23:07:27 +00:00
6d6b045b3a add access-control-request-* headers to vary response header 2022-01-01 23:05:29 +00:00
422a264787 prepare actix-cors release 0.6.0-beta.8 2021-12-29 10:25:04 +00:00
92c9601850 bump msrv to 1.54 2021-12-29 09:42:31 +00:00
6ca36b5d53 fixup changelogs 2021-12-29 09:36:12 +00:00
14a622092d Update to actix-web beta.17 (#217) 2021-12-29 09:25:52 +00:00
6676a50944 actix-web beta 15 updates (#216) 2021-12-18 03:37:23 +00:00
c047cd5653 mark cors v0.6.0-beta.5 as yanked 2021-12-13 03:03:19 +00:00
fad4426388 revert cors example 2021-12-13 02:50:22 +00:00
0805f2b1c6 stop cloning request across service call (#213) 2021-12-13 02:49:27 +00:00
8fa073586e prepare actix-cors release 0.6.0-beta.5 2021-12-12 19:11:36 +00:00
74ec115161 migrate to actix-web beta 14 (#209) 2021-12-11 16:05:21 +00:00
56051786a6 standardize future types to ones from actix_utils 2021-12-08 07:29:12 +00:00
ec66754c0d standardize crate level lints 2021-12-08 06:11:13 +00:00
ddb74e6de0 prepare actix-cors release 0.6.0-beta.4 2021-11-22 23:19:10 +00:00
13f8dcb717 update to aw beta 9 2021-11-22 23:11:58 +00:00
45643d4035 fix cors expose_any_header behavior (#204) 2021-10-21 15:47:56 +01:00
545873b5b2 update actix-web dependencies to v4 beta.10 (#203)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-21 14:10:00 +01:00
627fe96be0 bump msrv to 1.52.1 2021-10-19 01:49:39 +01:00
50621bae71 cors: make middleware generic over body type (#195) 2021-09-13 11:00:58 +01:00
e10937103e fmt with new width 2021-08-30 23:27:44 +01:00
c6f579790f bump msrv to 1.51 2021-08-30 23:10:36 +01:00
44c7b07ce2 prepare second beta round (#189) 2021-06-27 07:28:26 +01:00
20ef05c36e fix doctest ci (#188) 2021-06-27 07:02:38 +01:00
d898e9e217 dont stabilize cors 2021-04-02 11:46:03 +01:00
d0f0fb474b fixup other cargo manifests 2021-04-02 11:44:18 +01:00
5624ac9bb0 prepare cors release 1.0.0-beta.1 2021-04-02 10:22:32 +01:00
c8f1d9671c add upgrade -web hints in changelogs 2021-03-22 05:24:35 +00:00
2254a429d4 use forward_ready for service definitions 2021-03-22 05:18:59 +00:00
ca85f6b245 Update dependencies (Tokio 1.0) (#144) 2021-03-21 22:50:26 +00:00
5a72dd33d5 session, redis, and httpauth pre-v4 releases (#162) 2021-03-21 09:38:29 +00:00
ba248a681b update example links (#159) 2021-02-28 19:29:54 +00:00
d77c908567 update Cors::allow_origin_fn docs 2021-01-03 22:35:52 +00:00
91e91c4327 Prepare cors 0.5.4 release 2020-12-31 22:11:04 +09:00
cf970ee091 Fix expose_any_header setter (#143) 2020-12-31 21:13:36 +09:00
c534ef0f98 fix derive_more version spec
fixes #130
2020-11-19 00:52:49 +00:00
61778d864e ensure tinyvec is using alloc feature 2020-11-15 22:24:18 +00:00
a396c1b961 prepare cors release 0.5.1 2020-11-05 18:45:47 +00:00
0b2eff9384 Fix allow_any_header setter (#121) 2020-11-05 18:38:27 +00:00
76429602c6 prepare cors release 0.5.0 2020-10-19 23:09:42 +01:00
f20b724830 cors origin validator function receives origin as first parameter (#120) 2020-10-19 19:30:46 +01:00