Skip to content

Commit 1c279e6

Browse files
authored
Cosmos: update CHANGELOG date (#2685)
* update CHANGELOG date * add missing CHANGELOG entries * add link to page iteration PR
1 parent 1790e06 commit 1c279e6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

sdk/cosmos/azure_data_cosmos/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
# Release History
22

3-
## 0.24.0 (Unreleased)
3+
## 0.24.0 (2025-06-10)
44

55
### Features Added
66

77
* Added a function `CosmosClient::with_connection_string` to enable `CosmosClient` creation via connection string. ([#2641](https://github.com/Azure/azure-sdk-for-rust/pull/2641))
8+
* Added support for executing limited cross-partition queries through the Gateway. See <https://learn.microsoft.com/rest/api/cosmos-db/querying-cosmosdb-resources-using-the-rest-api#queries-that-cannot-be-served-by-gateway> for more details on these limitations. ([#2577](https://github.com/Azure/azure-sdk-for-rust/pull/2577))
9+
* Added a preview feature (behind `preview_query_engine` feature flag) to allow the Rust SDK to integrate with an external query engine for performing cross-partition queries. ([#2577](https://github.com/Azure/azure-sdk-for-rust/pull/2577))
810

911
### Breaking Changes
1012

11-
* `FeedPager<T>` now asynchronously iterates items of type `T` instead of pages containing items of type `T`. Call `FeedPager::into_pages()` to get a `PageIterator` to asynchronously iterate over all pages.
12-
13-
### Bugs Fixed
14-
15-
### Other Changes
13+
* `FeedPager<T>` now asynchronously iterates items of type `T` instead of pages containing items of type `T`. Call `FeedPager::into_pages()` to get a `PageIterator` to asynchronously iterate over all pages. ([#2665](https://github.com/Azure/azure-sdk-for-rust/pull/2665))
1614

1715
## 0.23.0 (2025-05-06)
1816

0 commit comments

Comments
 (0)