update changelog
This commit is contained in:
Родитель
5ed9d13035
Коммит
9515e896d1
|
@ -1,4 +1,7 @@
|
|||
## Release History
|
||||
### 1.15.0-beta.1 (Unreleased)
|
||||
#### Key Bug Fixes
|
||||
* Fixed an issue where using `CosmosDBSinkConnector` in bulk mode failed to write items for container with nested partition key path - [PR 565](https://github.com/microsoft/kafka-connect-cosmosdb/pull/565)
|
||||
|
||||
### 1.14.2 (2024-03-12)
|
||||
#### Key Bug Fixes
|
||||
|
|
|
@ -251,7 +251,6 @@ public class BulkWriterTests {
|
|||
Utils.getSimpleObjectMapper().convertValue(objectNode, new TypeReference<Map<String, Object>>() {}),
|
||||
0L);
|
||||
|
||||
|
||||
// setup successful item response
|
||||
List<CosmosBulkOperationResponse<Object>> mockedBulkOperationResponseList = new ArrayList<>();
|
||||
mockedBulkOperationResponseList.add(mockSuccessfulBulkOperationResponse(sinkRecord, itemId));
|
||||
|
|
Загрузка…
Ссылка в новой задаче