You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.