v0.4.0
What's Changed
Breaking Changes
- Sessions are serialized and deserialized from stores directly and
SessionRecordis removed. - Expiration time has been replaced with an expiry type. #60
- Drop session-prefix from session types. #62
- The session
modifiedmethod is renamed tois_modified. - Session active semantic is now defined by stores and the
activemethod removed. #65 and #69 - Service now contains session configuration and
CookieConfigis removed. #67 - Deletion task is now provided via the
deletion-taskfeature flag. #70
Full Changelog: v0.3.3...v0.4.0