diff --git a/README.md b/README.md index b0c6cebd1..da6b52d80 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For example, using maven, you can add the following dependency to your maven pom com.microsoft.azure azure-cosmosdb - 2.6.10 + 2.6.11 ``` diff --git a/changelog/README.md b/changelog/README.md index ef669bc9f..41639fbbf 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -1,3 +1,6 @@ +## 2.6.11 - 2020-09-15 +- Added http request time out cap for avoiding region failover for high latency request.([#360](https://github.com/Azure/azure-cosmosdb-java/pull/360)) + ## 2.6.10 - 2020-08-31 - Fixes region fail over issue for direct tcp calls, direct tcp calls network failure will be retried in other available region but it wont mark the current region unavailable, and subsequent tcp requests will still go to current region.([#351](https://github.com/Azure/azure-cosmosdb-java/pull/351))