mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-04 06:02:46 +01:00
prepare actix-session release 0.6.2
This commit is contained in:
parent
04f4934001
commit
4ca3e04929
@ -1,6 +1,9 @@
|
||||
# Changes
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
|
||||
|
||||
## 0.6.2 - 2022-03-25
|
||||
- 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]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-session"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
authors = [
|
||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||
"Luca Palmieri <rust@lpalmieri.com>",
|
||||
|
@ -3,9 +3,9 @@
|
||||
> Session management for Actix Web applications.
|
||||
|
||||
[](https://crates.io/crates/actix-session)
|
||||
[](https://docs.rs/actix-session/0.6.1)
|
||||
[](https://docs.rs/actix-session/0.6.2)
|
||||

|
||||
[](https://deps.rs/crate/actix-session/0.6.1)
|
||||
[](https://deps.rs/crate/actix-session/0.6.2)
|
||||
|
||||
|
||||
## Documentation & Resources
|
||||
|
Loading…
x
Reference in New Issue
Block a user