diff --git a/sdk/schemaregistry/schema-registry-avro/CHANGELOG.md b/sdk/schemaregistry/schema-registry-avro/CHANGELOG.md index 0b299c74a2f2..4289a12c724d 100644 --- a/sdk/schemaregistry/schema-registry-avro/CHANGELOG.md +++ b/sdk/schemaregistry/schema-registry-avro/CHANGELOG.md @@ -1,17 +1,15 @@ # Release History -## 1.0.0-beta.3 (Unreleased) - -### Features Added +## 1.0.0-beta.3 (2021-10-05) ### Breaking Changes - `schemaGroup` is no longer a constructor parameter and has been moved to the constructor options because it is only required for serialization. -### Bugs Fixed - ### Other Changes +- Depends on @azure/schema-registry@1.0.0-beta.3. + ## 1.0.0-beta.2 (2021-08-17) ### Features Added diff --git a/sdk/schemaregistry/schema-registry-avro/README.md b/sdk/schemaregistry/schema-registry-avro/README.md index 0d8dafb5a8d8..4918d1cf4c55 100644 --- a/sdk/schemaregistry/schema-registry-avro/README.md +++ b/sdk/schemaregistry/schema-registry-avro/README.md @@ -145,5 +145,4 @@ learn more about how to build and test the code. [azure_sub]: https://azure.microsoft.com/free/ [azure_portal]: https://portal.azure.com [azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity -[cognitive_auth]: https://docs.microsoft.com/azure/cognitive-services/authentication [defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential diff --git a/sdk/schemaregistry/schema-registry/CHANGELOG.md b/sdk/schemaregistry/schema-registry/CHANGELOG.md index b88c38d74189..05394fc6b6f5 100644 --- a/sdk/schemaregistry/schema-registry/CHANGELOG.md +++ b/sdk/schemaregistry/schema-registry/CHANGELOG.md @@ -1,8 +1,6 @@ # Release History -## 1.0.0-beta.3 (Unreleased) - -### Features Added +## 1.0.0-beta.3 (2021-10-05) ### Breaking Changes @@ -10,11 +8,8 @@ - renames `SchemaId` to `SchemaProperties` - renames `getSchemaById` to `getSchema` - renames `GetSchemaByIdOptions` to `GetSchemaOptions` -- `getSchema` and `getSchemaProperties` no longer return `undefined` if the schema was not registered - renames `content` to `schemaDefinition`, `serializationType` to `format`, and `KnownSerializationType` to `KnownSchemaFormat` -### Bugs Fixed - ### Other Changes - remove caching from the client. The customer can rely on the one in the serializer package such as `@azure/schema-registry-avro` or write their own that makes most sense in their application. diff --git a/sdk/schemaregistry/schema-registry/README.md b/sdk/schemaregistry/schema-registry/README.md index 882e34759e80..0fe7fab91115 100644 --- a/sdk/schemaregistry/schema-registry/README.md +++ b/sdk/schemaregistry/schema-registry/README.md @@ -178,5 +178,4 @@ learn more about how to build and test the code. [azure_sub]: https://azure.microsoft.com/free/ [azure_portal]: https://portal.azure.com [azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity -[cognitive_auth]: https://docs.microsoft.com/azure/cognitive-services/authentication [defaultazurecredential]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity#defaultazurecredential