You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yi...@apache.org on 2023/04/29 19:09:47 UTC

[skywalking-website] branch release-python1.0.1 updated: Release Python 1.0.1

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

yihaochen pushed a commit to branch release-python1.0.1
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/release-python1.0.1 by this push:
     new 0f0d55defae Release Python 1.0.1
0f0d55defae is described below

commit 0f0d55defae57a6d942032fc60fda4f826308063
Author: Superskyyy <Su...@outlook.com>
AuthorDate: Sat Apr 29 15:09:42 2023 -0400

    Release Python 1.0.1
---
 .../index.md                                       | 34 ++++++++++++++++++++++
 data/docs.yml                                      |  4 +--
 data/releases.yml                                  | 16 +++++-----
 3 files changed, 44 insertions(+), 10 deletions(-)

diff --git a/content/events/release-apache-skywalking-python-1-0-1/index.md b/content/events/release-apache-skywalking-python-1-0-1/index.md
new file mode 100644
index 00000000000..72d401cecde
--- /dev/null
+++ b/content/events/release-apache-skywalking-python-1-0-1/index.md
@@ -0,0 +1,34 @@
+---
+title: "Release Apache SkyWalking Python 1.0.1"
+date: 2023-04-29
+author: SkyWalking Team
+description: "Release Apache SkyWalking Python 1.0.1."
+---
+
+SkyWalking Python 1.0.1 is released! Go to [downloads](/downloads) page to find release tars.
+
+**PyPI Wheel**: https://pypi.org/project/apache-skywalking/1.0.1/
+
+**DockerHub Image**: https://hub.docker.com/r/apache/skywalking-python
+
+- **Upgrading from v1.0.0 to v1.0.1 is strongly encouraged**
+    - **This is a critical performance-oriented patch to address a CPU surge reported in https://github.com/apache/skywalking/issues/10672**
+
+- Feature:
+  - Add a new workflow to push docker images for arm64 and amd64 (#297)
+
+- Plugins:
+  - Optimize loguru reporter plugin.(#302)
+
+- Fixes:
+  - Fix sw8 loss when use aiohttp (#299, issue#10669)
+  - **Critical**: Fix a bug that leads to high cpu usage (#300, issue#10672)
+
+- Others:
+  - Use Kraft mode in E2E Kafka reporter tests (#303)
+
+## New Contributors
+* @Forstwith made their first contribution in https://github.com/apache/skywalking-python/pull/299
+* @FAWC438 made their first contribution in https://github.com/apache/skywalking-python/pull/300
+
+**Full Changelog**: https://github.com/apache/skywalking-python/compare/v1.0.0...v1.0.1
\ No newline at end of file
diff --git a/data/docs.yml b/data/docs.yml
index 91a4e1f040d..268c7ba5f5f 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -103,9 +103,9 @@
       docs:
         - version: Next
           link: /docs/skywalking-python/next/readme/
-        - version: v1.0.0
+        - version: v1.0.1
           link: /docs/skywalking-python/next/readme/
-          commitId: 1803a71bf242b8a13474c51550118f51c420762a
+          commitId: 4717e1b66da9fd9025ef8e7f5f9bab1c4b1e409e
 
     - name: NodeJS Agent
       icon: nodejs-agent
diff --git a/data/releases.yml b/data/releases.yml
index 4be082c1bb8..f635abe2bbd 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -262,21 +262,21 @@
       icon: python-agent
       description: The Python Agent for Apache SkyWalking, which provides the native tracing/metrics/logging/profiling abilities for Python projects.
       source:
-        - version: v1.0.0
-          date: Feb. 22nd, 2023
+        - version: v1.0.1
+          date: Apr. 29th, 2023
           downloadLink:
             - name: src
-              link: https://www.apache.org/dyn/closer.cgi/skywalking/python/1.0.0/skywalking-python-src-1.0.0.tgz
+              link: https://www.apache.org/dyn/closer.cgi/skywalking/python/1.0.1/skywalking-python-src-1.0.1.tgz
             - name: asc
-              link: https://downloads.apache.org/skywalking/python/1.0.0/skywalking-python-src-1.0.0.tgz.asc
+              link: https://downloads.apache.org/skywalking/python/1.0.1/skywalking-python-src-1.0.1.tgz.asc
             - name: sha512
-              link: https://downloads.apache.org/skywalking/python/1.0.0/skywalking-python-src-1.0.0.tgz.sha512
+              link: https://downloads.apache.org/skywalking/python/1.0.1/skywalking-python-src-1.0.1.tgz.sha512
       distribution:
-        - version: v1.0.0
-          date: Feb. 22nd, 2023
+        - version: v1.0.1
+          date: Apr. 29th, 2023
           downloadLink:
             - name: Install via pip
-              link: https://pypi.org/project/apache-skywalking/1.0.0/
+              link: https://pypi.org/project/apache-skywalking/1.0.1/
 
     - name: NodeJS Agent
       icon: nodejs-agent