Skip to content
Merged
Changes from all commits
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
8 changes: 1 addition & 7 deletions sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
> [!IMPORTANT]
> We strongly recommend that customers use at least version 4.16.3 of `azure-cosmos`.

### 4.17.1 (Unreleased)

#### Features Added

#### Breaking Changes
### 4.17.1 (2026-09-16)

#### Bugs Fixed
* Fixed unnecessary full routing-map refreshes in sync and async clients when incremental partition metadata updates reference ancestors that have already been removed from the cache. See [PR 49026](https://github.com/Azure/azure-sdk-for-python/pull/49026).
* Fixed older partition metadata revisions overwriting newer revisions when incremental routing-map updates resolve child ranges out of order during cascading splits. See [PR 49026](https://github.com/Azure/azure-sdk-for-python/pull/49026).

#### Other Changes

### 4.17.0 (2026-09-09)

#### Features Added
Expand Down
Loading