1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-17 10:52:21 +01:00

3979 Commits

Author SHA1 Message Date
Rob Ede
700d90b68b
add actix-form-data to community crates 2021-12-11 00:59:05 +00:00
Rob Ede
56051786a6
standardize future types to ones from actix_utils 2021-12-08 07:29:12 +00:00
Rob Ede
ec66754c0d
standardize crate level lints 2021-12-08 06:11:13 +00:00
Sergey Pashinin
e636af039a
Update actix-redis to current state (beta) of actix (#210) 2021-12-06 01:03:18 +00:00
LukeMathWalker
ae7040a54e Prepare 0.5.0-beta.4 release 2021-12-01 09:50:00 +00:00
DW
d726662f80
Update to latest actix-web (#59) 2021-12-01 09:48:51 +00:00
LukeMathWalker
46455193d0 (cargo-release) version 0.5.0-beta.3 2021-11-24 11:02:52 +00:00
Luca Palmieri
0838f1758f
Update to latest actix-web + improve README clarity around identifiers (#58)
* Update documentation to clarify what identifier should be used for what.

* Update to latest actix-web beta.
2021-11-24 11:02:05 +00:00
Rob Ede
64acd3229f
start redis in coverage job 2021-11-22 23:58:31 +00:00
Rob Ede
8bf2ae711a
fic doc test ci job 2021-11-22 23:48:45 +00:00
Rob Ede
5272bc1c79
split out coverage and doc test ci jobs 2021-11-22 23:42:47 +00:00
Rob Ede
3cc1487a4a
fix non-linux ci httpauth-v0.6.0-beta.4 cors-v0.6.0-beta.4 identity-v0.4.0-beta.4 session-v0.5.0-beta.4 2021-11-22 23:25:22 +00:00
Rob Ede
551cbfb113
prepare actix-web-httpauth release 0.6.0-beta.4 2021-11-22 23:21:25 +00:00
Rob Ede
0b4a4eeff6
prepare actix-session release 0.5.0-beta.4 2021-11-22 23:21:00 +00:00
Rob Ede
37532fd1eb
prepare actix-identity release 0.4.0-beta.4 2021-11-22 23:20:33 +00:00
Rob Ede
ddb74e6de0
prepare actix-cors release 0.6.0-beta.4 2021-11-22 23:19:10 +00:00
Rob Ede
13f8dcb717
update to aw beta 9 2021-11-22 23:11:58 +00:00
LukeMathWalker
ecc4d95dfc (cargo-release) version 0.5.0-beta.2 2021-11-18 20:02:32 +00:00
LukeMathWalker
b5abadfd2b Fix version in toml 2021-11-18 20:02:23 +00:00
LukeMathWalker
a7ca5dab3a Update versions 2021-11-18 20:00:24 +00:00
Guarabot
6cef211e3e
Update required actix-web beta & examples (#54)
* Update required actix-web beta & examples

* deps relax
2021-11-18 19:59:40 +00:00
LukeMathWalker
2e97074768 (cargo-release) start next development iteration 0.5.1-alpha.0 2021-10-27 09:52:24 +01:00
LukeMathWalker
b811e065cb Breaking release. 2021-10-27 09:51:36 +01:00
Riley
352c274c8d
Update tracing subscriber (#49)
* Update tracing subscriber

* Fix tests

* Update existing opentelemetry_0_16 feature with new subscriber

* Fix compile issue
2021-10-27 09:47:12 +01:00
LukeMathWalker
205c63aa4d (cargo-release) version 0.4.0-beta.16 2021-10-27 09:36:19 +01:00
LukeMathWalker
6f9dcc8930 Prepare release 2021-10-27 09:36:03 +01:00
LukeMathWalker
fbe847eaad Fix clippy lint 2021-10-27 09:35:30 +01:00
markhildreth-deepgram
42e690b907
Fixed opentelemetry feature breaking due to root_span! use (#51)
Fixes https://github.com/LukeMathWalker/tracing-actix-web/issues/50

The `root_span!` macro included some feature flag checks. However, the
`root_span!` macro might end up being used in other crates consuming
`tracing-actix-web`, and those feature flag checks would be copied in
verbatim. The result is that the feature flag checks for things like
`opentelemetry_0_14` would actually check the consuming crates flags
rather than the flags for `tracing-actix-web`.

This commit moves those feature flag checks out of the macro, so they
are always resolved against `tracing-actix-web`.
2021-10-27 09:26:59 +01:00
fakeshadow
07deaadd7b
add optional auth extractor implement. (#205) 2021-10-26 21:10:22 +01:00
Rob Ede
477b0f8f06
prepare actix-protobuf release 0.7.0-beta.2 httpauth-v0.6.0-beta.3 session-v0.5.0-beta.3 identity-v0.4.0-beta.3 protobuf-v0.7.0-beta.2 redis-v0.10.0-beta.3 2021-10-21 18:30:33 +01:00
Rob Ede
0999159877
prepare actix-identity release 0.4.0-beta.3 2021-10-21 18:30:03 +01:00
Rob Ede
7737da83e8
prepare actix-redis release 0.10.0-beta.3 2021-10-21 17:59:05 +01:00
Rob Ede
c6edb2a48a
prepare actix-session release 0.5.0-beta.3 2021-10-21 17:37:00 +01:00
Rob Ede
5d82b4e1e2
prepare actix-web-httpauth release 0.6.0-beta.3 2021-10-21 16:10:09 +01:00
Rob Ede
45643d4035
fix cors expose_any_header behavior (#204) cors-v0.6.0-beta.3 2021-10-21 15:47:56 +01:00
Chiu-Hsiang Hsu
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
LukeMathWalker
c08c3c3c9b (cargo-release) version 0.4.0-beta.15 2021-10-21 09:49:50 +01:00
LukeMathWalker
8d0ab6fcef Prepare release 2021-10-21 09:49:42 +01:00
Russ Weas
cf8622fcf0
Use http response for determining status code on errors (#46)
* Use HTTP responses to determine status code for errors

* Move response.status() call in-line

* Added comment, small refactor
2021-10-21 09:47:48 +01:00
Riley
032b7cd48f
Bump actix-web (#47) 2021-10-21 09:47:27 +01:00
Rob Ede
627fe96be0
bump msrv to 1.52.1 2021-10-19 01:49:39 +01:00
Luca Palmieri
d0f2075ce9
Implement Clone for CookieSession. (#201) 2021-10-18 13:03:14 +01:00
Luca Palmieri
a08b96529f
Add flash message crate. (#202) 2021-10-16 18:03:36 +01:00
Thales
1261557dc9
protobuf: Update prost to 0.8 (Fixes CI on nightly) (#197)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-11 19:56:15 +01:00
Rob Ede
798a5d6d0e
add actix-ip-filter to community libs 2021-10-11 02:55:15 +01:00
Rob Ede
051929ab47
use cargo resolver 2 2021-10-11 02:55:15 +01:00
LukeMathWalker
56022d577a (cargo-release) version 0.4.0-beta.14 2021-10-10 13:25:35 +01:00
LukeMathWalker
be29e11990 Prepare release 2021-10-10 13:25:19 +01:00
Paul Butler
89033602e2
Fix docs.rs links (#41)
* fix docs.rs links in readme

* fix accidentally removed link
2021-10-10 13:24:06 +01:00
Brian Rogers
331ab70224
Change http.status_code to i32 (#43)
Fixes #42
2021-10-10 13:23:06 +01:00