Skip to content

v0.4.0

Choose a tag to compare

@maxcountryman maxcountryman released this 31 Oct 16:57

What's Changed

Breaking Changes

  • Sessions are serialized and deserialized from stores directly and SessionRecord is removed.
  • Expiration time has been replaced with an expiry type. #60
  • Drop session-prefix from session types. #62
  • The session modified method is renamed to is_modified.
  • Session active semantic is now defined by stores and the active method removed. #65 and #69
  • Service now contains session configuration and CookieConfig is removed. #67
  • Deletion task is now provided via the deletion-task feature flag. #70

Full Changelog: v0.3.3...v0.4.0