Skip to content

Releases: Azure/azure-cosmos-dotnet-v3

3.45.0-preview.0

09 Oct 18:48
e5b08ba
Compare
Choose a tag to compare
3.45.0-preview.0 Pre-release
Pre-release

3.45.0-preview.0 - 2024-10-07

Added

  • 4566 Container: Added support for IsFeedRangePartOfAsync, enabling precise comparisons to determine relationships between FeedRanges.

3.44.0

09 Oct 16:46
e5b08ba
Compare
Choose a tag to compare

3.44.0 - 2024-10-07

Added

  • 4725 Region Availability: Added multiple new regions for public use in bulk.

  • 4664 OpenTelemetry: Added query text as an attribute to improve traceability and provide more detailed insights into query execution.

  • 4643 OpenTelemetry: Updated operation names to follow standard naming conventions, improving consistency and traceability across services.

Fixed

  • 4762 OpenTelemetry: Fixed event filtering to correctly handle non-failure status codes like 404 or 0.

  • 4713 Routing: Resolved an issue with excluding specific regions in RequestOptions for the ReadMany operation, ensuring requests are routed only to the desired regions for optimized data retrieval.

3.44.0-preview.1

19 Sep 19:01
56811c9
Compare
Choose a tag to compare
3.44.0-preview.1 Pre-release
Pre-release

3.44.0-preview.1 - 2024-09-18

Fixed

  • 4684 Hedging: Fixes Typo (WithAvailibilityStrategy -> WithAvailabilityStrategy) in CosmosClientBuilder

3.43.1

19 Sep 19:00
56811c9
Compare
Choose a tag to compare

3.43.1 - 2024-09-18

Added

  • 4691 ClientRetryPolicy: Adds Cross Regional Retry Logic on 410/1022 and 429/3092

3.44.0-preview.0

04 Sep 22:21
0fdb5e4
Compare
Choose a tag to compare
3.44.0-preview.0 Pre-release
Pre-release

3.44.0-preview.0 - 2024-09-04

Added

  • 4598 Adds: Parallel Request Hedging for cross region read requests

3.43.0

04 Sep 22:19
0fdb5e4
Compare
Choose a tag to compare

3.43.0 - 2024-09-04

Added

  • 4589 SystemTextJsonSerializer: Add UseSystemTextJsonSerializerWithOptions to support SystemTextJsonSerializer
  • 4622 Open Telemetry: Adds Batchsize and Rename Batch Operation name in Operation Trace
  • 4621 CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext

Fixed

  • 4619 CFP AVAD: Fixes throws when customers use WithStartTime and WithStartFromBeginning with CFP AVAD
  • 4638 Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API documentation to list correct values
  • 4640 FeedRanges: Fixes GetFeedRangesAsync throwing DocumentClientException
  • 4618 CF/P AVAD: Fixes Deserialization of ChangeFeedItem and ChangeFeedMetadata to support System.Text.Json and Newtonsoft.Json

3.43.0-preview-0

25 Jul 19:18
38c89fd
Compare
Choose a tag to compare
3.43.0-preview-0 Pre-release
Pre-release

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

25 Jul 19:16
38c89fd
Compare
Choose a tag to compare

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

09 Jul 16:35
Compare
Choose a tag to compare
3.42.0-preview.0 Pre-release
Pre-release

3.42.0-preview.0 - 2024-07-08

Added

  • 4489 Query: Adds DOCUMENTID extension method for LINQ

Fixed

  • 4507 Query : Fixes ORDER BY query issue when partial partition key is specified with hierarchical partition (#4507)

3.41.0

09 Jul 16:34
Compare
Choose a tag to compare

3.41.0 - 2024-06-07

Added

  • 4489 Query: Adds DOCUMENTID extension method for LINQ

Fixed

  • 4507 Query : Fixes ORDER BY query issue when partial partition key is specified with hierarchical partition (#4507)