You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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 the CosmosPagedIterable into an Iterator<FeedResponse<T>>. - See PR 27237 and PR 27299
Fixed a NullPointerException in CosmosDiagnostics 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