1.3.0b2 (2023-08-09)
Features Added
The following features are experimental and may be removed:
- Sync and async
JsonSchemaEncoder
have been added underazure.schemaregistry.encoder.jsonencoder
. InvalidContentError
andJsonSchemaDraftIdentifier
have been added underazure.schemaregistry.encoder.jsonencoder
for use with theJsonSchemaEncoder
.MessageType
,MessageContent
,SchemaContentValidate
,SchemaEncoder
have been added underazure.schemaregistry
as protocols to define/for use with theJsonSchemaEncoder
and future encoder implementations.