Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md for 2.6.11 release #366

Merged
merged 2 commits into from
Nov 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For example, using maven, you can add the following dependency to your maven pom
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-cosmosdb</artifactId>
<version>2.6.10</version>
<version>2.6.11</version>
</dependency>
```

Expand Down
3 changes: 3 additions & 0 deletions changelog/README.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down