Skip to content

Commit

Permalink
Merge pull request #532 from xinlian12/release1.10.0
Browse files Browse the repository at this point in the history
release1.10.0
  • Loading branch information
xinlian12 authored Oct 10, 2023
2 parents b511017 + 0fcb0c5 commit c2d37a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit c2d37a8

Please sign in to comment.