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 2022/07/10 03:13:00 UTC

[skywalking-website] 01/01: Release Python agent 0.8.0

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

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

commit 5cbc7cf5bc97c926a55ca7f0d5c027eba6cfb15c
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sun Jul 10 03:11:17 2022 +0000

    Release Python agent 0.8.0
---
 .../index.md                                       | 52 ++++++++++++++++++++++
 data/docs.yml                                      |  6 +--
 data/releases.yml                                  | 18 ++++----
 3 files changed, 64 insertions(+), 12 deletions(-)

diff --git a/content/events/release-apache-skywalking-python-0-8-0/index.md b/content/events/release-apache-skywalking-python-0-8-0/index.md
new file mode 100644
index 0000000000..5bf3c235dd
--- /dev/null
+++ b/content/events/release-apache-skywalking-python-0-8-0/index.md
@@ -0,0 +1,52 @@
+---
+title: "Release Apache SkyWalking Python 0.8.0"
+date: 2022-07-10
+author: SkyWalking Team
+description: "Release Apache SkyWalking Python 0.8.0."
+---
+
+SkyWalking Python 0.8.0 is released. Go to [downloads](/downloads) page to find release tars.
+
+- Feature:
+  - Update mySQL plugin to support two different parameter keys. (#186)
+  - Add a `SW_AGENT_LOG_REPORTER_SAFE_MODE` option to control the HTTP basic auth credential filter (#200)
+
+- Plugins:
+  - Add Psycopg(3.x) support (#168)
+  - Add MySQL support (#178)
+  - Add FastAPI support (#181)
+  - Drop support for flask 1.x due to dependency issue in Jinja2 and EOL (#195)
+  - Add Bottle support (#214)
+
+- Fixes:
+  - Spans now correctly reference finished parents (#161)
+  - Remove potential password leak from Aiohttp outgoing url (#175)
+  - Handle error when REMOTE_PORT is missing in Flask (#176)
+  - Fix sw-rabbitmq TypeError when there are no headers (#182)
+  - Fix agent bootstrap traceback not shown in sw-python CLI (#183)
+  - Fix local log stack depth overridden by agent log formatter (#192)
+  - Fix typo that cause user sitecustomize.py not loaded (#193)
+  - Fix instance property wrongly shown as UNKNOWN in OAP (#194)
+  - Fix multiple components inconsistently named on SkyWalking UI (#199)
+  - Fix SW_AGENT_LOGGING_LEVEL not properly set during startup (#196)
+  - Unify the http tag name with other agents (#208)
+  - Remove namespace to instance properties and add pid property (#205)
+  - Fix the properties are not set correctly (#198)
+  - Improved ignore path regex (#210)
+  - Fix sw_psycopg2 register_type() (#211)
+  - Fix psycopg2 register_type() second arg default (#212)
+  - Enhance Traceback depth (#206)
+  - Set spans whose http code > 400 to error (#187)
+
+- Docs:
+  - Add a FAQ doc on `how to use with uwsgi` (#188)
+
+- Others:
+  - Refactor current Python agent docs to serve on SkyWalking official website (#162)
+  - Refactor SkyWalking Python to use the CLI for CI instead of legacy setup (#165)
+  - Add support for Python 3.10 (#167)
+  - Move flake configs all together (#169)
+  - Introduce another set of flake8 extensions (#174)
+  - Add E2E test coverage for trace and logging (#199)
+  - Now Log reporter `cause_exception_depth` traceback limit defaults to 10
+  - Enable faster CI by categorical parallelism (#170)
diff --git a/data/docs.yml b/data/docs.yml
index e0bfae0cc0..f1785ee835 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -92,9 +92,9 @@
       docs:
         - version: latest
           link: /docs/skywalking-python/latest/readme/
-        - version: v0.7.0
-          link: /docs/skywalking-python/v0.7.0/readme/
-          commitId: 652d7bda5185ea3b4ecd590a80526f4808319bcf
+        - version: v0.8.0
+          link: /docs/skywalking-python/v0.8.0/readme/
+          commitId: 5c0b30f4f4588262d329676a545e48ed403905ba
 
     - name: NodeJS Agent
       icon: nodejs-agent
diff --git a/data/releases.yml b/data/releases.yml
index 0ccdfdfa60..f284f9c7ef 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -211,21 +211,21 @@
       icon: python-agent
       description: The Python Agent for Apache SkyWalking, which provides the native tracing abilities for Python.
       source:
-        - version: v0.7.0
-          date: Sep. 13th, 2021
+        - version: v0.8.0
+          date: Jul. 10th, 2022
           downloadLink:
             - name: src
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/python/0.7.0/skywalking-python-src-0.7.0.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/python/0.8.0/skywalking-python-src-0.8.0.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/python/0.7.0/skywalking-python-src-0.7.0.tgz.asc
+              link: https://downloads.apache.org/skywalking/python/0.8.0/skywalking-python-src-0.8.0.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/python/0.7.0/skywalking-python-src-0.7.0.tgz.sha512
+              link: https://downloads.apache.org/skywalking/python/0.8.0/skywalking-python-src-0.8.0.tgz.sha512
       distribution:
-        - version: v0.7.0
-          date: Sep. 13th, 2021
+        - version: v0.8.0
+          date: Sep. 13th, 2022
           downloadLink:
             - name: Install via pip
-              link: https://pypi.org/project/apache-skywalking/0.7.0/
+              link: https://pypi.org/project/apache-skywalking/0.8.0/
 
     - name: NodeJS Agent
       icon: nodejs-agent
@@ -310,7 +310,7 @@
               link: https://downloads.apache.org/skywalking/satellite/1.0.0/apache-skywalking-satellite-1.0.0-bin.tgz.asc
             - name: sha512
               link: https://downloads.apache.org/skywalking/satellite/1.0.0/apache-skywalking-satellite-1.0.0-bin.tgz.sha512
-    
+
     - name: Kubernetes Event Exporter
       icon: kubernetes
       description: Watch, filter, and send Kubernetes events into Apache SkyWalking.