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
12 changes: 3 additions & 9 deletions sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
## Release History
> [!IMPORTANT]
> We strongly recommend that customers use at least version 4.16.3 of `azure-cosmos`.

### 4.16.4 (Unreleased)

#### Features Added

#### Breaking Changes
### 4.16.4 (2026-09-01)

#### Bugs Fixed
* Fixed regression with handling of v1 legacy containers when passing `{}` as a partition key. `{}` and `NonePartitionKeyValue` now both resolve to the `Undefined` effective partition key. See [PR 48422](https://github.com/Azure/azure-sdk-for-python/pull/48422)
* Fixed the same `TypeError` on system key (migrated) containers, where a missing partition key value resolves to `_Empty` instead of `Undefined`. It now maps to the minimum effective partition key. See [PR 48422](https://github.com/Azure/azure-sdk-for-python/pull/48422)
Comment thread
simorenoh marked this conversation as resolved.

#### Other Changes

### 4.16.3 (2026-07-29)

#### Bugs Fixed
Expand Down Expand Up @@ -83,8 +79,6 @@
* Enhanced error logging by attaching endpoint information to exceptions during database account retrieval. See [PR 44484](https://github.com/Azure/azure-sdk-for-python/pull/44484)

### 4.15.0 (2026-02-19)
> [!IMPORTANT]
> We strongly recommend that customers use at least version 4.15.0 of `azure-cosmos`.

#### Features Added
* GA support of Per Partition Automatic Failover and AvailabilityStrategy features.
Expand Down
Loading