v0.7.1
What's Changed
- chore: Merge back v0.7.0 by @HeyJavaBean in #1077
- feat: add heartbeat MessageType and processing logic for svrTransHandler by @DMwangnima in #1069
- fix(gRPC): client send END_STREAM flag in unary call by @ppzqh in #1066
- fix(generic): activate api.js_conv by default for json generic with dynamicgo to be consistent with original json generic by @Marina-Sakai in #1084
- feat(limit): support updating config for rate limit dynamically by @whalecold in #1083
- optimize(timeout): add more log info in case of 'timeout by business' by @felix021 in #1088
- fix: unmarshal return non-nil response when buf is nil by @jayantxie in #1086
- feat: provide an api for getting deserialized unknown fields from generated struct. by @jayantxie in #1087
- fix(generic): support conversion from string to int and float for json generic to be consistent with the original json generic by @Marina-Sakai in #1090
- fix(generic): support string for fields of type void in json generic using dynamicgo to be consistent with the original json generic by @Marina-Sakai in #1089
- Revert "fix(gRPC): client send END_STREAM flag in unary call" by @ppzqh in #1092
- chore: release v0.7.1 by @alice-yyds in #1093
New Contributors
- @DMwangnima made their first contribution in #1069
Full Changelog: v0.7.0...v0.7.1