You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/24 01:01:03 UTC

[skywalking-python] 01/01: Add changelog for 0.5.0

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch rel/0.5.0
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit 19b1e33b288cac4732ba355e27f6d273cc49ff7c
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Dec 24 08:57:41 2020 +0800

    Add changelog for 0.5.0
---
 .asf.yaml    |  4 +---
 CHANGELOG.md | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 817a1e4..63461a5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,6 +35,4 @@ github:
         strict: true
         contexts:
           - CheckStatus
-      required_pull_request_reviews:
-        dismiss_stale_reviews: true
-        required_approving_review_count: 1
+
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 073587c..b204c44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
 ## Change Logs
 
+### 0.5.0
+
+- New plugins
+    - Pyramid Plugin (#102)
+    - AioHttp Plugin (#101)
+    - Sanic Plugin (#91)
+
+- API and enhancements
+    - `@trace` decorator supports `async` functions
+    - Supports async task context
+    - Optimized path trace ignore
+    - Moved exception check to `Span.__exit__`
+    - Moved Method & Url tags before requests
+
+- Fixes:
+    - `BaseExceptions` not recorded as errors
+    - Allow pending data to send before exit
+    - `sw_flask` general exceptions handled
+    - Make `skywalking` logging Non-global
+
+- Chores and tests
+    - Make tests really run on specified Python version
+    - Deprecate 3.5 as it's EOL
+
 ### 0.4.0
 
 - Feature: Support Kafka reporter protocol (#74)