Akka Kryo Serialization Versions Save

Kryo-based serialization for Akka

v2.5.2

7 months ago

What's Changed

Full Changelog: https://github.com/altoo-ag/akka-kryo-serialization/compare/v2.5.1...v2.5.2

v2.5.1

11 months ago

What's Changed

Performance optimization

New Contributors

Full Changelog: https://github.com/altoo-ag/akka-kryo-serialization/compare/v2.5.0...v2.5.1

v2.5.0

1 year ago

Summary

Use safer name based enum serializer and bump kryo from 5.3 to 5.4. Please check the Migration Guide before upgrading.

What's Changed

Full Changelog: https://github.com/altoo-ag/akka-kryo-serialization/compare/v2.4.3...v2.5.0

v2.4.3

2 years ago

Added new, optional enumeration serializer using name instead of index, which will become the default in the upcoming 2.5 release.

v2.4.1

2 years ago

Adds support to serialize scala 3 enums. Scala 2.12/2.13 artifacts are unchanged.

v2.4.0

2 years ago

Upgrading to the latest version of kryo and add tests for java 17.

Changelog

  • upgrade kryo 5.2 -> 5.3
  • upgrade akka 2.6.17 -> 2.6.18

v2.3.0

2 years ago

Upgrading to the latest version of kryo.

Check migration notes for record serialization. https://github.com/altoo-ag/akka-kryo-serialization/blob/master/migration-guide.md#migration-from-21x-to-22x

Changelog

  • upgrade kryo 5.1.1 -> 5.2
  • upgrade akka 2.6.15 -> 2.6.16
  • upgrade lz4, commons-io,scala-collection-compat

v2.2.0

3 years ago

Upgrade to latest cryo base library and add bytebuffer support. The bytebuffer optimizations require java 11 or later! Users of pre 11 java need to use 2.1.x !

Changelog

  • update akka to the latest version 2.6.12
  • add akka bytebuffer support - thx to @armanbilge for the contribution
  • upgrade to kryo 5.1.0
  • support scala 3 (3.0.0-RC2)

v2.2.0-RC2

3 years ago

Upgrade to latest cryo and add bytebuffer support

Changelog

  • update akka to the latest version 2.6.12
  • add akka bytebuffer support
  • upgrade to kryo 5.1.0
  • support scala 3.0

v2.1.0

3 years ago

Adds akka typed support. 2.1.0 is the same as 2.1.0-RC1 with the akka dependency upgraded 2.6.11 to 2.6.12

Changelog

  • update akka to the latest version 2.6.12
  • convert to multimodule and add a new module for typed