Skip to content

Commit 8c29a95

Browse files
authored
Prepare for May Cosmos release (#2569)
1 parent 2edc56e commit 8c29a95

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sdk/cosmos/azure_data_cosmos/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.23.0 (Unreleased)
3+
## 0.23.0 (2025-05-06)
44

55
### Features Added
66

@@ -10,10 +10,6 @@
1010

1111
* Query APIs (`CosmosClient::query_databases`, `DatabaseClient::query_containers`, `ContainerClient::query_items`) now return a `FeedPager` instead of an `azure_core::Pager`. The `FeedPager` type provides an abstraction over the transport layer, allowing for more flexibility when queries are executed over non-HTTP transports or are decoupled from specific HTTP responses (such as in cross-partition queries). ([#2393](https://github.com/Azure/azure-sdk-for-rust/pull/2393))
1212

13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1713
## 0.22.1 (2025-03-05)
1814

1915
### Bugs Fixed

0 commit comments

Comments
 (0)