Skip to content

Commit

Permalink
Prepare Schema Registry release for October (#37354)
Browse files Browse the repository at this point in the history
* Prepare release for azure-data-schemaregistry

* Prepare release apache avro
  • Loading branch information
conniey committed Oct 25, 2023
1 parent 51e91ef commit bc1589d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 29 deletions.
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ com.azure:azure-cosmos-test;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-appconfiguration;1.4.10;1.5.0-beta.3
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-data-schemaregistry;1.3.10;1.4.0-beta.3
com.azure:azure-data-schemaregistry-apacheavro;1.1.10;1.2.0-beta.3
com.azure:azure-data-schemaregistry;1.3.10;1.4.0
com.azure:azure-data-schemaregistry-apacheavro;1.1.10;1.1.11
com.azure:azure-data-schemaregistry-jsonschema;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-data-tables;12.3.16;12.4.0-beta.1
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 1.2.0-beta.3 (Unreleased)
## 1.1.11 (2023-10-24)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-data-schemaregistry` from `1.3.10` to version `1.4.0`.
- Upgraded `azure-core` from `1.43.0` to version `1.44.1`.

## 1.1.10 (2023-09-19)

Expand Down Expand Up @@ -84,15 +83,6 @@
- Upgraded `azure-data-schemaregistry` from `1.3.2` to version `1.3.3`.
- Upgraded `azure-core` from `1.35.0` to version `1.36.0`.

## 1.2.0-beta.2 (2023-02-13)

### Other Changes

#### Dependency Updates

- Update `azure-core` dependency to `1.36.0`.
- Update `azure-data-schemaregistry` dependency to `1.4.0-beta.2`.

## 1.2.0-beta.1 (2023-01-26)

### Other Changes
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.1.10</version>
<version>1.1.11</version>
</dependency>
```
[//]: # ({x-version-update-end})
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.2.0-beta.3</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
<version>1.1.11</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 @@ -55,7 +55,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.4.0-beta.3</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-data-schemaregistry</artifactId>
<version>1.4.0-beta.3</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>

<!-- Test dependencies -->
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.4.0-beta.3 (Unreleased)
## 1.4.0 (2023-10-24)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.43.0` to version `1.44.1`.
- Upgraded `azure-core-http-netty` from `1.13.7` to version `1.13.9`.

## 1.3.10 (2023-09-19)

Expand Down
2 changes: 1 addition & 1 deletion 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.3.10</version>
<version>1.4.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
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.4.0-beta.3</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.4.0</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

0 comments on commit bc1589d

Please sign in to comment.