Skip to content
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
304ecd8
change workloads based on feedback
tvaron3 May 1, 2025
78ccb56
merge
tvaron3 Aug 5, 2025
15f6d56
add staging yml file
tvaron3 Aug 5, 2025
1bbdc8e
add staging yml file
tvaron3 Aug 5, 2025
9f208b7
Merge branch 'Azure:main' into main
tvaron3 Aug 20, 2025
1b5d9a6
merged main
tvaron3 Oct 1, 2025
2c38914
merge main
tvaron3 Oct 16, 2025
b924e1a
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Nov 6, 2025
98059c4
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Nov 12, 2025
dd308b5
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Nov 21, 2025
8b48adf
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Nov 25, 2025
eb0b239
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Nov 26, 2025
7aacd09
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Dec 5, 2025
600c9d6
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Dec 22, 2025
a59b820
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Jan 7, 2026
42a912a
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Jan 12, 2026
4950219
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Jan 21, 2026
33159a9
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Feb 5, 2026
d02e372
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Feb 20, 2026
1e5fa2b
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-python
tvaron3 Mar 16, 2026
3dffaf2
Merge branch 'Azure:main' into main
tvaron3 May 1, 2026
086b064
Merge remote-tracking branch 'upstream/main' into tvaron3/expert-doodle
tvaron3 May 22, 2026
f5d8e04
Merge remote-tracking branch 'upstream/main' into tvaron3/expert-doodle
tvaron3 May 26, 2026
fa5da61
[Cosmos] Restore missing 4.14.7 changelog entry
tvaron3 May 26, 2026
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
7 changes: 7 additions & 0 deletions sdk/cosmos/azure-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
#### Other Changes
* 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)

### 4.14.7 (2026-05-18)

#### Bugs Fixed
* 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)
* 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)
* 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)

### 4.16.0b2 (2026-04-04)

#### Bugs Fixed
Expand Down
Loading