Unreleased
FilesystemSessionStore
tries to createpath
if the specified location does not exist. :pr:`66`- Support for Werkzeug version 2.1.0+ (PR nr to be determined)
Released 2021-08-17
- Drop Python 2 and 3.5 support. :pr:`62`
- Replace
posixemulation
from Werkzeug withos.replace
. :issue:`12`
Released 2020-02-26
- Extracted from Werkzeug 0.15.
- Dropped support for Python 3.4.
SessionMiddleware
setssecure_cookie.session
in the environ instead ofwerkzeug.session
.FilesystemSessionStore
uses the filename templatesecure_cookie_%s.session
instead ofwerkzeug_%s.sess
.SecureCookie.serialization_method
isjson
instead ofpickle
. To upgrade existing tokens, overrideunquote
to trypickle
ifjson
fails.