未验证 提交 8f006d91 编写于 作者: H huawei 提交者: GitHub

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
上级 b7b42404
......@@ -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: [
......
......@@ -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
......@@ -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 |
......
# 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.
......
......@@ -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 日
......@@ -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
| 日期 | 版本| | 下载 |
......
# 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)查找发行版本.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册