You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-kafka-connect/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@
6
6
7
7
#### Breaking Changes
8
8
9
+
#### Bugs Fixed
10
+
11
+
#### Other Changes
12
+
13
+
### 2.5.1 (2025-08-22)
14
+
9
15
#### Bugs Fixed
10
16
* Fixed an issue where `CosmosSourceConnector` got stuck when restart - See [PR 46378](https://github.com/Azure/azure-sdk-for-java/pull/46378)
11
17
* Fixed `BadRequestException` in `CosmosSourceConnector` when using `azure.cosmos.source.containers.includeAll=true` - See [PR 46389](https://github.com/Azure/azure-sdk-for-java/pull/46389)
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-kafka-connect/src/test/java/com/azure/cosmos/kafka/connect/CosmosSinkConnectorITest.java
thrownewSkipException("ServicePrincipal-based auth has been disabled in the live tests for the time-being. See issue - https://github.com/Azure/azure-sdk-for-java/issues/46639");
95
97
}
96
98
97
99
// Create topic ahead of time
@@ -172,6 +174,7 @@ public void createConnectorWithWrongContainerName(boolean useMasterKey) {
thrownewSkipException("ServicePrincipal-based auth has been disabled in the live tests for the time-being. See issue - https://github.com/Azure/azure-sdk-for-java/issues/46639");
175
178
}
176
179
177
180
// Create topic ahead of time
@@ -227,6 +230,7 @@ public void createConnectorWithWrongDatabaseName(boolean useMasterKey) {
thrownewSkipException("ServicePrincipal-based auth has been disabled in the live tests for the time-being. See issue - https://github.com/Azure/azure-sdk-for-java/issues/46639");
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-kafka-connect/src/test/java/com/azure/cosmos/kafka/connect/CosmosSourceConnectorITest.java
thrownewSkipException("ServicePrincipal-based auth has been disabled in the live tests for the time-being. See - https://github.com/Azure/azure-sdk-for-java/issues/46639");
151
153
}
152
154
153
155
if (metadataStorageType == CosmosMetadataStorageType.COSMOS) {
@@ -350,6 +352,7 @@ public void createConnectorWithWrongDatabaseName(boolean useMasterKey, CosmosMet
thrownewSkipException("ServicePrincipal-based auth has been disabled in the live tests for the time-being. See - https://github.com/Azure/azure-sdk-for-java/issues/46639");
353
356
}
354
357
355
358
if (metadataStorageType == CosmosMetadataStorageType.COSMOS) {
@@ -419,6 +422,7 @@ public void connectorStart_metadata_cosmosStorageType(
thrownewSkipException("ServicePrincipal-based auth has been disabled in the live tests for the time-being. See - https://github.com/Azure/azure-sdk-for-java/issues/46639");
422
426
}
423
427
424
428
// Create topic ahead of time
@@ -502,6 +506,7 @@ public void readFromAllContainer(boolean useMasterKey, CosmosMetadataStorageType
thrownewSkipException("ServicePrincipal-based auth has been disabled in the live tests for the time-being. See - https://github.com/Azure/azure-sdk-for-java/issues/46639");
505
510
}
506
511
507
512
if (metadataStorageType == CosmosMetadataStorageType.COSMOS) {
@@ -534,7 +539,7 @@ public void readFromAllContainer(boolean useMasterKey, CosmosMetadataStorageType
534
539
// Create items in all containers
535
540
logger.info("Creating items in multiple containers");
0 commit comments