Skip to content

Releases: altoo-ag/scala-kryo-serialization

1.2.0

01 Feb 10:49
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 #14
    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.
    For kryo see their respective release notes: Kryo 5.6

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

1.1.0

30 Nov 13:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

1.0.2

09 Nov 14:42
Compare
Choose a tag to compare

What's Changed

  • Add more information for LZ4Exception during compression by @nvollmar in #5
  • Update Scala and SBT by @nvollmar in #6

Full Changelog: v1.0.1...v1.0.2

1.0.1

14 Aug 08:27
Compare
Choose a tag to compare

Headlines

Adapt some internally used methods for usage in pekko-kryo-serialization.

What's Changed

  • Renames internal methods to avoid erasure issues by @nvollmar in #4

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

1.0.0

14 Jul 15:10
Compare
Choose a tag to compare

Headlines

First official release.
Extract of scala specific serialization used in pekko-kryo-serialization:1.0.0/akka-kryo-serialization:2.5.0 so that this library can be used for generic scala without all pekko/akka dependencies.

What's Changed Since RC1

  • Switches to any for scala serialization api by @nvollmar in #2
  • Allows to customize ReferenceResolver and ClassResolver directly in custom initializer by @danischroeter in #3

Full Changelog Since RC1: v1.0.0-RC1...v1.0.0
Full Changelog Since Akka fork: 14101bc...v1.0.0

1.0.0-RC1

05 Jul 08:34
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release

Summary

Extracted scala only kryo code of https://github.com/altoo-ag/akka-kryo-serialization into a separate project to be used independently of pekko or akka.

What's Changed

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