Skip to content

azure_data_cosmos@0.30.0

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 21 Jan 22:42
601c19f

0.30.0 (2026-01-21)

Features Added

  • Added GlobalEndpointManager, LocationCache to support Cross Regional Retry.
  • Added continuation_token to PagerOptions for methods that return a Pager.
  • Added throughput_bucket, priority, and custom_headers to different request options. (#3482)
  • Added several new options to QueryOptions. (#3482)

Breaking Changes

  • Removed Pager::with_continuation_token() for methods that return a Pager.

Other Changes

  • Added ALLOWED_COSMOS_HEADERS for use in default logging policy. (#3554)