Skip to content

v1.6.0

Compare
Choose a tag to compare
@thake thake released this 06 Jan 07:12
241afb8

A new release of avro4k!

This release is based on kotlin 1.6.10, kotlinx.serialization 1.3.2 and avro 1.11.0.

Breaking changes:

  • Support for automatically serializing/deserializing sealed interfaces is dropped. Please refer to #107 and #125 for further information.

Bugfixes:

  • Multiple issues with default values for Enums #121 #122 #123. Thanks to @kossi for fixing these issues!
  • Contextual serialization inside value classes #117 . Thanks to @vladimirfx for fixing this issue!