Version 0.1.14 0.1.14
authorThierry Florac <thierry.florac@onf.fr>
Fri, 27 Apr 2018 10:24:14 +0200
changeset 173 f7e43a680f42
parent 172 8476b679fcab
child 174 2db6735d5416
Version 0.1.14
docs/HISTORY.txt
src/pyams_utils.egg-info/PKG-INFO
src/pyams_utils.egg-info/SOURCES.txt
--- a/docs/HISTORY.txt	Thu Apr 26 16:00:38 2018 +0200
+++ b/docs/HISTORY.txt	Fri Apr 27 10:24:14 2018 +0200
@@ -1,6 +1,13 @@
 Changelog
 =========
 
+0.1.14
+------
+ - updated request_property decorator cache key
+ - updated base site root ACL to grant 'public' permission to everyone
+ - use object ID in default cache key adapter
+ - add cache key adapters for string and persistent objects
+
 0.1.13
 ------
  - added site root factory interface
--- a/src/pyams_utils.egg-info/PKG-INFO	Thu Apr 26 16:00:38 2018 +0200
+++ b/src/pyams_utils.egg-info/PKG-INFO	Fri Apr 27 10:24:14 2018 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-utils
-Version: 0.1.13
+Version: 0.1.14
 Summary: Utility functions and classes for PyAMS
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -48,6 +48,13 @@
         Changelog
         =========
         
+        0.1.14
+        ------
+         - updated request_property decorator cache key
+         - updated base site root ACL to grant 'public' permission to everyone
+         - use object ID in default cache key adapter
+         - add cache key adapters for string and persistent objects
+        
         0.1.13
         ------
          - added site root factory interface
--- a/src/pyams_utils.egg-info/SOURCES.txt	Thu Apr 26 16:00:38 2018 +0200
+++ b/src/pyams_utils.egg-info/SOURCES.txt	Fri Apr 27 10:24:14 2018 +0200
@@ -5,6 +5,7 @@
 src/pyams_utils/__init__.py
 src/pyams_utils/adapter.py
 src/pyams_utils/attr.py
+src/pyams_utils/cache.py
 src/pyams_utils/configure.zcml
 src/pyams_utils/container.py
 src/pyams_utils/context.py