Feature:
- [#1278] feat: service inline adapt v0.9.0
- [#1265] feat:(generic) support set fields for empty struct
- [#1293] feat(generic): PB DynamicGo support importDirs
- [#1287] feat(generic): compatible with lossless conversion for int8-64
- [#1282] feat(metahandler): custom MetaHandler for only the needed functions
Optimize:
- [#1291] optimize(tool): add auto install for thriftgo
Fix:
- [#1283] fix(streaming): not reporting BizStatusError to tracer
- [#1286] fix(grpc): identify kitex errors before conv in convertStatus
- [#1280] fix: code_gen client stream should import WithDoFinish
- [#1279] fix(grpc): client stream recv returning io.EOF is not error
- [#1272] fix: OnError call twice in svrTransHandler.OnRead
- [#1264] fix(grpc): set service/method name into rpcinfo before OnReadStream