4.5.2b1 (2023-10-17)
Features Added
- Added Support for Subpartitioning in Python SDK. See PR 31121
Bugs Fixed
- Small fix to the
offer_throughput
option in the async client'screate_database_if_not_exists
method, which was previously misspelled asofferThroughput
.
See PR 32076.
Other Changes
- Marked the outdated
diagnostics.py
file for deprecation since we now recommend the use of ourCosmosHttpLoggingPolicy
for diagnostics.
For more on theCosmosHttpLoggingPolicy
see our README.