Skip to content

Commit d2bc925

Browse files
authored
chore: fix KiteX -> Kitex (cloudwego#873)
1 parent eebc25d commit d2bc925

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/blog/releases/Kitex/release-v070.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: >
1010
### Features
1111
**1. gRPC Compression Support**
1212

13-
Implemented compression support for KiteX gRPC, allowing compression methods like gzip to reduce payload size.
13+
Implemented compression support for Kitex gRPC, allowing compression methods like gzip to reduce payload size.
1414

1515
**2. GLS (Goroutine Local Storage)**
1616

@@ -23,7 +23,7 @@ Implemented unserialization of unknown fields, resulting in a performance improv
2323

2424
**2. Integration with DynamicGo**
2525

26-
Integrated [dynamicgo](https://github.com/cloudwego/dynamicgo) into KiteX's generic module to enhance performance of JSON/HTTP generic invocations (+50% to 200%).
26+
Integrated [dynamicgo](https://github.com/cloudwego/dynamicgo) into Kitex's generic module to enhance performance of JSON/HTTP generic invocations (+50% to 200%).
2727

2828
### Others
2929

0 commit comments

Comments
 (0)