Skip to content

Releases: altoo-ag/pekko-kryo-serialization

1.2.0

01 Feb 13:31
Compare
Choose a tag to compare

What's Changed

  • Upgrades kryo from 5.5.0 to 5.6.0 and switches to library version by @nvollmar in #16
    • This change allows to use kryo 5 alongside kryo 4. All imports to kryo have been changed to the versioned classes: com.esotericsoftware.kryo.kryo -> com.esotericsoftware.kryo.kryo5. Users might need to change imports in custom code.
    • This upgrades kryo from 5.5.0 to 5.6.0 (fullly compatible based on kryo release notes)
      This should improve performance of BigDecimals
  • Update internal dependencies by @danischroeter in #17

For kryo see their respective release notes: Kryo 5.6

Full Changelog: v1.1.0...v1.2.0

1.1.0

30 Nov 15:37
Compare
Choose a tag to compare

What's Changed

  • Bump scala kryo serialization by @danischroeter in #15
    • This upgrades kryo from 5.4.0 to 5.5.0 (fullly compatible based on kryo release notes)
      See kryo release notes for details
    • This also supports special scala3 enums

Full Changelog: v1.0.1...v1.1.0

1.0.1

09 Nov 19:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

1.0.0

14 Aug 09:23
Compare
Choose a tag to compare

Headlines

Final release using the first available pekko release and extracting the common scala serialization into scala-kryo-serialization.
pekko-kryo-serialization:1.0.0 is feature wise the same as akka-kryo-serialization:2.5.1

What's Changed

Full Changelog: v1.0.0-RC1...v1.0.0

1.0.0-RC1

21 Jun 11:05
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release

First release candidate against pekko 1.0.0-rc1
pekko-kryo-serialization:1.0.0 is feature wise the same as akka-kryo-serialization:2.5.0