# HG changeset patch # User Thierry Florac # Date 1593599852 -7200 # Node ID 76e8fa9c551626d2e68173a076764d798281d130 # Parent 57ede88e05a1e4c269e7b8408218027061650694 Version 0.1.5 diff -r 57ede88e05a1 -r 76e8fa9c5516 buildout.cfg --- a/buildout.cfg Wed Jul 01 12:36:21 2020 +0200 +++ b/buildout.cfg Wed Jul 01 12:37:32 2020 +0200 @@ -56,4 +56,4 @@ eggs = pyams_apm [test] [versions] -pyams_apm = 0.1.4.2 +pyams_apm = 0.1.5 diff -r 57ede88e05a1 -r 76e8fa9c5516 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Jul 01 12:36:21 2020 +0200 +++ b/docs/HISTORY.txt Wed Jul 01 12:37:32 2020 +0200 @@ -1,6 +1,10 @@ History ======= +0.1.5 +----- + - updated Chamelon instrumentation + 0.1.4.2 ------- - imports cleanup diff -r 57ede88e05a1 -r 76e8fa9c5516 docs/README.txt --- a/docs/README.txt Wed Jul 01 12:36:21 2020 +0200 +++ b/docs/README.txt Wed Jul 01 12:37:32 2020 +0200 @@ -15,6 +15,8 @@ see PyAMS_content package), but many features are generic and can be used inside any kind of web application. +All PyAMS documentation is available on `ReadTheDocs `_ + What is PyAMS_apm ? =================== diff -r 57ede88e05a1 -r 76e8fa9c5516 setup.py --- a/setup.py Wed Jul 01 12:36:21 2020 +0200 +++ b/setup.py Wed Jul 01 12:37:32 2020 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.4.2' +version = '0.1.5' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 57ede88e05a1 -r 76e8fa9c5516 src/pyams_apm.egg-info/PKG-INFO --- a/src/pyams_apm.egg-info/PKG-INFO Wed Jul 01 12:36:21 2020 +0200 +++ b/src/pyams_apm.egg-info/PKG-INFO Wed Jul 01 12:37:32 2020 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-apm -Version: 0.1.4 +Version: 0.1.5 Summary: PyAMS Elasticsearch APM integration package Home-page: http://hg.ztfy.org/pyams/pyams_apm Author: Thierry Florac @@ -23,6 +23,8 @@ see PyAMS_content package), but many features are generic and can be used inside any kind of web application. + All PyAMS documentation is available on `ReadTheDocs `_ + What is PyAMS_apm ? =================== @@ -36,6 +38,23 @@ History ======= + 0.1.5 + ----- + - updated Chamelon instrumentation + + 0.1.4.2 + ------- + - imports cleanup + + 0.1.4.1 + ------- + - added Pylint and Gitlab-CI configuration files + - code cleaning + + 0.1.4 + ----- + - updated view name in APM tween + 0.1.3 ----- - added instrumentation for LDAP Connection.open and Connection.get_response methods call diff -r 57ede88e05a1 -r 76e8fa9c5516 src/pyams_apm.egg-info/requires.txt --- a/src/pyams_apm.egg-info/requires.txt Wed Jul 01 12:36:21 2020 +0200 +++ b/src/pyams_apm.egg-info/requires.txt Wed Jul 01 12:37:32 2020 +0200 @@ -1,5 +1,5 @@ setuptools -elasticapm +elastic-apm pyramid [test]