Tags: starswiss/kitex
Tags
chore: release v0.2.1 (cloudwego#386) * define not found instance error. * define ErrInstanceNotFound at kerrors. * tuning err msg for no instance. * refactor:replace additional atomic operations * fix:solving the concurrency problem of Hooks. * optimize: adjust minMaxIdleTimeout to 2s * optimize: lbcache is global, it doesn't need register ProbeFunc for diagnosis * docs: update readme with new blog * chore:upgrade choleraehyq/pid for Go 1.18 * fix(client): fix oneway seqid and lower loss rate (cloudwego#363) * optimize: use instance tag instead of remoteinfo tag firstly (cloudwego#374) * fix: combine services (cloudwego#367) * fix(tool): fix import of protobuf combineservice (cloudwego#359) * refactor(loadbalancer): merge function buildWeightedVirtualNodes into buildVirtualNodes (cloudwego#343) * refactor(loadbalancer): merge function buildWeightedVirtualNodes into buildVirtualNodes * Fix readme blog link * fix(generic): detect circular thrift IDL dependency (cloudwego#383) * chore: update version v0.2.1 Co-authored-by: horizonzy <horizonzy@apache.org> Co-authored-by: dongzeXD <l65775622@gmail.com> Co-authored-by: dongze <43315356+dongzeXD@users.noreply.github.com> Co-authored-by: YangruiEmma <yangr.emma@gmail.com> Co-authored-by: Joway <wangzhuowei@bytedance.com> Co-authored-by: luoguangming.ivan <luoguangming.ivan@bytedance.com> Co-authored-by: YangruiEmma <yangrui.emma@bytedance.com> Co-authored-by: HeyJavaBean <imlehr@163.com> Co-authored-by: lsjbd <44455379+lsjbd@users.noreply.github.com> Co-authored-by: Anthony-Dong <fanhaodong516@gmail.com> Co-authored-by: Simon Wang <jellalleonhardt4869@gmail.com> Co-authored-by: 王恒 <33808231+f20500909@users.noreply.github.com>
Merge pull request cloudwego#357 from cloudwego/release/v0.2.0 chore: release v0.2.0
Merge pull request cloudwego#320 from cloudwego/release/v0.1.4 chore: release v0.1.4
Merge pull request cloudwego#301 from cloudwego/release/v0.1.3 chore: release v0.1.3
Merge pull request cloudwego#290 from cloudwego/release/v0.1.2 chore: release v0.1.2
Merge pull request cloudwego#270 from cloudwego/release/v0.1.0 chore: release v0.1.0
Release/v0.0.8 (cloudwego#195) * ci: remove gofmt, better error reporting on gofumpt check * docs: add use guide for Connection Multiplexing (cloudwego#163) * Update issue templates * perf: improve memory reusage (cloudwego#166) * docs: redirect to kitex-benchmark in readme (cloudwego#172) * fix: netpollmux shard index overflow * fix: remove reflection of option arguments to prevent data-race (cloudwego#180) * feat: pass thrift plugin arguments (cloudwego#175) * feat: fill ttheader basic from_info to output from_info when decode error happen (cloudwego#184) * fix: rpc finished error may happen small probability in failure retry scenario && add sample check for retry circuit breaking (cloudwego#181) * fix: failure retry rpc finished error * feat: shard rings * fix: test case mistake (cloudwego#185) * chore(deps): bump github.com/tidwall/gjson from 1.8.0 to 1.9.3 Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.8.0 to 1.9.3. - [Release notes](https://github.com/tidwall/gjson/releases) - [Commits](tidwall/gjson@v1.8.0...v1.9.3) --- updated-dependencies: - dependency-name: github.com/tidwall/gjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * mod: unlink UDS in CreateListener * ConnPool.Get() return a conn, maybe short conn, not always long conn (cloudwego#190) * use sync.RWMutex is better (cloudwego#186) * chore: update version to v0.0.8 Change-Id: I1fd2e0215920dfce79677fbfd41b377c84826036 Co-authored-by: kevin <wanjunfeng@gmail.com> Co-authored-by: Guangming Luo <guangmingluo1994@gmail.com> Co-authored-by: YangruiEmma <yangr.emma@gmail.com> Co-authored-by: lsjbd <44455379+lsjbd@users.noreply.github.com> Co-authored-by: QihengZhou <zhouqh7@gmail.com> Co-authored-by: Joway <wangzhuowei@bytedance.com> Co-authored-by: Simon Wang <jellalleonhardt4869@gmail.com> Co-authored-by: Hchen <hechen@bytedance.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Z.Q.K <qiankunzhang@aliyun.com> Co-authored-by: halst <liu-song@users.noreply.github.com>
Merge pull request cloudwego#158 from cloudwego/release/v0.0.5 Release/v0.0.5
PreviousNext