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
* retriable writes implementation
* pylint/mypy
* Update test_backwards_compatibility.py
* Update test_backwards_compatibility_async.py
* Update test_headers_async.py
* Update test_headers.py
* Update test_headers.py
* add tests for retryable writes
retryable writes tests
* add tests for patch item
* adds README with snippets, removes preview from VS
* add retry write at client level tests
* fix mark
* small typos
* handle service response errors
* service response request level test
* client-level check for service response
* Update retryable writes with tests and multi region retry
Adds constants for keyword retry_policy, adds logic for multi region retry for retryable writes on timeout errors, adds test for delete item retry.
* add mwr tests, fix logic
* update tests with replace item
* pylint fixes
* updates
* address comments
* Update _service_response_retry_policy.py
* update tests
Updates the tests and service response retry policy in order for the test to pass
* Update test_retryable_writes_async.py
* Update test_retryable_writes_async.py
* Update test_retryable_writes_async.py
* Update test_retryable_writes_async.py
* Update test_retryable_writes_async.py
---------
Co-authored-by: bambriz <[email protected]>
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
### 4.13.0b3 (Unreleased)
4
4
5
5
#### Features Added
6
+
* Added option to enable automatic retries for write operations. See [PR 41272](https://github.com/Azure/azure-sdk-for-python/pull/41272).
6
7
7
8
#### Breaking Changes
8
9
* Adds cross region retries when no preferred locations are set. This is only a breaking change for customers using bounded staleness consistency. See [PR 39714](https://github.com/Azure/azure-sdk-for-python/pull/39714)
***Note: vector embeddings and vector indexes CANNOT be edited by container replace operations. They are only available directly through creation.***
757
788
758
-
### Public Preview - Vector Search
789
+
### Vector Search
759
790
760
791
With the addition of the vector indexing and vector embedding capabilities, the SDK can now perform order by vector search queries.
761
792
These queries specify the VectorDistance to use as a metric within the query text. These must always use a TOP or LIMIT clause within the query though,
0 commit comments