Releases: linking12/saluki
Releases · linking12/saluki
1.5.7 Release
1: 用directExecutor代替SerializingExecutor 提高性能
grpc/grpc-java#368
2: pojo与protobuf之间的转化增加了cache操作,过多的反射操作影响性能
3: 修复了protobuf的enum无法转回pojo的enum的bug
4: grpc版本升级到1.7.0
1.5.6 Release
1.5.5 Release
功能:
1: grpc版本升级到1.5.0
2: 支持服务降级
3: 支持pojo的参数为复杂参数
4: 对failover进行优化
5: 使用最新TransmitStatusRuntimeExceptionInterceptor, Status.Unkow的错误能够正常显示
优化:
1:优化了其他的一些util代码,进行合并
1.5.4 Release
Upgrade Spring-boot to 1.5.4.RELEASE and Grpc to 1.4.0
Bug Fix
- Fix getLocalHost bug, follower spring cloud inter and outer ip
- Optimum the service routing, use grpc picker for routing
- Optimum the Channel, the channel is One Group on channel, In last version,one service one channel
- Optimum the doc