Skip to content

Releases: aio-libs/aiohttp-session

aiohttp-session 2.2.0 release

31 Jan 11:29
Compare
Choose a tag to compare

Changes

  • Fixed the formatting of an error handling bad middleware return types. #249

aiohttp-session 2.1.0

24 Nov 10:25
Compare
Choose a tag to compare

Changes

  • Add session.set_new_identity() method for changing identity for a
    new session #236

aiohttp-session 2.0.1

22 Nov 07:54
Compare
Choose a tag to compare

Changes

  • Replace assertions in aioredis installation checks by RuntimeError #235

aiohttp-session 2.0.0

21 Nov 09:36
Compare
Choose a tag to compare

Changes

  • Update to aioredis 1.0+. The aiohttp-session 2.0 is not compatible
    with aioredis 0.X #234

aiohttp-session 1.2.0

06 Nov 16:23
Compare
Choose a tag to compare

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

13 Sep 18:12
Compare
Choose a tag to compare

Changes

  • Add key_factory attribute for redis_storage #205

aiohttp-session 1.0.0

27 Jul 11:58
Compare
Choose a tag to compare

Changes

  • Catch decoder exception in RedisStorage on data load #175

  • Specify domain and path on cookie deletion #171

aiohttp_session 0.5.0 release

21 Feb 22:17
Compare
Choose a tag to compare

0.5.0 (2016-02-21)

  • Handle cryptography.fernet.InvalidToken exception by providing an
    empty session #29

aiohttp_session 0.4.0 release

05 Jan 23:16
Compare
Choose a tag to compare

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

20 Nov 14:01
Compare
Choose a tag to compare

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