Skip to content

Commit ff71b7c

Browse files
authored
Release azure-cosmos and azure-cosmos-test (#46150)
* update changelog * prepare release
1 parent 48ac6f2 commit ff71b7c

File tree

11 files changed

+11
-21
lines changed

11 files changed

+11
-21
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ com.azure:azure-core-test;1.27.0-beta.10;1.27.0-beta.11
102102
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.58;1.0.0-beta.59
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.0;4.74.0-beta.1
105+
com.azure:azure-cosmos;4.73.0;4.73.1
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
108108
com.azure:azure-cosmos-encryption;2.22.0;2.23.0-beta.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ 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.73.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
5656
</dependency>
5757

5858
<dependency>

sdk/cosmos/azure-cosmos-encryption/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.73.1</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.73.1</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.73.1</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.13 (Unreleased)
3+
### 1.0.0-beta.13 (2025-07-24)
44

55
#### Features Added
66
* Added support for `FaultInjectionServerErrorType.LEASE_NOT_FOUND` - See [PR 46071](https://github.com/Azure/azure-sdk-for-java/pull/46071)
77

8-
#### Breaking Changes
9-
10-
#### Bugs Fixed
11-
12-
#### Other Changes
13-
148
### 1.0.0-beta.12 (2025-05-14)
159

1610
#### Other Changes

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.12</version>
12+
<version>1.0.0-beta.13</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.73.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6363
</dependency>
6464

6565
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.74.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
103+
<version>4.73.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
104104
</dependency>
105105
<dependency>
106106
<groupId>com.azure</groupId>

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
## Release History
22

3-
### 4.74.0-beta.1 (Unreleased)
4-
5-
#### Features Added
6-
7-
#### Breaking Changes
3+
### 4.73.1 (2025-07-24)
84

95
#### Bugs Fixed
106
* Fixed an issue where child partition lease is getting created with null continuation token when change feed processor restart after split - See [PR 46075](https://github.com/Azure/azure-sdk-for-java/pull/46075)

0 commit comments

Comments
 (0)