2.1.1
- Update kryo to 4.0.0 and kryo serializers to 0.41 (#331). By default generics handling is compatible to older Kryo versions, this can be changed via
KryoBuilder.withOptimizedGenerics(false)
. - Changed KryoTranscoder to create a new builder for each new Kryo (135d4fc)
Here's the list of changes from 2.1.0 to 2.1.1.