File tree Expand file tree Collapse file tree 12 files changed +18
-33
lines changed
azure-cosmos-kafka-connect
azure-cosmos-spark_3_2-12 Expand file tree Collapse file tree 12 files changed +18
-33
lines changed Original file line number Diff line number Diff line change @@ -101,17 +101,17 @@ com.azure:azure-core-test;1.27.0-beta.9;1.27.0-beta.10
101101com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.57;1.0.0-beta.58
102102com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
103103com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
104- com.azure:azure-cosmos;4.71.0;4.72.0-beta.1
104+ com.azure:azure-cosmos;4.71.0;4.72.0
105105com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
106106com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
107- com.azure:azure-cosmos-encryption;2.20.0;2.21.0-beta.1
107+ com.azure:azure-cosmos-encryption;2.20.0;2.21.0
108108com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.37.2;4.38.0-beta.1
109109com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.37.2;4.38.0-beta.1
110110com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.37.2;4.38.0-beta.1
111111com.azure.cosmos.spark:azure-cosmos-spark-account-data-resolver-sample;1.0.0-beta.1;1.0.0-beta.1
112112com.azure:azure-cosmos-test;1.0.0-beta.12;1.0.0-beta.13
113113com.azure:azure-cosmos-tests;1.0.0-beta.1;1.0.0-beta.1
114- com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.3.1;2.4.0-beta.1
114+ com.azure.cosmos.kafka:azure-cosmos-kafka-connect;2.3.1;2.4.0
115115com.azure:azure-data-appconfiguration;1.8.0;1.9.0-beta.1
116116com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1
117117com.azure:azure-data-schemaregistry;1.5.4;1.6.0-beta.1
Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ Licensed under the MIT License.
5252 <dependency >
5353 <groupId >com.azure</groupId >
5454 <artifactId >azure-cosmos</artifactId >
55- <version >4.72.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
55+ <version >4.72.0</version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5656 </dependency >
5757
5858 <dependency >
5959 <groupId >com.azure</groupId >
6060 <artifactId >azure-cosmos-encryption</artifactId >
61- <version >2.21.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
61+ <version >2.21.0</version > <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
6262 </dependency >
6363
6464 <dependency >
Original file line number Diff line number Diff line change 11## Release History
22
3- ### 2.21.0-beta.1 (Unreleased)
4-
5- #### Features Added
6-
7- #### Breaking Changes
8-
9- #### Bugs Fixed
3+ ### 2.21.0 (2025-06-24)
104
115#### Other Changes
6+ * Updated ` azure-cosmos ` to version ` 4.72.0 ` .
127
138### 2.20.0 (2025-05-14)
149
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The Azure Cosmos Encryption Plugin is used for encrypting data with a user-provi
1212<dependency >
1313 <groupId >com.azure</groupId >
1414 <artifactId >azure-cosmos-encryption</artifactId >
15- <version >2.20 .0</version >
15+ <version >2.21 .0</version >
1616</dependency >
1717```
1818[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Licensed under the MIT License.
1313
1414 <groupId >com.azure</groupId >
1515 <artifactId >azure-cosmos-encryption</artifactId >
16- <version >2.21.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
16+ <version >2.21.0</version > <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
1717 <name >Encryption Plugin for Azure Cosmos DB SDK</name >
1818 <description >This Package contains Encryption Plugin for Microsoft Azure Cosmos SDK</description >
1919 <packaging >jar</packaging >
@@ -59,7 +59,7 @@ Licensed under the MIT License.
5959 <dependency >
6060 <groupId >com.azure</groupId >
6161 <artifactId >azure-cosmos</artifactId >
62- <version >4.72.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+ <version >4.72.0</version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6363 </dependency >
6464
6565 <dependency >
Original file line number Diff line number Diff line change 11## Release History
22
3- ### 2.4.0-beta.1 (Unreleased)
4-
5- #### Features Added
6-
7- #### Breaking Changes
3+ ### 2.4.0 (2025-06-24)
84
95#### Bugs Fixed
106* Fixed an issue where Cosmos client is not being closed properly when connector failed to start - See [ PR 45633] ( https://github.com/Azure/azure-sdk-for-java/pull/45633 )
117* Fixed ` NullReferenceException ` in Kafka Source Connector when split happens - See [ PR 45838] ( https://github.com/Azure/azure-sdk-for-java/pull/45838 )
128
13- #### Other Changes
14-
159### 2.3.1 (2025-05-14)
1610
1711#### Bugs Fixed
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Licensed under the MIT License.
1313
1414 <groupId >com.azure.cosmos.kafka</groupId >
1515 <artifactId >azure-cosmos-kafka-connect</artifactId >
16- <version >2.4.0-beta.1 </version > <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
16+ <version >2.4.0</version > <!-- {x-version-update;com.azure.cosmos.kafka:azure-cosmos-kafka-connect;current} -->
1717 <name >Apache Kafka Connect connector for Azure Cosmos DB</name >
1818 <description >This Package contains an Apache Kafka Connect source and sink connector for Azure Cosmos DB</description >
1919 <packaging >jar</packaging >
@@ -86,7 +86,7 @@ Licensed under the MIT License.
8686 <dependency >
8787 <groupId >com.azure</groupId >
8888 <artifactId >azure-cosmos</artifactId >
89- <version >4.72.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
89+ <version >4.72.0</version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
9090 </dependency >
9191
9292 <!-- Added this provided dependency to include necessary annotations used by "reactor-core".
Original file line number Diff line number Diff line change 6464 <dependency >
6565 <groupId >com.azure</groupId >
6666 <artifactId >azure-cosmos</artifactId >
67- <version >4.72.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
67+ <version >4.72.0</version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6868 </dependency >
6969 <dependency >
7070 <groupId >org.scala-lang.modules</groupId >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Licensed under the MIT License.
5959 <dependency >
6060 <groupId >com.azure</groupId >
6161 <artifactId >azure-cosmos</artifactId >
62- <version >4.72.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+ <version >4.72.0</version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6363 </dependency >
6464
6565 <dependency >
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Licensed under the MIT License.
100100 <dependency >
101101 <groupId >com.azure</groupId >
102102 <artifactId >azure-cosmos</artifactId >
103- <version >4.72.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
103+ <version >4.72.0</version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
104104 </dependency >
105105 <dependency >
106106 <groupId >com.azure</groupId >
You can’t perform that action at this time.
0 commit comments