1.0.0-beta.9 (2022-02-12)
Features Added
- Changed
SchemaRegistryApacheAvroEncoder
to deserializeMessageWithMetadata
rather than tied to a binary format
with preamble. Backwards compatibility with preamble format supported for this release. See issue #26449.
Breaking Changes
- Renamed
SchemaRegistryApacheAvroSerializer
toSchemaRegistryApacheAvroEncoder
. SchemaRegistryApacheAvroEncoder
no longer extends fromObjectSerializer
.
Other Changes
Dependency Updates
- Update
azure-data-schemaregistry
dependency to1.0.2
. - Remove dependency on
azure-core-serializer-avro-apache
.