From 8f006d9143a6712a57d0473d69f9b831f01ce725 Mon Sep 17 00:00:00 2001 From: huawei Date: Fri, 28 Aug 2020 22:25:15 +0800 Subject: [PATCH] Add release news and download links for SkyWalking Python 0.3.0 (#115) * Add release news and download links for SkyWalking Python 0.3.0 * update download links * update date --- docs/.vuepress/config.js | 4 ++-- docs/README.md | 6 +++--- docs/downloads/README.md | 4 ++-- docs/events/README.md | 26 ++++++++++++++++++++++++++ docs/zh/README.md | 6 +++--- docs/zh/downloads/README.md | 4 ++-- docs/zh/events/README.md | 26 ++++++++++++++++++++++++++ 7 files changed, 64 insertions(+), 12 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index ef9d756..76efcb5 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -35,7 +35,7 @@ module.exports = { { text: 'Kubernetes helm 3.1.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.1.0"}, { text: 'Kubernetes helm 3.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.0.0"}, { text: 'Kubernetes helm 2.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v2.0.0"}, - { text: 'Python Agent 0.2.0', link: "https://github.com/apache/skywalking-python/tree/v0.2.0"}, + { text: 'Python Agent 0.3.0', link: "https://github.com/apache/skywalking-python/tree/v0.3.0"}, ], }, { text: "GitHub", items: [ { text: 'Main Repo, Javaagent and Backend', link: "https://github.com/apache/skywalking/" }, @@ -86,7 +86,7 @@ module.exports = { { text: 'Kubernetes helm 3.1.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.1.0"}, { text: 'Kubernetes helm 3.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.0.0"}, { text: 'Kubernetes helm 2.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v2.0.0"}, - { text: 'Python Agent 0.2.0', link: "https://github.com/apache/skywalking-python/tree/v0.2.0"}, + { text: 'Python Agent 0.3.0', link: "https://github.com/apache/skywalking-python/tree/v0.3.0"}, ], }, { text: "GitHub", items: [ diff --git a/docs/README.md b/docs/README.md index b261107..d2904a4 100755 --- a/docs/README.md +++ b/docs/README.md @@ -27,6 +27,9 @@ user: news: title: Events & News content: + - header: SkyWalking Python 0.3.0 is released + content: add multiple plugins and thread propagation + time: Aug. 28th, 2020 - header: SkyWalking Chart 3.1.0 is released content: Support deploy SkyWalking 8.1.0. time: Aug. 13th, 2020 @@ -36,6 +39,3 @@ news: - header: SkyWalking 8.1.0 is released content: Support Kafka as an optional trace, JVM metrics, profiling snapshots and meter system data transport layer. Support Meter system, including the native metrics APIs and the Spring Sleuth adoption. time: Aug. 3rd, 2020 - - header: SkyWalking Python 0.2.0 is released - content: Add multiple plugins and config to ignore endpoints with specific suffix. - time: July. 28th, 2020 diff --git a/docs/downloads/README.md b/docs/downloads/README.md index 1e1dade..8636109 100755 --- a/docs/downloads/README.md +++ b/docs/downloads/README.md @@ -39,8 +39,8 @@ SkyWalking Nginx LUA agent requires SkyWalking APM 7.0+. ### SkyWalking Python | Date | Version| | Downloads | |:---:|:--:|:--:|:--:| -| July. 28th, 2020 | 0.2.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/python/0.2.0/skywalking-python-src.tgz) [[asc]](https://downloads.apache.org/skywalking/python/0.2.0/skywalking-python-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/python/0.2.0/skywalking-python-src.tgz.sha512)| -| | | Binary Distribution (MacOS, Linux, Windows)| [[Install via pip]](https://pypi.org/project/apache-skywalking/0.2.0/) | +| Aug. 28th, 2020 | 0.3.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/python/0.3.0/skywalking-python-src.tgz) [[asc]](https://downloads.apache.org/skywalking/python/0.3.0/skywalking-python-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/python/0.3.0/skywalking-python-src.tgz.sha512)| +| | | Binary Distribution (MacOS, Linux, Windows)| [[Install via pip]](https://pypi.org/project/apache-skywalking/0.3.0/) | ### SkyWalking Chart | Date | Version| | Downloads | diff --git a/docs/events/README.md b/docs/events/README.md index fc35eb8..d8faed4 100755 --- a/docs/events/README.md +++ b/docs/events/README.md @@ -1,5 +1,31 @@ # SkyWalking Events +## Release Apache SkyWalking Python 0.3.0 +###### Aug 28th, 2020 +SkyWalking Python 0.3.0 is released. Go to [downloads](/downloads) page to find release tars. +- New plugins + - Urllib3 Plugin (#69) + - Elasticsearch Plugin (#64) + - PyMongo Plugin (#60) + - Rabbitmq Plugin (#53) + - Make plugin compatible with Django (#52) + +- API + - Add process propagation (#67) + - Add tags to decorators (#65) + - Add Check version of packages when install plugins (#63) + - Add thread propagation (#62) + - Add trace ignore (#59) + - Support snapshot context (#56) + - Support correlation context (#55) + +- Chores and tests + - Test: run multiple versions of supported libraries (#66) + - Chore: add pull request template for plugin (#61) + - Chore: add dev doc and reorganize the structure (#58) + - Test: update test health check (#57) + - Chore: add make goal to package release tar ball (#54) + ## Release Apache SkyWalking Chart 3.1.0 for SkyWalking 8.1.0 ###### Aug. 13th, 2020 SkyWalking Chart 3.1.0 is released. Go to [downloads](/downloads) page to find release tars. diff --git a/docs/zh/README.md b/docs/zh/README.md index f4a46d8..6f6fad5 100755 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -28,6 +28,9 @@ user: news: title: 事件 & 新闻 content: + - header: SkyWalking Python 0.3.0 发布 + content: 新增多个插件和线程间传播的特性 + time: 2020 年 8 月 28 日 - header: SkyWalking Chart 3.1.0 发布 content: 支持部署 SkyWalking 8.1.0 time: 2020 年 8 月 13 日 @@ -37,6 +40,3 @@ news: - header: SkyWalking 8.1.0 发布 content: 支持使用Kafka传输监控数据.执行新的指标系统MeterSystem,提供原生的metrics API,并支持Spring Sleuth. time: 2020 年 8 月 3 日 - - header: SkyWalking Python 0.2.0 发布 - content: 新增多个插件和忽略后缀的 endpoint. - time: 2020 年 7 月 28 日 diff --git a/docs/zh/downloads/README.md b/docs/zh/downloads/README.md index 213ccaa..451cc10 100755 --- a/docs/zh/downloads/README.md +++ b/docs/zh/downloads/README.md @@ -38,8 +38,8 @@ SkyWalking Nginx LUA agent 要求 SkyWalking APM 7.0以上版本 ### SkyWalking Python | 日期 | 版本 | | 下载 | |:---:|:--:|:--:|:--:| -| July. 28th, 2020 | 0.2.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/python/0.2.0/skywalking-python-src.tgz) [[asc]](https://downloads.apache.org/skywalking/python/0.2.0/skywalking-python-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/python/0.2.0/skywalking-python-src.tgz.sha512)| -| | | Binary Distribution (MacOS, Linux, Windows)| [[Install via pip]](https://pypi.org/project/apache-skywalking/0.2.0/) | +| Aug. 28th, 2020 | 0.3.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/python/0.3.0/skywalking-python-src.tgz) [[asc]](https://downloads.apache.org/skywalking/python/0.3.0/skywalking-python-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/python/0.3.0/skywalking-python-src.tgz.sha512)| +| | | Binary Distribution (MacOS, Linux, Windows)| [[Install via pip]](https://pypi.org/project/apache-skywalking/0.3.0/) | ### SkyWalking Chart | 日期 | 版本| | 下载 | diff --git a/docs/zh/events/README.md b/docs/zh/events/README.md index c027f02..2c33a18 100755 --- a/docs/zh/events/README.md +++ b/docs/zh/events/README.md @@ -1,5 +1,31 @@ # SkyWalking 事件概要 +## Release Apache SkyWalking Python 0.3.0 +###### Aug 28th, 2020 +SkyWalking Python 0.3.0 发布. 前往[下载页面](/downloads) 查看如何使用. +- 新增插件 + - Urllib3 Plugin (#69) + - Elasticsearch Plugin (#64) + - PyMongo Plugin (#60) + - Rabbitmq Plugin (#53) + - 使插件与Django兼容 (#52) + +- API + - 增加进程间传播 (#67) + - 在装饰器上添加 `tags` (#65) + - 在安装插件时,进行版本检查 (#63) + - 增加线程间传播 (#62) + - 增加 `trace_ignore_path` 配置,用以忽略指定的路径 (#59) + - 增加线程的快照 (#56) + - 增加数据在不同的应用间透传 (#55) + +- 事务性和测试 + - 测试: 支持多版本的运行(#66) + - 事务: 为插件添加pull request模板 (#61) + - 事务: 添加开发文档并重新组织结构 (#58) + - 测试: 更新测试健康检查 + - 事务: 添加编译发行包 (#54) + ## Release Apache SkyWalking Chart 3.1.0 for SkyWalking 8.1.0 ###### Aug. 13th, 2020 SkyWalking Chart 3.1.0 发布. 请到[下载页面](/downloads)查找发行版本. -- GitLab