azure_data_cosmos@0.30.0
Pre-release
Pre-release
0.30.0 (2026-01-21)
Features Added
- Added GlobalEndpointManager, LocationCache to support Cross Regional Retry.
- Added
continuation_tokentoPagerOptionsfor methods that return aPager. - Added
throughput_bucket,priority, andcustom_headersto different request options. (#3482) - Added several new options to
QueryOptions. (#3482)
Breaking Changes
- Removed
Pager::with_continuation_token()for methods that return aPager.
Other Changes
- Added
ALLOWED_COSMOS_HEADERSfor use in default logging policy. (#3554)