Improvement
- (#27) Kitex now disables all stats to improve performance when no tracer is provided.
- (#40, #41) The Kitex client now will reuse connections by default.
Bugfix
- (#28) A nil-pointer bug in lbcache has been fixed.
- (#38) A data-race issue in the retry(backup request) is fixed.
Tool
- (#23) The
kitex
tool no longer generates a default config file. - (#34) The
kitex
tool now uses the latest API of thriftgo which fixes several bad corner cases in code generation. - (#31) The
kitex
tool now checks the existence of the go command instead of assuming it. Thanks to @anqiansong
Docs
We have updated some documentations in this version.
Several lint issues and typos are fixed thanks to @rleungx @Huangxuny1 @JeffreyBool.