Skip to content

Commit 8819c85

Browse files
committedFeb 21, 2019
Version 1.10.1
1 parent f091c41 commit 8819c85

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎CHANGELOG

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

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+
29
Release 1.10.0 (2018-06-04)
3-
==========================
10+
===========================
411

512
* Redis namespace manager now supports providing a TTL for session entries that had a ``timeout`` provided.
613
This will remove the need to manually clear expired sessions from the redis storage.

‎beaker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.10.0'
1+
__version__ = '1.10.1'

0 commit comments

Comments
 (0)