Skip to content

Releases: haskell-works/avro

v0.3.3.1

25 Jul 13:16
Compare
Choose a tag to compare

New release

v0.3.3.0

23 Jul 13:30
Compare
Choose a tag to compare

New release

v0.3.2.0

05 Jul 04:49
Compare
Choose a tag to compare

Duplicate record fields friendly generator

v0.3.1.2

04 Jul 23:08
Compare
Choose a tag to compare

Fix up release: for the field generator function, expose Text and not Name from TH.
Technically it is a breaking change, but it is a breaking change for a feature that has been there for a couple of hours, so I make it a patch.

v0.3.1.1

04 Jul 07:04
Compare
Choose a tag to compare

Minor release: expose makeSchema function in Data.Avro.Deriving to only generate Schema from an avro file

v0.3.1.0

04 Jul 05:50
Compare
Choose a tag to compare
  • Derives Generic for generated Haskell data types. Now requires DeriveGeneric extension to be enabled.
  • Provides the ability to control generated field names via providing DeriveOptions. This is handy for setups where things like generic-lens are used.

v0.3.0.5

15 Jun 04:00
Compare
Choose a tag to compare

Support for schemas with logical types by ignoring logical types and falling back to underlying Avro types by @jessekempf

v0.3.0.4

16 May 05:41
Compare
Choose a tag to compare

Make schema normalisation work for types within unions

v0.3.0.3

16 May 01:34
Compare
Choose a tag to compare
  • Fix schema normalisation for deriveAvro so that each generated schema is self-contained (all the NamedType references are resolvable within the schema)

v0.3.0.2

08 May 23:24
Compare
Choose a tag to compare

New release