Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
#### Bugs Fixed
* 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)

### 4.71.1-hotfix (2025-08-04)

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

### 4.71.0 (2025-06-04)

#### Features Added
Expand All @@ -60,6 +65,11 @@
#### Other Changes
* 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)

### 4.68.2-hotfix (2025-08-04)

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

### 4.68.1 (2025-05-16)
> [!IMPORTANT]
> We strongly recommend customers with an upgrade-intent to upgrade to version 4.70.0 or later to include this bug fix.
Expand Down
Loading