1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-31 03:20:20 +02:00

prepare actix-redis release 0.10.0-beta.4

This commit is contained in:
Rob Ede
2021-12-12 19:12:46 +00:00
parent 863d0b114b
commit 360fd890dc
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
## 0.10.0-beta.4 - 2021-12-12
* A session will be created in Redis if and only if there is some data inside the session state. This reduces the performance impact of `RedisSession` on routes that do not leverage sessions. [#207]
* Update `actix-web` dependency to `4.0.0.beta-14`. [#209]