* Minor typing fix for aiohttp 3.10+. * Dropped support for Python 3.7. Started testing on 3.11 - 3.13.
2.12.0
===================
* Migrated from `aioredis` to `redis` (if using redis without installing `aiohttp-session[aioredis]` then it will be necessary to manually install `redis`).
2.11.0
===================
* Support initialising `EncryptedCookieStorage` with `Fernet` object directly. * Fix an issue where the session would get reset before the cookie expiry.
2.10.0
===================
* Typing support * Add samesite cookie option * Support aioredis 2
2.9.0
==================
* Fix memcached expiring time (398)
2.8.0
==================
* Make this compatible with Python 3.7+. Import from collections.abc, instead of from collections. (373)