4.71.0 (2025-06-04)
Features Added
- Added
GetEffectiveReadConsistencyLevel
method on theCosmosDiagnosticsContext
. - PR 45414 - Added Weighted RRF for Hybrid and Full Text Search queries - PR 45328
Bugs Fixed
- Fixed an issue ignoring client-level diagnostic thresholds for point read operations in some cases - PR 45488
- Fixed an issue ignoring read consistency strategy for queries, readMany operations and change feed in some cases - PR 45552
Other Changes
- Improved throughput for benchmarks with high concurrency by avoiding blocking
UUID.randomUUID
calls in the hot path. - PR 45495