4.27.0 (2022-03-10)
Key Bugs Fixes
- Fixed an issue in
CosmosPagedIterable
resulting in excessive memory consumption due to unbounded prefetch of pages when converting theCosmosPagedIterable
into anIterator<FeedResponse<T>>
. - See PR 27237 and PR 27299 - Fixed a
NullPointerException
inCosmosDiagnostics isDiagnosticsCapturedInPagedFlux
- See PR 27261 - Fixed an issue with allowing null values for add, set and replace operations in Patch API - See PR 27501
- Fixed an issue with top query when top x is greater than the total number of items in the database - See PR 27377
- Fixed synchronized lists and maps for order by query race condition - See PR 27142