azure-schemaregistry-avroencoder_1.0.0b2
Pre-release
Pre-release
1.0.0b2 (2022-03-09)
Features Added
request_optionshas been added toencodeanddecodeonAvroEncoderas an optional parameter to be passed into client requests.- The size of the current schema/schema ID caches will be logged at an info level when a new entry has been added.
Breaking Changes
MessageMetadataDicthas been renamedMessageContent.datainMessageContenthas been renamedcontent.- The
dataparameter inencodeanddecodeon the sync and asyncAvroEncoderhas been renamedcontent. - The
from_message_datamethod in theMessageTypeprotocol has been renamedfrom_message_content. Thedataparameter infrom_message_contenthas been renamedcontent. - The
__message_data__method in theMessageTypeprotocol has been renamed__message_content__.
Other Changes
- This beta release will be backward compatible for decoding data that was encoded with the AvroSerializer.
- The
encodeanddecodemethods onAvroEncodersupport the following message models:azure.eventhub.EventDatainazure-eventhub==5.9.0b2