Releases: aio-libs/aiohttp-session
Releases · aio-libs/aiohttp-session
2.12.1
v2.12.0
- Migrated from
aioredis
toredis
(if using redis without installing
aiohttp-session[aioredis]
then it will be necessary to manually installredis
).
v2.11.0
- Support initialising
EncryptedCookieStorage
withFernet
object directly. - Fix an issue where the session would get reset before the cookie expiry.
v2.10.0
- Typing support
- Add samesite cookie option
- Support aioredis 2
aiohttp-session 2.7.0 release
aiohttp-session 2.6.0 release
Changes
- Create a new session if
NaClCookieStorage
cannot decode a
corrupted cookie #317
aiohttp-session 2.5.1 release
Bugfix release to repair broken PyPI upload process
aiohttp-session 2.5.0 release
Changes
- Add an API for requesting new session explicitly #281
aiohttp-session 2.4.0 release
Changes
- Fix a bug for session fixation #272
aiohttp-session 2.3.0 release
Changes
- Support custom encoder and decoder by all storages #252
- Bump to aiohttp 3.0