You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos/CHANGELOG.md
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Release History
2
2
3
-
### 4.71.0-beta.1 (Unreleased)
3
+
### 4.71.0-beta.2 (Unreleased)
4
4
5
5
#### Features Added
6
6
@@ -10,6 +10,11 @@
10
10
11
11
#### Other Changes
12
12
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
+
13
18
### 4.70.0 (2025-05-16)
14
19
15
20
#### Bugs Fixed
@@ -18,6 +23,13 @@
18
23
#### Other Changes
19
24
* 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)
20
25
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
+
21
33
### 4.69.0 (2025-05-14)
22
34
23
35
#### Features Added
@@ -39,13 +51,6 @@
39
51
* 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)
40
52
* 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)
41
53
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)
0 commit comments