2018-01-23 19:06:43 +01:00
|
|
|
# Changes
|
|
|
|
|
2020-09-11 17:26:15 +02:00
|
|
|
## Unreleased - 2020-xx-xx
|
2020-09-13 05:28:08 +02:00
|
|
|
|
|
|
|
|
|
|
|
## 0.9.1 - 2020-09-12
|
2020-09-12 18:30:09 +02:00
|
|
|
* Enforce minimum redis-async version of 0.6.3 to workaround breaking patch change.
|
2020-09-11 22:22:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
## 0.9.0 - 2020-09-11
|
2020-09-11 17:26:15 +02:00
|
|
|
* Update `actix-web` dependency to 3.0.0.
|
|
|
|
* Minimize `futures` dependency.
|
2020-05-21 10:17:56 +02:00
|
|
|
|
2020-03-29 14:36:01 +02:00
|
|
|
|
2020-09-11 22:22:55 +02:00
|
|
|
## 0.9.0-alpha.2 - 2020-05-17
|
2020-05-17 04:08:46 +02:00
|
|
|
* Add `cookie_http_only` functionality to RedisSession builder, setting this
|
2020-03-29 14:36:01 +02:00
|
|
|
to false allows JavaScript to access cookies. Defaults to true.
|
2020-05-17 04:08:46 +02:00
|
|
|
* Change type of parameter of ttl method to u32.
|
|
|
|
* Update `actix` to 0.10.0-alpha.3
|
|
|
|
* Update `tokio-util` to 0.3
|
2020-05-17 04:34:00 +02:00
|
|
|
* Minimum supported Rust version(MSRV) is now 1.40.0.
|
|
|
|
|
2020-03-15 08:54:35 +01:00
|
|
|
|
2020-09-11 22:22:55 +02:00
|
|
|
## 0.9.0-alpha.1 - 2020-03-28
|
2020-03-15 08:54:35 +01:00
|
|
|
* Update `actix` to 0.10.0-alpha.2
|
|
|
|
* Update `actix-session` to 0.4.0-alpha.1
|
|
|
|
* Update `actix-web` to 3.0.0-alpha.1
|
|
|
|
* Update `time` to 0.2.9
|
|
|
|
|
2020-09-11 22:22:55 +02:00
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.8.1 - 2020-02-18
|
2020-02-18 00:11:36 +01:00
|
|
|
* Move `env_logger` dependency to dev-dependencies and update to 0.7
|
2020-02-18 00:01:26 +01:00
|
|
|
* Update `actix_web` to 2.0.0 from 2.0.0-rc
|
|
|
|
* Move repository to actix-extras
|
|
|
|
|
2019-12-20 17:09:08 +01:00
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.8.0 - 2019-12-20
|
2019-12-20 17:09:08 +01:00
|
|
|
* Release
|
|
|
|
|
2019-12-15 18:46:03 +01:00
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.8.0-alpha.1 - 2019-12-16
|
2019-12-15 18:46:03 +01:00
|
|
|
* Migrate to actix 0.9
|
|
|
|
|
2019-09-25 14:42:49 +02:00
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.7.0 - 2019-09-25
|
2019-09-25 14:42:49 +02:00
|
|
|
* added cache_keygen functionality to RedisSession builder, enabling support for
|
|
|
|
customizable cache key creation
|
|
|
|
|
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.6.1 - 2019-07-19
|
2019-07-19 10:10:23 +02:00
|
|
|
* remove ClonableService usage
|
2019-07-11 21:19:22 +02:00
|
|
|
* added comprehensive tests for session workflow
|
|
|
|
|
2019-07-04 12:10:03 +02:00
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.6.0 - 2019-07-08
|
2019-07-08 13:15:20 +02:00
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
2020-09-12 01:52:55 +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
|
|
|
|
|
|
|
|
2020-09-12 01:52:55 +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
|
|
|
|
|
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.4.0 - 2018-05-08
|
2018-05-08 19:12:57 +02:00
|
|
|
* Actix web 0.6 compatibility
|
|
|
|
|
2018-04-10 21:20:24 +02:00
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.3.0 - 2018-04-10
|
2018-04-10 21:20:24 +02:00
|
|
|
* Actix web 0.5 compatibility
|
|
|
|
|
2018-02-28 17:05:44 +01:00
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.2.0 - 2018-02-28
|
2018-02-28 17:05:44 +01:00
|
|
|
* Use resolver actor from actix
|
|
|
|
* Use actix web 0.5
|
|
|
|
|
2018-01-23 19:06:43 +01:00
|
|
|
|
2020-09-12 01:52:55 +02:00
|
|
|
## 0.1.0 - 2018-01-23
|
2018-01-23 19:06:43 +01:00
|
|
|
* First release
|