Skip to content

Commit dd1bc25

Browse files
xinlian12annie-mac
andauthored
update for kafka connector release 2.5.0 (#46243)
Co-authored-by: annie-mac <[email protected]>
1 parent 4c614e1 commit dd1bc25

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-bet
113113
com.azure.cosmos.spark:fabric-cosmos-spark-auth_3;1.0.0-beta.1;1.0.0-beta.1
114114
com.azure:azure-cosmos-test;1.0.0-beta.13;1.0.0-beta.14
115115
com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
116-
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.4.0;2.5.0-beta.1
116+
com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.4.0;2.5.0
117117
com.azure:azure-data-appconfiguration;1.8.1;1.9.0-beta.1
118118
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
119119
com.azure:azure-data-schemaregistry;1.5.5;1.6.0-beta.1

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

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

3-
### 2.5.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
8-
9-
#### Bugs Fixed
3+
### 2.5.0 (2025-07-31)
104

115
#### Other Changes
126
* Added more logs in `CosmosSourceTask` and `CosmosSinkTask` - See [PR 46224](https://github.com/Azure/azure-sdk-for-java/pull/46224)

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.5.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
16+
<version>2.5.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)