Beaker v1.11.0 Release Notes

Release Date: 2019-08-26 // over 4 years ago
    • ๐Ÿ›  Fixed cookie path option not being properly set (self._path was removed, only self.path exists)
    • Documented SameSite option
    • ๐Ÿ›  Fixed cookie expiration being localised when it shouldn't.

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