File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,4 @@ github:
3535 strict : true
3636 contexts :
3737 - CheckStatus
38- required_pull_request_reviews :
39- dismiss_stale_reviews : true
40- required_approving_review_count : 1
38+
Original file line number Diff line number Diff line change 11## Change Logs
22
3+ ### 0.5.0
4+
5+ - New plugins
6+ - Pyramid Plugin (#102 )
7+ - AioHttp Plugin (#101 )
8+ - Sanic Plugin (#91 )
9+
10+ - API and enhancements
11+ - ` @trace ` decorator supports ` async ` functions
12+ - Supports async task context
13+ - Optimized path trace ignore
14+ - Moved exception check to ` Span.__exit__ `
15+ - Moved Method & Url tags before requests
16+
17+ - Fixes:
18+ - ` BaseExceptions ` not recorded as errors
19+ - Allow pending data to send before exit
20+ - ` sw_flask ` general exceptions handled
21+ - Make ` skywalking ` logging Non-global
22+
23+ - Chores and tests
24+ - Make tests really run on specified Python version
25+ - Deprecate 3.5 as it's EOL
26+
327### 0.4.0
428
529- Feature: Support Kafka reporter protocol (#74 )
You can’t perform that action at this time.
0 commit comments