Skip to content

Commit

Permalink
Increment versions for schemaregistry releases (#42080)
Browse files Browse the repository at this point in the history
Increment package versions for schemaregistry releases
  • Loading branch information
azure-sdk authored Oct 1, 2024
1 parent 2ec0458 commit c32d9bd
Show file tree
Hide file tree
Showing 7 changed files with 64 additions and 14 deletions.
6 changes: 3 additions & 3 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-data-appconfiguration;1.7.1;1.8.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.4.9;1.5.0
com.azure:azure-data-schemaregistry-apacheavro;1.1.20;1.1.21
com.azure:azure-data-schemaregistry-jsonschema;1.0.0-beta.1;1.0.0
com.azure:azure-data-schemaregistry;1.5.0;1.6.0-beta.1
com.azure:azure-data-schemaregistry-apacheavro;1.1.21;1.2.0-beta.3
com.azure:azure-data-schemaregistry-jsonschema;1.0.0;1.1.0-beta.1
com.azure:azure-data-tables;12.4.5;12.5.0-beta.1
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-developer-devcenter;1.0.4;1.1.0-beta.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,43 @@
# Release History

## 1.1.21 (2024-09-13)
## 1.2.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.1.21 (2024-09-27)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.49.1` to version `1.51.0`.
- Upgraded `azure-data-schemaregistry` from `1.4.7` to version `1.5.0`.
- Upgraded `azure-core` from `1.51.0` to version `1.52.0`.
- Upgraded `azure-data-schemaregistry` from `1.4.9` to version `1.5.0`.

## 1.1.20 (2024-08-25)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.50.0` to version `1.51.0`.
- Upgraded `azure-data-schemaregistry` from `1.4.8` to version `1.4.9`.


## 1.1.19 (2024-07-27)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.49.1` to version `1.50.0`.
- Upgraded `azure-data-schemaregistry` from `1.4.7` to version `1.4.8`.


## 1.1.18 (2024-06-27)

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.21</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-apacheavro;current} -->
<version>1.2.0-beta.3</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.5.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.6.0-beta.1</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
@@ -1,15 +1,25 @@
# Release History

## 1.0.0 (2024-09-12)
## 1.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0 (2024-09-27)

### Other Changes

#### Dependency Updates

- Upgraded `azure-data-schemaregistry` from `1.3.10` to version `1.5.0`.
- Upgraded `azure-core` from `1.43.0` to version `1.51.0`.
- Upgraded `azure-core` from `1.43.0` to version `1.52.0`.

## 1.0.0-beta.1 (2023-09-19)
## 1.0.0-beta.1 (2023-09-22)

### Features Added

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-jsonschema</artifactId>
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-jsonschema;current} -->
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry-jsonschema;current} -->

<name>Microsoft Azure client library for Schema Registry JSON Schema Serializer</name>
<description>JSON Schema 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.5.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
</dependency>

<!-- Test dependencies -->
Expand Down
10 changes: 10 additions & 0 deletions sdk/schemaregistry/azure-data-schemaregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 1.6.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.5.0 (2024-09-12)

### Other Changes
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.5.0</version> <!-- {x-version-update;com.azure:azure-data-schemaregistry;current} -->
<version>1.6.0-beta.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

0 comments on commit c32d9bd

Please sign in to comment.