Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Releases: anomaly/vishnu

3.1.0

08 Oct 03:35
Compare
Choose a tag to compare

Adds

3.0.3

16 Jul 05:15
Compare
Choose a tag to compare

3.0.2

02 Nov 03:59
Compare
Choose a tag to compare

Fixes

  • Fixes timeout calculation by switching to datetime.utcnow() instead of datetime.now()

3.0.1

02 Nov 00:51
Compare
Choose a tag to compare

Fixes

  • Fixes issue setting timeout on an already existing session

3.0.0

27 Aug 23:01
Compare
Choose a tag to compare

Adds

  • Adds support for python 3 #33
  • Adds support for pylibmc backend

Drops

  • Drops support for python-memcached backend under python3

2.0.1

25 Jul 01:05
Compare
Choose a tag to compare

Fixes

  • Fixes bug when initializing session with a timeout parameter #35

2.0.0

17 May 05:34
Compare
Choose a tag to compare

Additions and Improvements

  • Vishnu is now compatible with any WSGI application!
  • Improved session configuration
  • Support for multiple backends
    • GAE memcache
    • GAE NDB
    • pymemcache
    • python-memcached
    • redis
  • More extensive unit testing

Fixes

  • Fixes bug where terminating and starting a session within same request fails to send cookie #16

1.0.4

16 Jan 03:38
Compare
Choose a tag to compare

Fixes

  • Fixes expires field not being sent down for persisted sessions

1.0.3

19 Sep 06:32
Compare
Choose a tag to compare

Changes

  • Support for publishing to PyPI
  • Adds pycrypto requirement
  • Converts README to restructured text
  • Unit testing for Cipher

1.0.2

16 Sep 04:41
Compare
Choose a tag to compare

Fixes

  • Minor code cleanup
  • Adds version to __init__.py