Skip to content

Commit 2a6d8bf

Browse files
authored
Release schema registry (Azure#27076)
* Run Prepare-Release.ps1 for azure-data-schemaregistry. * Running prepare-release for apacheavro * Fixing broken links
1 parent 8f33e7a commit 2a6d8bf

File tree

9 files changed

+16
-20
lines changed

9 files changed

+16
-20
lines changed

eng/jacoco-test-coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<dependency>
194194
<groupId>com.azure</groupId>
195195
<artifactId>azure-data-schemaregistry</artifactId>
196-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
196+
<version>1.0.2</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
197197
</dependency>
198198
<dependency>
199199
<groupId>com.azure</groupId>

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-2_2-12;4.6.1;4.7.0-beta.1
8787
com.azure:azure-cosmos-encryption;1.0.0-beta.9;1.0.0-beta.10
8888
com.azure:azure-data-appconfiguration;1.3.0;1.4.0-beta.1
8989
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
90-
com.azure:azure-data-schemaregistry;1.0.1;1.1.0-beta.1
90+
com.azure:azure-data-schemaregistry;1.0.1;1.0.2
9191
com.azure:azure-data-schemaregistry-apacheavro;1.0.0-beta.8;1.0.0-beta.9
9292
com.azure:azure-data-tables;12.2.0;12.3.0-beta.1
9393
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.9 (Unreleased)
3+
## 1.0.0-beta.9 (2022-02-12)
44

55
### Features Added
66

@@ -12,8 +12,6 @@
1212
- Renamed `SchemaRegistryApacheAvroSerializer` to `SchemaRegistryApacheAvroEncoder`.
1313
- `SchemaRegistryApacheAvroEncoder` no longer extends from `ObjectSerializer`.
1414

15-
### Bugs Fixed
16-
1715
### Other Changes
1816

1917
#### Dependency Updates

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

Lines changed: 4 additions & 4 deletions
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.0-beta.8</version>
26+
<version>1.0.0-beta.9</version>
2727
</dependency>
2828
```
2929
[//]: # ({x-version-update-end})
@@ -52,7 +52,7 @@ with the Azure SDK, please include the `azure-identity` package:
5252
<dependency>
5353
<groupId>com.azure</groupId>
5454
<artifactId>azure-identity</artifactId>
55-
<version>1.4.3</version>
55+
<version>1.4.4</version>
5656
</dependency>
5757
```
5858

@@ -163,8 +163,8 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
163163
[event_hubs_namespace]: https://docs.microsoft.com/azure/event-hubs/event-hubs-about
164164
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable
165165
[product_documentation]: https://aka.ms/schemaregistry
166-
[specific_record]: https://avro.apache.org/docs/1.9.2/api/java/org/apache/avro/specific/SpecificRecord.html
167-
[generic_record]: https://avro.apache.org/docs/1.9.2/api/java/org/apache/avro/generic/GenericRecord.html
166+
[specific_record]: https://avro.apache.org/docs/current/api/java/org/apache/avro/specific/SpecificRecord.html
167+
[generic_record]: https://avro.apache.org/docs/current/api/java/org/apache/avro/generic/GenericRecord.html
168168
[custom_subdomain]: https://docs.microsoft.com/azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain
169169
[register_aad_app]: https://docs.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
170170
[aad_grant_access]: https://docs.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>com.azure</groupId>
5454
<artifactId>azure-data-schemaregistry</artifactId>
55-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
55+
<version>1.0.2</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: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.2 (2022-02-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.25.0`.
1210

1311
## 1.0.1 (2022-01-18)
1412

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ schema identifiers rather than full schemas.
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-data-schemaregistry</artifactId>
24-
<version>1.0.1</version>
24+
<version>1.0.2</version>
2525
</dependency>
2626
```
2727
[//]: # ({x-version-update-end})
@@ -42,7 +42,7 @@ To use the [DefaultAzureCredential][DefaultAzureCredential] provider shown below
4242
<dependency>
4343
<groupId>com.azure</groupId>
4444
<artifactId>azure-identity</artifactId>
45-
<version>1.4.3</version>
45+
<version>1.4.4</version>
4646
</dependency>
4747
```
4848

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.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
20+
<version>1.0.2</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
2121

2222
<name>Microsoft Azure client library for Schema Registry</name>
2323
<description>Libraries built on Microsoft Azure Schema Registry</description>

sdk/schemaregistry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.azure</groupId>
2525
<artifactId>azure-data-schemaregistry</artifactId>
26-
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
26+
<version>1.0.2</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
2727
</dependency>
2828
<dependency>
2929
<groupId>com.azure</groupId>

0 commit comments

Comments
 (0)