Skip to content

Commit 41f647d

Browse files
Release azure-cosmos-kafka-connect 2.3.0 (#45090)
1 parent a80eb95 commit 41f647d

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.37.1;4.38.0-beta.1
108108
com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1
109109
com.azure:azure-cosmos-test;1.0.0-beta.11;1.0.0-beta.12
110110
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
111-
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.2.0;2.3.0-beta.1
111+
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.2.0;2.3.0
112112
com.azure:azure-data-appconfiguration;1.8.0;1.9.0-beta.1
113113
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
114114
com.azure:azure-data-schemaregistry;1.5.4;1.6.0-beta.1

sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md

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

3-
### 2.3.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 2.3.0 (2025-04-23)
84

95
#### Bugs Fixed
106
* Prevented the usage of different schemas in the `cosmos.metadata.topic` topic helps when a customer selects output Kafka record value format as JSON_SR, AVRO or PROTOBUF (ie any SR format). With this change there is a unified schema used for the metadata topic instead. - See [PR 45018](https://github.com/Azure/azure-sdk-for-java/pull/45018)

sdk/cosmos/azure-cosmos-kafka-connect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Licensed under the MIT License.
1313

1414
<groupId>com.azure.cosmos.kafka</groupId>
1515
<artifactId>azure-cosmos-kafka-connect</artifactId>
16-
<version>2.3.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
16+
<version>2.3.0</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
1717
<name>Apache Kafka Connect connector for Azure Cosmos DB</name>
1818
<description>This Package contains an Apache Kafka Connect source and sink connector for Azure Cosmos DB</description>
1919
<packaging>jar</packaging>

0 commit comments

Comments
 (0)