Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 610 Bytes

CHANGELOG.md

File metadata and controls

18 lines (12 loc) · 610 Bytes

Changelog

0.3.1 (2021-07-26)

  • Fix a bug when handling type references for arrays, maps, and enums which depend upon enclosing namespaces for type name resolution.

0.3.0 (2021-05-03)

  • Permit defaults for union-valued fields to match any of the union's types, rather than just the first type in the union. This makes avroc a little more permissive than the Avro specification requires, but it's pragmatically useful because so many schemas in the wild violate this detail of the spec.

0.2.2

  • Fixed writing of data with a union which includes double as one of the possible values.