Releases: salsify/avro-builder
Releases · salsify/avro-builder
v3.0.0
- Add support for configurable metadata on fields, records, enums, fixed types, and primitives via
Avro::Builder.extra_metadata_attributes. (f2ab3ea1) - Add support for field
orderattribute in serialized output. (f1cc6d0c) - Raise an error when invalid options are passed to a type instead of silently ignoring them. (9a347632)
- Add support for Ruby 3.4, and 4.0. (2c53c950)
- Drop support for Avro < 1.11. (2c53c950)
- Drop support for Ruby < 3.3. (2c53c950)
v2.1.0
v2.0.0
v1.1.0
- Add support for Avro 1.11
- Add support for decimal logical types.