Skip to content

Releases: Azure/azure-cosmos-dotnet-v3

3.48.0-preview.0

08 Feb 00:11
ff64271
Compare
Choose a tag to compare
3.48.0-preview.0 Pre-release
Pre-release

3.48.0-preview.0 - 2025-2-7

Added

  • [4706)(https://github.com//pull/4706) Hedging: Adds support for writes on multi region accounts

3.47.0

08 Feb 00:10
ff64271
Compare
Choose a tag to compare

3.47.0 - 2025-2-07

Added

  • 4682 OpenTelemetry Metrics: Adds support to collect Operation level metrics
  • 4857 Query: Adds LINQ support for Multi-key Group By translation
  • 4872 Open Telemetry : Adds implementation for network level Metrics
  • 4925 Open Telemetry: Adds option to opt-in optional dimensions
  • 4966 Hedging: Adds reads CrossRegionalHedging to GA SDK release
  • 4994 Query: Adds Computed Properties to Public Interface

This also includes a Direct Package version update to 3.37.9 in PR #4990

Fixed

  • 4928 Upgrade Resiliency: Fixes Code to Clean-up Unhealthy Connection and LbChannelState Object.
  • 4869 Hedging: Fixes NullReference Exception Bug
  • 4949 RequestOptions: Fixes Etag code documentation
  • 4936 Optimization: Fixes SDK to use static readonly arrays for seperators
  • 4970 QuorumReader: Fixes bug where reads will fail in BoundedStaleness when a secondary replica is unresponsive to use primary replica on retries
  • 4995 Open Telemetry: Fixes attribute name as per OTel Guidance

3.46.1

15 Jan 22:01
48bc504
Compare
Choose a tag to compare

3.46.1 - 2024-12-24

Fixed

  • 4928 Upgrade Resiliency: Fixes Code to Clean-up Unhealthy Connection and LbChannelState Object.
  • 4934 Region Availability: Adding SDK Changes for Upcoming Regions.

3.47.0-preview.0

19 Nov 22:19
5793eec
Compare
Choose a tag to compare
3.47.0-preview.0 Pre-release
Pre-release

3.47.0-preview.0 - 2024-11-19

Added

  • 4839 Dependencies: Removes direct reference to the Newtonsoft.Json package, marks it as a private asset, and adds a build target to enforce explicit consumer references.

NOTE: This is a breaking change. Consumer applications must explicitly reference the Newtonsoft.Json package with a version >= 10.0.2 or opt-out of the check by setting <AzureCosmosDisableNewtonsoftJsonCheck>true</AzureCosmosDisableNewtonsoftJsonCheck> in their project file.

3.46.0

19 Nov 22:16
5793eec
Compare
Choose a tag to compare

3.46.0 - 2024-11-19

Added

  • 4839 Dependencies: Removes direct reference to the Newtonsoft.Json package, marks it as a private asset, and adds a build target to enforce explicit consumer references.

NOTE: This is a breaking change. Consumer applications must explicitly reference the Newtonsoft.Json package with a version >= 10.0.2 or opt-out of the check by setting <AzureCosmosDisableNewtonsoftJsonCheck>true</AzureCosmosDisableNewtonsoftJsonCheck> in their project file.

  • 4854 Open Telemetry: Adds open telemetry based versioning.
    aavasthy marked this conversation as resolved.

Fixed

  • 4860 Open telemetry: Fixes Populating Query text for non-stream Iterator.
  • 4649 Query: Fixes prefetching to be disabled when MaxConcurrency is less than or equal to one.
  • 4878 Tests: Fixes Assert proper way.
  • 4885 Query: Fixes (workaround) for query plan issue where placeholder index does not start at zero.

3.46.0-preview.2

14 Nov 17:51
d5e954c
Compare
Choose a tag to compare
3.46.0-preview.2 Pre-release
Pre-release

3.46.0-preview.2 - 2024-11-13

Added

  • 4866 JSON Binary Encoding: Adds support for encoding uniform arrays.

3.45.2

14 Nov 17:50
d5e954c
Compare
Choose a tag to compare

3.45.2 - 2024-11-13

Added

  • 4866 JSON Binary Encoding: Adds support for encoding uniform arrays.

3.46.0-preview.1

13 Nov 00:38
d41592f
Compare
Choose a tag to compare
3.46.0-preview.1 Pre-release
Pre-release

3.46.0-preview.1 - 2024-11-11

Added

  • 4863 VectorIndexDefinition: Refactors Code to Remove Support for VectorIndexShardKey from Preview Contract.

3.45.1

13 Nov 00:37
d41592f
Compare
Choose a tag to compare

3.45.1 - 2024-11-11

Added

  • 4863 VectorIndexDefinition: Refactors Code to Remove Support for VectorIndexShardKey from Preview Contract.

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.