Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

v0.5.0

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