Skip to content

v0.9.1

Latest
Compare
Choose a tag to compare
@alice-yyds alice-yyds released this 18 Mar 08:35
8526b3a

Feature:

  1. [#1278] feat: service inline adapt v0.9.0
  2. [#1265] feat:(generic) support set fields for empty struct
  3. [#1293] feat(generic): PB DynamicGo support importDirs
  4. [#1287] feat(generic): compatible with lossless conversion for int8-64
  5. [#1282] feat(metahandler): custom MetaHandler for only the needed functions

Optimize:

  1. [#1291] optimize(tool): add auto install for thriftgo

Fix:

  1. [#1283] fix(streaming): not reporting BizStatusError to tracer
  2. [#1286] fix(grpc): identify kitex errors before conv in convertStatus
  3. [#1280] fix: code_gen client stream should import WithDoFinish
  4. [#1279] fix(grpc): client stream recv returning io.EOF is not error
  5. [#1272] fix: OnError call twice in svrTransHandler.OnRead
  6. [#1264] fix(grpc): set service/method name into rpcinfo before OnReadStream

Chore:

  1. [#1298] chore: add String function for gRPC codes
  2. [#1289] perf(utils/json): use sonic to implement Map2JSONStr and JSONStr2Map
  3. [#1277] chore: update readme description, blog and img