v0.2.0
Feature
[#337] feat: support options to set the internal params of gRPC (#325)
[#345] feat(kerror): add new func WithCauseAndExtraMsg for basicError
[#278] feat(rpcinfo): add FreezeRPCInfo to support asynchronous context usage
[#295] feat: default codec supports size limit
Improvement
[#334] optimize: improve retry success rate when do failure retry
Bugfix
[#323] fix(remotecli): fix bug that released connections may be reused
[#322] fix(generic): generic call supports extended services
[#328] fix(generic): fix generic call oneway flag
Chore
[#356] chore: upgrade netpoll to v0.2.0
[#329] chore: add third party license
Docs & Style
[#344] style: use ReplaceAll instead of Replace
[#317] style: remove psm in bootstrap_tpl.go
[#346] docs(rpcinfo): add example for FreezeRPCInfo