Skip to content

azure-cosmos_4.63.3

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 11 Sep 05:47
385ebf0

4.63.3 (2024-09-10)

Bugs Fixed

  • Fixed an issue where CosmosDiagnostics being accumulated across all requests for queryChangeFeed - See PR 41698
  • Fixed an issue in the CosmosAsyncContainer.queryChangeFeed API that could result in hangs under certain conditions. - See PR 41774
  • Fixed an issue where cross region retries were not performed when preferred regions were not configured for CosmosClient / CosmosAsyncClient - See PR 41653

Other Changes

  • Changed diagnostic handler implementations to use weak references to CosmosAsyncClient to allow GC to earlier clean them up. - See PR 41710