azure_data_cosmos@0.23.0
Pre-release
Pre-release
0.23.0 (2025-05-06)
Features Added
- Decoupled query responses from HTTP to allow for handling non-HTTP transports for queries. (#2393)
Breaking Changes
- Query APIs (
CosmosClient::query_databases
,DatabaseClient::query_containers
,ContainerClient::query_items
) now return aFeedPager
instead of anazure_core::Pager
. TheFeedPager
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)