Skip to content

Releases: Azure/azure-cosmos-dotnet-v3

3.46.0-preview.0

28 Oct 17:48
018dd20
Compare
Choose a tag to compare
3.46.0-preview.0 Pre-release
Pre-release

3.46.0-preview.0 - 2024-10-25

Added

  • 4792 VectorIndexDefinition: Adds Support for Partitioned DiskANN

  • 4837 ContainerProperties: Adds Full Text Search and Indexing Policy.

3.45.0

28 Oct 17:47
018dd20
Compare
Choose a tag to compare

3.45.0 - 2024-10-25

Added

  • 4781 AppInsights: Adds classic attribute back to cosmos db to support appinsights sdk.

  • 4709 Availability: Adds account-level read regions as effective preferred regions when preferred regions is not set on client.

  • 4810 Package Upgrade: Refactors code to upgrade DiagnosticSource Library from 6.0.1 to 8.0.1

  • 4794 Query: Adds hybrid search query pipeline stage

  • 4819 Azurecore: Fixes upgrading azure core dependency to latest

  • 4814 DeleteAllItemsByPartitionKeyStreamAsync: Adds DeleteAllItemsByPartitionKeyStreamAsync API to GA

  • 4845 ContainerProperties: Refactors Vector Embedding and Indexing Policy Interfaces to Mark Them as Public for GA

Fixed

  • 4777 Regions: Fixes Removes decommissioned regions.

  • 4765 Open Telemetry: Fixes attribute name following otel convention

3.45.0-preview.1

23 Oct 16:51
bd67d50
Compare
Choose a tag to compare
3.45.0-preview.1 Pre-release
Pre-release

3.45.0-preview.1 - 2024-10-16

Fixed

  • 4799 Open Telemetry: Re-added deprecated attribute to support Application Insights SDK by default. For OpenTelemetry attributes, set the environment variable OTEL_SEMCONV_STABILITY_OPT_IN=database/dupe.

3.44.1

23 Oct 16:50
bd67d50
Compare
Choose a tag to compare

3.44.1 - 2024-10-16

Fixed

  • 4799 Open Telemetry: Re-added deprecated attribute to support Application Insights SDK by default. For OpenTelemetry attributes, set the environment variable OTEL_SEMCONV_STABILITY_OPT_IN=database/dupe.

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