Skip to content

Releases: aio-libs/aiohttp-session

2.12.1

25 Sep 15:15
d912231
Compare
Choose a tag to compare
  • Minor typing fix for aiohttp 3.10+.
  • Dropped support for Python 3.7. Started testing on 3.11 - 3.13.

v2.12.0

28 Oct 23:57
4cedef7
Compare
Choose a tag to compare
  • Migrated from aioredis to redis (if using redis without installing
    aiohttp-session[aioredis] then it will be necessary to manually install redis).

v2.11.0

31 Jan 23:30
af05608
Compare
Choose a tag to compare
  • Support initialising EncryptedCookieStorage with Fernet object directly.
  • Fix an issue where the session would get reset before the cookie expiry.

v2.10.0

30 Dec 16:49
4864913
Compare
Choose a tag to compare
  • Typing support
  • Add samesite cookie option
  • Support aioredis 2

aiohttp-session 2.7.0 release

12 Oct 21:36
Compare
Choose a tag to compare

Changes

  • Reset a session if the session age > max_age (#331)

  • Reset a session on TTL expiration for EncryptedCookieStorage (#326)

aiohttp-session 2.6.0 release

12 Sep 13:36
Compare
Choose a tag to compare

Changes

  • Create a new session if NaClCookieStorage cannot decode a
    corrupted cookie #317

aiohttp-session 2.5.1 release

12 May 09:29
Compare
Choose a tag to compare

Bugfix release to repair broken PyPI upload process

aiohttp-session 2.5.0 release

12 May 08:19
Compare
Choose a tag to compare

Changes

  • Add an API for requesting new session explicitly #281

aiohttp-session 2.4.0 release

04 May 10:43
Compare
Choose a tag to compare

Changes

  • Fix a bug for session fixation #272

aiohttp-session 2.3.0 release

13 Feb 09:26
Compare
Choose a tag to compare

Changes

  • Support custom encoder and decoder by all storages #252
  • Bump to aiohttp 3.0