From 040431aa596f798c6ff917fb7bb01bd8628c6b67 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Mon, 22 Jul 2024 03:05:22 +0000 Subject: [PATCH] Add release event for python 110 --- .../index.md | 41 +++++++++++++++++++ data/docs.yml | 6 +-- data/releases.yml | 16 ++++---- 3 files changed, 52 insertions(+), 11 deletions(-) create mode 100644 content/events/release-apache-skywalking-python-1-1-0/index.md 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 000000000000..841c36ea39a1 --- /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**: + +**DockerHub Image**: + +## What's Changed + +* Fix wrong docker tag name by @kezhenxu94 in +* Update release doc to reflect new steps by @Superskyyy in +* Fix unexpected 'No active span' IllegalStateError by @ZEALi in +* Add Neo4j plugin. by @Jedore in +* Update README.md to reflect new slack channel by @Superskyyy in +* Replace Kafka CI image tags to sha by @FAWC438 in +* Python agent performance enhancement with asyncio by @FAWC438 in +* loose restrict of greenlet (#3) by @jaychoww in +* Add support printing TID to logs by @CodePrometheus in +* Fix psutil dockerfile version constraint by @Superskyyy in +* Change from pkg_resources to importlib metadata by @shenxiangzhuang in +* Update NOTICE to 2024 by @Superskyyy in +* Disable uwsgi e2e by @Superskyyy in +* Fix unexpected 'decode' AttributeError when MySQLdb module is mapped by PyMySQL by @ZEALi in +* Add Pulsar plugin by @CodePrometheus in +* fix(agent): no attribute '_SkyWalkingAgent__log_queue' using kafka plain text by @tsonglew in +* Bump up version to 1.1.0 by @kezhenxu94 in + +## New Contributors + +* @CodePrometheus made their first contribution in +* @shenxiangzhuang made their first contribution in +* @tsonglew made their first contribution in + +**Full Changelog**: + diff --git a/data/docs.yml b/data/docs.yml index fbb5b18cdbb4..1bcffba15bee 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 0823031aa6b7..4e46730c49c9 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