Skip to content

azure_data_cosmos@0.23.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 07 May 00:02
0396099

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 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)