Releases: haskell-works/avro
Releases · haskell-works/avro
v0.3.3.1
New release
v0.3.3.0
New release
v0.3.2.0
Duplicate record fields friendly generator
v0.3.1.2
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
Minor release: expose makeSchema
function in Data.Avro.Deriving
to only generate Schema
from an avro file
v0.3.1.0
- Derives
Generic
for generated Haskell data types. Now requiresDeriveGeneric
extension to be enabled. - Provides the ability to control generated field names via providing
DeriveOptions
. This is handy for setups where things likegeneric-lens
are used.
v0.3.0.5
Support for schemas with logical types by ignoring logical types and falling back to underlying Avro types by @jessekempf
v0.3.0.4
Make schema normalisation work for types within unions
v0.3.0.3
- Fix schema normalisation for
deriveAvro
so that each generated schema is self-contained (all theNamedType
references are resolvable within the schema)
v0.3.0.2
New release