Releases: AscendingCreations/AxumSessionAuth
Releases · AscendingCreations/AxumSessionAuth
v0.15.0
What's Changed
- (Breaking) Axum 0.8.1
- fixing link to axum_session_redispool by @arthmis in #29
- fixbug:change the logic of NoneOf in auth::Right::evaluate by @cuiihaoo in #31
- Change cache hit/miss traces from warn level to debug level by @jhoobergs in #33
New Contributors
- @arthmis made their first contribution in #29
- @cuiihaoo made their first contribution in #31
- @jhoobergs made their first contribution in #33
Full Changelog: v0.14.0...v0.15.0
v0.14.0
v0.12.0
Changed
- (Breaking) Updated to Axum_session 0.12.0
- added tracing for debugging.
- Fixed the return to not be an unwrap if session doesn't exist.
v0.11.0
Updated to AxumSession 0.11.0 for RedisPool 0.3.0.
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- (breaking) updated to axum_session 0.10
- (breaking) updated to axum 0.7
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Changed
- Updated axum_session to 0.9.0.
- Made AuthStatus Publically visiable
Added
- sync_user_id function to Session.
- StaleUser to AuthStatus Enum.
Fixed
- Config session_id is no longer ignored for login and logout.
Full Changelog: v0.8.0...v0.9.0
v0.8.0
updated to newest axum_session and added some advanced features behind the feature keyword.
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Full Changelog: v0.4.0...v0.6.0
v0.4.0
What's Changed
- Updated Cargo.toml and README to reflect updated surrealdb (to beta.10) by @Atila-M-Schrieber in #18
New Contributors
- @Atila-M-Schrieber made their first contribution in #18
Full Changelog: v0.3.0...v0.4.0