1.0.0b3 (2021-10-06)
Features Added
auto_register_schemas
keyword argument has been added toAvroSerializer
, which will allow for automatically registering schemas passed in to theserialize
, when set toTrue
, otherwiseFalse
by default.value
parameter inserialize
onAvroSerializer
takes typeMapping
rather thanDict
.- Depends on
azure-schemaregistry==1.0.0b3
.
Breaking Changes
SchemaRegistryAvroSerializer
has been renamedAvroSerializer
.schema_registry
parameter in theAvroSerializer
constructor has been renamedclient
.schema_group
parameter in theAvroSerializer
constructor has been renamedgroup_name
.data
parameter in theserialize
anddeserialize
methods onAvroSerializer
has been renamedvalue
.schema
parameter in theserialize
method onAvroSerializer
no longer accepts argument of typebytes
.AvroSerializer
constructor no longer takes in thecodec
keyword argument.- The following positional arguments are now required keyword arguments:
client
andgroup_name
inAvroSerializer
constructorschema
inserialize
onAvroSerializer