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

182 Commits

Author SHA1 Message Date
3cdc0b9d18 fix badges 2020-01-30 01:22:11 +00:00
aac1158304 merge project metadata 2020-01-30 00:31:25 +00:00
e05b153039 Merge branch 'redis' 2020-01-29 12:02:32 +00:00
849a85fba8 Merge branch 'proto' 2020-01-29 12:02:28 +00:00
e1f99b0b9a Merge branch 'httpauth' 2020-01-29 12:02:17 +00:00
022f329b4f initial commit 2020-01-29 11:44:22 +00:00
b4267818de move files into module 2020-01-29 11:42:35 +00:00
dbd52a48a4 move to own module 2020-01-29 11:42:13 +00:00
2c216e471e move redis to own module 2020-01-29 11:41:40 +00:00
3ed6519c0c Update changelog (#13) 2020-01-25 02:45:24 +09:00
71e2f682e2 Update example (#12)
* Update example

* Check example's build on CI

* Update README
2020-01-25 02:39:32 +09:00
777990d575 Update dependencies and bump up version to 0.5 (#11)
* Bump up bytes to 0.5

* Update example's dependencies

* Bump up version to 0.5
2020-01-24 15:41:57 +09:00
fe2cc9bf4a Bump up prost to 0.6.0 (#10) 2020-01-16 01:48:33 +09:00
c4b3ef64c2 Prepare release for 0.4.0 (#21)
* Prepare release for 0.4.0

* Update CHANGELOG.md
2020-01-15 00:03:23 +09:00
8dd2c77165 Make the lint stricter (#20)
* Make the lint stricter

* Add explicit lifetimes

* Allow `needless_doctest_main`
2020-01-14 13:31:20 +09:00
d757f44557 Remove description() (#19)
* Remove `description()`

It has been deprecated.
2020-01-11 22:12:11 +09:00
4d9fb6825c Update bytes to 0.5 and base64 to 0.11 (#18)
* Update bytes to 0.5 and base64 to 0.11

* Update changelog
2020-01-10 05:57:42 +09:00
cfaa307d47 Cache build to decrease CI time (#17) 2020-01-09 17:51:53 +09:00
b4508baf7e Run CI with GitHub Actions (#16)
* Run CI with GitHub Actions

* Remove benchmarks for now

* Check MSRV
2020-01-07 18:08:00 +09:00
deb1508d2f Cleanup documentation and metadata (#15) 2020-01-07 13:54:46 +09:00
d83cbc8542 Support actix-web 2.x (#14) 2020-01-07 01:00:43 +09:00
2225642c6d Merge pull request #8 from JohnTitor/actix-web-2
Migrate to actix-web 2.0.0 and std::future
2020-01-03 16:59:29 +09:00
d7387ca5b5 Tweak CI 2020-01-02 04:34:26 +09:00
06a2499071 Update CHANGES.md 2020-01-02 04:26:17 +09:00
fe2553474e Run rustfmt 2020-01-02 04:22:52 +09:00
0eeda4c398 Migrate to actix-web v2 2020-01-02 03:55:17 +09:00
342c711bad Make crate 2018 edition 2020-01-02 01:04:00 +09:00
8f6a00324e Merge pull request #37 from pandaman64/patch-1
bump actix-web version
2019-12-26 11:18:39 +04:00
73e70bd249 bump actix-web version 2019-12-26 15:47:31 +09:00
2e1d98a4be update readme 2019-12-20 22:11:38 +06:00
9b0a0f451b update actix; prep release 2019-12-20 22:09:08 +06:00
8f97550c7a Merge pull request #36 from Dowwie/master
turned inner methods into async ones
2019-12-20 14:01:16 +06:00
26aa3d447a removed FutureExt import 2019-12-18 15:08:08 -05:00
2d6ff41563 removed map combinators 2019-12-18 15:07:47 -05:00
512fe9c0e0 cleaned up obvious syntax issue 2019-12-18 13:56:12 -05:00
bef5dfd90d removed the unused import of Either 2019-12-16 11:51:59 -05:00
2c5679f498 turned inner methods into async ones 2019-12-16 11:43:35 -05:00
d3819b7588 add ResponseError for redis Error 2019-12-16 10:57:34 +06:00
4d50ce9d2e remove unused deps 2019-12-16 10:26:35 +06:00
45956b1510 update actix ver 2019-12-16 07:59:09 +06:00
616e42dedc fix example 2019-12-16 00:04:47 +06:00
25a2546933 migrate to actix 0.9 2019-12-15 23:46:03 +06:00
7fb3024ee2 prepare new release 2019-10-03 19:12:13 +09:00
789f2d1b21 Merge pull request #6 from kathampy/master
Upgrade to `prost-0.5` and `prost-derive-0.5`; `dyn Future` warning
2019-10-02 17:35:51 +09:00
62e9d32b3e Changed to Box<dyn Future<>> to remove warning 2019-10-01 13:58:06 +05:30
8f7f190783 Upgrade to prost-0.5.0 and prost-derive-0.5.0 2019-10-01 13:54:26 +05:30
9f64a38e17 Fix clippy warnings (#31) 2019-09-30 09:19:24 +09:00
505254f7cf Merge pull request #33 from Dowwie/master
updated version of crate, CHANGES.md, documented cache_keygen method,…
2019-09-25 09:26:13 -04:00
468118a8ee updated version of crate, CHANGES.md, documented cache_keygen method, ready for release 2019-09-25 08:42:49 -04:00
7f7962663d Merge pull request #32 from Dowwie/master
introduced configurable cache_key strategy. updated some deps
2019-09-25 08:14:05 -04:00