azure-cosmos_4.3.1b1
Pre-release
Pre-release
4.3.1b1 (2022-09-19)
Features Added
- GA release of integrated cache functionality. For more information on integrated cache please see Azure Cosmos DB integrated cache.
- Added ability to replace analytical ttl on containers. For more information on analytical ttl please see Azure Cosmos DB analytical store.
- Added
CosmosHttpLoggingPolicyto replaceHttpLoggingPolicyfor logging HTTP sessions. - Added the ability to create containers and databases with autoscale properties for the sync and async clients.
- Added the ability to update autoscale throughput properties.
Bugs Fixed
- Fixed parsing of args for overloaded
container.read()method. - Fixed
validate_cache_staleness_value()method to allow max_integrated_cache_staleness to be an integer greater than or equal to 0. - Fixed
__aiter__()method by removing the async keyword.