build: Bump Azure.Identity and 8 others#224
Merged
Conversation
Bumps Azure.Identity to 1.15.0 Bumps Azure.Storage.Blobs to 12.25.0 Bumps Azure.Storage.Queues from 12.22.0 to 12.23.0 Bumps Markdig from 0.40.0 to 0.41.3 Bumps Microsoft.Extensions.Configuration from 9.0.6 to 9.0.9 Bumps Microsoft.SemanticKernel from 1.59.0 to 1.64.0 Bumps MongoDB.Driver to 3.4.3 Bumps Select.HtmlToPdf.NetCore from 24.1.0 to 25.2.0 Bumps System.Linq.Async from 6.0.1 to 6.0.3 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: Azure.Identity dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: Azure.Identity dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: Azure.Storage.Blobs dependency-version: 12.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: Azure.Storage.Blobs dependency-version: 12.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: Azure.Storage.Queues dependency-version: 12.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: Azure.Storage.Queues dependency-version: 12.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: Markdig dependency-version: 0.41.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: Microsoft.Extensions.Configuration dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-deps - dependency-name: Microsoft.SemanticKernel dependency-version: 1.64.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: MongoDB.Driver dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-nuget-deps - dependency-name: MongoDB.Driver dependency-version: 3.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-deps - dependency-name: Select.HtmlToPdf.NetCore dependency-version: 25.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-nuget-deps - dependency-name: System.Linq.Async dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-nuget-deps ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Pinned Azure.Identity at 1.15.0.
Release notes
Sourced from Azure.Identity's releases.
1.15.0
1.15.0 (2025-08-07)
Breaking Changes
Behavioral Breaking Changes
SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider usingInteractiveBrowserCredentialinstead. The following changes have been made:SharedTokenCacheCredentialclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialOptionsclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredentialproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheUsernameproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialis no longer included in theDefaultAzureCredentialauthentication flowBugs Fixed
AdditionallyAllowedTenantsvalues which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#51693).Other Changes
BrokerAuthenticationCredentialhas been renamed asBrokerCredential.Added the
EditorBrowsable(Never)attribute to propertyVisualStudioCodeTenantIdasTenantIdis preferred. TheVisualStudioCodeTenantIdproperty exists only to provide backwards compatibility.1.15.0-beta.1
1.15.0-beta.1 (2025-07-17)
Features Added
Expanded the set of acceptable values for environment variable
AZURE_TOKEN_CREDENTIALSto allow for selection of a specific credential in theDefaultAzureCredentialchain. The valid values now include any of the credential names available in the default chain (VisualStudioCredential,VisualStudioCodeCredential,AzureCliCredential,AzurePowerShellCredential,AzureDeveloperCliCredential,EnvironmentCredential,WorkloadIdentityCredential,ManagedIdentityCredential,InteractiveBrowserCredential, orBrokerAuthenticationCredential.) Note:BrokerAuthenticationCredentialrequires that the project include a reference to package Azure.Identity.Broker.Re-introduced
VisualStudioCodeCredentialand included it in theDefaultAzureCredentialauthentication flow. This credential now supports Single Sign-On (SSO) through the authentication broker on Windows, macOS, and Linux using the Azure.Identity.Broker package.Bugs Fixed
ManagedIdentityCredentialnow retries 410 status responses for at least 70 seconds total duration as required by Azure IMDS documentation. Previously, 410 responses were retried with the same short exponential backoff as other status codes, resulting in insufficient retry duration (#50724).ManagedIdentityCredentialthrowsCredentialUnavailableExceptionwhen the IMDS endpoint is unavailable. This addresses a regression in how it behaves in theChainedTokenCredential(47057).Other Changes
VisualStudioCredentialthrowsCredentialUnavailableExceptionfor all failures except for OperationCancelledException due to cancellation being requested for aCancellationToken. This ensures that it falls through for most failures when part of a chained credential.AzureApplicationCredential. For context, see issue 49781.Commits viewable in compare view.
Updated Azure.Identity from 1.14.1 to 1.15.0.
Release notes
Sourced from Azure.Identity's releases.
1.15.0
1.15.0 (2025-08-07)
Breaking Changes
Behavioral Breaking Changes
SharedTokenCacheCredential. The supporting credential (SharedTokenCacheCredential) was a legacy mechanism for authenticating clients using credentials provided to Visual Studio. For brokered authentication, consider usingInteractiveBrowserCredentialinstead. The following changes have been made:SharedTokenCacheCredentialclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialOptionsclass is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredentialproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheUsernameproperty is marked as[Obsolete]and[EditorBrowsable(EditorBrowsableState.Never)]SharedTokenCacheCredentialis no longer included in theDefaultAzureCredentialauthentication flowBugs Fixed
AdditionallyAllowedTenantsvalues which will now be matched against tenant IDs without case sensitivity, making the authentication more resilient to case differences in tenant IDs returned from WWW-Authenticate challenges (#51693).Other Changes
BrokerAuthenticationCredentialhas been renamed asBrokerCredential.Added the
EditorBrowsable(Never)attribute to propertyVisualStudioCodeTenantIdasTenantIdis preferred. TheVisualStudioCodeTenantIdproperty exists only to provide backwards compatibility.1.15.0-beta.1
1.15.0-beta.1 (2025-07-17)
Features Added
Expanded the set of acceptable values for environment variable
AZURE_TOKEN_CREDENTIALSto allow for selection of a specific credential in theDefaultAzureCredentialchain. The valid values now include any of the credential names available in the default chain (VisualStudioCredential,VisualStudioCodeCredential,AzureCliCredential,AzurePowerShellCredential,AzureDeveloperCliCredential,EnvironmentCredential,WorkloadIdentityCredential,ManagedIdentityCredential,InteractiveBrowserCredential, orBrokerAuthenticationCredential.) Note:BrokerAuthenticationCredentialrequires that the project include a reference to package Azure.Identity.Broker.Re-introduced
VisualStudioCodeCredentialand included it in theDefaultAzureCredentialauthentication flow. This credential now supports Single Sign-On (SSO) through the authentication broker on Windows, macOS, and Linux using the Azure.Identity.Broker package.Bugs Fixed
ManagedIdentityCredentialnow retries 410 status responses for at least 70 seconds total duration as required by Azure IMDS documentation. Previously, 410 responses were retried with the same short exponential backoff as other status codes, resulting in insufficient retry duration (#50724).ManagedIdentityCredentialthrowsCredentialUnavailableExceptionwhen the IMDS endpoint is unavailable. This addresses a regression in how it behaves in theChainedTokenCredential(47057).Other Changes
VisualStudioCredentialthrowsCredentialUnavailableExceptionfor all failures except for OperationCancelledException due to cancellation being requested for aCancellationToken. This ensures that it falls through for most failures when part of a chained credential.AzureApplicationCredential. For context, see issue 49781.Commits viewable in compare view.
Updated Azure.Storage.Blobs from 12.23.0 to 12.25.0.
Release notes
Sourced from Azure.Storage.Blobs's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Azure.Storage.Blobs at 12.25.0.
Release notes
Sourced from Azure.Storage.Blobs's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Azure.Storage.Queues at 12.23.0.
Release notes
Sourced from Azure.Storage.Queues's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Markdig from 0.40.0 to 0.41.3.
Release notes
Sourced from Markdig's releases.
0.41.3
Changes
🐛 Bug Fixes
📚 Documentation
Full Changelog: 0.41.2...0.41.3
Published with dotnet-releaser
0.41.2
Changes
🐛 Bug Fixes
Full Changelog: 0.41.1...0.41.2
Published with dotnet-releaser
0.41.1
Changes
🐛 Bug Fixes
Markdown.ToPlainTextwith code blocks (PR #869) by @prozolicFull Changelog: 0.41.0...0.41.1
Published with dotnet-releaser
0.41.0
Changes
✨ New Features
🐛 Bug Fixes
🚀 Enhancements
🏭 Tests
📚 Documentation
MathInlineis called "math block" (PR #865) by @RamType0📦 Dependencies
Full Changelog: 0.40.0...0.41.0
Published with dotnet-releaser
Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration from 9.0.6 to 9.0.9.
Release notes
Sourced from Microsoft.Extensions.Configuration's releases.
9.0.8
Release
What's Changed
InvalidOperationExceptiononTestOutputHelperlogging. by @ilonatommy in [release/9.0-staging][wbt] PreventInvalidOperationExceptiononTestOutputHelperlogging. dotnet/runtime#116916Ping_TimedOut_*tests by @github-actions[bot] in [release/9.0-staging] HardenPing_TimedOut_*tests dotnet/runtime#116630Full Changelog: dotnet/runtime@v9.0.7...v9.0.8
9.0.7
Release
What's Changed
sort_mark_listby @github-actions in [release/9.0-staging] throw an exception instead of infinite loop insort_mark_listdotnet/runtime#115529Full Changelog: dotnet/runtime@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.SemanticKernel from 1.59.0 to 1.64.0.
Release notes
Sourced from Microsoft.SemanticKernel's releases.
1.64.0
Changes:
See More
This list of changes was auto generated.
1.63.0
Changes:
1.62.0
Changes:
See More
This list of changes was auto generated.
1.61.0
Changes:
x-goog-api-keyHTTP header (#12717) [ #12666 ]1.60.0
Changes:
See More
This list of changes was auto generated.
Commits viewable in compare view.
Pinned MongoDB.Driver at 3.4.3.
Release notes
Sourced from MongoDB.Driver's releases.
3.4.3
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.4.2
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Upgrading
There are no known backwards breaking changes in this release.
3.4.1
This is a patch release that addresses some issues reported since 3.4.0 was released:
The list of JIRA tickets resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Upgrading
There are no known backwards breaking changes in this release.
3.4.0
This is the general availability release for the 3.4.0 version of the driver.
The main new features in 3.4.0 include:
Improvements:
Fixes:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.3.0
This is the general availability release for the 3.3.0 version of the driver.
The main new features in 3.3.0 include:
Improvements:
Fixes:
Maintenance:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Commits viewable in compare view.
Updated MongoDB.Driver from 3.4.0 to 3.4.3.
Release notes
Sourced from MongoDB.Driver's releases.
3.4.3
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
3.4.2
This is a patch release that contains fixes and stability improvements:
The full list of issues resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Upgrading
There are no known backwards breaking changes in this release.
3.4.1
This is a patch release that addresses some issues reported since 3.4.0 was released:
The list of JIRA tickets resolved in this release is available at CSHARP JIRA project.
Documentation on the .NET driver can be found here.
Upgrading
There are no known backwards breaking changes in this release.
Commits viewable in compare view.
Updated Select.HtmlToPdf.NetCore from 24.1.0 to 25.2.0.
Updated System.Linq.Async from 6.0.1 to 6.0.3.
Release notes
Sourced from System.Linq.Async's releases.
6.0.3
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
6.0.2
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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