From 31d37ae7e7ac2ce2029999a3a99e19bc15f3bb5a Mon Sep 17 00:00:00 2001 From: huawei Date: Sun, 23 Aug 2020 19:03:59 +0800 Subject: [PATCH 1/2] update CHANGELOG --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ddc679..12d23807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ ## Change Logs +### 0.3.0 + +- New plugins + - Urllib3 Plugin (#69) + - Elasticsearch Plugin (#64) + - PyMongo Plugin (#60) + - Rabbitmq Plugin (#53) + - Make plugin compatible with Django (#52) + +- API + - Add process propagation (#67) + - Add tags to decorators (#65) + - Add Check version of packages when install plugins (#63) + - Add thread propagation (#62) + - Add trace ignore (#59) + - Support snapshot context (#56) + - Support correlation context (#55) + +- Chores and tests + - Test: run multiple versions of supported libraries (#66) + - Chore: add pull request template for plugin (#61) + - Chore: add dev doc and reorganize the structure (#58) + - Test: update test health check (#57) + - Chore: add make goal to package release tar ball (#54) + + + ### 0.2.0 - New plugins From 1e788c475d3fb48ce1da65ddd7fc8b3b5d0a468c Mon Sep 17 00:00:00 2001 From: huawei Date: Mon, 24 Aug 2020 22:52:01 +0800 Subject: [PATCH 2/2] update version --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d34faf7..b2e2b0b6 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( name="apache-skywalking", - version="0.2.0", + version="0.3.0", description="Python Agent for Apache SkyWalking", long_description=README, long_description_content_type="text/markdown", @@ -39,6 +39,7 @@ "grpcio", "grpcio-tools", "requests", + "packaging", ], extras_require={ "test": [