Skip to content

Commit acb4f4e

Browse files
authored
Merge pull request #47867 from ausfeldt/patch-25
added preview and preview2 to release notes
2 parents 4fa8bb7 + 2268daa commit acb4f4e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/cosmos-db/sql-api-sdk-dotnet-core.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ ms.custom: H1Hack27Feb2017
4949

5050
The Azure Cosmos DB .NET Core SDK has feature parity with the latest version of the [Azure Cosmos DB .NET SDK](sql-api-sdk-dotnet.md).
5151

52+
### <a name="2.0.0-preview2"/>2.0.0-preview2
53+
54+
* Added request cancellation support.
55+
* Added SetCurrentLocation to ConnectionPolicy, which automatically populates the preferred locations based on the region.
56+
* Fixed Bug in Cross Partition Queries with Min/Max and a filter that matches no documents on an individual partition.
57+
58+
### <a name="2.0.0-preview"/>2.0.0-preview
59+
60+
* DocumentClient methods now have parity with IDocumentClient.
61+
* Updated direct TCP transport stack to reduce the number of connections established.
62+
* Added support for Direct Mode TCP for non-Windows clients.
63+
5264
### <a name="1.10.0"/>1.10.0
5365

5466
* Added ConsistencyLevel Property to FeedOptions.
@@ -170,6 +182,8 @@ If you have questions related to this SDK, post to [StackOverflow](http://stacko
170182

171183
| Version | Release Date | Retirement Date |
172184
| --- | --- | --- |
185+
| [2.0.0-preview2](#2.0.0-preview2) |July 26, 2018 |--- |
186+
| [2.0.0-preview](#2.0.0-preview) |May 11, 2018 |--- |
173187
| [1.9.1](#1.9.1) |March 09, 2018 |--- |
174188
| [1.8.2](#1.8.2) |February 21, 2018 |--- |
175189
| [1.8.1](#1.8.1) |February 05, 2018 |--- |

0 commit comments

Comments
 (0)