Bump Azure.Monitor.OpenTelemetry.AspNetCore and 7 others - #20
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump Azure.Monitor.OpenTelemetry.AspNetCore and 7 others#20dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps Azure.Monitor.OpenTelemetry.AspNetCore from 1.5.0 to 1.6.0 Bumps Microsoft.AspNetCore.DataProtection.StackExchangeRedis from 10.0.9 to 10.0.10 Bumps Microsoft.EntityFrameworkCore.Design from 10.0.9 to 10.0.10 Bumps Microsoft.EntityFrameworkCore.SqlServer from 10.0.9 to 10.0.10 Bumps Microsoft.Extensions.Caching.StackExchangeRedis from 10.0.9 to 10.0.10 Bumps Microsoft.Extensions.Hosting from 10.0.9 to 10.0.10 Bumps Microsoft.Identity.Web from 4.12.2 to 4.14.2 Bumps Microsoft.Identity.Web.UI from 4.12.2 to 4.14.2 --- updated-dependencies: - dependency-name: Azure.Monitor.OpenTelemetry.AspNetCore dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.SqlServer dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Hosting dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Identity.Web dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.AspNetCore.DataProtection.StackExchangeRedis dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.EntityFrameworkCore.Design dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-version: 10.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: microsoft - dependency-name: Microsoft.Identity.Web dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft - dependency-name: Microsoft.Identity.Web.UI dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: microsoft ... 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.Monitor.OpenTelemetry.AspNetCore at 1.6.0.
Release notes
Sourced from Azure.Monitor.OpenTelemetry.AspNetCore's releases.
1.6.0
1.6.0 (2026-07-27)
Bugs Fixed
(#61244)
Other Changes
Azure.Monitor.OpenTelemetry.Exporterdependency to1.8.3, which brings: customer SDK stats enabled by default (opt out withAPPLICATIONINSIGHTS_SDKSTATS_DISABLED=true), internal Network SDK statistics signals, GenAI agent attribution processors for spans and logs, andCategoryNameadded to custom event custom dimensions.Commits viewable in compare view.
Updated Microsoft.AspNetCore.DataProtection.StackExchangeRedis from 10.0.9 to 10.0.10.
Release notes
Sourced from Microsoft.AspNetCore.DataProtection.StackExchangeRedis's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.EntityFrameworkCore.Design from 10.0.9 to 10.0.10.
Release notes
Sourced from Microsoft.EntityFrameworkCore.Design's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.EntityFrameworkCore.SqlServer at 10.0.10.
Release notes
Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.Extensions.Caching.StackExchangeRedis at 10.0.10.
Release notes
Sourced from Microsoft.Extensions.Caching.StackExchangeRedis's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.Extensions.Hosting from 10.0.9 to 10.0.10.
Release notes
Sourced from Microsoft.Extensions.Hosting's releases.
No release notes found for this version range.
Commits viewable in compare view.
Pinned Microsoft.Identity.Web at 4.14.2.
Release notes
Sourced from Microsoft.Identity.Web's releases.
4.14.2
Dependencies updates
Microsoft.IdentityModel.*(Wilson) version to 8.22.0. See #3986.System.Security.Cryptography.Xml8.0.4 (and itsSystem.Security.Cryptography.Pkcs8.0.1 dependency) instead of over-bumping to the 9.0.18 servicing line (CVE-2026-47302, -47304, -50525, -50648). net9.0 (9.0.18) and net10.0 (10.0.10) are unchanged. See #3989.4.14.0
New features
MicrosoftIdentityOptions.PartitionAppTokenCacheByAudienceto partition the app token cache by resource/audience. See #3979.TokenAcquisitionExtensionOptions.OnBackgroundTokenRefreshCompleted. See #3973.MicrosoftIdentityOptions.UseFastUnboundedCache; stop short-circuiting the in-memory token cache serialization provider. See #3970.Microsoft.Identity.Web.OidcFIC) now supports mTLS token binding. See #3851.Bug fixes
UseBoundCredential = true) from its unbound equivalent; the certificate-error retry path invalidates the cache entry for the actual request mode (bearer vs mTLS PoP).Dependencies updates
Microsoft.Identity.Client→ 4.87.0 (#3975)Microsoft.Identity.Abstractions→ 12.6.0 (#3976)System.Security.Cryptography.Xml/System.Security.Cryptography.Pkcs→ patched (CVE-2026-47302, -47304, -50525, -50648) (#3964)Full changelog: AzureAD/microsoft-identity-web@4.13.2...4.14.0
4.13.2
What's Changed
Full Changelog: AzureAD/microsoft-identity-web@4.13.0...4.13.2
4.13.0
What's Changed
Full Changelog: AzureAD/microsoft-identity-web@4.12.2...4.13.0
Commits viewable in compare view.
Updated Microsoft.Identity.Web.UI from 4.12.2 to 4.14.2.
Release notes
Sourced from Microsoft.Identity.Web.UI's releases.
4.14.2
Dependencies updates
Microsoft.IdentityModel.*(Wilson) version to 8.22.0. See #3986.System.Security.Cryptography.Xml8.0.4 (and itsSystem.Security.Cryptography.Pkcs8.0.1 dependency) instead of over-bumping to the 9.0.18 servicing line (CVE-2026-47302, -47304, -50525, -50648). net9.0 (9.0.18) and net10.0 (10.0.10) are unchanged. See #3989.4.14.0
New features
MicrosoftIdentityOptions.PartitionAppTokenCacheByAudienceto partition the app token cache by resource/audience. See #3979.TokenAcquisitionExtensionOptions.OnBackgroundTokenRefreshCompleted. See #3973.MicrosoftIdentityOptions.UseFastUnboundedCache; stop short-circuiting the in-memory token cache serialization provider. See #3970.Microsoft.Identity.Web.OidcFIC) now supports mTLS token binding. See #3851.Bug fixes
UseBoundCredential = true) from its unbound equivalent; the certificate-error retry path invalidates the cache entry for the actual request mode (bearer vs mTLS PoP).Dependencies updates
Microsoft.Identity.Client→ 4.87.0 (#3975)Microsoft.Identity.Abstractions→ 12.6.0 (#3976)System.Security.Cryptography.Xml/System.Security.Cryptography.Pkcs→ patched (CVE-2026-47302, -47304, -50525, -50648) (#3964)Full changelog: AzureAD/microsoft-identity-web@4.13.2...4.14.0
4.13.2
What's Changed
Full Changelog: AzureAD/microsoft-identity-web@4.13.0...4.13.2
4.13.0
What's Changed
Full Changelog: AzureAD/microsoft-identity-web@4.12.2...4.13.0
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