Skip to content

azure-schemaregistry-avroencoder_1.0.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 10 Feb 00:46
112f088

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 and decode methods on AvroEncoder support the following message models:
    • azure.eventhub.EventData in azure-eventhub==5.9.0b1