Simon Moreno

Results 7 issues of Simon Moreno

This PR ensures that the use of `response_hook` by users is utilizing thread-safe headers as opposed to `client_connection.last_response_headers` for the sync client.

Cosmos

It was recently pointed out to me that we were missing samples around the use of etags and if-match (optimistic concurrency) for our SDK - we do have tests, but...

Cosmos

Python follow-up to the .NET PR: https://github.com/Azure/azure-cosmos-dotnet-v3/pull/4362 Using the flag for `nonStreamingOrderBy` that is now present in the query plan, we choose to create a separate query execution context for...

Cosmos

Changes for control-plane vector search bits, adding the vector embedding policy to container creation flow and the vector indexes to the existing indexing policy based on the doc shared and...

Cosmos

# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. If an SDK is being regenerated based on a...

Cosmos

This PR improves and fixes some functionality that was missing in the SDK. Namely, this PR includes: - New logic to retry ServiceRequestErrors up to three times before failing the...

Cosmos

Our most recent beta release has some fixes we should include as a stable version release. This PR serves to show the difference between the previous version (4.14.2) and this...

Cosmos