Posts in 2026
-
Release v0.16.2
Friday, May 08, 2026 in Kitex
Projects:
These release notes consolidate the changes from v0.16.0, v0.16.1, and v0.16.2. The externally announced version is v0.16.2. Introduction to Key Changes Announcements netpollmux is no longer maintained: The pkg/remote/trans/netpollmux package and …
Posts in 2025
-
Release v0.15.1
Monday, September 29, 2025 in Kitex
Projects:
Introduction to Key Changes Announcements Go Version Support Changes: Kitex’s minimum declared Go version has been adjusted to Go1.20 and supports up to Go1.25 Currently does not affect Go v1.18/v1.19 compilation, but after being declared for …
-
Release v0.14.0
Thursday, June 26, 2025 in Kitex
Projects:
Introduction to Key Changes New Features Generic Call: The generic Client supports streaming calls, allowing a single Client to handle both streaming and non-streaming scenarios It supports streaming generic calls, adapting to gRPC/TTHeader Streaming …
-
Release v0.13.0
Monday, April 07, 2025 in Kitex
Projects:
We recommend upgrading directly to Kitex version v0.13.1, as we have fixed a potential Goroutine leak issue of the gRPC Client in v0.13.0. Introduction to Key Changes New Features New streaming interface StreamX supports gRPC, existing Kitex gRPC …
-
Release v0.12.0
Friday, January 03, 2025 in Kitex
Projects:
Introduction to Key Changes Simplified Product Recommendation - Remove Apache Thrift Dependency We strongly recommend removing Apache Codec to resolve the compilation issues caused by Apache’s incompatible changes and to reduce the product size …
Posts in 2024
-
Release v0.11.0
Thursday, September 12, 2024 in Kitex
Projects:
Highly recommend upgrading Kitex version to v0.11.3 or higher, because there’s some bugfix on v0.11.0. Introduction to Key Changes New Feature Mixed Retry: Supports enabling both “Failure Retry” and “Backup Request” …
-
Release v0.10.0
Wednesday, June 12, 2024 in Kitex
Projects:
Introduction to Key Changes Performance Optimization Long connection: conncurrency = 100, qps increased by 4%, p99 decreased by 18% connection multiplexing: conncurrency = 100, qps increased by 7%, p99 decreased by 24% gRPC: conncurrency = 100, qps …
-
Release v0.9.0
Monday, March 04, 2024 in Kitex
Projects:
v0.9.0 provides two important features for Thrift: Thrift Streaming and Multi-Service. Multiple RC versions have been released for internal usage to collect feedback, so the final release version is delayed. Below are some important changes: …
Posts in 2023
-
Release v0.8.0
Thursday, November 30, 2023 in Kitex
Projects:
Introduction to Key Changes Features 1. gRPC Multi-Service Support Implemented multi-service registration for Kitex gRPC, please refer to Multiple Services. 2. Acquire Kitex RPCInfo Added methods for easy retrieval of RPC information from RPCInfo, …
-
Release v0.7.2
Wednesday, September 27, 2023 in Kitex
Projects:
Introduction to Key Changes Features 1. Retry: limit perncetage of retry requests The feature improves the usability of backup requests: if a request exceeds the retry delay threshold, a backup request will be sent; but if the request succeeds within …