Skip to content

Commit 35961ec

Browse files
connieyvcolin7
andauthored
Prepare September release for Schema Registry (Azure#30949)
* Run prepare-script. * Prepare release for schema registry Co-authored-by: vcolin7 <[email protected]>
1 parent 264681e commit 35961ec

File tree

8 files changed

+19
-21
lines changed

8 files changed

+19
-21
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@
198198
<dependency>
199199
<groupId>com.azure</groupId>
200200
<artifactId>azure-data-schemaregistry</artifactId>
201-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
201+
<version>1.2.4</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
202202
</dependency>
203203
<dependency>
204204
<groupId>com.azure</groupId>
205205
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
206-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
206+
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
207207
</dependency>
208208
<dependency>
209209
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.12.2;4.13.0-beta.1
9696
com.azure:azure-cosmos-encryption;1.5.0;1.6.0-beta.1
9797
com.azure:azure-data-appconfiguration;1.3.7;1.4.0-beta.1
9898
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
99-
com.azure:azure-data-schemaregistry;1.2.3;1.3.0-beta.1
100-
com.azure:azure-data-schemaregistry-apacheavro;1.0.3;1.1.0-beta.1
99+
com.azure:azure-data-schemaregistry;1.2.3;1.2.4
100+
com.azure:azure-data-schemaregistry-apacheavro;1.0.3;1.0.4
101101
com.azure:azure-data-tables;12.3.4;12.4.0-beta.1
102102
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
103103
com.azure:azure-digitaltwins-core;1.3.2;1.4.0-beta.1

sdk/schemaregistry/azure-data-schemaregistry-apacheavro/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.4 (2022-09-12)
44

5-
### Features Added
6-
7-
### Breaking Changes
5+
### Other Changes
86

9-
### Bugs Fixed
7+
#### Dependency Updates
108

11-
### Other Changes
9+
- Update `azure-core` dependency to `1.32.0`.
10+
- Update `azure-data-schemaregistry` dependency to `1.2.4`.
1211

1312
## 1.0.3 (2022-08-10)
1413

sdk/schemaregistry/azure-data-schemaregistry-apacheavro/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and deserialization.
2323
<dependency>
2424
<groupId>com.azure</groupId>
2525
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
26-
<version>1.0.3</version>
26+
<version>1.0.4</version>
2727
</dependency>
2828
```
2929
[//]: # ({x-version-update-end})

sdk/schemaregistry/azure-data-schemaregistry-apacheavro/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>com.azure</groupId>
1818
<artifactId>azure-data-schemaregistry-apacheavro</artifactId>
19-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
19+
<version>1.0.4</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
2020

2121
<name>Microsoft Azure client library for Schema Registry Apache Avro Serializer</name>
2222
<description>Apache Avro-specific serializer for Azure Schema Registry client library</description>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.azure</groupId>
5454
<artifactId>azure-data-schemaregistry</artifactId>
55-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
55+
<version>1.2.4</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
5656
</dependency>
5757
<dependency>
5858
<groupId>org.apache.avro</groupId>

sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Release History
22

3-
## 1.3.0-beta.1 (Unreleased)
3+
## 1.2.4 (2022-09-12)
44

5-
### Features Added
6-
7-
### Breaking Changes
5+
### Other Changes
86

9-
### Bugs Fixed
7+
#### Dependency Updates
108

11-
### Other Changes
9+
- Update `azure-core` dependency to `1.32.0`.
10+
- Update `azure-core-http-netty` dependency to `1.12.5`.
1211

1312
## 1.2.3 (2022-08-10)
1413

sdk/schemaregistry/azure-data-schemaregistry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ add the direct dependency to your project as follows.
5454
<dependency>
5555
<groupId>com.azure</groupId>
5656
<artifactId>azure-data-schemaregistry</artifactId>
57-
<version>1.2.3</version>
57+
<version>1.2.4</version>
5858
</dependency>
5959
```
6060
[//]: # ({x-version-update-end})

sdk/schemaregistry/azure-data-schemaregistry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<groupId>com.azure</groupId>
1818
<artifactId>azure-data-schemaregistry</artifactId>
1919
<packaging>jar</packaging>
20-
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
20+
<version>1.2.4</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
2121

2222
<name>Microsoft Azure client library for Schema Registry</name>
2323
<description>This package contains the Microsoft Azure Schema Registry client library</description>

0 commit comments

Comments
 (0)