4.63.3 (2024-09-10)
Bugs Fixed
- Fixed an issue where
CosmosDiagnostics
being accumulated across all requests forqueryChangeFeed
- 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