Skip to content

v0.2.0

Compare
Choose a tag to compare
@maxcountryman maxcountryman released this 01 Oct 16:52
· 177 commits to main since this release

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 with set_expiration_time and set_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