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/09/13 02:42:02 UTC

[skywalking-website] branch rel/py/0.7.0 created (now 8a875ea)

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

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


      at 8a875ea  Add event for Python agent 0.7.0

This branch includes the following new commits:

     new 8a875ea  Add event for Python agent 0.7.0

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-website] 01/01: Add event for Python agent 0.7.0

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

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

commit 8a875ea55eb2183645741b499eefd4783e87b421
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Sep 13 10:41:51 2021 +0800

    Add event for Python agent 0.7.0
---
 .../index.md                                       | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/content/events/release-apache-skywalking-python-0-7-0/index.md b/content/events/release-apache-skywalking-python-0-7-0/index.md
new file mode 100644
index 0000000..98b5207
--- /dev/null
+++ b/content/events/release-apache-skywalking-python-0-7-0/index.md
@@ -0,0 +1,35 @@
+---
+title: "Release Apache SkyWalking Python 0.7.0"
+date: 2021-09-13
+author: SkyWalking Team
+description: "Release Apache SkyWalking Python 0.7.0."
+---
+
+SkyWalking Python 0.7.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+- Feature:
+  - Support collecting and reporting logs to backend (#147)
+  - Support profiling Python method level performance (#127
+  - Add a new `sw-python` CLI that enables agent non-intrusive integration (#156)
+  - Add exponential reconnection backoff strategy when OAP is down (#157)
+  - Support ignoring traces by http method (#143)
+  - `NoopSpan` on queue full, propagation downstream (#141)
+  - Support agent namespace. (#126)
+  - Support secure connection option for GRPC and HTTP (#134)
+
+- Plugins:
+  - Add Falcon Plugin (#146)
+  - Update `sw_pymongo.py` to be compatible with cluster mode (#150)
+  - Add Python celery plugin (#125)
+  - Support tornado5+ and tornado6+ (#119)
+
+- Fixes:
+  - Remove HTTP basic auth credentials from log, stacktrace, segment (#152)
+  - Fix `@trace` decorator not work (#136)
+  - Fix grpc disconnect, add `SW_AGENT_MAX_BUFFER_SIZE` to control buffer queue size (#138)
+
+- Others:
+  - Chore: bump up `requests` version to avoid license issue (#142)
+  - Fix module `wrapt` as normal install dependency (#123)
+  - Explicit component inheritance (#132)
+  - Provide dockerfile & images for easy integration in containerized scenarios (#159)