Skip to content

azure-cosmos_4.47.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 26 Jun 21:48
0f515aa

4.47.0 (2023-06-26)

Features Added

  • Added the capability to specify region switch hints through CosmosClientBuilder#setSessionRetryOptions for optimizing retries for READ_SESSION_NOT_AVAILABLE errors. - See PR 35292
  • Added API to exclude regions on request options which helps avoid a regions from preferred regions for the request. - See PR 35166
  • Added API for providing an availability strategy to improve availability when end-end timeout is specified. - See PR 35166
  • Added Threshold based availability strategy. - See PR 35166

Bugs Fixed

  • Fixes the readMany API to not drop existing documents from the response in point-read scenarios when
    there are non-existent document IDs also passed through the API - See PR 35513