Skip to content

Releases: Azure/azure-cosmos-dotnet-v3

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 <DisableNewtonsoftJsonCheck>true</DisableNewtonsoftJsonCheck> 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 <DisableNewtonsoftJsonCheck>true</DisableNewtonsoftJsonCheck> 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.

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.