Skip to content

azure-cosmos_4.54.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 03 Jan 20:51
b984d70

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