github Azure/azure-sdk-for-python azure-cosmos_4.4.0b1

latest releases: azure-cognitiveservices-language-textanalytics_0.2.2, azure-cognitiveservices-anomalydetector_0.3.1, azure-communication-callautomation_1.2.0...
pre-release13 months ago

4.4.0b1 (2023-04-11)

Features Added

  • Added preview delete all items by partition key functionality. See PR 29186.
  • Added preview partial document update (Patch API) functionality and container methods for patching items with operations. See PR 29497. For more information on Patch, please see Azure Cosmos DB Partial Document Update.

Bugs Fixed

  • Fixed bug in method create_container_if_not_exists() of async database client for unexpected kwargs being passed into read() method used internally. See PR 29136.
  • Fixed bug with method query_items() of our async container class, where partition key and cross partition headers would both be set when using partition keys. See PR 29366.
  • Fixed bug with client not properly surfacing errors for invalid credentials and identities with insufficient permissions. Users running into 'NoneType has no attribute ConsistencyPolicy' errors when initializing their clients will now see proper authentication exceptions. See PR 29256.

Other Changes

  • Removed use of six package within the SDK.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.