We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f091c41 commit 8819c85Copy full SHA for 8819c85
CHANGELOG
@@ -1,6 +1,13 @@
1
2
+Release 1.10.1 (2019-02-21)
3
+===========================
4
+
5
+* Fix issue with Redis namespace manager TTL
6
+* Fix for SameSite cookie option not being set in some cases
7
+* Fix for memcached tests on Python3
8
9
Release 1.10.0 (2018-06-04)
-==========================
10
11
12
* Redis namespace manager now supports providing a TTL for session entries that had a ``timeout`` provided.
13
This will remove the need to manually clear expired sessions from the redis storage.
beaker/__init__.py
@@ -1 +1 @@
-__version__ = '1.10.0'
+__version__ = '1.10.1'
0 commit comments