- Add support for Ruby 3.2.
- Drop support for Ruby 2.6.
- Require Avro v1.11.
- Drop dependency on
avro-patches
. - Add support for Ruby 3.0.
- Drop support for Ruby < 2.6.
- Use frozen string literals.
- Require Avro v1.10.
- Include aliases, enum defaults, and decimal logical types in the resolution canonical form. Schemas that use any of these parts of the Avro spec will get a different fingerprint with this version.
- Restrict to
avro-patches
versions < 2.0.0.
- Require
avro-patches
instead ofavro-salsify-fork
.
- Initial version