- Greater Flask support - Added ability for local DynamoDB development
0.4.2
- Added `DynamoDBSessionInterface`.
0.4.1
- Saved Session Expiry is UTC aware. - SqlAlchemySessionInterface is using VARCHAR(255) to store session id now - SqlAlchemySessionInterface won't run `db.create_all` anymore - Docker Compose instructions for local testing - JSON Serializer instead of Pickle
0.4
[Hard Fork of orphaned repo at https://github.com/fengsp/flask-session]
0.3
- SqlAlchemySessionInterface is using LargeBinary type to store data now - Fixed MongoDBSessionInterface delete method not found - Fixed TypeError when getting store_id using a signer
0.2.3
- Fixed signing failure in Python 3.x - Fixed MongoDBSessionInterface failure in Python 3.x - Fixed SqlAlchemySessionInterface failure in Python 3.x - Fixed StrictRedis support