Skip to content

Commit 4c4386c

Browse files
tvaron3Copilot
andauthored
[Cosmos] Restore missing 4.14.7 changelog entry (#47144)
* change workloads based on feedback * add staging yml file * add staging yml file * [Cosmos] Restore missing 4.14.7 changelog entry The 4.14.7 (2026-05-18) section was present at release time in commits 963f298 and f617bbd but is absent from the current CHANGELOG.md on main. Restore the entry verbatim, inserted between the 4.16.0b3 (Unreleased) and 4.16.0b2 (2026-04-04) sections to preserve date-descending ordering. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 90af8cf commit 4c4386c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

sdk/cosmos/azure-cosmos/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
#### Other Changes
1515
* Reduced per-client memory overhead when partition-level circuit breaker (PPCB) is enabled by sharing the partition key range routing map cache across CosmosClient instances connected to the same endpoint, and stripping unused fields from cached partition key ranges using compact PKRange namedtuples. See [PR 46297](https://github.com/Azure/azure-sdk-for-python/pull/46297)
1616

17+
### 4.14.7 (2026-05-18)
18+
19+
#### Bugs Fixed
20+
* Fixed `SELECT VALUE` aggregation classification across partitions: booleans are no longer treated as numeric aggregates, non-aggregate numeric projections are no longer merged, and `MIN`/`MAX` detection is now correct. See [PR 46692](https://github.com/Azure/azure-sdk-for-python/pull/46692)
21+
* Fixed a bug in `query_items(feed_range=...)` where pagination could return incorrect results after a partition split caused the supplied feed range to overlap multiple physical partitions. See [PR 46692](https://github.com/Azure/azure-sdk-for-python/pull/46692)
22+
* Fixed bug where unavailable regional endpoints were dropped from the routing list instead of being kept as fallback options. See [PR 45200](https://github.com/Azure/azure-sdk-for-python/pull/45200)
23+
1724
### 4.16.0b2 (2026-04-04)
1825

1926
#### Bugs Fixed

0 commit comments

Comments
 (0)