- Fixed a bug where JSON schemas incorrectly parsed null without quotes in union types, now aligning with Avro specifications
- Fixed dependencies
- ! Final Release
- Implemented zig-zag encoding for integers
- Fixed bug when serde close its stream
- Seamless compatibility with Fable.Avro
- ! Breaking changes
- Added support for Json encoding
- Got rid of Apache.Avro dependency
- Migrated from
Avro.Schema
to own Schema implementation
- Initial release