Skip to content

Commit c0520c9

Browse files
committed
Add changelog entries for the Java Cosmos Bulk Executor.
1 parent 103e831 commit c0520c9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

articles/cosmos-db/sql-api-sdk-bulk-executor-java.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,26 @@ ms.author: ramkris
3636
|**Get started**|[Get started with the bulk executor library Java SDK](bulk-executor-java.md)|
3737
|**Minimum supported runtime**|[Java Development Kit (JDK) 7+](/java/azure/jdk/?view=azure-java-stable)|
3838

39+
## Release notes
40+
41+
### <a name="2.10.0"/>2.10.0
42+
43+
* Fix for DocumentAnalyzer.java to correctly extract nested partition key values from json.
44+
45+
### <a name="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+
### <a name="2.9.3"/>2.9.3
50+
51+
* Update for Cosmos SDK version 2.4.7.
52+
53+
### <a name="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+
### <a name="2.9.1"/>2.9.1
58+
59+
* Update start degree of consurrency to 1 and added debug logs for minibatch.
60+
61+

0 commit comments

Comments
 (0)