First public preview release.
Fixed MongoDB backend InvalidDocument Error.
- Added
SqlAlchemySessionInterface
. - Added support for cookie session id signing.
- Various bugfixes.
Fixed signing failure.
Added support for non-permanent session.
- Fixed signing failure in Python 3.x
- Fixed MongoDBSessionInterface failure in Python 3.x
- Fixed SqlAlchemySessionInterface failure in Python 3.x
- Fixed StrictRedis support
- SqlAlchemySessionInterface is using LargeBinary type to store data now
- Fixed MongoDBSessionInterface delete method not found
- Fixed TypeError when getting store_id using a signer
- SqlAlchemySessionInterface is using VARCHAR(255) to store session id now
- SqlAlchemySessionInterface won't run
db.create_all
anymore
- Changed
werkzeug.contrib.cache
tocachelib
- Added support for
SESSION_COOKIE_SAMESITE