mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-23 07:14:35 +01:00
updated version to 0.7 and added comments to CHANGES.md
This commit is contained in:
parent
48ddb76915
commit
1d1ff66063
11
CHANGES.md
11
CHANGES.md
@ -1,5 +1,16 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
|
||||||
|
## 0.7.0 (2019-xx-xx)
|
||||||
|
|
||||||
|
* Upgraded logic that evaluates session state, including new SessionStatus field,
|
||||||
|
and introduced ``session.renew()`` and ``session.purge()`` functionality.
|
||||||
|
Use ``renew()`` 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.
|
||||||
|
Use ``purge()`` at logout to invalidate the session cookie and remove the
|
||||||
|
session's redis cache entry.
|
||||||
|
|
||||||
|
|
||||||
## 0.6.0 (2019-05-18)
|
## 0.6.0 (2019-05-18)
|
||||||
|
|
||||||
* actix-web 1.0.0 compatibility
|
* actix-web 1.0.0 compatibility
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-redis"
|
name = "actix-redis"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Redis integration for actix framework"
|
description = "Redis integration for actix framework"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user