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