Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Updated Microsoft.Azure.Cosmos from 3.41.0 to 3.53.0.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.53.0

3.53.0 - 2025-8-13

Added

  • 5253 License: Adds new license expression
  • 5252 TokenCredentialCache: Adds an options to override AAD audience scope
  • 5308 Query: Adds Weighted RRF capability to LINQ
  • 5213 Query: Adds GetIndexMetrics LINQ extension method

Fixed

  • 5273 Query: Fixes non streaming order by queries to not be tagged as passthrough queries
  • 5291 GatewayStoreClient: Fixes stream consumption bug in GatewayStoreClient.CreateDocumentClientExceptionAsync
  • 5317 Query: Fixes HybridSearchQueryTests to account for backend changes in phrase search

3.53.0-preview.1

3.53.0-preview.1 - 2025-7-10

Fixed

  • 5257 QueryPlan: Fixes 410 Gone exception on query plan calls in Non-X64 windows platforms

3.53.0-preview.0

3.53.0-preview.0 - 2025-6-13

Added

  • 5180 Query: Adds public PopulateQueryAdvice capability
  • 5215 Client Encryption: Adds support for latest Cosmos package and bumps up Encryption package for nuget release
  • 5157 Query: Adds support for LINQ extension method for VectorDistance

This also includes a Direct Package version update to 3.39.1 in PR #​5241 which includes the following:

  • Rntbd Health Check Improvements Part 3: Enables Aggressive Timeout Detection By Default.
  • Introduce East US 3 region in the SDK.

Fixed

  • 5221 Query : Fixes Skip + Order By Bug
  • 5218 Binary Encoding: Fixes DateTime Parsing Issue with Trailing Zeros in the Milli-Seconds Precision
  • 5234 Client Encryption: Fixes Encryption Release Pipeline

3.52.1

3.52.1 - 2025-7-10

Fixed

  • 5257 QueryPlan: Fixes 410 Gone exception on query plan calls in Non-X64 windows platforms

3.52.0

3.52.0 - 2025-6-13

Added

  • 5180 Query: Adds public PopulateQueryAdvice capability
  • 5215 Client Encryption: Adds support for latest Cosmos package and bumps up Encryption package for nuget release
  • 5157 Query: Adds support for LINQ extension method for VectorDistance

This also includes a Direct Package version update to 3.39.1 in PR #​5241 which includes the following:

  • Rntbd Health Check Improvements Part 3: Enables Aggressive Timeout Detection By Default.
  • Introduce East US 3 region in the SDK.

Fixed

  • 5221 Query : Fixes Skip + Order By Bug
  • 5218 Binary Encoding: Fixes DateTime Parsing Issue with Trailing Zeros in the Milli-Seconds Precision
  • 5234 Client Encryption: Fixes Encryption Release Pipeline

3.52.0-preview.0

3.52.0-preview.0 - 2025-5-16

Added

  • 5182 InMemoryLeaseContainer: Adds public API to use InMemoryLeaseContainer with ChangeFeedProcessorBuilder
  • 5170 PPAF: Adds Code to Fetch Enablement Flag Through Gateway Database Account Response

Fixed

  • 5197 GlobalEndpointManager: Fixes Observed exception (ObjectDisposedException)

3.51.0

3.51.0 - 2025-5-16

Added

  • 5182 InMemoryLeaseContainer: Adds public API to use InMemoryLeaseContainer with ChangeFeedProcessorBuilder
  • 5170 PPAF: Adds Code to Fetch Enablement Flag Through Gateway Database Account Response

Fixed

  • 5197 GlobalEndpointManager: Fixes Observed exception (ObjectDisposedException)

3.51.0-preview.0

3.51.0-preview.0 - 2025-5-9

Added

  • 4993 Query: Adds LINQ extension method for ORDER BY RANK, FullTextScore and RRF
  • 5121 Query: Adds support for the optimized query plan that skips the order by rewrite
  • 5190 Hedging: Adds Hedging for Write requests GA

Fixed

  • 5145 Query: Fixes handling of undefined projections in hybrid search
  • 5150 Query: Fixes Full Text Search APIs by marking them public
  • 5162 HPK : Fixes code documentation to reference PartitionKeyPaths for HPK scenarios
  • 5163 Query: Fixes function signature for RRF, OrderByRank and FullTextScore LINQ extension methods
  • 5171 Query: Fixes FullText Policy API by making language optional
  • 5189 Hedging: Fixes Concurrency Issue

3.50.0

3.50.0 - 2025-5-9

Added

  • 4993 Query: Adds LINQ extension method for ORDER BY RANK, FullTextScore and RRF
  • 5121 Query: Adds support for the optimized query plan that skips the order by rewrite
  • 5190 Hedging: Adds Hedging for Write requests GA

Fixed

  • 5145 Query: Fixes handling of undefined projections in hybrid search
  • 5150 Query: Fixes Full Text Search APIs by marking them public
  • 5162 HPK : Fixes code documentation to reference PartitionKeyPaths for HPK scenarios
  • 5163 Query: Fixes function signature for RRF, OrderByRank and FullTextScore LINQ extension methods
  • 5171 Query: Fixes FullText Policy API by making language optional
  • 5189 Hedging: Fixes Concurrency Issue

3.50.0-preview.0

3.50.0-preview.0 - 2025-4-17

Added

  • 5136 VectorIndexing: Adds Preview APIs for VectorIndexing Policies

3.49.0

3.49.0 - 2025-4-17

