4.74.0 (2025-09-05)
Features Added
- Added
ThroughputBucket
support for throughput control. - PR 46042
Bugs Fixed
- Fixed 404/1002 for query when container recreated with same name. - PR 45930
- Fixed Null Pointer Exception for query when container recreated with same name. - PR 45930
- Fixed Null Pointer Exception for readMany when container recreated with same name. - PR 45930
- Fixed parameterized query failures for Hybrid Search queries. - PR 46446
- Fixed a rare race in parallel Hybrid Search queries by making internal SchedulingStopwatch start/stop atomic and idempotent. - PR 46594
- Fixed the Hybrid Search SchedulingStopWatch to use Cumulative Timing Across all parallel queries. - PR 46591
- Fixed Strong Consistency violation when a single replica in a partition returns a 410
Lease Not Found
. - PR 46433
Other Changes
- Added change to optimize lease checkpointing in
ChangeFeedProcessor
by conditionally executing checkpoint operations for 304 responses based on continuation token comparison, which helps to reduce RU consumption for unchanged feeds. See PR 46521 - Added change to route
LatestVersion
change feed to Gateway V2 when Gateway V2 has been opted into for document operations. See PR 46223