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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,3 +36,26 @@ ms.author: ramkris
36
36
|**Get started**|[Get started with the bulk executor library Java SDK](bulk-executor-java.md)|
37
37
|**Minimum supported runtime**|[Java Development Kit (JDK) 7+](/java/azure/jdk/?view=azure-java-stable)|
38
38
39
+
## Release notes
40
+
41
+
### <aname="2.10.0"/>2.10.0
42
+
43
+
* Fix for DocumentAnalyzer.java to correctly extract nested partition key values from json.
44
+
45
+
### <aname="2.9.4"/>2.9.4
46
+
47
+
* Add functionality in BulkDelete operations to retry on specific failures and also return a list of retriable failures to the user.
48
+
49
+
### <aname="2.9.3"/>2.9.3
50
+
51
+
* Update for Cosmos SDK version 2.4.7.
52
+
53
+
### <aname="2.9.2"/>2.9.2
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'.
56
+
57
+
### <aname="2.9.1"/>2.9.1
58
+
59
+
* Update start degree of consurrency to 1 and added debug logs for minibatch.
0 commit comments