Added

  • 5077 ThroughputBucketing: Adds changes to make ThroughputBucket public for preview SDK
  • 5069 AsyncCache: Adds support for stack trace optimization during exceptions for AsyncCache and AsyncCacheNonblocking
  • 5120 Query: Adds an environment variable for disabling the hybrid search query plan optimization
  • 5127 UnknownRntbdHeader : Adds a new SDK capability for UnknownRntbdHeaders
  • 5128 Session Consistency: Adds SessionTokenMismatchRetryPolicy optimization through customer supplied region switch hints

Fixed

  • 5089 WebAssembly : Fixes Guard the ServicePointAccessor call in DocumentClass with IsSupported as well
  • 5106 Diagnostics: Fixes bug where some overloaded substatus codes are displayed incorrectly in diagnostics.
  • 5139 Query: Fixes flip of boolean switch for hybridSearchSkipOrderByRewrite

3.49.0-preview.1

3.49.0-preview.1 - 2025-4-11

Fixes

  • 5108 Metadata requests: Fixes bug where certain metadata requests are not retried with a client cold start with only query requests

3.49.0-preview.0

3.49.0-preview.0 - 2025-3-21

Fixes

  • 5024 Query: Fixes logic to determine whether to use distributed query by adding a check for gateway connection mode
  • 5049 .NET9: Fixes WebAssembly or browser scenarios by conditionally setting the ConnectionLimit
  • 4470 NonBlockingAsyncCache: Fixes lambda func capturing the outer context (memory optimization)
  • 4977 Heiarchical Partition Keys: Fixes bug for ReadMany where None Partition does not return results

Added

  • 5057 AvailabilityStrategy: Adds WithAvailabilityStrategy method to public GA SDK.
  • 5011 Query: Adds query feature and deserialization of component weights for weighted rank fusion
  • 4980 Query: Adds FullTextContains, FullTextContainsAll, FullTextContainsAny as LINQ extension method

3.48.1

3.48.1 - 2025-4-11

Fixes

  • 5108 Metadata requests: Fixes bug where certain metadata requests are not retried with a client cold start with only query requests

3.48.0

3.48.0 - 2025-3-21

Fixes

  • 5024 Query: Fixes logic to determine whether to use distributed query by adding a check for gateway connection mode
  • 5049 .NET9: Fixes WebAssembly or browser scenarios by conditionally setting the ConnectionLimit
  • 4470 NonBlockingAsyncCache: Fixes lambda func capturing the outer context (memory optimization)
  • 4977 Heiarchical Partition Keys: Fixes bug for ReadMany where None Partition does not return results

Added

  • 5057 AvailabilityStrategy: Adds WithAvailabilityStrategy method to public GA SDK.
  • 5011 Query: Adds query feature and deserialization of component weights for weighted rank fusion
  • 4980 Query: Adds FullTextContains, FullTextContainsAll, FullTextContainsAny as LINQ extension method

3.48.0-preview.2

3.48.0-preview.2 - 2025-2-28

Fixed

  • 5030 Binary Encoding: Fixes Serialization Gaps on Newtonsoft Reader/Writer for Transactional Batch API.

3.48.0-preview.1

3.48.0-preview.1 - 2025-2-14

Added

  • 5013 Resiliency: Fixes a bug in the feature for "Faster detection of broken Transport connections".

Set Environment variable AZURE_COSMOS_AGGRESSIVE_TIMEOUT_DETECTION_ENABLED to "True" to enable the above feature. Fixed an issue where connections weren't marked as "unhealthy" under sustained failures, delaying recovery. Now, unhealthy connections trigger prompt reconnection, ensuring continuous client operations.

3.48.0-preview.0

3.48.0-preview.0 - 2025-2-7

Added

  • 4706 Hedging: Adds support for writes on multi region accounts

3.47.2

3.47.2 - 2025-2-28

Fixed

  • 5030 Binary Encoding: Fixes Serialization Gaps on Newtonsoft Reader/Writer for Transactional Batch API.

3.47.1

3.47.1 - 2025-2-14

Added

  • 5013 Resiliency: Fixes a bug in the feature for "Faster detection of broken Transport connections".

Set Environment variable AZURE_COSMOS_AGGRESSIVE_TIMEOUT_DETECTION_ENABLED to "True" to enable the above feature. Fixed an issue where connections weren't marked as "unhealthy" under sustained failures, delaying recovery. Now, unhealthy connections trigger prompt reconnection, ensuring continuous client operations.

3.47.0

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.47.0-preview.1

3.47.0-preview.1 - 2025-01-28

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

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.1

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.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 <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

3.46.0-preview.2 - 2024-11-13

Added

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

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.46.0-preview.0

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.2

3.45.2 - 2024-11-13

Added

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

3.45.1

3.45.1 - 2024-11-11

Added

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

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

  • 4777 Regions: Fixes Removes decommissioned regions.

  • 4765 Open Telemetry: Fixes attribute name following otel convention

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.

3.45.0-preview.0

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.1

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.44.0

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

3.44.0-preview.1 - 2024-09-18

Fixed

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

3.44.0-preview.0

3.44.0-preview.0 - 2024-09-04

Added

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

3.43.1

3.43.1 - 2024-09-18

Added

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

3.43.0

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

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

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

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)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Cosmos
  dependency-version: 3.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 19, 2025
@kmransom56 kmransom56 force-pushed the main branch 2 times, most recently from 0585cf7 to 7f4cdac Compare August 20, 2025 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants