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

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

commit 040431aa596f798c6ff917fb7bb01bd8628c6b67
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Mon Jul 22 03:05:22 2024 +0000

    Add release event for python 110
---
 .../index.md                                       | 41 ++++++++++++++++++++++
 data/docs.yml                                      |  6 ++--
 data/releases.yml                                  | 16 ++++-----
 3 files changed, 52 insertions(+), 11 deletions(-)

diff --git a/content/events/release-apache-skywalking-python-1-1-0/index.md 
b/content/events/release-apache-skywalking-python-1-1-0/index.md
new file mode 100644
index 00000000000..841c36ea39a
--- /dev/null
+++ b/content/events/release-apache-skywalking-python-1-1-0/index.md
@@ -0,0 +1,41 @@
+---
+title: "Release Apache SkyWalking Python 1.1.0"
+date: 2024-07-22
+author: SkyWalking Team
+description: "Release Apache SkyWalking Python 1.1.0."
+---
+
+SkyWalking Python 1.1.0 is released! Go to [downloads](/downloads) page to 
find release tars.
+
+**PyPI Wheel**: <https://pypi.org/project/apache-skywalking/1.1.0/>
+
+**DockerHub Image**: <https://hub.docker.com/r/apache/skywalking-python>
+
+## What's Changed
+
+* Fix wrong docker tag name by @kezhenxu94 in 
<https://github.com/apache/skywalking-python/pull/307>
+* Update release doc to reflect new steps by @Superskyyy in 
<https://github.com/apache/skywalking-python/pull/306>
+* Fix unexpected 'No active span' IllegalStateError by @ZEALi in 
<https://github.com/apache/skywalking-python/pull/311>
+* Add Neo4j plugin. by @Jedore in 
<https://github.com/apache/skywalking-python/pull/312>
+* Update README.md to reflect new slack channel by @Superskyyy in 
<https://github.com/apache/skywalking-python/pull/313>
+* Replace Kafka CI image tags to sha by @FAWC438 in 
<https://github.com/apache/skywalking-python/pull/319>
+* Python agent performance enhancement with asyncio by @FAWC438 in 
<https://github.com/apache/skywalking-python/pull/316>
+* loose restrict of greenlet (#3) by @jaychoww in 
<https://github.com/apache/skywalking-python/pull/326>
+* Add support printing TID to logs by @CodePrometheus in 
<https://github.com/apache/skywalking-python/pull/323>
+* Fix psutil dockerfile version constraint by @Superskyyy in 
<https://github.com/apache/skywalking-python/pull/328>
+* Change from pkg_resources to importlib metadata by @shenxiangzhuang in 
<https://github.com/apache/skywalking-python/pull/329>
+* Update NOTICE to 2024 by @Superskyyy in 
<https://github.com/apache/skywalking-python/pull/332>
+* Disable uwsgi e2e by @Superskyyy in 
<https://github.com/apache/skywalking-python/pull/337>
+* Fix unexpected 'decode' AttributeError when MySQLdb module is mapped by 
PyMySQL by @ZEALi in <https://github.com/apache/skywalking-python/pull/336>
+* Add Pulsar plugin by @CodePrometheus in 
<https://github.com/apache/skywalking-python/pull/345>
+* fix(agent): no attribute '_SkyWalkingAgent__log_queue' using kafka plain 
text by @tsonglew in <https://github.com/apache/skywalking-python/pull/343>
+* Bump up version to 1.1.0 by @kezhenxu94 in 
<https://github.com/apache/skywalking-python/pull/347>
+
+## New Contributors
+
+* @CodePrometheus made their first contribution in 
<https://github.com/apache/skywalking-python/pull/323>
+* @shenxiangzhuang made their first contribution in 
<https://github.com/apache/skywalking-python/pull/329>
+* @tsonglew made their first contribution in 
<https://github.com/apache/skywalking-python/pull/343>
+
+**Full Changelog**: 
<https://github.com/apache/skywalking-python/compare/v1.0.1...v1.1.0>
+
diff --git a/data/docs.yml b/data/docs.yml
index fbb5b18cdbb..1bcffba15be 100644
--- a/data/docs.yml
+++ b/data/docs.yml
@@ -118,10 +118,10 @@
           link: /docs/skywalking-python/next/readme/
         - version: Latest
           link: /docs/skywalking-python/latest/readme/
-          commitId: 4717e1b66da9fd9025ef8e7f5f9bab1c4b1e409e
-        - version: v1.0.1
+          commitId: 28602aec01a7f5434c7fe1bd73338cd4478e0761
+        - version: v1.1.0
           link: /docs/skywalking-python/next/readme/
-          commitId: 4717e1b66da9fd9025ef8e7f5f9bab1c4b1e409e
+          commitId: 28602aec01a7f5434c7fe1bd73338cd4478e0761
 
     - name: NodeJS Agent
       icon: nodejs-agent
diff --git a/data/releases.yml b/data/releases.yml
index 0823031aa6b..4e46730c49c 100644
--- a/data/releases.yml
+++ b/data/releases.yml
@@ -213,21 +213,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.1
-          date: Apr. 29th, 2023
+        - version: v1.1.0
+          date: Jul. 22th, 2024
           downloadLink:
             - name: src
-              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/python/1.0.1/skywalking-python-src-1.0.1.tgz
+              link: 
https://www.apache.org/dyn/closer.cgi/skywalking/python/1.1.0/skywalking-python-src-1.1.0.tgz
             - name: asc
-              link: 
https://downloads.apache.org/skywalking/python/1.0.1/skywalking-python-src-1.0.1.tgz.asc
+              link: 
https://downloads.apache.org/skywalking/python/1.1.0/skywalking-python-src-1.1.0.tgz.asc
             - name: sha512
-              link: 
https://downloads.apache.org/skywalking/python/1.0.1/skywalking-python-src-1.0.1.tgz.sha512
+              link: 
https://downloads.apache.org/skywalking/python/1.1.0/skywalking-python-src-1.1.0.tgz.sha512
       distribution:
-        - version: v1.0.1
-          date: Apr. 29th, 2023
+        - version: v1.1.0
+          date: Jul. 22th, 2024
           downloadLink:
             - name: Install via pip
-              link: https://pypi.org/project/apache-skywalking/1.0.1/
+              link: https://pypi.org/project/apache-skywalking/1.1.0/
 
     - name: Go Agent
       icon: skywalking-go

Reply via email to