Skip to content

Commit 4a8ea27

Browse files
authored
Add changelog for 0.5.0 (#107)
1 parent 1373365 commit 4a8ea27

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

.asf.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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+

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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)

0 commit comments

Comments
 (0)