Skip to content

Commit

Permalink
Prepare release for schema registry. (Azure#29385)
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey authored Jun 10, 2022
1 parent cf22365 commit cf9e560
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 25 deletions.
4 changes: 2 additions & 2 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.11.1;4.12.0-beta.1
com.azure:azure-cosmos-encryption;1.3.0;1.4.0-beta.1
com.azure:azure-data-appconfiguration;1.3.3;1.3.4
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.2.0;1.3.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.0.0;1.1.0-beta.1
com.azure:azure-data-schemaregistry;1.2.0;1.2.1
com.azure:azure-data-schemaregistry-apacheavro;1.0.0;1.0.1
com.azure:azure-data-tables;12.3.0;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.2.3;1.3.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.0.1 (2022-06-10)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Update `azure-data-schemaregistry` dependency to `1.2.1`.

## 1.0.0 (2022-05-13)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ and deserialization.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -51,7 +51,7 @@ with the Azure SDK, please include the `azure-identity` package:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->

<name>Microsoft Azure client library for Schema Registry Apache Avro Serializer</name>
<description>Apache Avro-specific serializer for Azure Schema Registry client library</description>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down
11 changes: 5 additions & 6 deletions sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.2.1 (2022-06-10)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Update `azure-core` dependency to `1.29.1`.
- Update `azure-core-http-netty` dependency to `1.12.2`.

## 1.2.0 (2022-05-13)

Expand Down
4 changes: 2 additions & 2 deletions sdk/schemaregistry/azure-data-schemaregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand All @@ -75,7 +75,7 @@ To use the [DefaultAzureCredential][DefaultAzureCredential] provider shown below
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion sdk/schemaregistry/azure-data-schemaregistry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<packaging>jar</packaging>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->

<name>Microsoft Azure client library for Schema Registry</name>
<description>This package contains the Microsoft Azure Schema Registry client library</description>
Expand Down
4 changes: 2 additions & 2 deletions sdk/schemaregistry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
<version>1.0.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit cf9e560

Please sign in to comment.