Skip to content

0.4.28: A few fast-avro fixes

Choose a tag to compare

@gaojieliu gaojieliu released this 09 May 17:53
· 14 commits to master since this release
00cb0c5

What's Changed

  • Support custom logical types derived from fixed types by @chadparry in #565
  • Fix nested map and array problems by @pamitm in #576
  • Fix the map/array for nested maps/array with unions at play by @pamitm in #578
  • Handle Nullable Unions Of Enums Correctly by @pamitm in #575
  • Seek Field Action Correctly When Writer Is Required And Reader Is Nullable by @pamitm in #573
  • Support java keywords as class names for records during generic decode by @pamitm in #577

New Contributors

Full Changelog: 0.4.25...0.4.28