2018-01-23 19:06:43 +01:00
|
|
|
# Changes
|
|
|
|
|
2019-07-11 21:19:22 +02:00
|
|
|
## 0.6.1 (2019-07-11)
|
|
|
|
|
|
|
|
* added comprehensive tests for session workflow
|
|
|
|
|
2019-07-04 12:10:03 +02:00
|
|
|
|
2019-07-08 13:15:20 +02:00
|
|
|
## 0.6.0 (2019-07-08)
|
|
|
|
|
|
|
|
* actix-web 1.0.0 compatibility
|
2019-07-04 12:10:03 +02:00
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
2019-05-18 20:24:26 +02:00
|
|
|
|
2018-08-02 20:35:34 +02:00
|
|
|
## 0.5.1 (2018-08-02)
|
|
|
|
|
2018-08-02 20:42:41 +02:00
|
|
|
* Use cookie 0.11
|
2018-08-02 20:35:34 +02:00
|
|
|
|
|
|
|
|
2018-07-20 23:54:50 +02:00
|
|
|
## 0.5.0 (2018-07-21)
|
|
|
|
|
2018-07-20 23:58:14 +02:00
|
|
|
* Session cookie configuration
|
|
|
|
|
2018-07-20 23:54:50 +02:00
|
|
|
* Actix/Actix-web 0.7 compatibility
|
|
|
|
|
|
|
|
|
2018-05-08 19:12:57 +02:00
|
|
|
## 0.4.0 (2018-05-08)
|
|
|
|
|
|
|
|
* Actix web 0.6 compatibility
|
|
|
|
|
2018-04-10 21:20:24 +02:00
|
|
|
## 0.3.0 (2018-04-10)
|
|
|
|
|
|
|
|
* Actix web 0.5 compatibility
|
|
|
|
|
2018-02-28 17:05:44 +01:00
|
|
|
## 0.2.0 (2018-02-28)
|
|
|
|
|
|
|
|
* Use resolver actor from actix
|
|
|
|
|
|
|
|
* Use actix web 0.5
|
|
|
|
|
2018-01-23 19:06:43 +01:00
|
|
|
## 0.1.0 (2018-01-23)
|
|
|
|
|
|
|
|
* First release
|