未验证 提交 a0e27872 编写于 作者: K kezhenxu94 提交者: GitHub

Add release news and download links for SkyWalking Python 0.2.0 (#108)

上级 2d7d28a6
...@@ -36,7 +36,7 @@ module.exports = { ...@@ -36,7 +36,7 @@ module.exports = {
{ text: 'CLI 0.3.0', link: "https://github.com/apache/skywalking-cli/tree/0.3.0"}, { text: 'CLI 0.3.0', link: "https://github.com/apache/skywalking-cli/tree/0.3.0"},
{ text: 'Kubernetes helm 3.0.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.1.0"},
{ text: 'Kubernetes helm 2.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v2.0.0"}, { text: 'Kubernetes helm 2.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v2.0.0"},
{ text: 'Python Agent 0.1.0', link: "https://github.com/apache/skywalking-python/blob/v0.1.0/README.md"}, { text: 'Python Agent 0.2.0', link: "https://github.com/apache/skywalking-python/tree/v0.2.0"},
], }, ], },
{ text: "GitHub", items: [ { text: "GitHub", items: [
{ text: 'Main Repo, Javaagent and Backend', link: "https://github.com/apache/skywalking/" }, { text: 'Main Repo, Javaagent and Backend', link: "https://github.com/apache/skywalking/" },
...@@ -86,10 +86,9 @@ module.exports = { ...@@ -86,10 +86,9 @@ module.exports = {
{ text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"}, { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
{ text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"}, { text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"},
{ text: 'CLI 0.3.0', link: "https://github.com/apache/skywalking-cli/tree/0.3.0"}, { text: 'CLI 0.3.0', link: "https://github.com/apache/skywalking-cli/tree/0.3.0"},
{ text: 'Python 0.1.0', link: "https://github.com/apache/skywalking-python/tree/v0.1.0"},
{ text: 'Kubernetes helm 3.0.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.1.0"},
{ text: 'Kubernetes helm 2.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v2.0.0"}, { text: 'Kubernetes helm 2.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v2.0.0"},
{ text: 'Python Agent 0.1.0', link: "https://github.com/apache/skywalking-python/blob/v0.1.0/README.md"}, { text: 'Python Agent 0.2.0', link: "https://github.com/apache/skywalking-python/tree/v0.2.0"},
], ],
}, },
{ text: "GitHub", items: [ { text: "GitHub", items: [
......
...@@ -27,6 +27,9 @@ user: ...@@ -27,6 +27,9 @@ user:
news: news:
title: Events & News title: Events & News
content: content:
- header: SkyWalking Python 0.2.0 is released
content: add multiple plugins and config to ignore endpoints with specific suffix, [details](https://github.com/apache/skywalking-python/blob/v0.2.0/CHANGELOG.md)
time: July. 28th, 2020
- header: SkyWalking CLI 0.3.0 is released - header: SkyWalking CLI 0.3.0 is released
content: add OAP health check command and trace command content: add OAP health check command and trace command
time: July. 27th, 2020 time: July. 27th, 2020
...@@ -36,6 +39,4 @@ news: ...@@ -36,6 +39,4 @@ news:
- header: SkyWalking Chart 3.0.0 is released - header: SkyWalking Chart 3.0.0 is released
content: Support deploy SkyWalking 8.0.1. content: Support deploy SkyWalking 8.0.1.
time: Jun. 27th, 2020 time: Jun. 27th, 2020
- header: SkyWalking Nginx LUA 0.2.0 released
content: Adapt the new v3 protocol. Implement correlation protocol and support batch segment report.
time: Jun. 21th, 2020
...@@ -49,8 +49,8 @@ SkyWalking Nginx LUA agent requires SkyWalking APM 7.0+. ...@@ -49,8 +49,8 @@ SkyWalking Nginx LUA agent requires SkyWalking APM 7.0+.
### SkyWalking Python ### SkyWalking Python
| Date | Version| | Downloads | | Date | Version| | Downloads |
|:---:|:--:|:--:|:--:| |:---:|:--:|:--:|:--:|
| Jun. 28th, 2020 | 0.1.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/python/0.1.0/skywalking-python-src.tgz) [[asc]](https://downloads.apache.org/skywalking/python/0.1.0/skywalking-python-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/python/0.1.0/skywalking-python-src.tgz.sha512)| | 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.1.0/) | | | | Binary Distribution (MacOS, Linux, Windows)| [[Install via pip]](https://pypi.org/project/apache-skywalking/0.2.0/) |
### SkyWalking Chart ### SkyWalking Chart
| Date | Version| | Downloads | | Date | Version| | Downloads |
......
# SkyWalking Events # SkyWalking Events
## Release Apache SkyWalking Python 0.2.0
###### July 28th, 2020
SkyWalking Python 0.2.0 is released. Go to [downloads](/downloads) page to find release tars.
- Plugins:
- Kafka Plugin (#50)
- Tornado Plugin (#48)
- Redis Plugin (#44)
- Django Plugin (#37)
- PyMsql Plugin (#35)
- Flask plugin (#31)
- API
- Add `ignore_suffix` Config (#40)
- Add missing `log` method and simplify test codes (#34)
- Add content equality of SegmentRef (#30)
- Validate carrier before using it (#29)
- Chores and tests
- Test: print the diff list when validation failed (#46)
- Created venv builders for linux/windows and req flashers + use documentation (#38)
## Release Apache SkyWalking CLI 0.3.0 ## Release Apache SkyWalking CLI 0.3.0
###### July 27th, 2020 ###### July 27th, 2020
SkyWalking CLI 0.3.0 is released. Go to [downloads](/downloads) page to find release tars. SkyWalking CLI 0.3.0 is released. Go to [downloads](/downloads) page to find release tars.
......
...@@ -28,6 +28,9 @@ user: ...@@ -28,6 +28,9 @@ user:
news: news:
title: 事件 & 新闻 title: 事件 & 新闻
content: content:
- header: SkyWalking Python 0.2.0 发布
content: 新增多个插件和忽略后缀的 endpoint, 详见[ChangeLog](https://github.com/apache/skywalking-python/blob/v0.2.0/CHANGELOG.md)
time: 2020 年 7 月 28 日
- header: SkyWalking CLI 0.3.0 发布 - header: SkyWalking CLI 0.3.0 发布
content: 新增 OAP 健康检查命令和 trace 命令 content: 新增 OAP 健康检查命令和 trace 命令
time: 2020 年 7 月 27 日 time: 2020 年 7 月 27 日
...@@ -37,7 +40,4 @@ news: ...@@ -37,7 +40,4 @@ news:
- header: SkyWalking Chart 3.0.0 发布 - header: SkyWalking Chart 3.0.0 发布
content: 支持部署 SkyWalking 8.0.1 content: 支持部署 SkyWalking 8.0.1
time: 2020 年 6 月 27 日 time: 2020 年 6 月 27 日
- header: SkyWalking Nginx Lua 0.2.0 发布
content: 适配新的v3探针协议。支持correlation protocol和支持Segment批量上报。
time: 2020 年 6 月 21 日
...@@ -45,6 +45,12 @@ SkyWalking Nginx LUA agent 要求 SkyWalking APM 7.0以上版本 ...@@ -45,6 +45,12 @@ SkyWalking Nginx LUA agent 要求 SkyWalking APM 7.0以上版本
| July. 28th, 2020 | 0.3.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.3.0/skywalking-cli-0.3.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/cli/0.3.0/skywalking-cli-0.3.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/cli/0.3.0/skywalking-cli-0.3.0-src.tgz.sha512)| | July. 28th, 2020 | 0.3.0 | Source code| [[src]](https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.3.0/skywalking-cli-0.3.0-src.tgz) [[asc]](https://downloads.apache.org/skywalking/cli/0.3.0/skywalking-cli-0.3.0-src.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/cli/0.3.0/skywalking-cli-0.3.0-src.tgz.sha512)|
| | | Binary Distribution (MacOS, Linux, Windows)| [[tgz]](https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.3.0/skywalking-cli-0.3.0-bin.tgz) [[asc]](https://downloads.apache.org/skywalking/cli/0.3.0/skywalking-cli-0.3.0-bin.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/cli/0.3.0/skywalking-cli-0.3.0-bin.tgz.sha512)| | | | Binary Distribution (MacOS, Linux, Windows)| [[tgz]](https://www.apache.org/dyn/closer.cgi/skywalking/cli/0.3.0/skywalking-cli-0.3.0-bin.tgz) [[asc]](https://downloads.apache.org/skywalking/cli/0.3.0/skywalking-cli-0.3.0-bin.tgz.asc) [[sha512]](https://downloads.apache.org/skywalking/cli/0.3.0/skywalking-cli-0.3.0-bin.tgz.sha512)|
### 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/) |
### SkyWalking Chart ### SkyWalking Chart
| 日期 | 版本| | 下载 | | 日期 | 版本| | 下载 |
|:---:|:--:|:--:|:--:| |:---:|:--:|:--:|:--:|
......
# SkyWalking 事件概要 # SkyWalking 事件概要
## Release Apache SkyWalking Python 0.2.0
###### July 28th, 2020
SkyWalking Python 0.2.0 发布. 前往[下载页面](/downloads) 查看如何使用.
- 新增插件
- Kafka Plugin (#50)
- Tornado Plugin (#48)
- Redis Plugin (#44)
- Django Plugin (#37)
- PyMsql Plugin (#35)
- Flask plugin (#31)
- API
- 增加 `ignore_suffix` 配置, 支持忽略后缀的 endpoint (#40)
- 增加 `log` 方法 (#34)
- 增加 `SegmentRef` 相等逻辑 (#30)
- 使用上下文载体 `carrier` 前, 判断其是否合法 (#29)
- 事务性和测试
- 测试: 插件测试失败时, 打印期望的数据和实际的数据的差别 (#46)
- 添加搭建开发环境所需的脚本 (#38)
## Release Apache SkyWalking CLI 0.3.0 ## Release Apache SkyWalking CLI 0.3.0
###### July 27th, 2020 ###### July 27th, 2020
SkyWalking CLI 0.3.0 发布. 请到[下载页面](/downloads) 查看如何使用. SkyWalking CLI 0.3.0 发布. 请到[下载页面](/downloads) 查看如何使用.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册