Update dependency Microsoft.Azure.Cosmos to 3.61.0#98
Open
dependencyupdates[bot] wants to merge 1 commit into
Open
Update dependency Microsoft.Azure.Cosmos to 3.61.0#98dependencyupdates[bot] wants to merge 1 commit into
dependencyupdates[bot] wants to merge 1 commit into
Conversation
ab87a08 to
741cf10
Compare
741cf10 to
eb75203
Compare
0b4d2cd to
768ce24
Compare
622fb96 to
c316118
Compare
c891ef4 to
552970a
Compare
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
552970a to
118c296
Compare
118c296 to
05d5567
Compare
05d5567 to
8855543
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.57.0→3.61.0Release Notes
Azure/azure-cosmos-dotnet-v3 (Microsoft.Azure.Cosmos)
v3.61.0Compare Source
Features Added
CosmosDiagnostics.HedgingStarted,GetRequestedRegions,GetRespondedRegions) along with the newRequestedRegionstruct andRequestedRegionReasonenum so callers can observe per-operation hedging behavior.RequestedRegionReason.Unknown(= 0) is the default sentinel fordefault(RequestedRegion).Reasonand is never emitted by the SDK;RequestedRegionReason.CircuitBreakerProbeandRequestedRegionReason.TransportRetryare reserved for the future and not yet populated by this SDK; see issue #5867.Breaking Changes
Bugs Fixed
ArgumentNullExceptionwhen an inmemory lease container was being used. Update validations so in-memory lease containers work with change feed estimatorDispatcher.OnIdleTimerasynchronous (ports public PR 5817)Other Changes
MaxTcpConnectionsPerEndpointaccepts any positive value to allow customer control of the connection pool size; values of 16 or greater remain recommended.ReadManyItems[Stream]Asynccall 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.0Compare Source
Features Added
Bugs Fixed
v3.59.0Compare Source
Features Added
Bugs Fixed
GlobalPartitionEndpointManagerCore. This bug left the circuit breaker failback loop running indefinitely, leakingTask.Delaytimers.v3.58.0Compare Source
Features Added
Bugs Fixed
ArgumentNullExceptionrace condition in hedging cancellationv3.57.1Compare Source
Bugs Fixed
ArgumentNullExceptionrace condition in hedging cancellationConfiguration
📅 Schedule: (UTC)
🚦 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.
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