4.13.0b1 (2025-06-05)
Features Added
- Added ability to set a user agent suffix at the client level. See PR 40904
- Added ability to use request level
excluded_locations
on metadata calls, such as getting container properties. See PR 40905 - Per partition circuit breaker support. It can be enabled through the environment variable
AZURE_COSMOS_ENABLE_CIRCUIT_BREAKER
. See PR 40302.
Bugs Fixed
- Fixed how resource tokens are parsed for metadata calls in the lifecycle of a document operation. See PR 40302.
- Fixed issue where Query Change Feed did not return items if the container uses legacy Hash V1 Partition Keys. This also fixes issues with not being able to change feed query for Specific Partition Key Values for HPK. See PR 41270
Other Changes
- Added Client Generated Activity IDs to all Requests. Cosmos Diagnostics Logs will more clearly show the Activity ID for each request and response. PR 41013