Skip to content

Commit a7793f4

Browse files
authored
Merge pull request #88938 from j82w/patch-3
Using the github changelog for the release notes
2 parents 12ff7f9 + 2bb5d65 commit a7793f4

File tree

1 file changed

+1
-50
lines changed

1 file changed

+1
-50
lines changed

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

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -36,59 +36,10 @@ ms.author: dech
3636
|**Web app tutorial**|[Web application development with Azure Cosmos DB](sql-api-dotnet-application.md)|
3737
|**Current supported framework**|[Microsoft .NET Standard 2.0](/dotnet/standard/net-standard)|
3838

39-
## Release notes
40-
### <a name="3.1.0"/>3.1.0
41-
#### Added
42-
- [#541](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/541) Added consistency level to client and query options
43-
- [#544](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/544) Added continuation token support for LINQ
44-
- [#557](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/557) Added trigger options to item request options
45-
- [#571](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/571) Added a default JSON.net serializer with optional settings
46-
- [#572](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/572) Added partition key validation on CreateContainerIfNotExistsAsync
47-
- [#581](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/581) Adding LINQ to QueryDefinition API
48-
- [#592](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/592) Added CreateIfNotExistsAsync to container builder
49-
- [#597](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/597) Added continuation token property to ResponseMessage
50-
- [#604](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/604) Added LINQ ToStreamIterator extension method
51-
52-
#### Fixed
53-
- [#548](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/548) Fixed mis-typed message in CosmosException.ToString();
54-
- [#558](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/558) LocationCache ConcurrentDict lock contention fix
55-
- [#561](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/561) GetItemLinqQueryable now works with null query
56-
- [#567](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/567) Query correctly handles different language cultures
57-
- [#574](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/574) Fixed empty error message if query parsing fails from unexpected exception
58-
- [#576](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/576) Query correctly serializes the input into a stream
59-
60-
### <a name="3.0.0"/>3.0.0
61-
* General availability of [Version 3.0.0](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/) of the .NET SDK
62-
* Targets .NET Standard 2.0, which supports .NET framework 4.6.1+ and .NET Core 2.0+
63-
* New object model, with top-level CosmosClient and methods split across relevant Database and Container classes
64-
* New highly performant stream APIs
65-
* Built-in support for Change Feed processor APIs
66-
* Fluent builder APIs for CosmosClient, Container, and Change Feed processor
67-
* Idiomatic throughput management APIs
68-
* Granular RequestOptions and ResponseTypes for database, container, item, query and throughput requests
69-
* Ability to scale non-partitioned containers
70-
* Extensible and customizable serializer
71-
* Extensible request pipeline with support for custom handlers
72-
73-
74-
## Release & Retirement dates
75-
Microsoft provides notification at least **12 months** in advance of retiring an SDK in order to smooth the transition to a newer/supported version.
76-
77-
New features and functionality and optimizations are only added to the current SDK, as such it is recommended that you always upgrade to the latest SDK version as early as possible.
78-
79-
Any requests to Azure Cosmos DB using a retired SDK are rejected by the service.
80-
81-
<br/>
82-
83-
| Version | Release Date | Retirement Date |
84-
| --- | --- | --- |
85-
| [3.1.0](#3.1.0) |July 29, 2019 |--- |
86-
| [3.0.0](#3.0.0) |July 15, 2019 |--- |
87-
39+
[!INCLUDE[Release notes](~/samples-cosmosdb-dotnet-v3/changelog.md)]
8840

8941
## FAQ
9042
[!INCLUDE [cosmos-db-sdk-faq](../../includes/cosmos-db-sdk-faq.md)]
9143

9244
## See also
9345
To learn more about Cosmos DB, see [Microsoft Azure Cosmos DB](https://azure.microsoft.com/services/cosmos-db/) service page.
94-

0 commit comments

Comments
 (0)