From 19b1e33b288cac4732ba355e27f6d273cc49ff7c Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Thu, 24 Dec 2020 08:57:41 +0800 Subject: [PATCH] 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 817a1e4c..63461a5a 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 073587c7..b204c44e 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)