File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
Release $next
2
2
=============
3
3
4
+ Release 1.9.0 (2017-06-19)
5
+ ==========================
6
+
7
+ * Beaker now provides builtin ``ext:mongodb`` and ``ext:redis`` namespace managers.
8
+ Both come with a Synchronizer implemented on the storage backend instead of relying on file one.
9
+ * Fixed an issue where cookie options like ``Secure``, ``Domain`` and so on where lost.
10
+ * Improved support for cache entries expiration. NamespaceManagers that support it will expire their key automatically.
11
+ * Pycryptodome can be used instead of pycrypto.
12
+ * An issue with ``Cookie`` module import on case insensitive file systems should have been resolved.
13
+ * Cryptography module is now as a crypto function provider instead of pycrypto
4
14
5
15
Release 1.8.1 (2016-10-24)
6
16
==========================
Original file line number Diff line number Diff line change 1
- __version__ = '1.8.1 '
1
+ __version__ = '1.9.0 '
Original file line number Diff line number Diff line change 44
44
# built documents.
45
45
#
46
46
# The short X.Y version.
47
- version = '1.8 '
47
+ version = '1.9 '
48
48
# The full version, including alpha/beta/rc tags.
49
- release = '1.8.1 '
49
+ release = '1.9.0 '
50
50
51
51
# The language for content autogenerated by Sphinx. Refer to documentation
52
52
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments