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/nosql/sdk-java-v2.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,15 @@ This is the original Azure Cosmos DB Sync Java SDK v2 for API for NoSQL which su
43
43
|**Minimum supported runtime**|[Java Development Kit (JDK) 7+](/java/azure/jdk/)|
44
44
45
45
## Release notes
46
+
### <aname="2.6.5"></a>2.6.5
47
+
* Removed test dependency `com.google.guava/guava` due to security vulnerabilities
48
+
* Upgraded dependency `com.fasterxml.jackson.core/jackson-databind` to 2.14.0
49
+
* Upgraded dependency `commons-codec/commons-codec` to 1.15
50
+
* Upgraded dependency `org.json/json` to 20180130
51
+
52
+
### <aname="2.6.4"></a>2.6.4
53
+
* Fixed the retry policy for read timeouts
54
+
46
55
### <aname="2.6.3"></a>2.6.3
47
56
* Fixed a retry policy when `GoneException` is wrapped in `IllegalStateException` - - this change is necessary to make sure Gateway cache is refreshed on 410 so the Spark connector (for Spark 2.4) can use a custom retry policy to allow queries to succeed during partition splits
0 commit comments