Releases: hamba/avro
Releases · hamba/avro
v0.5.0
Note: This is a breaking version change
- avro: Rewrote Unions to use interfaces and a resolver
- avro: Removed
UnionType
as it is no longer needed - avro: Added Schema Compatibility checking
- avro: Made schemas immutable
- avro: Added Protocol and Message parsing in preparation for IPC
- avro: Other minor changes