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 2021/03/26 06:40:21 UTC

[skywalking-python] branch rel/0.6.0 created (now d4a7763)

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

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


      at d4a7763  chore: bump up version and draft release note

This branch includes the following new commits:

     new d4a7763  chore: bump up version and draft release note

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-python] 01/01: chore: bump up version and draft release note

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d4a77633fd86354db989169e08cd401578fcdf1a
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Mar 26 14:40:09 2021 +0800

    chore: bump up version and draft release note
---
 CHANGELOG.md | 7 +++++++
 setup.py     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b204c44..4747ec6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 ## Change Logs
 
+### 0.6.0
+
+- Fixes:
+    - Segment data loss when gRPC timing out. (#116)
+    - `sw_tornado` plugin async handler status set correctly. (#115)
+    - `sw_pymysql` error when connection haven't db. (#113)
+
 ### 0.5.0
 
 - New plugins
diff --git a/setup.py b/setup.py
index 295dd5c..c7a9086 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ README = (HERE / "README.md").read_text()
 
 setup(
     name="apache-skywalking",
-    version="0.5.0",
+    version="0.6.0",
     description="Python Agent for Apache SkyWalking",
     long_description=README,
     long_description_content_type="text/markdown",