Posts in 2023

  • Release v0.5.3

    Friday, April 21, 2023 in Kitex

    Introduction to Key Changes Feature Failure retry:add configuration to support disable timeout retry when do failure retry, which is for the non-idempotent request Codegen tool:support codegen in windows. Error code: fine grained rpc timeout …

    Read more

  • Introducing Monoio: a high-performance Rust Runtime based on io-uring

    Monday, April 17, 2023 in News

    Overview Although Tokio is currently the ‘de facto’ standard for Rust asynchronous runtime, there is still some distance to go to achieve the ultimate performance of network middleware. In pursuit of this goal, the CloudWeGo Rust Team has …

    Read more

  • Introducing Shmipc: A High Performance Inter-process Communication Library

    Tuesday, April 04, 2023 in News

    We are excited to introduce an open source project - Shmipc, a high performance inter-process communication library developed by ByteDance. It is built on Linux’s shared memory technology and uses unix or tcp connection to do process …

    Read more

  • Release v0.4.1

    Monday, March 20, 2023 in Volo

    In Volo 0.4.1, in addition to the usual bugfixes, some new features have been introduced. More detailed Thrift Decode error messages Previous versions of Thrift Decode error messages reported only the most basic errors, without any context. For …

    Read more

  • Release v0.5.0

    Wednesday, March 08, 2023 in Kitex

    Introduction to Key Changes Feature 1. Fallback: Support fallback for client-side When the RPC requests fail, users usually have some degradation measures to ensure the effective response (for example, construct the default response after the request …

    Read more

  • Release v0.6.0

    Thursday, March 02, 2023 in Hertz

    In version 0.6.0 of Hertz, in addition to regular iterative optimization, we also brought several important features. HTTP Trailer support In Hertz v0.6.0, we support encoding and parsing of HTTP Trailer. …

    Read more

  • Getting Started with Hertz: Performance Testing Guide

    Friday, February 24, 2023 in News

    Background On September 8, 2021, ByteDance officially announced the open-sourcing of CloudWeGo. CloudWeGo is a set of microservices middleware developed by ByteDance, characterized by high performance, strong scalability, and high stability. It …

    Read more

  • Release 0.3.2

    Tuesday, February 07, 2023 in Volo

    In Volo 0.3.2 version, in addition to general bugfixes, there are many improvements. In particular, it is very much appreciated that there are community contributors who have brought us important features. Trait support for Thrift asynchronous codec …

    Read more

  • Release v0.5.0

    Thursday, January 12, 2023 in Hertz

    In version 0.5.0 of Hertz, in addition to regular iterative optimization, we also brought several important features. Network layer and protocol layer support stream-based interface https://github.com/cloudwego/hertz/pull/467 In the Hertz v0.5.0 …

    Read more

Posts in 2022

  • Release 0.3.0

    Thursday, December 22, 2022 in Volo

    In Volo 0.3.0 version, in addition to regular bugfixes, we also brought several important features. Service Trait refactoring In version 0.3.0 of Volo, we refactored Service Trait to make the implementation of Service Trait easier and provide more …

    Read more