1.0.0-beta.6 (2021-10-08)
Features added
- Added
SchemaRegistrySchema
. - Added
SchemaRegistryVersion
. - Added back
Response<T>
overloads forgetSchema
,getSchemaProperties
.
Breaking changes
- Removed client-side caching.
- Changed
getSchemaId
togetSchemaProperties
. - Moved
SchemaProperties.getSchema()
toSchemaRegistrySchema.getSchemaDefinition()
. - Changed
getSchema()
to returnString
instead ofbyte[]
. - Changed
SerializationType
toSchemaFormat
.
Other Changes
Dependency Updates
- Update
azure-core-serializer-avro-apache
dependency to1.0.0-beta.13
.