Skip to content

azure-cosmos_4.27.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 10 Mar 23:45
b5b62aa

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