Skip to content

Commit 8d678a5

Browse files
committed
docs(kitex): add link to Kitex v0.13.1 release notes
1 parent c3754c7 commit 8d678a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/kitex/Tutorials/advanced-feature/generic-call/generic_streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ e.g.
296296

297297
#### Solution
298298

299-
Use the following branch to solve it and wait for the official release of Kitex v0.13.1 to fix this issue.
299+
Use Kitex v0.13.1 or higher version to fix this issue. Kitex v0.13.1 was released in April 2025 ([See release notes](https://github.com/cloudwego/kitex/releases/tag/v0.13.1)):
300300

301301
```shell
302302
go get -u github.com/cloudwego/kitex@v0.13.1

content/zh/docs/kitex/Tutorials/advanced-feature/generic-call/generic_streaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ strResp, ok := resp.(string) // 响应为 json 字符串
320320

321321
#### 解决办法
322322

323-
可用如下分支修复,等待 Kitex v0.13.1 正式发布后即可解决
323+
使用 Kitex v0.13.1 及以上版本可解决此问题。Kitex v0.13.1 已于 2025年4月发布([查看发布说明](https://github.com/cloudwego/kitex/releases/tag/v0.13.1)
324324

325325
```shell
326326
go get -u github.com/cloudwego/kitex@v0.13.1

0 commit comments

Comments
 (0)