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.10.0
Monday, April 08, 2024 in Volo
Projects:
In Volo 0.10.0, we mainly focused on extensibility and ease of use. Break Change Error Handling Refactored Existing error types had issues such as unclear semantics, lack of maintainability and extensibility, and misuse. In the new version, we …
-
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: …
-
Release v0.6.0
Monday, March 04, 2024 in Netpoll
Projects:
Feature [#306] feat: lazy init pollers to avoid create any poller goroutines if netpoll is not used [#303] feat: add WithOnDisconnect callback [#300] feat: netpoll exception implement net.Error interface [#294] feat: add SetRunner option Fix …
-
Delving Deeper: Enriching Microservices with Golang with CloudWeGo
Wednesday, February 21, 2024 in News
Projects:
What if there existed an RPC framework that provided not only high performance and extensibility but also a robust suite of features and a thriving community support? CloudWeGo, a high-performance extensible Golang and Rust RPC framework originally …
-
Enhancing Performance in Microservice Architecture with Kitex
Monday, January 29, 2024 in News
Projects:
Kitex: Enhancing Performance in Microservice Architecture Introduction The team at ByteDance initiated the creation of the Remote Procedure Call (RPC) framework, Kitex, alongside several related fundamental libraries in 2019. This endeavor originated …
-
Harnessing the Power of Rust for Cloud Development with Volo
Thursday, January 18, 2024 in News
Projects:
I. Introduction Every tool in the CloudWeGo open-source ecosystem has been developed with the aim of simplifying and revolutionizing how developers navigate the cloud environment. An essential part of this ecosystem is Volo, a Rust RPC framework …
-
Release v0.8.0
Friday, January 12, 2024 in Hertz
Projects:
In Hertz v0.8.0, in addition to the regular iterative optimization, we have also introduced an important feature. Partitioned cookies In Hertz v0.8.0, we support the partitioned cookies feature. https://github.com/cloudwego/hertz/pull/1041 …
-
Mastering Golang Microservices - A Practical Guide: Embrace High-Performance with Kitex and Hertz
Wednesday, January 10, 2024 in News
Projects:
I. Introduction The world of software development is fast-paced, and having reliable and efficient tools makes a significant difference. This is where CloudWeGo with two of its major sub-projects - Kitex and Hertz, comes into play. A solution with …