All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- cache hit/miss traces from warn level to debug level @jhoobergs
- (Breaking) Updated to Axum Session 0.14.0
- (Breaking) Updated to Axum Session 0.13.0
- Multiple Cache Existing due to Service fn getting called per async thread. In older versions please Disable cache unless you upgrade to this version.
- (Breaking) Updated to Axum_session 0.12.0
- added tracing for debugging.
- Fixed the return to not be an unwrap if session doesnt exist.
- (Breaking) Updated to Axum_session 0.11.0 for Redis_pool 0.3
- Documents not building.
- (Breaking) Updated to axum_session 0.10.0
- (Breaking) Updated to axum 0.7
- (Breaking) merged all surreal features under a single surreal feature
- Updated axum_session to 0.9.0.
- Made AuthStatus Publically visiable
- sync_user_id function to Session.
- StaleUser to AuthStatus Enum.
- Config session_id is no longer ignored for login and logout.
- Updated axum_session to 0.8.0.
- Added
AuthStatus
,AuthSession::is_logged_in()
,AuthSession::reload_user
andAuthSession::update_user_expiration
. - Features locked behind an advanced feature.
- Updated axum_session to 0.7.0.
- Removed uneeded clone.
- Updated axum_session to 0.6.0.
- Updated axum_session to 0.5.0.
- Updated axum_session to 0.4.0.
- Updated github link to renamed repo.
- Updated to axum_session 0.3.0.
- RUSTSEC-2020-0071 from chrono. (damccull)
- Updated to axum_session 0.2.0.
- Added Surrealdb features.
- Initial rename and release.