This repository has been archived by the owner on Feb 18, 2020. It is now read-only.
Releases: actix/actix-redis
Releases · actix/actix-redis
Actix redis v0.8.0
Actix redis v0.7
Changes
- added cache_keygen functionality to RedisSession builder, enabling support for
customizable cache key creation
Actix redis v0.6.1
Changes
-
remove ClonableService usage
-
added comprehensive tests for session workflow
Actix redis v0.6.0
Changes
-
actix-web 1.0.0 compatibility
-
Upgraded logic that evaluates session state, including new SessionStatus field,
and introducedsession.renew()
andsession.purge()
functionality.
Userenew()
to cycle the session key at successful login.renew()
keeps a
session's state while replacing the old cookie and session key with new ones.
Usepurge()
at logout to invalidate the session cookie and remove the
session's redis cache entry.
Actix redis 0.5.1
Changes
- Use cookie 0.11
Actix-redis 0.5.0
Changes
-
Session cookie configuration
-
Actix/Actix-web 0.7 compatibility
Actix redis 0.4.0
Changes
- Actix web 0.6 compatibility
Actix redis 0.3.0
Changes
- Actix web 0.5 compatibility
Actix redis 0.2.0
Changes
-
Use resolver actor from actix
-
Use actix 0.5
Actix redis 0.1.0
Changes
- First release