We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed3043 commit befbae2Copy full SHA for befbae2
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Change Logs
2
3
+### 0.6.0
4
+
5
+- Fixes:
6
+ - Segment data loss when gRPC timing out. (#116)
7
+ - `sw_tornado` plugin async handler status set correctly. (#115)
8
+ - `sw_pymysql` error when connection haven't db. (#113)
9
10
### 0.5.0
11
12
- New plugins
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name="apache-skywalking",
28
- version="0.5.0",
+ version="0.6.0",
29
description="Python Agent for Apache SkyWalking",
30
long_description=README,
31
long_description_content_type="text/markdown",
0 commit comments