4.14.0b3 (2025-09-09)
Features Added
- Added read_items API to provide an efficient method for retrieving multiple items in a single request. See PR 42167.
- Added ability to replace a container's indexing policy if a vector embedding policy was present. See PR 42810.
Bugs Fixed
- Improved the resilience of Database Account Read metadata operation against short-lived network issues by increasing number of retries. See PR 42525.
- Fixed bug where during health checks read regions were marked as unavailable for write operations. See PR 42525.
- Fixed bug where containers named with spaces or special characters using session consistency would fall back to eventual consistency. See PR 42608
- Fixed bug where
excluded_locations
was not being honored for some metadata calls. See PR 42266. - Fixed bug where Hybrid Search queries using parameters were not working. See PR 42787
- Fixed partition scoping for per partition circuit breaker. See PR 42751
- Fixed bug where
partition_key
set to None was not properly handled for some operations. See PR 42747