1.0.0-beta.3 (2021-10-05)
Breaking Changes
- renames
SchemaDescription
'sgroup
togroupName
- renames
SchemaId
toSchemaProperties
- renames
getSchemaById
togetSchema
- renames
GetSchemaByIdOptions
toGetSchemaOptions
- renames
content
toschemaDefinition
,serializationType
toformat
, andKnownSerializationType
toKnownSchemaFormat
Other Changes
- remove caching from the client. The customer can rely on the one in the serializer package such as
@azure/schema-registry-avro
or write their own that makes most sense in their application.