Posts in 2024
-
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 …
-
Release v0.7.0
Monday, August 14, 2023 in Kitex
Projects:
Introduction to Key Changes Features 1. gRPC Compression Support Implemented compression support for Kitex gRPC, allowing compression methods like gzip to reduce payload size. 2. GLS (Goroutine Local Storage) Utilized the local-session component for …
-
Release v0.6.1
Monday, June 19, 2023 in Kitex
Projects:
Full Release Log Hotfix: [#988] hotfix(code_gen): fix the problem of code generation with slim template failure