Releases: Azure/azure-cosmos-dotnet-v3
3.47.0-preview.0
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
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
3.46.0-preview.2 - 2024-11-13
Added
- 4866 JSON Binary Encoding: Adds support for encoding uniform arrays.
3.45.2
3.46.0-preview.1
3.46.0-preview.1 - 2024-11-11
Added
- 4863 VectorIndexDefinition: Refactors Code to Remove Support for VectorIndexShardKey from Preview Contract.
3.45.1
3.46.0-preview.0
3.46.0-preview.0 - 2024-10-25
Added
3.45.0
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
3.45.0-preview.1
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
.