File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
12
Release 1.9.1 (2018-04-09)
3
13
==========================
4
14
Original file line number Diff line number Diff line change 1
- __version__ = '1.9.1 '
1
+ __version__ = '1.10.0 '
You can’t perform that action at this time.
0 commit comments