Skip to content

Releases: maxcountryman/tower-sessions

v0.2.3

08 Oct 19:32
Compare
Choose a tag to compare

What's Changed

  • Fix setting of modified in replace_if_equal.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

08 Oct 00:14
Compare
Choose a tag to compare

What's Changed

  • Lift Debug constraint on CachingSessionStore.
  • Run caching store save and load ops concurrently. #25

Full Changelog: v0.2.1...v0.2.2

v0.2.1

02 Oct 19:32
Compare
Choose a tag to compare

What's Changed

  • Fix clearing session's data is not persisted. #22

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Oct 16:52
Compare
Choose a tag to compare

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