Beaker v1.11.0 Release Notes

Release Date: 2019-08-26 // almost 7 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