Skip to content

Update dependency Microsoft.Azure.Cosmos to 3.61.0#98

Open
dependencyupdates[bot] wants to merge 1 commit into
mainfrom
renovate/microsoft.azure.cosmos-3.x
Open

Update dependency Microsoft.Azure.Cosmos to 3.61.0#98
dependencyupdates[bot] wants to merge 1 commit into
mainfrom
renovate/microsoft.azure.cosmos-3.x

Conversation

@dependencyupdates

@dependencyupdates dependencyupdates Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.Azure.Cosmos 3.57.03.61.0 age adoption passing confidence

Release Notes

Azure/azure-cosmos-dotnet-v3 (Microsoft.Azure.Cosmos)

v3.61.0

Compare Source

Features Added
  • 5815 Read Consistency Strategy: Adds hub region header for LastCommittedSingleWriteRegion strategy.
  • 5848 VectorEmbeddingPolicy: Adds EmbeddingSource block to Embedding model
  • 5868 Diagnostics: Adds hedging detection API (CosmosDiagnostics.HedgingStarted, GetRequestedRegions, GetRespondedRegions) along with the new RequestedRegion struct and RequestedRegionReason enum so callers can observe per-operation hedging behavior. RequestedRegionReason.Unknown (= 0) is the default sentinel for default(RequestedRegion).Reason and is never emitted by the SDK; RequestedRegionReason.CircuitBreakerProbe and RequestedRegionReason.TransportRetry are reserved for the future and not yet populated by this SDK; see issue #​5867.
  • 5600 HPK: Adds id to partition key when "/id" is the last path in partition key definition.
Breaking Changes
Bugs Fixed
  • 5827 ChangeFeedEstimator: Change feed estimator threw ArgumentNullException when an inmemory lease container was being used. Update validations so in-memory lease containers work with change feed estimator
  • 5910 Upgraded Direct package to 3.43.2.
  • 5910 Direct: Fixed RNTBD thread-pool starvation by making Dispatcher.OnIdleTimer asynchronous (ports public PR 5817)
  • 5927 ThinClient: Fixes mid-flight fallback to gateway when the service stops advertising thin-client endpoints. Previously the SDK kept routing to stale thin-client URIs and required a client restart to recover.
Other Changes
  • #​5887 Direct: Documents that MaxTcpConnectionsPerEndpoint accepts any positive value to allow customer control of the connection pool size; values of 16 or greater remain recommended.
  • #​5905 ReadMany: Adds point-read fast path for single-tuple partitions. When the items requested in a single ReadManyItems[Stream]Async call resolve to a physical partition with only one (id, partitionKey) tuple, the SDK now issues a point read for that tuple instead of a parameterized query. This reduces RU and latency for sparse multi-partition lookups (closes #​4369) and aligns the .NET SDK with the existing Java and Python SDK behavior.

v3.60.0

Compare Source

Features Added
  • 5825 ChangeFeed: Promotes Full Fidelity Change Feed (AllVersionsAndDeletes) APIs to GA
  • 5839 Adds Direct package version upgrade and fixes TCP keepalive silently failing on Linux issue due to uint overload mismatch.
Bugs Fixed
  • 5618 Diagnostics: Fixes null contacted region name for multimaster hub fallback (410/21005)
  • 5816 HttpTimeoutPolicy: Fixes aggressive 500ms first-attempt timeout in HttpTimeoutPolicyControlPlaneRetriableHotPath
  • 5819 LINQ: Fixes .NET 10 MemoryExtensions.Contains breaking change in LINQ queries
  • 5823 LocationCache: Fixes read fallback to use WriteEndpoints[0] when PPAF enabled and all regions excluded
  • 5825 ChangeFeedProcessor: Exempts AllVersionsAndDeletes from implicit StartTime back-off (not applicable to LSN-based continuation)
  • 5870 CrossRegionHedgingAvailabilityStrategy: Fixes StackOverflow in CrossRegionHedgingAvailabilityStrategy Observed in .NET Framework 4.7.2

v3.59.0

Compare Source

Features Added
  • 5579 Change Feed Processor: Adds Lease container export support
  • 5709 Performance: Adds caching for URL-encoded AAD authorization signature
  • 5731 DNS dot-suffix: Adds TCP DNS dot-suffix for Direct mode to avoid Kubernetes ndots latency
  • 5755 Exceptionless: Adds enabling exception less 400 status code
  • 5756 Exceptionless: Adds enabling exception less 404/1002 status code
  • 5757 Exceptionless: Adds enabling exception less 403
  • 5779 Direct: Adds Direct package version bump to 3.42.4
  • 5786 Region Availability: Adds missing regions from Direct 3.42.4
  • 5788 Socket Handler: Adds HTTP/2 PING keep-alive to detect broken connections in pool
Bugs Fixed
  • 5553 NativeDLLs: Fixes Conditionally include win-x64 native DLLs based on RuntimeIdentifier
  • 5588 LINQ: Fixes memory leak from Expression.Compile() in all call sites
  • 5617 ChangeFeedProcessor: Fixes first-change skip during initial startup by anchoring StartTime
  • 5636 CosmosClientBuilder: Fixes self-referencing loop in GetSerializedConfiguration with STJ TypeInfoResolver
  • 5748 Routing: Fixes GetOverlappingRanges CPU overhead from repeated JSON deserialization
  • 5807 ChangeFeedProcessor: Fixes lease de-duplication for /partitionKey-partitioned lease containers
  • 5778 DocumentClient: Fixes Potential Memory Leak By Properly Disposing GlobalPartitionEndpointManagerCore. This bug left the circuit breaker failback loop running indefinitely, leaking Task.Delay timers.

