Skip to content
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
14 changes: 14 additions & 0 deletions content/events/release-apache-skywalking-python-1.3.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Release Apache SkyWalking Python "
date: 2026-08-14
author: SkyWalking Team
description: "Release Apache SkyWalking Python ."
---

SkyWalking Python is released! Go to [downloads](/downloads) page to find release tars.

**PyPI Wheel**: <https://pypi.org/project/apache-skywalking//>

**DockerHub Image**: <https://hub.docker.com/r/apache/skywalking-python>


6 changes: 3 additions & 3 deletions data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@
link: /docs/skywalking-python/next/readme/
- version: Latest
link: /docs/skywalking-python/latest/readme/
commitId: 1f091ee33f51fff91dd53e2bb65a15d932a12f89
- version: v1.2.0
commitId: ${{ steps.release.outputs.commit-id }}
- version: 1.3.0
link: /docs/skywalking-python/v1.2.0/readme/
commitId: 1f091ee33f51fff91dd53e2bb65a15d932a12f89
commitId: ${{ steps.release.outputs.commit-id }}
- name: NodeJS Agent
icon: nodejs-agent
description: The NodeJS Agent for Apache SkyWalking, which provides the native tracing abilities for NodeJS projects.
Expand Down
16 changes: 8 additions & 8 deletions data/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,21 +471,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.2.0
date: "2025-05-11"
- version: v1.3.0
date: "2026-08-14"
downloadLink:
- name: src
link: https://www.apache.org/dyn/closer.cgi/skywalking/python/1.2.0/skywalking-python-src-1.2.0.tgz
link: https://www.apache.org/dyn/closer.cgi/skywalking/python/1.3.0/skywalking-python-src-1.3.0.tgz
- name: asc
link: https://downloads.apache.org/skywalking/python/1.2.0/skywalking-python-src-1.2.0.tgz.asc
link: https://downloads.apache.org/skywalking/python/1.3.0/skywalking-python-src-1.3.0.tgz.asc
- name: sha512
link: https://downloads.apache.org/skywalking/python/1.2.0/skywalking-python-src-1.2.0.tgz.sha512
link: https://downloads.apache.org/skywalking/python/1.3.0/skywalking-python-src-1.3.0.tgz.sha512
distribution:
- version: v1.2.0
date: 2025-05-11
- version: 1.3.0
date: "2026-08-14"
downloadLink:
- name: Install via pip
link: https://pypi.org/project/apache-skywalking/1.2.0/
link: https://pypi.org/project/apache-skywalking/1.3.0/
- name: Go Agent
icon: skywalking-go
description: The Go Agent for Apache SkyWalking, which provides the native tracing/metrics/logging abilities for Golang projects.
Expand Down
Loading