github Azure/azure-sdk-for-python azure-cosmos_4.3.0

latest releases: azure-ai-ml_1.17.1, azure_mgmt_oracledatabase_1.0.0, azure_mgmt_appplatform_9.1.0...
2 years ago

4.3.0 (2022-05-23)

Features Added

  • GA release of Async I/O APIs, including all changes from 4.3.0b1 to 4.3.0b4.

Breaking Changes

  • Method signatures have been updated to use keyword arguments instead of positional arguments for most method options in the async client.
  • Bugfix: Automatic Id generation for items was turned on for upsert_items() method when no 'id' value was present in document body.
    Method call will now require an 'id' field to be present in the document body.

Other Changes

  • Deprecated offer-named methods in favor of their new throughput-named counterparts (read_offer -> get_throughput).
  • Marked the GetAuthorizationHeader method for deprecation since it will no longer be public in a future release.
  • Added samples showing how to configure retry options for both the sync and async clients.
  • Deprecated the connection_retry_policy and retry_options options in the sync client.
  • Added user warning to non-query methods trying to use populate_query_metrics options.

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

NewReleases is sending notifications on new releases.