Merged
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps AWSSDK.S3 from 4.0.18.6 to 4.0.18.8 Bumps Azure.Identity from 1.17.0 to 1.18.0 Bumps Google.Protobuf from 3.28.3 to 3.34.0 Bumps Grpc.AspNetCore from 2.71.0 to 2.76.0 Bumps Grpc.AspNetCore.HealthChecks from 2.71.0 to 2.76.0 Bumps Grpc.AspNetCore.Server.Reflection from 2.71.0 to 2.76.0 Bumps Grpc.AspNetCore.Web from 2.71.0 to 2.76.0 Bumps Grpc.Net.Client to 2.76.0 Bumps Grpc.Tools to 2.78.0 Bumps Polly from 8.6.5 to 8.6.6 --- updated-dependencies: - dependency-name: Google.Protobuf dependency-version: 3.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Grpc.Net.Client dependency-version: 2.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Grpc.Tools dependency-version: 2.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Polly dependency-version: 8.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: AWSSDK.S3 dependency-version: 4.0.18.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Azure.Identity dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Grpc.AspNetCore dependency-version: 2.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Grpc.AspNetCore.HealthChecks dependency-version: 2.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Grpc.AspNetCore.Server.Reflection dependency-version: 2.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Grpc.AspNetCore.Web dependency-version: 2.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Grpc.Tools dependency-version: 2.78.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor - dependency-name: Polly dependency-version: 8.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dotnet-minor - dependency-name: Grpc.Net.Client dependency-version: 2.76.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet-minor ... Signed-off-by: dependabot[bot] <[email protected]>
b0750c5 to
41941fe
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.
Updated AWSSDK.S3 from 4.0.18.6 to 4.0.18.8.
Release notes
Sourced from AWSSDK.S3's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Azure.Identity from 1.17.0 to 1.18.0.
Release notes
Sourced from Azure.Identity's releases.
1.18.0
1.18.0 (2026-02-25)
Features Added
Added experimental
Microsoft.Extensions.ConfigurationandMicrosoft.Extensions.DependencyInjectionintegration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.The
WorkloadIdentityCredentialOptions.IsAzureProxyEnabledproperty, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.AzureDeveloperCliCredentialnow parses JSON error output fromazd auth tokento extract clean error messages instead of including raw JSON in exceptions. Error messages like{"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}}are now displayed asERROR: fetching token: ....1.18.0-beta.3
1.18.0-beta.3 (2026-02-20)
Breaking Changes
WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabledtoIsAzureProxyEnabledto follow .NET naming conventions for boolean properties.Bugs Fixed
Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.
Disabled MSAL's internal retry logic for
ConfidentialClientApplicationandPublicClientApplicationto prevent double retries when combined with Azure SDK's retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.Commits viewable in compare view.
Updated Google.Protobuf from 3.28.3 to 3.34.0.
Release notes
Sourced from Google.Protobuf's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Grpc.AspNetCore from 2.71.0 to 2.76.0.
Release notes
Sourced from Grpc.AspNetCore's releases.
2.76.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
2.76.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1
Commits viewable in compare view.
Updated Grpc.AspNetCore.HealthChecks from 2.71.0 to 2.76.0.
Release notes
Sourced from Grpc.AspNetCore.HealthChecks's releases.
2.76.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
2.76.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1
Commits viewable in compare view.
Updated Grpc.AspNetCore.Server.Reflection from 2.71.0 to 2.76.0.
Release notes
Sourced from Grpc.AspNetCore.Server.Reflection's releases.
2.76.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
2.76.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1
Commits viewable in compare view.
Updated Grpc.AspNetCore.Web from 2.71.0 to 2.76.0.
Release notes
Sourced from Grpc.AspNetCore.Web's releases.
2.76.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
2.76.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1
Commits viewable in compare view.
Updated Grpc.Net.Client from 2.70.0 to 2.76.0.
Release notes
Sourced from Grpc.Net.Client's releases.
2.76.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
2.76.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1
2.71.0
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0
2.71.0-pre1
What's Changed
Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0-pre1
Commits viewable in compare view.
Updated Grpc.Net.Client from 2.71.0 to 2.76.0.
Release notes
Sourced from Grpc.Net.Client's releases.
2.76.0
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0
2.76.0-pre1
What's Changed
New Contributors
Full Changelog: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1
Commits viewable in compare view.
Updated Grpc.Tools from 2.70.0 to 2.78.0.
Release notes
Sourced from Grpc.Tools's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Grpc.Tools at 2.78.0.
Release notes
Sourced from Grpc.Tools's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Polly from 8.6.5 to 8.6.6.
Release notes
Sourced from Polly's releases.
8.6.6
Highlights
ScheduledTaskExecutordeadlock whenTrySetResultruns continuations inline by @crnhrv in FixScheduledTaskExecutordeadlock whenTrySetResultruns continuations inline App-vNext/Polly#2953What's Changed
New Contributors
ScheduledTaskExecutordeadlock whenTrySetResultruns continuations inline App-vNext/Polly#2953Full Changelog: App-vNext/Polly@8.6.5...8.6.6
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions