verison bump for release 1.4.0
This commit is contained in:
Родитель
c10d9a4cb4
Коммит
be09a86ab6
|
@ -1,6 +1,9 @@
|
|||
## Release History
|
||||
|
||||
### 1.3.2 (2022-05-26)
|
||||
### 1.4.0 (2022-05-26)
|
||||
#### New Features
|
||||
* Updated `azure-cosmos` version to 4.30.0.
|
||||
|
||||
#### Key Bug Fixes
|
||||
* Fixed an issue of missing records in Kafka topic if record size is larger than `connect.cosmos.task.buffer.size` - [PR 457](https://github.com/microsoft/kafka-connect-cosmosdb/pull/457)
|
||||
* Fixed an issue of getting `Invalid endpoint` exception when endpoint is valid - [PR 459](https://github.com/microsoft/kafka-connect-cosmosdb/pull/459)
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -7,7 +7,7 @@
|
|||
|
||||
<groupId>com.azure.cosmos.kafka</groupId>
|
||||
<artifactId>kafka-connect-cosmos</artifactId>
|
||||
<version>1.3.2</version>
|
||||
<version>1.4.0</version>
|
||||
|
||||
<name> kafka-connect-cosmos</name>
|
||||
<url>https://github.com/microsoft/kafka-connect-cosmosdb</url>
|
||||
|
|
Загрузка…
Ссылка в новой задаче