Skip to content

[email protected]

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Jun 17:11
1c279e6

0.24.0 (2025-06-10)

Features Added

Breaking Changes

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