Skip to content

v10.2.1

Latest
Compare
Choose a tag to compare
@actgardner actgardner released this 16 Apr 20:20
· 3 commits to master since this release

This releases fixes a single bug for schema evolution when removing an enum field from a record. If the old schema contained an enum, and the new schema did not contain an enum, an error would be thrown when deserializing old data. We now correctly deserialize the data for the removed field and throw it away (#185).