github Azure/azure-sdk-for-python azure-schemaregistry_1.0.0b3

latest releases: azure-mgmt-datafactory_7.1.0, azure-storage-queue_12.10.0, azure-storage-file-share_12.16.0...
pre-release2 years ago

1.0.0b3 (2021-10-05)

Breaking Changes

  • get_schema_id method on sync and async SchemaRegistryClient has been renamed get_schema_properties.
  • schema_id parameter in get_schema method on sync and async SchemaRegistryClient has been renamed id.
  • register_schema and get_schema_properties methods on sync and async SchemaRegistryClient now take in the following parameters in the given order:
    • group_name, which has been renamed from schema_group
    • name, which has been renamed from schema_name
    • schema_definition, which has been renamed from schema_content
    • format, which has been renamed from serialization_type
  • endpoint parameter in SchemaRegistryClient constructor has been renamed fully_qualified_namespace
  • location instance variable in SchemaProperties has been removed.
  • Schema and SchemaProperties no longer have positional parameters, as they will not be constructed by the user.

Other Changes

  • Updated azure-core dependency to 1.19.0.
  • Removed caching support of registered schemas so requests are sent to the service to register schemas, get schema properties, and get schemas.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.