Skip to content

Commit 069ae66

Browse files
committed
Version 1.9.0
1 parent 65281e5 commit 069ae66

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release $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

515
Release 1.8.1 (2016-10-24)
616
==========================

beaker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.8.1'
1+
__version__ = '1.9.0'

beaker/docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
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.

0 commit comments

Comments
 (0)