1.0.0b1 (2022-02-09)
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.
Features Added
- This package is meant to replace the azure-schemaregistry-avroserializer.
- APIs have been updated to allow for encoding directly to and decoding from message type objects, where the data value is the Avro encoded payload.
- The content type of the message will hold the schema ID and record format indicator.
Other Changes
- This beta release will be backward compatible for decoding data that was encoded with the AvroSerializer.
- The
encode
anddecode
methods onAvroEncoder
support the following message models:azure.eventhub.EventData
inazure-eventhub==5.9.0b1