Skip to content

Releases: aio-libs/aiohttp-session

aiohttp_session 0.2.0 release

07 Sep 18:25
Compare
Choose a tag to compare

Changes

  • Added session.created property #14
  • Replaced PyCrypto with crypthography library #16

aiohttp_session 0.1.2 release

07 Aug 12:53
Compare
Choose a tag to compare

Changes

Fixed installation by adding manifest file.

Release 0.1.1

20 Apr 09:51
Compare
Choose a tag to compare

Bugfix release, fixes #7: stop cookie name growing each time session is saved

Release 0.1.0

13 Apr 22:59
Compare
Choose a tag to compare

The first "official" release.

The library has docs and tests, published on PyPI.

If you need for user session support in aiohttp.web -- try it and enjoy!

Release 0.0.1

01 Apr 09:51
Compare
Choose a tag to compare

The first aoihttp_session release

The library has encrypted and redis storages for saving user session. The code is test covered but docs are still missing.