Skip to content

Commit

Permalink
Update README.md for 2.6.11 release (#366)
Browse files Browse the repository at this point in the history
* Update README.md

Added change notes for 2.6.11 release we did in September

* Update README.md

adding 2.6.11 in read me as well
  • Loading branch information
simplynaveen20 committed Nov 17, 2020
1 parent 3b4c19e commit ef35fdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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

0 comments on commit ef35fdf

Please sign in to comment.