Skip to content

1.2.1

Compare
Choose a tag to compare
@endink endink released this 28 Oct 12:04
· 70 commits to master since this release

1.2.1 变化

该版本主要改进是 spring 环境升级,同时 kryo 5.0.0 正式版大图(big graph)性能问题得到解决

升级依赖:

  • spring boot: 2.3.4.RELEASE
  • springcloud: Hoxton.SR8
  • spring version: 5.2.9.RELEASE
  • kryo: 5.0.0
  • jackson: 2.11.3
  • netty-commons: 4.1.52.Final
  • lettuce: 5.3.4.RELEASE

迁移到 JUNIT 5

Breaking Changes:

不再兼容低于 lettuce 5.2 的库,由于 MasterSlaver 已经切换为 MasterReplica, 使用 lettuce 5.2 以下的包将不再支持~