4.56.0 (2024-02-20)
Features Added
- Added overloads for
CosmosAsyncContainer.readMany
andCosmosContainr.readMany
accepting request options viaCosmosReadManyRequestOptions
to allow specifying excluded regions, diagnostics thresholds and end-to-end timeout etc. - See PR 38821
Bugs Fixed
- Fixed an issue in QuorumReader when quorum could not be selected even though 1 secondary and Primary are reachable and in sync. - See PR 38832