15
0
forked from pool/python-Beaker

Accepting request 428016 from home:TheBlackCat:branches:devel:languages:python

Update to version 1.8.0

OBS-URL: https://build.opensuse.org/request/show/428016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=29
This commit is contained in:
Todd R
2016-09-15 23:28:13 +00:00
committed by Git OBS Bridge
parent cdabdf27dc
commit a2341f8509
4 changed files with 21 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Sep 15 22:14:25 UTC 2016 - toddrme2178@gmail.com
- Update to version 1.8.0
* Encrypted sessions can now specify nonce length for salt
generation through encrypt_nonce_bits parameter. set it to 48
for backward compatibility with sessions generated before 1.8.0
* kwargs support in @cache_region decorator
* annotations support in @cache_region decorator
* data_serializer parameter in Session can now specify json to
avoid pickle security issues
* Invalid cookies are now skipped in cookie based sessions
* Memcached based on PyLibMC now share same connection pool for
same url
-------------------------------------------------------------------
Sat Apr 25 18:36:03 UTC 2015 - benoit.monin@gmx.fr