v2.0.0
alex-oleshkevich
released this
20 Aug 10:07
·
48 commits
to master
since this release
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