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

  • Kitex Proxyless Practice:Traffic Lane Implementation with Istio and OpenTelemetry

    Tuesday, December 20, 2022 in News

    Preface: Kitex Proxyless enables the Kitex service to interact directly with istiod without envoy sidecar. It dynamically obtains service governance rules delivered by the control plane based on the xDS protocol and converts them to Kitex rules to …

    Read more

  • Release v0.3.0

    Wednesday, November 09, 2022 in Netpoll

    Feat [#206] feat: connection flush support write timeout. [#182] feat: dial in ipv6 only. Fix [#200] fix: fd not detach when close by user. [#196] fix: limit iovecs max to 2GB(2^31). [#179] fix: length overflow. [#183] fix: dont check epollout …

    Read more

  • Release v0.4.3

    Wednesday, November 02, 2022 in Kitex

    Introduction to Key Changes Feature Extend the Generated Code of client/server: Add a new feature which can extend generated client.go/server.go with config file. It is applicable to the scenario for customizing the unified suite. See Extend the …

    Read more

  • Release v0.4.0

    Friday, October 28, 2022 in Hertz

    Feature [#289] feat: render support IndentedJSON. [#304] feat: support errors format for the recovery middleware. [#278] feat: add compile tag for json implementation. [#239] feat: add retry extension for client. [#265] feat: add closeNoResetBuffer …

    Read more

  • Release v0.2.1

    Wednesday, October 26, 2022 in Volo

    [#61] optimize volo-thrift code, remove unnecessary generic parameters. [#63] remove TAIT elision lifetime required after nightly-2022-10-20. [#73] remove useless liftetime parameter in LoadBalance:: InstanceIter. [#65] feat: upgrade clap to 4. …

    Read more

  • Release v0.2.0

    Tuesday, October 18, 2022 in Volo

    Feature [#31] Support Windows. [#26] feat: add sd and lb for grpc. [#45] feat(grpc): support uds. [#32] feat: grpc support metainfo. [#30] feat: grpc server add layer_front(). [#42] feat(thrift): support multiplex. Optimize [#53] fix: …

    Read more

  • Kitex: Unifying Open Source Practice for a High-Performance RPC Framework

    Friday, September 30, 2022 in News

    From Development to Open Source Transition Many researchers and practitioners may have just learned about CloudWeGo, so let’s first introduce the relationship between CloudWeGo and Kitex. CloudWeGo and Kitex Kitex is CloudWeGo’s first …

    Read more

  • Release v0.3.2

    Tuesday, September 20, 2022 in Hertz

    Feature [#198] feat: add the function to get the client dialer name. [#251] feat: add a startup log to display the name of the loaded network library. Refactor [#238] refactor: refactor the client logic initialize for HostClient and TLSHostClient. …

    Read more

  • China's first RPC framework based on Rust language - Volo is officially open source!

    Tuesday, August 30, 2022 in News

    Volo is a lightweight, high-performance, scalable, and user-friendly Rust RPC framework developed by the ByteDance service framework team. It leverages the latest GAT and TAIT features of Rust to deliver exceptional performance and efficiency. Within …

    Read more