From 0fcb0c5f08b11b18aec53dfd688ced2bd24e16cc Mon Sep 17 00:00:00 2001 From: annie-mac <xinlian@microsoft.com> Date: Tue, 10 Oct 2023 07:53:35 -0700 Subject: [PATCH] release 1.10.0 --- CHANGELOG.md | 3 ++- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 720c0644..f2207025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## Release History -### 1.10.0-Beta.1 (Unreleased) +### 1.10.0 (2023-10-10) #### New Features * Added compression feature to resolve duplicate records in a single batch when consuming from kafka topic in the bulk mode for sink connector through new config `connect.cosmos.sink.bulk.compression.enabled`. [PR 515](https://github.com/microsoft/kafka-connect-cosmosdb/pull/515) +* Updated `azure-cosmos` version to 4.51.0. #### Other Changes * Added documentation and infrastructure for testing in distributed mode using confluent cloud integration. [PR 528](https://github.com/microsoft/kafka-connect-cosmosdb/pull/528) diff --git a/pom.xml b/pom.xml index 8aee743a..ab6a50bf 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <groupId>com.azure.cosmos.kafka</groupId> <artifactId>kafka-connect-cosmos</artifactId> - <version>1.9.0</version> + <version>1.10.0</version> <name> kafka-connect-cosmos</name> <url>https://github.com/microsoft/kafka-connect-cosmosdb</url> @@ -48,7 +48,7 @@ <dependency> <groupId>com.azure</groupId> <artifactId>azure-cosmos</artifactId> - <version>4.46.0</version> + <version>4.51.0</version> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId>