Skip to content

Commit 25ab244

Browse files
authored
Merge pull request #113858 from milismsft/java-bulk-changelog
Add changelog entries for the Java Cosmos Bulk Executor.
2 parents d93b9b8 + bdc7ddb commit 25ab244

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

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

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: 'Azure Cosmos DB: Bulk executor Java API, SDK & resources'
33
description: Learn all about the bulk executor Java API and SDK including release dates, retirement dates, and changes made between each version of the Azure Cosmos DB bulk executor Java SDK.
4-
author: tknandu
4+
author: milismsft
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: java
88
ms.topic: reference
99
ms.date: 11/21/2018
10-
ms.author: ramkris
10+
ms.author: adrianmi
1111

1212
---
1313

@@ -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 failures to the user that could be retried.
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 'mergeAll' to continue on 'id' and partition key value so that any patched document properties which are placed after 'id' and partition key value get added to the updated item list.
56+
57+
### <a name="2.9.1"/>2.9.1
58+
59+
* Update start degree of concurrency to 1 and added debug logs for minibatch.
60+
61+

0 commit comments

Comments
 (0)