You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[#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
-
### <aname="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.
0 commit comments