azure-schemaregistry-avroserializer_1.0.0b4
Pre-release
Pre-release
1.0.0b4 (2021-11-11)
Features Added
- Async version of
AvroSerializerhas been added underazure.schemaregistry.serializer.avroserializer.aio. - Depends on
azure-schemaregistry>=1.0.0,<2.0.0.
Breaking Changes
SchemaParseError,SchemaSerializationError, andSchemaDeserializationErrorhave been introduced underazure.schemaregistry.serializer.avroserializer.exceptionsand will be raised for corresponding operations.SchemaParseErrorandSchemaSerializationErrormay be raised for errors when callingserializeonAvroSerializer.SchemaParseErrorandSchemaDeserializationErrormay be raised for errors when callingdeserializeonAvroSerializer.