Releases: aio-libs/aiohttp-session
Releases · aio-libs/aiohttp-session
aiohttp-session 2.2.0 release
Changes
- Fixed the formatting of an error handling bad middleware return types. #249
aiohttp-session 2.1.0
Changes
- Add
session.set_new_identity()
method for changing identity for a
new session #236
aiohttp-session 2.0.1
Changes
- Replace assertions in aioredis installation checks by
RuntimeError
#235
aiohttp-session 2.0.0
Changes
- Update to aioredis 1.0+. The aiohttp-session 2.0 is not compatible
with aioredis 0.X #234
aiohttp-session 1.2.0
1.2.0 (2017-11-06)
- Add MemcachedStorage #224
1.1.0 (2017-11-03)
- Upgrade middleware to new style from aiohttp 2.3+
aiohttp-session 1.0.1
Changes
- Add key_factory attribute for redis_storage #205
aiohttp-session 1.0.0
aiohttp_session 0.5.0 release
0.5.0 (2016-02-21)
- Handle cryptography.fernet.InvalidToken exception by providing an
empty session #29
aiohttp_session 0.4.0 release
Changes
- Add optional NaCl encrypted storage #20
- Relax EncryptedCookieStorage to accept base64 encoded string,
e.g. generated by Fernet.generate_key. - Add setup() function
- Save the session even on exception in the middleware chain
aiohttp_session 0.3.0
aiohttp_session 0.3.0 release
The only reason for publishing new version is adding support for Python 3.5 and dropping Python 3.3