v0.2.0
What's Changed
Breaking Changes
- Renamed store error variants for consistency (SqlxStoreError, RedisStoreError). #18
- Moved MySQL
expiration_time
column to `timestamp(6), for microsecond resolution. #14 - Replaced
Session.with_max_age
withset_expiration_time
andset_expiration_time_from_max_age
, allowing applications to control session durations dynamically. #7
Other changes
- Provide layered caching via
CachingSessionStore
#8 - Provide a Moka store #6 (Thank you @and-reas-se!)
- Provide a MongoDB store #5 (Thank you @JustMangoT!)
New Contributors
- @and-reas-se made their first contribution in #6
- @JustMangoT made their first contribution in #5
- @beckend made their first contribution in #19
Full Changelog: v0.1.0...v0.2.0