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
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql-api-sdk-bulk-executor-java.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,15 +44,15 @@ ms.author: ramkris
44
44
45
45
### <aname="2.9.4"/>2.9.4
46
46
47
-
* Add functionality in BulkDelete operations to retry on specific failures and also return a list of retriable failures to the user.
47
+
* Add functionality in BulkDelete operations to retry on specific failures and also return a list of failures to the user that could be retried.
48
48
49
49
### <aname="2.9.3"/>2.9.3
50
50
51
51
* Update for Cosmos SDK version 2.4.7.
52
52
53
53
### <aname="2.9.2"/>2.9.2
54
54
55
-
* Fix for 'getUpdateItemFromPatchDocument' to continue on 'id' and 'pkey' so that any patchDoc fields which is placed after 'id' and 'pkey' gets added to the 'updateItem'.
55
+
* Fix for 'mergeAll' to continue on 'id' and partition key value so that any patched document fields which are placed after 'id' and partition key value get added to the updated item list.
0 commit comments