1.0.0-beta.4 (2021-10-06)
Features Added
- Added
FullyQualifiedNamespace
property toSchemaRegistryClient
.
Breaking Changes
- Removed caching from
SchemaRegistryClient
. - Renamed
GetSchemaId
method toGetSchemaProperties
. - Renamed
endpoint
parameter tofullyQualifiedNamespace
in constructor. - Renamed
SerializationType
toSchemaFormat
. - Make all methods return
Response<T>
instead ofT
. - Changed return type of
GetSchema
toSchemaRegistrySchema
type.