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.54.0 (2024-01-03)
Features Added
Integrate ThroughputControl with ChangeFeedProcessor - See PR 38052
Bugs Fixed
Fixed issue where AAD/Entra ID related exceptions are not fully propagated to the caller when CosmosAsyncClient is created, causing ambiguity for user on the root cause of the error - See PR 37977
Fixed a NullPointerException issue in MetadataRequestRetryPolicy when locationEndpointToRoute is not set. - See PR 38094
Other Changes
Reset transitTimeoutCount and cancellationCount in RntbdClientChannelHealthChecker when CPU load is above threshold. - See PR 38157
Perf-improvement avoiding extra-buffer copy for query and point operations - See PR 38072