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

24 Commits

Author SHA1 Message Date
4b3f87e915 build(deps): update redis requirement from 0.28 to 0.29 (#510)
* build(deps): update redis requirement from 0.28 to 0.29

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.28.0...redis-0.29.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deadpool-redis to 0.20

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2025-03-11 02:38:37 +00:00
3f7a479a76 chore: update redis dependency to 0.28 2025-02-23 18:42:55 +00:00
2ede588693 build(deps): update redis requirement from 0.26 to 0.27 (#463)
* build(deps): update redis requirement from 0.26 to 0.27

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.26.0...redis-0.27.2)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update changelogs

* ci: fix doc

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-10-11 13:10:39 +00:00
0c0d13be12 docs: update session dependants changelogs 2024-08-07 01:05:57 +01:00
2de4b1886c build(deps): update redis requirement from 0.25 to 0.26 (#451)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-07-30 12:05:02 +01:00
6caf37cedd chore(actix-limitation): prepare release 0.5.1 2023-09-16 03:36:29 +01:00
3fad53211a chore(actix-limitation): prepare release 0.5.0 2023-09-16 03:29:58 +01:00
9e31f5b306 chore(actix-session): prepare release 0.8.0 2023-09-16 03:28:31 +01:00
b737452294 Update redis requirement from 0.22 to 0.23 (#334)
* Update redis requirement from 0.22 to 0.23

Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.22.0...redis-0.23.3)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-09-16 00:30:20 +00:00
aaedb9c625 MSRV 1.68 (#328) 2023-09-16 00:30:38 +01:00
fe4d3d366d Update redis dependency to 0.22 2023-01-07 01:15:26 +00:00
6848312467 prettier markdown changelogs 2023-01-07 01:02:02 +00:00
9a3b410409 prepare actix-limitation release 0.4.0 2022-09-11 00:06:57 +01:00
32313c0af6 Limitation: custom key from closure (#281)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-09-10 23:02:54 +00:00
a623c50e9c Limitation: display and handle client error (#280)
* feat(limitation): display and handle client error

* feat(limitation): handle other count errors

* feat: add middleware errors catch changes to changelog

Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-08-28 20:49:14 +01:00
7d932cd540 bump msrv to 1.59 2022-08-28 20:30:32 +01:00
7c3c9357e0 fix expose all headers (#273)
* fix expose all headers

* update changelog
2022-08-07 20:56:33 +01:00
6e79465362 make RateLimiter non-exhaustive 2022-07-31 03:03:43 +01:00
f39a64f526 prepare actix-limitation release 0.3.0 2022-07-11 02:05:40 +01:00
d5dc087e93 remove Limiter builder lifetime 2022-07-11 02:05:22 +01:00
97ee544057 update limitation's session version 2022-07-09 19:55:53 +01:00
5fdc4d8990 prepare actix-limitation release 0.2.0 2022-03-22 15:36:51 +00:00
977e3141c9 limitation clean up (#232)
* add license links to -limitation

* move tests to inline mod

* use cow str for limiter parameters

* add docs to all limitation items

* rename builder methods

* fix ignored tests

* update changelog

* fix ci
2022-03-20 00:40:34 +00:00
bb553b2308 adopt actix-limitation crate (#229)
* import code from actix-limitation master branch

* fix compilation

* update legal info

* fix compile errors

* ignore failing tests

* remove futures dep

* add changelog

* update readme

* fix doc test example
2022-03-18 17:00:33 +00:00