Beaker v1.11.0 Release Notes
Release Date: 2019-08-26 // over 5 years ago-
- ๐ Fixed cookie path option not being properly set (
self._path
was removed, onlyself.path
exists) - Documented
SameSite
option - ๐ Fixed cookie expiration being localised when it shouldn't.
- ๐ Fixed cookie path option not being properly set (
Previous changes from v1.10.1
-
- ๐ Fix issue with Redis namespace manager TTL
- ๐ Fix for SameSite cookie option not being set in some cases
- ๐ Fix for memcached tests on Python3