From 4ccc00fa8d78070bd78d4cbbab65f6f66e7795b7 Mon Sep 17 00:00:00 2001 From: Simon Moreno <30335873+simorenoh@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:03:35 -0400 Subject: [PATCH] Update CHANGELOG.md --- sdk/cosmos/azure-cosmos/CHANGELOG.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/sdk/cosmos/azure-cosmos/CHANGELOG.md b/sdk/cosmos/azure-cosmos/CHANGELOG.md index 61fbfb3ab05d..d65a568079d1 100644 --- a/sdk/cosmos/azure-cosmos/CHANGELOG.md +++ b/sdk/cosmos/azure-cosmos/CHANGELOG.md @@ -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) -#### Other Changes - ### 4.16.3 (2026-07-29) #### Bugs Fixed @@ -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.