Skip to content

Releases: linking12/saluki

1.5.7 Release

20 Oct 14:21
Compare
Choose a tag to compare
1.5.7 Release Pre-release
Pre-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

26 Sep 10:52
Compare
Choose a tag to compare

1: 支持stream流
2: 为支持stream流,生成的接口类有methodtype的自定义注解,由其来判断是unary调用还是stream调用
3:grpc版本升级到1.6.1

1.5.5 Release

19 Jul 11:24
Compare
Choose a tag to compare

功能:
1: grpc版本升级到1.5.0
2: 支持服务降级
3: 支持pojo的参数为复杂参数
4: 对failover进行优化
5: 使用最新TransmitStatusRuntimeExceptionInterceptor, Status.Unkow的错误能够正常显示
优化:
1:优化了其他的一些util代码,进行合并

1.5.4 Release

18 Jun 11:27
Compare
Choose a tag to compare

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