1.1.0-beta.5 (2024-07-11)
Features Added
- Added
AsyncPageCollection<T>
andPageCollection<T>
types as return types from paginated service operations, andContinuationToken
type for resuming collection state across processes.
Other Changes
- Renamed
AsyncResultCollection<T>
andResultCollection<T>
toAsyncCollectionResult<T>
andCollectionResult<T>
to standardize use of theResult
suffix in type names. - Removed
AsyncPageableCollection<T>
andPageableCollection<T>
that previously represented collections of items rather than collections of pages of items, and renamedResultPage<T>
toPageResult<T>
.