This repository was archived by the owner on Mar 16, 2020. It is now read-only.
Releases: anomaly/vishnu
Releases · anomaly/vishnu
3.1.0
Adds
- Adds backend for Google Cloud Datastore
3.0.3
- Migrates to
pycryptodometo fix CVE-2018-6594
3.0.2
Fixes
- Fixes timeout calculation by switching to
datetime.utcnow()instead ofdatetime.now()
3.0.1
Fixes
- Fixes issue setting timeout on an already existing session
3.0.0
2.0.1
2.0.0
Additions and Improvements
- Vishnu is now compatible with any WSGI application!
- Improved session configuration
- Support for multiple backends
- GAE memcache
- GAE NDB
pymemcachepython-memcachedredis
- More extensive unit testing
Fixes
- Fixes bug where terminating and starting a session within same request fails to send cookie #16
1.0.4
Fixes
- Fixes expires field not being sent down for persisted sessions
1.0.3
Changes
- Support for publishing to PyPI
- Adds pycrypto requirement
- Converts README to restructured text
- Unit testing for Cipher
1.0.2
Fixes
- Minor code cleanup
- Adds version to
__init__.py