From b17fed8df6b512691656673a6c5b7e8033ff31c2 Mon Sep 17 00:00:00 2001 From: Connie Yau Date: Tue, 11 Oct 2022 12:25:54 -0600 Subject: [PATCH] Prepare release for Schema Registry (#31375) * Running prepare release. * Using minor bump --- eng/jacoco-test-coverage/pom.xml | 4 ++-- eng/versioning/version_client.txt | 4 ++-- .../azure-data-schemaregistry-apacheavro/CHANGELOG.md | 11 +++++------ .../azure-data-schemaregistry-apacheavro/README.md | 2 +- .../azure-data-schemaregistry-apacheavro/pom.xml | 4 ++-- .../azure-data-schemaregistry/CHANGELOG.md | 9 +++++---- .../azure-data-schemaregistry/README.md | 2 +- sdk/schemaregistry/azure-data-schemaregistry/pom.xml | 2 +- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/eng/jacoco-test-coverage/pom.xml b/eng/jacoco-test-coverage/pom.xml index 04620bfa4d96a..68e62899ec840 100644 --- a/eng/jacoco-test-coverage/pom.xml +++ b/eng/jacoco-test-coverage/pom.xml @@ -198,12 +198,12 @@ com.azure azure-data-schemaregistry - 1.3.0-beta.1 + 1.3.0 com.azure azure-data-schemaregistry-apacheavro - 1.1.0-beta.1 + 1.1.0 com.azure diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index fbb5adfa6c975..55dbd1ee937a7 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -96,8 +96,8 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.14.1;4.15.0-beta.1 com.azure:azure-cosmos-encryption;1.7.1;1.8.0-beta.1 com.azure:azure-data-appconfiguration;1.3.7;1.4.0-beta.1 com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-data-schemaregistry;1.2.4;1.3.0-beta.1 -com.azure:azure-data-schemaregistry-apacheavro;1.0.4;1.1.0-beta.1 +com.azure:azure-data-schemaregistry;1.2.4;1.3.0 +com.azure:azure-data-schemaregistry-apacheavro;1.0.4;1.1.0 com.azure:azure-data-tables;12.3.4;12.4.0-beta.1 com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1 com.azure:azure-digitaltwins-core;1.3.2;1.3.3 diff --git a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md index b9e102e87bf46..5da78e637e96b 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md +++ b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md @@ -1,14 +1,13 @@ # Release History -## 1.1.0-beta.1 (Unreleased) +## 1.1.0 (2022-10-11) -### Features Added - -### Breaking Changes +### Other Changes -### Bugs Fixed +#### Dependency Updates -### Other Changes +- Update `azure-core` dependency to `1.33.0`. +- Update `azure-data-schemaregistry` dependency to `1.3.0`. ## 1.0.4 (2022-09-12) diff --git a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/README.md b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/README.md index 9eec697f3f5ab..6831d8caf98e4 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/README.md +++ b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/README.md @@ -23,7 +23,7 @@ and deserialization. com.azure azure-data-schemaregistry-apacheavro - 1.0.4 + 1.1.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml index 6da25fe4f09e0..be744a83744bf 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml +++ b/sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml @@ -16,7 +16,7 @@ com.azure azure-data-schemaregistry-apacheavro - 1.1.0-beta.1 + 1.1.0 Microsoft Azure client library for Schema Registry Apache Avro Serializer Apache Avro-specific serializer for Azure Schema Registry client library @@ -52,7 +52,7 @@ com.azure azure-data-schemaregistry - 1.3.0-beta.1 + 1.3.0 org.apache.avro diff --git a/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md b/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md index f340637ff4226..b05feff90e9d7 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md +++ b/sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.3.0-beta.1 (Unreleased) +## 1.3.0 (2022-10-11) ### Features Added @@ -12,11 +12,12 @@ - `SchemaRegistrySchema getSchema(String groupName, String schemaName, int schemaVersion)` - `Response getSchemaWithResponse(String groupName, String schemaName, int schemaVersion, Context context)` -### Breaking Changes +### Other Changes -### Bugs Fixed +#### Dependency Updates -### Other Changes +- Update `azure-core` dependency to `1.33.0`. +- Update `azure-core-http-netty` dependency to `1.12.6`. ## 1.2.4 (2022-09-12) diff --git a/sdk/schemaregistry/azure-data-schemaregistry/README.md b/sdk/schemaregistry/azure-data-schemaregistry/README.md index e378f560e1daa..687221930c052 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry/README.md +++ b/sdk/schemaregistry/azure-data-schemaregistry/README.md @@ -54,7 +54,7 @@ add the direct dependency to your project as follows. com.azure azure-data-schemaregistry - 1.2.4 + 1.3.0 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/schemaregistry/azure-data-schemaregistry/pom.xml b/sdk/schemaregistry/azure-data-schemaregistry/pom.xml index 77a82a4d6bf72..2446c49571a91 100644 --- a/sdk/schemaregistry/azure-data-schemaregistry/pom.xml +++ b/sdk/schemaregistry/azure-data-schemaregistry/pom.xml @@ -17,7 +17,7 @@ com.azure azure-data-schemaregistry jar - 1.3.0-beta.1 + 1.3.0 Microsoft Azure client library for Schema Registry This package contains the Microsoft Azure Schema Registry client library