Skip to content

Commit 4ba7579

Browse files
Merged latest post release version commits and resolved conflicts (Azure#45399)
Co-authored-by: azure-sdk <azuresdk@microsoft.com>
1 parent 8372814 commit 4ba7579

File tree

9 files changed

+21
-16
lines changed

9 files changed

+21
-16
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ com.azure:azure-core-test;1.27.0-beta.8;1.27.0-beta.9
100100
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.56;1.0.0-beta.57
101101
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
102102
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
103-
com.azure:azure-cosmos;4.70.0;4.71.0-beta.1
103+
com.azure:azure-cosmos;4.70.0;4.71.0-beta.2
104104
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
105105
com.azure.cosmos.spark:azure-cosmos-spark_3_2-12;1.0.0-beta.1;1.0.0-beta.1
106106
com.azure:azure-cosmos-encryption;2.20.0;2.21.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.71.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
55+
<version>4.71.0-beta.2</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.71.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+
<version>4.71.0-beta.2</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.71.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
89+
<version>4.71.0-beta.2</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.71.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
67+
<version>4.71.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
6868
</dependency>
6969
<dependency>
7070
<groupId>org.scala-lang.modules</groupId>

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.71.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
62+
<version>4.71.0-beta.2</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.71.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
103+
<version>4.71.0-beta.2</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: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release History
22

3-
### 4.71.0-beta.1 (Unreleased)
3+
### 4.71.0-beta.2 (Unreleased)
44

55
#### Features Added
66

@@ -10,6 +10,11 @@
1010

1111
#### Other Changes
1212

13+
### 4.71.0-beta.1 (2025-05-19)
14+
15+
#### Features Added
16+
* Added Weighted RRF for Hybrid and Full Text Search queries - [PR 45328](https://github.com/Azure/azure-sdk-for-java/pull/45328)
17+
1318
### 4.70.0 (2025-05-16)
1419

1520
#### Bugs Fixed
@@ -18,6 +23,13 @@
1823
#### Other Changes
1924
* Added a way to opt-in into Per-Partition Automatic Failover using enablement flag from the account metadata. - [PR 45317](https://github.com/Azure/azure-sdk-for-java/pull/45317)
2025

26+
### 4.68.1 (2025-05-16)
27+
> [!IMPORTANT]
28+
> We strongly recommend customers with an upgrade-intent to upgrade to version 4.70.0 or later to include this bug fix.
29+
30+
#### Bugs Fixed
31+
* Fixed an issue where child partition is getting overridden with null continuation token if a split happens during the first request of a parent partition. - See [PR 45363](https://github.com/Azure/azure-sdk-for-java/pull/45363)
32+
2133
### 4.69.0 (2025-05-14)
2234

2335
#### Features Added
@@ -39,13 +51,6 @@
3951
* Added user agent suffixing if Per-Partition Automatic Failover or Per-Partition Circuit Breaker are enabled at client scope. - [PR 45197](https://github.com/Azure/azure-sdk-for-java/pull/45197)
4052
* Enable threshold-based availability strategy for reads by default when Per-Partition Automatic Failover is also enabled. - [PR 45267](https://github.com/Azure/azure-sdk-for-java/pull/45267)
4153

42-
### 4.68.1 (2025-05-16)
43-
> [!IMPORTANT]
44-
> We strongly recommend customers with an intent to upgrade to version 4.70.0 or later to include this bug fix.
45-
46-
#### Bugs Fixed
47-
* Fixed an issue where child partition is getting overridden with null continuation token if a split happens during the first request of a parent partition. - See [PR 45363](https://github.com/Azure/azure-sdk-for-java/pull/45363)
48-
4954
### 4.68.0 (2025-03-20)
5055

5156
#### Bugs Fixed

sdk/cosmos/azure-cosmos/pom.xml

Lines changed: 1 addition & 1 deletion
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</artifactId>
16-
<version>4.71.0-beta.1</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
16+
<version>4.71.0-beta.2</version> <!-- {x-version-update;com.azure:azure-cosmos;current} -->
1717
<name>Microsoft Azure SDK for SQL API of Azure Cosmos DB Service</name>
1818
<description>This Package contains Microsoft Azure Cosmos SDK (with Reactive Extension Reactor support) for Azure Cosmos DB SQL API</description>
1919
<packaging>jar</packaging>

0 commit comments

Comments
 (0)