Changes¶
Version 0.3.0¶
Unreleased
FilesystemSessionStoretries to createpathif the specified location does not exist. #66Support for Werkzeug version 2.1.0+ (PR nr to be determined)
Version 0.2.0¶
Released 2021-08-17
Version 0.1.0¶
Released 2020-02-26
Extracted from Werkzeug 0.15.
Dropped support for Python 3.4.
SessionMiddlewaresetssecure_cookie.sessionin the environ instead ofwerkzeug.session.FilesystemSessionStoreuses the filename templatesecure_cookie_%s.sessioninstead ofwerkzeug_%s.sess.SecureCookie.serialization_methodisjsoninstead ofpickle. To upgrade existing tokens, overrideunquoteto trypickleifjsonfails.