Skip to content

Commit 4fa8bb7

Browse files
authored
Merge pull request #47865 from ausfeldt/patch-24
added preview and preview2 to release notes
2 parents 448ce79 + 33f20ff commit 4fa8bb7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ ms.custom: H1Hack27Feb2017
4646
</table></br>
4747

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

5163
* Added ConsistencyLevel Property to FeedOptions.
@@ -293,6 +305,8 @@ Any requests to Azure Cosmos DB using a retired SDK are rejected by the service.
293305

294306
| Version | Release Date | Retirement Date |
295307
| --- | --- | --- |
308+
| [2.0.0-preview2](#2.0.0-preview2) |July 26, 2018 |--- |
309+
| [2.0.0-preview](#2.0.0-preview) |May 11, 2018 |--- |
296310
| [1.22.0](#1.22.0) |April 19, 2018 |--- |
297311
| [1.21.1](#1.20.1) |March 09, 2018 |--- |
298312
| [1.20.2](#1.20.1) |February 21, 2018 |--- |

0 commit comments

Comments
 (0)