Releases: alex-oleshkevich/starsessions
Releases · alex-oleshkevich/starsessions
v2.2.1
What's Changed
- Explicit Redis connection closing by @alex-oleshkevich in #77
Full Changelog: v.2.2.0...v2.2.1
maintenance release
v.2.2.0 add py3.13 to github actions
v2.1.3
What's Changed
- Update README.md by @alex-oleshkevich in #63
- Add cookie_domain when clearing sessions #65 by @ivandervisevic in #66
New Contributors
- @ivandervisevic made their first contribution in #66
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- allow datetime.timedelta as lifetime value by @alex-oleshkevich in #61
- improve test coverage by @alex-oleshkevich in #62
Full Changelog: v2.1.1...v2.1.2
v2.1.1
update deps
v2.1.0
v2.0.1
Full Changelog: v2.0.0...v2.0.1
v2.0.0-alpha.2
fix grammar
v2.0.0
What's Changed
- Refactor middleware for readability. by @alex-oleshkevich in #19
- Improve typings, add --strict to mypy by @alex-oleshkevich in #20
- Drop python 3.6 support, add 3.11-dev to CI by @alex-oleshkevich in #21
- Extract exceptions into separate module. by @alex-oleshkevich in #24
- Redis backend style refactor by @RamiAwar in #23
- Change Backend.write sigrature to always require session ID. by @alex-oleshkevich in #32
- Change Backend.write sigrature to always require session ID. by @alex-oleshkevich in #34
- Change Backend.write sigrature to always require session ID. by @alex-oleshkevich in #35
- Remove Session class. by @alex-oleshkevich in #36
- Add session autoloader middleware. by @alex-oleshkevich in #37
- Change Backend.write sigrature to always require session ID. by @alex-oleshkevich in #43
- Change Backend.write sigrature to always require session ID. by @alex-oleshkevich in #44
- Replace redis_key_func with prefix argument by @alex-oleshkevich in #45
- Rename Backend to Store by @alex-oleshkevich in #46
- Rename middleware arguments by @alex-oleshkevich in #47
- Add rolling sessions by @alex-oleshkevich in #48
Full Changelog: v1.3.0...v2.0.0
v2.0.0-alpha.1
bump version