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.
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