Releases: altoo-ag/pekko-kryo-serialization
Releases · altoo-ag/pekko-kryo-serialization
1.2.0
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
- This change allows to use kryo 5 alongside kryo 4. All imports to kryo have been changed to the versioned classes:
- 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
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
- This upgrades kryo from 5.4.0 to 5.5.0 (fullly compatible based on kryo release notes)
Full Changelog: v1.0.1...v1.1.0
1.0.1
What's Changed
- Upgrade to latest scala-kryo-serialization with more information for LZ4Exception https://github.com/altoo-ag/scala-kryo-serialization/releases/tag/v1.0.2
- Add compat module for wire compatibility with Akka by @nvollmar in #13
- Update Scala and SBT by @nvollmar in #14
Full Changelog: v1.0.0...v1.0.1
1.0.0
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
- Verify against latest pekko 1.0.0-RC3 by @danischroeter in #7
- Switches to scala-kryo-serialization by @nvollmar in #8
- pekko 1.0.1 by @pjfanning in #10
- Prepare to use final versions... by @danischroeter in #9
Full Changelog: v1.0.0-RC1...v1.0.0
1.0.0-RC1
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