Rob Ede
f2339971cd
chore(actix-session): prepare release 0.10.0
2024-08-07 00:57:54 +01:00
dependabot[bot]
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
Rob Ede
52e58610e4
chore: share repo and website
2024-06-20 02:18:37 +01:00
Rob Ede
023158cfa8
chore: move lints to manifest
2024-06-20 02:14:35 +01:00
dependabot[bot]
abf75eeb06
build(deps): update redis requirement from 0.24 to 0.25 ( #412 )
...
* build(deps): update redis requirement from 0.24 to 0.25
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.24.0...redis-0.25.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* refactor(session): rename TLS features
---------
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-06-09 22:29:13 +00:00
Rob Ede
8b4e8ea34e
chore(actix-session): prepare release 0.9.0
2024-01-11 04:27:56 +00:00
dependabot[bot]
819f45106f
build(deps): update redis requirement from 0.23 to 0.24 ( #373 )
...
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.23.0...redis-0.24.0 )
---
updated-dependencies:
- dependency-name: redis
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-11 16:52:47 +00:00
Rob Ede
6caf37cedd
chore(actix-limitation): prepare release 0.5.1
2023-09-16 03:36:29 +01:00
Rob Ede
bafd8179ff
chore: fix actix web feature specs
2023-09-16 03:35:56 +01:00
Rob Ede
3fad53211a
chore(actix-limitation): prepare release 0.5.0
2023-09-16 03:29:58 +01:00
Rob Ede
9e31f5b306
chore(actix-session): prepare release 0.8.0
2023-09-16 03:28:31 +01:00
dependabot[bot]
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
Rob Ede
aaedb9c625
MSRV 1.68 ( #328 )
2023-09-16 00:30:38 +01:00
Rob Ede
75386f4a1d
ensure docs.rs builds all crates with all features
2023-04-11 12:22:28 +01:00
Rob Ede
77ee27b4ae
inline workspace package properties
...
msrv needs to be 1.64
2023-03-23 11:40:54 +00:00
Rob Ede
ad1f15eb18
centralize msrv and edition specs
2023-03-22 21:17:30 +00:00
Rob Ede
fe4d3d366d
Update redis dependency to 0.22
2023-01-07 01:15:26 +00:00
Rob Ede
e9428ba261
update env_logger dev dep
2023-01-07 01:08:01 +00:00
Rob Ede
9a3b410409
prepare actix-limitation release 0.4.0
2022-09-11 00:06:57 +01:00
Raphael C
32313c0af6
Limitation: custom key from closure ( #281 )
...
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-09-10 23:02:54 +00:00
Rob Ede
f39a64f526
prepare actix-limitation release 0.3.0
2022-07-11 02:05:40 +01:00
Rob Ede
e0ffd4e592
bump uuid dev dep
2022-07-09 19:58:42 +01:00
Rob Ede
97ee544057
update limitation's session version
2022-07-09 19:55:53 +01:00
Rob Ede
1830f66dca
revert session dep in limitation
2022-07-09 19:29:01 +01:00
Rob Ede
c52ea7a5d2
prepare actix-session release 0.7.0
2022-07-09 19:03:28 +01:00
Rob Ede
5fdc4d8990
prepare actix-limitation release 0.2.0
2022-03-22 15:36:51 +00:00
Rob Ede
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
Rob Ede
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