Skip to content

Commit

Permalink
Merge pull request #546 from xinlian12/release1.13.0
Browse files Browse the repository at this point in the history
release1.13.0
  • Loading branch information
xinlian12 authored Jan 25, 2024
2 parents 64709c1 + bec2c63 commit b7773f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Release History
### 1.13.0-beta.1 (Unreleased)
#### Other Changes
### 1.13.0 (2024-01-25)
#### New Features
* Updated `azure-cosmos` version to 4.54.0.

#### Key Bug Fixes
* Upgraded `com.jayway.jsonpath:json-path` from 2.8.0 to 2.9.0 to address the security vulnerability. [PR 544](https://github.com/microsoft/kafka-connect-cosmosdb/pull/544)
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-51074
* Fixed an issue where source connector can be stuck in an infinite loop when task got cancelled. [PR 545](https://github.com/microsoft/kafka-connect-cosmosdb/pull/545)

### 1.12.0 (2023-12-18)
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.13.0-beta.1</version>
<version>1.13.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.53.1</version>
<version>4.54.0</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
Expand Down

0 comments on commit b7773f8

Please sign in to comment.