What's Changed
* Refactor middleware for readability. by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/19
* Improve typings, add --strict to mypy by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/20
* Drop python 3.6 support, add 3.11-dev to CI by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/21
* Extract exceptions into separate module. by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/24
* Redis backend style refactor by RamiAwar in https://github.com/alex-oleshkevich/starsessions/pull/23
* Change Backend.write sigrature to always require session ID. by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/32
* Change Backend.write sigrature to always require session ID. by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/34
* Change Backend.write sigrature to always require session ID. by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/35
* Remove Session class. by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/36
* Add session autoloader middleware. by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/37
* Change Backend.write sigrature to always require session ID. by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/43
* Change Backend.write sigrature to always require session ID. by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/44
* Replace redis_key_func with prefix argument by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/45
* Rename Backend to Store by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/46
* Rename middleware arguments by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/47
* Add rolling sessions by alex-oleshkevich in https://github.com/alex-oleshkevich/starsessions/pull/48
**Full Changelog**: https://github.com/alex-oleshkevich/starsessions/compare/v1.3.0...v2.0.0