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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
### 4.73.1 (2025-07-24)
17
17
18
18
#### Bugs Fixed
19
-
* 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)
19
+
* Fixed an issue where child partition leases are being created with null continuation token when change feed processor restarts after split - See [PR 46075](https://github.com/Azure/azure-sdk-for-java/pull/46075)
20
20
21
21
#### Other Changes
22
22
* Added quicker cross region retry capability when a 410 `Lease Not Found` is returned by a partition in a Strong Consistency account. - See [PR 46071](https://github.com/Azure/azure-sdk-for-java/pull/46071)
@@ -35,6 +35,11 @@
35
35
#### Bugs Fixed
36
36
* Fixed an issue returning incorrect `ReadConsistencyStrategy` in `CosmosDiagnosticsContext.getEffectiveReadConsistencyStrategy()` for change feed operations in some cases - [PR 45645](https://github.com/Azure/azure-sdk-for-java/pull/45645)
37
37
38
+
### 4.71.1-hotfix (2025-08-04)
39
+
40
+
#### Bugs Fixed
41
+
* Fixed an issue where child partition leases are being created with null continuation token when change feed processor restarts after split - See [PR 46236](https://github.com/Azure/azure-sdk-for-java/pull/46236)
42
+
38
43
### 4.71.0 (2025-06-04)
39
44
40
45
#### Features Added
@@ -60,6 +65,11 @@
60
65
#### Other Changes
61
66
* 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)
62
67
68
+
### 4.68.2-hotfix (2025-08-04)
69
+
70
+
#### Bugs Fixed
71
+
* Fixed an issue where child partition leases are being created with null continuation token when change feed processor restarts after split - See [PR 46235](https://github.com/Azure/azure-sdk-for-java/pull/46235)
72
+
63
73
### 4.68.1 (2025-05-16)
64
74
> [!IMPORTANT]
65
75
> We strongly recommend customers with an upgrade-intent to upgrade to version 4.70.0 or later to include this bug fix.
0 commit comments