azure-sdk-for-python icon indicating copy to clipboard operation
azure-sdk-for-python copied to clipboard

[Cosmos] make response_hook thread safe for the sync client

Open simorenoh opened this issue 1 year ago • 1 comments

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.

simorenoh avatar Jan 10 '24 22:01 simorenoh

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-cosmos

azure-sdk avatar Jan 10 '24 22:01 azure-sdk