4.14.0 (2025-10-13)
This version and all future versions will require Python 3.9+.
Features Added
- Added ability to return a tuple of a DatabaseProxy/ContainerProxy with the associated database/container properties when creating or reading databases/containers through
return_properties
parameter. See PR 41742 - Added a new preview feature API for Semantic Reranking. See PR 42991
Breaking Changes
- Changed
retry_write
frombool
toint
to match other retryable options. See PR 43341.
Bugs Fixed
- Fixed bug where exclusion list was not honored before falling back to global endpoint for multi-write region accounts. SeePR 43297