AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Fix build without Python 2 present.
- only recommend installation of package python-python-memcached
- version update to 1.11.0 * 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.
- Actually for working around gh#bbangert/beaker#172 it is enough to rm -fv tests/test.db, because the test suite apparently doesn't clean up after itself.
- Ignore test_database tests to avoid gh#bbangert/beaker#172
- Update to 1.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 * Redis namespace manager now supports providing a TTL for session entries that had a ``timeout`` provided. This will remove the need to manually clear expired sessions from the redis storage. * ``nsscrypto`` backend is now properly identified as providing AES support. * When a crypto backend doesn't support AES it will no longer crash if the ``encrypt_key`` is ``None``. * Session cookies will now provide support for ``SameSite`` through the ``samesite`` option. By default this will be ``Lax``, but can be set to ``Strict`` or ``None`` to disable it.