v0.9.0
版本发布时间: 2023-11-14 02:48:25
AscendingCreations/AxumSession最新发布版本:v0.14.0(2024-04-13 03:01:13)
What's Changed
- Add SessionAnyPool by @smessmer in https://github.com/AscendingCreations/AxumSession/pull/71
- __HOST- appending to increase Security to cookies on supported browsers. Off by default. This will Append __HOST- to the front of cookie names. You must Set the Domain in order to enable this or cookies will not get Set.
- (Breaking) SessionMode::Storable Renamed to SessionMode::OptIn.
- (Breaking) SessionMode::Always Renamed to SessionMode::Persistent.
- (Breaking) Renamed with_storable_name to with_store_name.
New Contributors
- @smessmer made their first contribution in https://github.com/AscendingCreations/AxumSession/pull/71
Full Changelog: https://github.com/AscendingCreations/AxumSession/compare/v0.8.0...v0.9.0