Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@danischroeter danischroeter released this 01 Feb 13:31
· 3 commits to main since this release

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