File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Release $next
22=============
33
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
414
515Release 1.8.1 (2016-10-24)
616==========================
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 4444# built documents.
4545#
4646# The short X.Y version.
47- version = '1.8 '
47+ version = '1.9 '
4848# The full version, including alpha/beta/rc tags.
49- release = '1.8.1 '
49+ release = '1.9.0 '
5050
5151# The language for content autogenerated by Sphinx. Refer to documentation
5252# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments