Skip to content

Commit 839381f

Browse files
jeet1995xinlian12Copilot
authored
Preparing for Cosmos releases. (#46609)
* Preparing for Cosmos releases. * Update sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md Co-authored-by: Copilot <[email protected]> * Addressing review comments. --------- Co-authored-by: Annie Liang <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 682081c commit 839381f

File tree

13 files changed

+18
-30
lines changed

13 files changed

+18
-30
lines changed

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ com.azure:azure-core-test;1.27.0-beta.11;1.27.0-beta.12
102102
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.59;1.0.0-beta.60
103103
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
104104
com.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
106106
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
107107
com.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
109109
com.azure.cosmos.spark:azure-cosmos-spark_3-3_2-12;4.38.0;4.39.0-beta.1
110110
com.azure.cosmos.spark:azure-cosmos-spark_3-4_2-12;4.38.0;4.39.0-beta.1
111111
com.azure.cosmos.spark:azure-cosmos-spark_3-5_2-12;4.38.0;4.39.0-beta.1

sdk/cosmos/azure-cosmos-benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

sdk/cosmos/azure-cosmos-encryption/CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
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

sdk/cosmos/azure-cosmos-encryption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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})

sdk/cosmos/azure-cosmos-encryption/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

sdk/cosmos/azure-cosmos-kafka-connect/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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".

sdk/cosmos/azure-cosmos-spark_3_2-12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
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>

sdk/cosmos/azure-cosmos-test/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
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

sdk/cosmos/azure-cosmos-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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})

sdk/cosmos/azure-cosmos-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)