Skip to content

Commit 3c1e0aa

Browse files
authored
docs: add release notes of v0.0.14 in Chinese (#260)
Co-authored-by: rick <[email protected]>
1 parent dd7cd46 commit 3c1e0aa

File tree

3 files changed

+53
-1
lines changed

3 files changed

+53
-1
lines changed

.github/release-drafter.yml

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
5252
template: |
5353
## What’s Changed
5454
55+
[中文 ChangeLog](https://linuxsuren.github.io/api-testing/release-note-v$NEXT_PATCH_VERSION)
56+
5557
$CHANGES
5658
5759
## Thanks to

docs/release-note-v0.0.13.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ docker run -v /var/www/sample:/var/www/sample \
1010
linuxsuren/api-testing:master
1111
```
1212

13-
或者,直接[下载二进制文件](https://github.com/LinuxSuRen/api-testing/releases/tag/v0.0.12)后启动:
13+
或者,直接[下载二进制文件](https://github.com/LinuxSuRen/api-testing/releases/tag/v0.0.13)后启动:
1414

1515
```shell
1616
atest server --local-storage /var/www/sample

docs/release-note-v0.0.14.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
`atest` 版本发布 `v0.0.14`
2+
3+
`atest` 是一款用 Golang 编写的、开源的接口测试工具。
4+
5+
你可以在容器中启动:
6+
7+
```shell
8+
docker run --network host \
9+
linuxsuren/api-testing:master
10+
```
11+
12+
或者,直接[下载二进制文件](https://github.com/LinuxSuRen/api-testing/releases/tag/v0.0.14)后启动:
13+
14+
```shell
15+
atest server --local-storage /var/www/sample
16+
```
17+
18+
## 主要的新功能
19+
20+
* 增加了对 `tRPC``gRPC` 协议的(命令行与 Web 界面)支持
21+
* 新增了 Helm Chart 的安装方式
22+
* 支持通过按钮切换暗模式
23+
* 支持启动启动插件
24+
* 支持在 Web 界面中参数化执行
25+
* 支持生成 `curl``Golang` 代码
26+
* 支持从 Postman 中导入测试用例
27+
* 可观测方便,增加了对 Apache SkyWalking 和 Prometheus 的支持
28+
* 一些 Web 界面操作的优化(例如:多语言、测试结果缓存、自动保存)
29+
30+
本次版本发布,包含了以下 5 位 contributor 的努力:
31+
32+
* [@Ink-33](https://github.com/Ink-33)
33+
* [@LinuxSuRen](https://github.com/LinuxSuRen)
34+
* [@hellojukay](https://github.com/hellojukay)
35+
* [@kuv2707](https://github.com/kuv2707)
36+
* [@yuluo-yx](https://github.com/yuluo-yx)
37+
38+
## 相关数据
39+
40+
下面是 `atest` 截止到 `v0.0.14` 的部分数据:
41+
42+
* watch 7
43+
* fork 23
44+
* star 104
45+
* contributor 12
46+
* 二进制文件下载量 1.1k
47+
* 代码行数 45k
48+
* 单元测试覆盖率 88%
49+
50+
想了解完整信息的话,请访问 https://github.com/LinuxSuRen/api-testing/releases/tag/v0.0.14

0 commit comments

Comments
 (0)