Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release event for python 110 #728

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions content/events/release-apache-skywalking-python-1-1-0/index.md
Original file line number Diff line number Diff line change
@@ -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>

6 changes: 3 additions & 3 deletions data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading