mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
[actix-session/redis-rs] Catch server-driven disconnections and prevent a user-visible issue via a retry (#235)
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
@ -2,10 +2,12 @@
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
- Implement `SessionExt` for `GuardContext`. [#234]
|
||||
- `RedisSessionStore` will prevent connection timeouts from causing user-visible errors. [#235]
|
||||
- Do not leak internal implementation details to callers when errors occur. [#236]
|
||||
|
||||
|
||||
[#234]: https://github.com/actix/actix-extras/pull/234
|
||||
[#236]: https://github.com/actix/actix-extras/pull/236
|
||||
[#235]: https://github.com/actix/actix-extras/pull/235
|
||||
|
||||
|
||||
## 0.6.1 - 2022-03-21
|
||||
|
Reference in New Issue
Block a user