Releases: Azure/azure-cosmos-dotnet-v3
Releases · Azure/azure-cosmos-dotnet-v3
3.43.0-preview-0
3.43.0-preview.0 - 2024-07-24
Added
- 4544 Azure.Identity: Bumps verion to 1.11.4
- 4546 Client Encryption: Adds support for latest Cosmos Package.
- 4490 Query: Adds Distribution for MakeList and MakeSet
- 4559 Query: Adds a new QueryFeature flag for MakeList and MakeSet
- 4568 VM Metadata API: Adds an option to disable VM metadata API call
- 4481 Query: Adds support for multi-value Group By query for LINQ
- 4583 ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception
Fixed
- 4538 Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose correct default distance function
- 4523 Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata
- 4558 Query: Removes compute specific logic from query pipelines that is no longer required
- 4580 Change Feed: Fixes incorrect exception messages in VersionedAndRidCheckedCompositeToken
3.42.0
3.42.0 - 2024-07-24
Added
- 4544 Azure.Identity: Bumps verion to 1.11.4
- 4546 Client Encryption: Adds support for latest Cosmos Package.
- 4490 Query: Adds Distribution for MakeList and MakeSet
- 4559 Query: Adds a new QueryFeature flag for MakeList and MakeSet
- 4568 VM Metadata API: Adds an option to disable VM metadata API call
- 4481 Query: Adds support for multi-value Group By query for LINQ
- 4583 ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception
Fixed
- 4538 Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose correct default distance function
- 4523 Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata
- 4558 Query: Removes compute specific logic from query pipelines that is no longer required
- 4580 Change Feed: Fixes incorrect exception messages in VersionedAndRidCheckedCompositeToken
3.42.0-preview.0
3.41.0
3.40.0-preview.2
3.40.0-preview.2 - 2024-05-16
Fixed
3.39.2
3.41.0-preview.0
3.41.0-preview.0 - 2024-05-17
Added
3.40.0
3.40.0 - 2024-05-17
Fixed
- 4397 Query: Fixes ResponseMessage not parsing the IndexMetrics as text in latest sdk (#4397)
- 4426 ChangeFeedProcessor: Fixes a bug properly when dealing with Legacy lease incremental documents that do not have a Mode property (#4426)
- 4459 Query: Fixes non streaming order by to use flag from query plan (#4459)
- 4253 Query: Fixes LINQ Serialization CamelCase Naming Policy (#4253)
- 4493 Query: Fixes non streaming OrderByCrossPartitionQueryPipelineStage to remove state and handle splits (#4493)
Added
- 4446 Query: Adds a new capability for non streaming order by in QueryFeatures (#4446)
- 4433 Distributed Tracing: Adds Request charge and Payload size Threshold options (#4433)
- 4462 Diagnostics: Adds DurationInMs to StoreResult (#4462)
- 4492 Query: Adds an environment config to suppress sending NonStreamingOrderBy in the list of query features sent to the gateway (#4492)
3.40.0-preview.1
3.40.0-preview.1 - 2024-04-17
Fixed
- 4426 ChangeFeedProcessor: Fixes ArgumentException when dealing with Legacy lease incremental documents that do not have a Mode property