Posts in 2024
-
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 …
-
Release v0.9.0
Thursday, January 04, 2024 in Volo
Projects:
In Volo 0.9.0, we mainly changed the default generated HashSet/HashMap type to AHashMap/AHashSet, which is expected to bring certain performance improvements. Additionally, with the release of Rust 1.75, Volo is already available in stable rust. …
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, …
-
The Role of CloudWeGo in Modern Cloud-Native Applications
Tuesday, November 28, 2023 in News
Projects:
I. Introduction In the current era of infrastructure modernization, the term “Cloud-Native Applications” has emerged as a significant factor driving the evolution of the IT landscape. These applications inherently embody the concept of …