Skip to content

Azure.Data.SchemaRegistry_1.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 06 Oct 21:36
03a0d69

1.0.0-beta.4 (2021-10-06)

Features Added

  • Added FullyQualifiedNamespace property to SchemaRegistryClient.

Breaking Changes

  • Removed caching from SchemaRegistryClient.
  • Renamed GetSchemaId method to GetSchemaProperties.
  • Renamed endpoint parameter to fullyQualifiedNamespace in constructor.
  • Renamed SerializationType to SchemaFormat.
  • Make all methods return Response<T> instead of T.
  • Changed return type of GetSchema to SchemaRegistrySchema type.