File tree Expand file tree Collapse file tree 13 files changed +18
-30
lines changed
azure-cosmos-kafka-connect
azure-cosmos-spark_3_2-12 Expand file tree Collapse file tree 13 files changed +18
-30
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ com.azure:azure-core-test;1.27.0-beta.11;1.27.0-beta.12
102102com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.59;1.0.0-beta.60
103103com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
104104com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
105- com.azure:azure-cosmos;4.73.1;4.74.0-beta.1
105+ com.azure:azure-cosmos;4.73.1;4.74.0
106106com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
107107com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
108- com.azure:azure-cosmos-encryption;2.22.0;2.23.0-beta.1
108+ com.azure:azure-cosmos-encryption;2.22.0;2.23.0
109109com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.38.0;4.39.0-beta.1
110110com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.38.0;4.39.0-beta.1
111111com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.38.0;4.39.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.74.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
55+ <version >4.74.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.23.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
61+ <version >2.23.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.23.0-beta.1 (Unreleased)
4-
5- #### Features Added
6-
7- #### Breaking Changes
8-
9- #### Bugs Fixed
3+ ### 2.23.0 (2025-09-05)
104
115#### Other Changes
6+ * Updated ` azure-cosmos ` to version ` 4.74.0 ` .
127
138### 2.22.0 (2025-07-18)
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.22 .0</version >
15+ <version >2.23 .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.23.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos-encryption;current} -->
16+ <version >2.23.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.74.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+ <version >4.74.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 @@ -86,7 +86,7 @@ Licensed under the MIT License.
8686 <dependency >
8787 <groupId >com.azure</groupId >
8888 <artifactId >azure-cosmos</artifactId >
89- <version >4.74.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
89+ <version >4.74.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.74.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
67+ <version >4.74.0</version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6868 <exclusions >
6969 <exclusion >
7070 <groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 11## Release History
22
3- ### 1.0.0-beta.14 (Unreleased )
3+ ### 1.0.0-beta.14 (2025-09-05 )
44
55#### Features Added
66* Added support for Gateway V2 - See [ PR 46223] ( https://github.com/Azure/azure-sdk-for-java/pull/46223 )
77
8- #### Breaking Changes
9-
10- #### Bugs Fixed
11-
12- #### Other Changes
13-
148### 1.0.0-beta.13 (2025-07-24)
159
1610#### Features Added
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Library containing core fault injection classes used to test Azure Cosmos DB SDK
99<dependency >
1010 <groupId >com.azure</groupId >
1111 <artifactId >azure-cosmos-test</artifactId >
12- <version >1.0.0-beta.13 </version >
12+ <version >1.0.0-beta.14 </version >
1313</dependency >
1414```
1515[ // ] : # ( {x-version-update-end} )
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.74.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+ <version >4.74.0</version > <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6363 </dependency >
6464
6565 <dependency >
You can’t perform that action at this time.
0 commit comments