github Azure/azure-sdk-for-js @azure/schema-registry_1.0.0

latest releases: @azure/eventgrid-namespaces_1.0.0-beta.2, @azure-tools/test-recorder_3.2.0, @azure/storage-file-datalake_12.17.0-beta.1...
2 years ago

1.0.0 (2021-11-10)

Features Added

  • an option to customize the API version has been added to SchemaRegistryClientOptions.

Breaking Changes

  • The type Schema no longer extends SchemaProperties, instead, it now has two properties, one for the schema definition and one for its properties.
  • Schema.schemaDefinition has been renamed to Schema.definition.
  • SchemaDescription.schemaDefinition has been renamed to SchemaDescription.definition.
  • getSchema and getSchemaProperties no longer return undefined. If a schema is not found, an error will be thrown.
  • SchemaProperties no longer includes the version.

Other Changes

  • This is the initial general availability release of the schema registry package and the API version defaults to 2021-10.

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

NewReleases is sending notifications on new releases.