Skip to content

v0.5.0

Compare
Choose a tag to compare
@nrwiersma nrwiersma released this 13 May 07:31
933e657

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