This commit is contained in:
annie-mac 2024-04-17 17:32:49 -07:00
Родитель 5ed9d13035
Коммит 9515e896d1
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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));