Skip to content

Releases: endink/caching-kotlin

1.5.0

02 Jul 15:16

Choose a tag to compare

  • upgrade to springboot 3.5.3
  • upgrade to jdk21
  • add native graalvm support
  • add kotlin serialization support
  • add batch set/remove redis keys
  • use inline KType instead reflection

1.4.2

19 Jun 14:05

Choose a tag to compare

  1. Move kryo type registration to core.
  2. Fix kryo interface serialization.
  3. Allow external kryo serializer.
  4. Fix unit test for jdbc transaction.

1.4.1

01 Jan 13:24

Choose a tag to compare

upgrade to springboot 3.2

upgrade dependencies

support provider configuration

1.4.0

27 Nov 16:51

Choose a tag to compare

  • Upgrade dependencies
  • Use JDK 17
  • Upgrade to Spring Boot 3.2.0

1.3.3

12 Dec 17:40

Choose a tag to compare

fix dependencies version declare

1.3.2

10 Dec 11:24

Choose a tag to compare

use byteArray for lua to compress data size
remove base64 operation to improve performace

1.3.1

10 Dec 07:15

Choose a tag to compare

upgrad to springboot 2.6.1
add json smile serializer (beacuse base64, it not smaller than json)

1.3.0

10 Dec 05:16

Choose a tag to compare

- bad release

Dont use the version !!!!

1.2.3

27 Nov 13:32

Choose a tag to compare

add kryo customizer
add jackson customizer

1.2.2

20 Apr 06:55

Choose a tag to compare

1.2.2 变化

升级 lettuce 6.1.x, 支持 spring boot 2.4.5

升级依赖:

  • spring boot: 2.4.5
  • spring cloud: 2020.0.2
  • spring version: 5.2.9.RELEASE
  • kryo: 5.1.0
  • jackson: 2.11.4 (兼容 spring 版本)
  • lettuce: 6.1.1.RELEASE