Skip to content

Commit

Permalink
doc: add block
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyJavaBean committed Sep 14, 2024
1 parent aa80b43 commit c21de20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/en/blog/releases/Kitex/release-v0_11_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ description: >

### Feature optimization
1. **Frugal ARM Optimization**: Frugal v0.2.0 now supports a new implement by reflection
2. **Kitex Tool Improvement**: Kitex Tool provide a new param '-rapid' to integrates Thriftgo and there's a slightly improved speed.
2. **Kitex Tool Improvement**: Kitex Tool provide a new param `-rapid` to integrates Thriftgo and there's a slightly improved speed.

### Others
1. Support Go 1.18~1.23. Minimum support for Golang 1.18,if your golang version is lower than 1.18, you'll see 'note: module requires Go 1.18' when you compile.
1. Support Go 1.18~1.23. Minimum support for Golang 1.18,if your golang version is lower than 1.18, you'll see `note: module requires Go 1.18` when you compile.
2. Remove Apache Thrift,and refactor all related interface into github.com/cloudwego/gopkg/thrift.

## **Full Release Log**
Expand Down
4 changes: 2 additions & 2 deletions content/zh/blog/releases/Kitex/release-v0_11_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ description: >

### 功能优化
1. **Frugal ARM 性能优化**:Frugal 支持了基于反射的高性能编解码,升级到 Frugal v0.2.0 即可
2. **Kitex Tool 代码生成提速**:提供了 -rapid 参数,可以无需安装 Thriftgo ,且速度略有提高。下个版本之后将作为默认行为。
2. **Kitex Tool 代码生成提速**:提供了 `-rapid` 参数,可以无需安装 Thriftgo ,且速度略有提高。下个版本之后将作为默认行为。

### 其他
1. 支持版本 Go 1.18~1.23,最低支持变为 Go 1.18,如果你的 Go 版本过低,编译时会有提示:note: module requires Go 1.18
1. 支持版本 Go 1.18~1.23,最低支持变为 Go 1.18,如果你的 Go 版本过低,编译时会有提示:`note: module requires Go 1.18`
2. 逐步移除对 Apache Thrift 的依赖,将对 Thrift 编解码相关的逻辑逐步收敛到 github.com/cloudwego/gopkg/thrift 库中


Expand Down

0 comments on commit c21de20

Please sign in to comment.