Posts in 2022

  • Release v0.2.2

    Thursday, April 28, 2022 in Netpoll

    Improvement Fix: reduce costs of SetNumLoops Chore: update mcache and ci Feat: recycle caches when LinkBuffer is closed Fix Fix: send&close ignored by OnRequest Fix: fill lost some data when read io.EOF Fix: check is active when flush Doc …

    Read more

  • An Article to Learn About ByteDance Microservices Middleware CloudWeGo

    Friday, March 25, 2022 in News

    In the cloud native era, infrastructures across all industries are undergoing a microservice architecture transformation, and all internet companies are concerned about R&D efficiency and stability. Developers who want to build microservices can …

    Read more

  • Release v0.2.1

    Thursday, March 24, 2022 in Kitex

    Bugfix [#383 ] fix(generic): detect circular dependency in thrift IDL when using generic call. [#359 ] fix(tool): fix streaming import missing in protobuf combine service. [#363 ] fix(client): fix a bug that sequence ID of oneway requests are not …

    Read more

  • Release v0.2.0

    Thursday, February 24, 2022 in Kitex

    Feature Feat(grpc): support options to set the internal params of gRPC Feat(kerror): add new func WithCauseAndExtraMsg for basicError Feat(rpcinfo): add FreezeRPCInfo to support asynchronous context usage Feat(codec): default codec supports size …

    Read more

  • Release v0.2.0

    Tuesday, February 22, 2022 in Netpoll

    Improvement Feat: on connect callback Feat: new conn api - Until Feat: support dialing without timeout Fix Fix: trigger close callback if only set the onConnect callback Fix: add max node size to prevent OOM Fix: FDOperator.reset() not reset …

    Read more

  • Release v0.1.4

    Tuesday, January 18, 2022 in Kitex

    Improvement Optimize(log): don’t print timeout log in rpctimeout middleware Optimize(log): adjust default log level to info Optimize(gRPC): lock the sendAt avoid grpc bdp data race Bugfix Fix(client-connection): fix a connection leaking bug …

    Read more

Posts in 2021

  • Release v0.1.3

    Thursday, December 30, 2021 in Kitex

    Feature Transmit the Base from client to server for getting the caller info in JSON generic Bugfix Fix(grpc): fix metric missing method tag in streaming Fix(generic): fix the incompatible modification about base64 binary in the JSON and HTTP …

    Read more

  • Release v0.1.2

    Wednesday, December 22, 2021 in Kitex

    Hotfix Fix some gRPC request bugs which are involved by v0.1.0 Fix mistake gRPC method path when no package definition in IDL Dependency Change Chore: upgrade netpoll-http2 to fix the problem about large request package (>4K) in streaming …

    Read more

  • Release v0.1.2

    Monday, December 13, 2021 in Netpoll

    Hotfix check args in LinkBuffer API

    Read more

  • Release v0.1.0

    Monday, December 13, 2021 in Kitex

    Feature Generic Call Support combined services Export SetSeqID and add GetSeqID for binary generic call of server side Support close generic client to avoid memory leak Log Use key=value style in log messages Use klog as global log in some logs …

    Read more