Posts in 2024
-
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 Background …
-
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 …
-
Release v0.8.0
Monday, October 23, 2023 in Volo
Projects:
In Volo 0.8.0, we mainly refactored the Service trait and all previous places that used async_trait by using two newly stabilized features: AFIT (Async Fn In Trait) and RPITIT (Return Position Impl Trait In Traits). This not only brings a slight …
-
Release v0.5.1
Wednesday, October 18, 2023 in Netpoll
Projects:
Fix [#289] fix: panic/fault when dial connection timeout Optimise [#290] optimise: rm useless inputBarrier
-
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 …
-
Release v0.7.0
Tuesday, September 26, 2023 in Hertz
Projects:
In version 0.7.0 of Hertz, in addition to regular iterative optimization, we also brought several important features. Refactor Binding In version 0.7.0 of Hertz,we refactored the binding feature for Hertz https://github.com/cloudwego/hertz/pull/541 …
-
Release v0.5.0
Tuesday, September 26, 2023 in Netpoll
Projects:
Optimize [#274] optimize: increase first bookSize to 8KB to reduce overhead for connection read at begin [#273] optimize: ignore EOF when read a closed connection Fix [#283] fix: protect operator dont be detach twice [#280] fix: detach operator race …