This repository was archived by the owner on Jan 18, 2026. It is now read-only.
v0.5.0
Note: This is a breaking version change
- avro: Rewrote Unions to use interfaces and a resolver
- avro: Removed
UnionTypeas 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