# HG changeset patch # User Thierry Florac # Date 1542377652 -3600 # Node ID 303598d5bca77cd9ac628b8eeecedd4d5a8597ee # Parent 98f4a311c1eaf5adecbc7c84461a3b5ce7c7c6e0 Version 0.1.3 diff -r 98f4a311c1ea -r 303598d5bca7 docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Nov 09 10:41:35 2018 +0100 +++ b/docs/HISTORY.txt Fri Nov 16 15:14:12 2018 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.3 +----- + - added instrumentation for LDAP Connection.open and Connection.get_response methods call + 0.1.2 ----- - updated LDAP module search span diff -r 98f4a311c1ea -r 303598d5bca7 src/pyams_apm.egg-info/PKG-INFO --- a/src/pyams_apm.egg-info/PKG-INFO Fri Nov 09 10:41:35 2018 +0100 +++ b/src/pyams_apm.egg-info/PKG-INFO Fri Nov 16 15:14:12 2018 +0100 @@ -1,12 +1,11 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: pyams-apm -Version: 0.1.2 +Version: 0.1.3 Summary: PyAMS Elasticsearch APM integration package Home-page: http://hg.ztfy.org/pyams/pyams_apm Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL -Description-Content-Type: UNKNOWN Description: PyAMS APM ========= @@ -15,6 +14,10 @@ History ======= + 0.1.3 + ----- + - added instrumentation for LDAP Connection.open and Connection.get_response methods call + 0.1.2 ----- - updated LDAP module search span @@ -34,3 +37,4 @@ Classifier: Programming Language :: Python Classifier: Framework :: Pyramid Classifier: Topic :: Software Development :: Libraries :: Python Modules +Provides-Extra: test