Improvement
- [#56] Make transMetaHandler executed before customized boundHandlers to ensure the customized boundHandlers could get metainfo.
- [#60] TransError uses internal error typeID if exist.
Bugfix:
- [#58] Not reset stats level when clear RPCInfo in netpollmux to fix metric missing bug when use netpollmux.
- [#62] Remove stale addresses in long pool.
- [#69] [#70] Add an EOF condition to eliminate a redundant warning.
- [#75] Modify error types check of service circuit breaker to fix the bug that fuse cannot be triggered.
Tool:
- [#81] Adjust protobuf generated code of unary to support both Kitex Protobuf and gRPC.
- [#49] Upgrade version of thriftgo to fix golint style.
- [#51] Fix typo in thrift generated code.
- [#66] Fix a bug that streaming generated code missing transport option.
Docs:
- [#48] Add Golang setup section and Golang version requirement
- [#50] [#65] Some docs are updated.
- [#64][#71][#72][#73][#74][#76][#79] Add some English documents.
Dependency Change:
- Thriftgo: v0.0.2-0.20210726073420-0145861fcd04 -> v0.1.2
- Netpoll: v0.0.2 -> v0.0.3