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
[Internal] Release: Fixes SDK hotfix 3.39.2 release to disable query ODE by default (#4495)
* [Internal] Release: SDK hotfix release to disable query ODE by default
* Addressing the feedback
* Including a note in version when ODE was enabled
* including another missed commit
-[4413](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/4413) Query: Fixes Persisted continuationToken issue (partition splits) by turning off Optimistic Direct Execution by default
21
+
-[4419](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/4419)Query: Fixes bug in OrderByCrossPartitionQueryPipelineStage to ensure that errors in inner pipeline creation are bubbled up
@@ -76,6 +83,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
83
> - In order to disable ODE, set EnableOptimisticDirectExecution to false in the QueryRequestOptions.
77
84
> - Enable ODE as part of second deployment for all nodes.
78
85
86
+
> Note: This version has a known issue [4413](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/4413) which was later addressed in [3.39.2](#3.39.2)
0 commit comments