1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

prepare actix-session release

This commit is contained in:
Nikolay Kim
2019-07-08 23:25:51 +06:00
parent e1fcd203f8
commit f410f3330f
4 changed files with 22 additions and 18 deletions

View File

@ -1,12 +1,12 @@
# Changes
## [0.2.0] - 2019-07-03
## [0.2.0] - 2019-07-08
* Enhanced ``actix-session`` to facilitate state changes. Use ``Session.renew()``
at successful login to cycle a session (new key/cookie but keeps state).
Use ``Session.purge()`` at logout to invalid a session cookie (and remove
Use ``Session.purge()`` at logout to invalid a session cookie (and remove
from redis cache, if applicable).
## [0.1.1] - 2019-06-03
* Fix optional cookie session support