Skip to content

azure-cosmos_4.14.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 14 Jul 18:08
8ffc583

4.14.0b1 (2025-07-14)

Features Added

  • Added option to enable automatic retries for write operations. See PR 41272.

Breaking Changes

  • Adds cross region retries when no preferred locations are set. This is only a breaking change for customers using bounded staleness consistency. See PR 39714

Bugs Fixed

  • Fixed bug where replacing manual throughput using ThroughputProperties would not work. See PR 41564
  • Fixed bug where constantly raising Service Request Error Exceptions would cause the Service Request Retry Policy to indefinitely retry the request during a query or when a request was sent without a request object. See PR 41804