0.3.2 (2019-01-23)
- add disconnect event listener (a707669)
- env logic modify (ec5fc55)
- error (75a54fb)
- fix bugs (0d2b793)
- fix lose this.logger && update version 0.3.0 (90ac35d)
- header repeat (bb5f9e1)
- 修复zk默认重试传参问题 (6cf6914)
- add rpc head support (77fa5b1)
- support contextPath (e62115a)
- update version 0.3.1 (49a3574)
- 支持entrenceEnv透传 (fca492b)
0.2.18 (2018-10-10)
0.2.16 (2018-09-28)
- fix resp code (3595dd9)
- use httpclient to resolve jsonrpc protocol (d3ebbe7)
0.2.15 (2018-09-25)
0.2.14 (2018-09-07)
- 增加可选loadBalancer方法 & 熔断器可配 (210e3ee)
0.2.13 (2018-09-05)
- resolve socket reconnect error (2316be8)
0.2.12 (2018-08-30)
- 修复jsonRpc传参数带中文的问题,主要是请求体长度判断修正 (f887d77)
0.2.11 (2018-08-22)
- jsonrpc 返回消息体buffer拼接中文乱码问题处理 (2320fd7)
0.2.10 (2018-08-22)
0.2.9 (2018-08-22)
- 修复BUG: 修复了jsonRpc协议下消息体长度判断的逻辑,同时修复了重试逻辑中header的赋值问题 (6e22ae5)
0.2.8 (2018-08-21)
- 微调jsonrpc协议下 msgId的传参方式 (816df4c)
0.2.7 (2018-08-21)
- fix lint problem (6a1e0b2)
- 改变jsonRpc协议下的调用方式 (b18618b)