Skip to content

Releases: haskell-works/avro

v0.3.0.1

04 May 03:53
Compare
Choose a tag to compare
  • Fixed decoding default values for Unions
  • Fixed deconflicting nested schemas

v0.3.0.0

18 Apr 11:30
Compare
Choose a tag to compare
  • Fixed how we handle unions of records with the same fields.
  • Fixed how default values are parsed for bytes and fixed types.
  • Added a Data.Avro.JSON module for encoding and decoding Avro objects as JSON.
  • Enable Circle CI