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:41:50 UTC

[skywalking-python] branch master updated: Add changelog for 0.5.0 (#107)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a8ea27  Add changelog for 0.5.0 (#107)
4a8ea27 is described below

commit 4a8ea272838f11d7b053c998a8e9b25e819d8158
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Thu Dec 24 09:41:30 2020 +0800

    Add changelog for 0.5.0 (#107)
---
 .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)