v3.58.0

Compare Source

Features Added
  • 5447 Per Partition Automatic Failover: Adds Hub Region Processing Only While Routing Requests Failed with 404/1002 for single master accounts
  • 5551 HPK: Adds internal CosmosClientOptions flag UseLengthAwareRangeComparer for length aware range comparer rollout
  • 5582 Query: Adds ability to choose global vs local/focused statistics for FullTextScore
  • 5610 Refactors N-Region Synchronous Commit feature to use IServiceConfigurationReaderVNext interface.
  • 5693 ThinClient Integration: Adds Enable Multiple Http2 connection on SocketsHttpHandler
  • 5614 ThinClient Integration: Adds support for QueryPlan in thinclient mode
Bugs Fixed
  • 5597 CosmosClient: Fixes ObjectDisposedException message when client is disposed during request
  • 5613 CrossRegionHedgingAvailabilityStrategy: Fixes ArgumentNullException race condition in hedging cancellation
  • 5650 Batch: Fixes null ErrorMessage when promoting status from MultiStatus response
  • 5651 Serializer: Fixes unsafe stream cast in FromStream
  • 5697 ResourceThrottleRetryPolicy: Fixes cumulativeRetryDelay tracking when x-ms-retry-after-ms header is absent
  • 5035 Throttling: Fixes aggressive retries for throttled (429) requests in QuorumReader and ConsistencyWriter by yielding early when all replicas return 429

v3.57.1

Compare Source

Bugs Fixed
  • 5613 CrossRegionHedgingAvailabilityStrategy: Fixes ArgumentNullException race condition in hedging cancellation

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Commands to ignore dependencies

You can trigger dependency actions by commenting on this PR:

  • @particularbot ignore this major version
  • @particularbot ignore this minor version
  • @particularbot ignore this dependency

@dependencyupdates dependencyupdates Bot added dependencies Pull requests that update a dependency file NuGet labels Feb 25, 2026
@dependencyupdates dependencyupdates Bot force-pushed the renovate/microsoft.azure.cosmos-3.x branch from ab87a08 to 741cf10 Compare March 20, 2026 21:26
@dependencyupdates dependencyupdates Bot changed the title Update dependency Microsoft.Azure.Cosmos to 3.57.1 Update dependency Microsoft.Azure.Cosmos to 3.58.0 Mar 20, 2026
@dependencyupdates dependencyupdates Bot force-pushed the renovate/microsoft.azure.cosmos-3.x branch from 741cf10 to eb75203 Compare March 25, 2026 16:16
@dependencyupdates dependencyupdates Bot force-pushed the renovate/microsoft.azure.cosmos-3.x branch 2 times, most recently from 0b4d2cd to 768ce24 Compare April 7, 2026 09:57
@dependencyupdates dependencyupdates Bot force-pushed the renovate/microsoft.azure.cosmos-3.x branch 2 times, most recently from 622fb96 to c316118 Compare April 25, 2026 09:35
@dependencyupdates dependencyupdates Bot changed the title Update dependency Microsoft.Azure.Cosmos to 3.58.0 Update dependency Microsoft.Azure.Cosmos to 3.59.0 Apr 25, 2026
@dependencyupdates dependencyupdates Bot force-pushed the renovate/microsoft.azure.cosmos-3.x branch 2 times, most recently from c891ef4 to 552970a Compare May 2, 2026 16:19
@dependencyupdates

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dependencyupdates dependencyupdates Bot force-pushed the renovate/microsoft.azure.cosmos-3.x branch from 552970a to 118c296 Compare May 19, 2026 04:41
@dependencyupdates dependencyupdates Bot changed the title Update dependency Microsoft.Azure.Cosmos to 3.59.0 Update dependency Microsoft.Azure.Cosmos to 3.60.0 May 19, 2026
@dependencyupdates dependencyupdates Bot force-pushed the renovate/microsoft.azure.cosmos-3.x branch from 118c296 to 05d5567 Compare May 26, 2026 22:11
@dependencyupdates dependencyupdates Bot changed the title Update dependency Microsoft.Azure.Cosmos to 3.60.0 Update dependency Microsoft.Azure.Cosmos to 3.60.0 - autoclosed Jun 2, 2026
@dependencyupdates dependencyupdates Bot closed this Jun 2, 2026
@dependencyupdates dependencyupdates Bot deleted the renovate/microsoft.azure.cosmos-3.x branch June 2, 2026 16:51
@dependencyupdates dependencyupdates Bot changed the title Update dependency Microsoft.Azure.Cosmos to 3.60.0 - autoclosed Update dependency Microsoft.Azure.Cosmos to 3.61.0 Jun 5, 2026
@dependencyupdates dependencyupdates Bot reopened this Jun 5, 2026
@dependencyupdates dependencyupdates Bot force-pushed the renovate/microsoft.azure.cosmos-3.x branch 2 times, most recently from 05d5567 to 8855543 Compare June 5, 2026 21:48
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 NuGet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants