Skip to content

Commit decee1f

Browse files
committed
Version 1.10.0
1 parent a3207af commit decee1f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
Release 1.10.0 (2018-06-04)
3+
==========================
4+
5+
* Redis namespace manager now supports providing a TTL for session entries that had a ``timeout`` provided.
6+
This will remove the need to manually clear expired sessions from the redis storage.
7+
* ``nsscrypto`` backend is now properly identified as providing AES support.
8+
* When a crypto backend doesn't support AES it will no longer crash if the ``encrypt_key`` is ``None``.
9+
* Session cookies will now provide support for ``SameSite`` through the ``samesite`` option.
10+
By default this will be ``Lax``, but can be set to ``Strict`` or ``None`` to disable it.
11+
212
Release 1.9.1 (2018-04-09)
313
==========================
414

beaker/__init__.py

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

0 commit comments

Comments
 (0)