Releases: haskell-works/avro
Releases · haskell-works/avro
v0.3.0.1
- Fixed decoding default values for Unions
- Fixed deconflicting nested schemas
v0.3.0.0
- 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