Bump Azure.Storage.Blobs and 13 others #178
Closed
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 Azure.Storage.Blobs from 12.13.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.
Updated dotnet-reportgenerator-globaltool from 4.5.8 to 5.4.10.
Release notes
Sourced from dotnet-reportgenerator-globaltool's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated dotnet-sonarscanner from 10.2.0 to 10.3.0.
Updated Microsoft.AspNetCore.Authentication.OpenIdConnect from 8.0.13 to 8.0.18.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.OpenIdConnect's releases.
8.0.18
Release
What's Changed
04ee1b4toe9092b1by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62201Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18
8.0.17
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.Dependency Updates
Update dependencies from dotnet/arcade (#61832)
This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.
Bump src/submodules/googletest from
52204f7to04ee1b4(#61761)The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.
Miscellaneous
Update branding to 8.0.17 (#61830)
The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.
Merging internal commits for release/8.0 (#61924)
This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17
8.0.16
Release
What's Changed
24a9e94to52204f7by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from24a9e94to52204f7dotnet/aspnetcore#61260Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16
8.0.15
Release
What's Changed
e235eb3to24a9e94by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest frome235eb3to24a9e94dotnet/aspnetcore#60677Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15
8.0.14
Release
What's Changed
7d76a23toe235eb3by @dependabot in [release/8.0] (deps): Bump src/submodules/googletest from7d76a23toe235eb3dotnet/aspnetcore#60150Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14
Commits viewable in compare view.
Updated Microsoft.Azure.AppConfiguration.AspNetCore from 8.0.0 to 8.3.0.
Release notes
Sourced from Microsoft.Azure.AppConfiguration.AspNetCore's releases.
8.2.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0 - May 14th, 2025
Enhancements
Updated the existing
SelectAPIs with the new parametertagFiltersto support filtering key-values and feature flags by tags.Added an
ActivitySourcecalledMicrosoft.Extensions.Configuration.AzureAppConfigurationto support instrumentation. ALoadactivity will start when configuration is initially built and theRefreshactivity will start when a refresh is triggered. #645This is the first stable release of the
AzureAppConfigurationOptions.SetClientFactoryAPI introduced in 8.2.0-preview. #380Other Changes
FeatureFlagIdproperty from feature flag telemetry. #655AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview. #600Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0 - May 14th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0. See the release notes for more information on the changes.8.2.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.2.0-preview - March 21st, 2025
Enhancements
Added the ability to set a client factory used for creating ConfigurationClient instances. #380
Microsoft.Azure.AppConfiguration.AspNetCore 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.2.0-preview - March 21st, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.2.0-preview. See the release notes for more information on the changes.8.1.2
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.2 - April 22nd, 2025
Bug Fixes
IServiceCollection.AddAzureAppConfigurationnow correctly adds an instance ofIConfigurationRefresherProviderto the service collection only the first time it is called instead of adding an instance on each invocation. #611Microsoft.Azure.AppConfiguration.AspNetCore 8.1.2 - April 22nd, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.2. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.2 - April 22nd, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.2. See the release notes for more information on the changes.8.1.1
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.1 - February 26th, 2025
Bug Fixes
FeatureFlagOptions.Selectwere ignored if they were followed by a call to eitherAzureAppConfigurationOptions.SelectorAzureAppConfigurationOptions.SelectSnapshot. #628Microsoft.Azure.AppConfiguration.AspNetCore 8.1.1 - February 26th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.1. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.1 - February 26th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.1. See the release notes for more information on the changes.8.1.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0 - February 24th, 2025
Enhancements
Added the ability to monitor all selected key-values for refresh with the following new API. #536
When this API is called, changes to any selected key-values will cause a reload of the configuration.
Added the ability to check if the type of an
IConfigurationSourceisAzureAppConfigurationSourcewith the following new extension. #456Bug Fixes
Other Changes
configuration_referenceproperty in feature flags. #614AllocationIdfrom feature flag telemetry metadata, which was introduced in 8.1.0-preview version, has been removed in this stable version. #600Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0 - February 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0 - February 24th, 2025
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0. See the release notes for more information on the changes.8.1.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0-preview - October 24, 2024
Enhancements
AllocationIdrepresents the version of an allocation on a feature flag. TheAllocationIdchanges when there are essential modifications to the allocation, such as adjustments to the percentile or variant configuration, but not for non-essential changes like feature flag descriptions.Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0-preview - October 24, 2024
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0-preview. See the release notes for more information on the changes.Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0-preview - October 24, 2024
Microsoft.Extensions.Configuration.AzureAppConfigurationreference to8.1.0-preview. See the release notes for more information on the changes.Commits viewable in compare view.
Updated Microsoft.Extensions.Configuration.UserSecrets from 8.0.1 to 9.0.7.
Release notes
Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.
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
9.0.6
Bug Fixes
Read messages from binlog if process output is missing build finished message (#114676)
Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.
Fix debugger app hangs related to thread exit (#114917)
Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.
[Mono] Workaround MSVC miscompiling sgen_clz (#114903)
Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.
Do not set the salt or info if they are NULL for OpenSSL HKDF (#114877)
Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.
[Test Only] Fix Idn tests (#115032)
Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.
JIT: revised fix for fp division issue in profile synthesis (#115026)
Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.
Handle OSSL 3.4 change to SAN:othername formatting (#115361)
Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.
[Mono] Fix c11 ARM64 atomics to issue full memory barrier (#115635)
Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.
Performance Improvements
[WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#114678)
Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.
Improve distribute_free_regions (#115167)
Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.
Technical Improvements
Strip trailing slash from source dir for cmake4 (#114905)
Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.
Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#114995)
Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.
Add support for more libicu versions (#115376)
Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.
Infrastructure
Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.
... (truncated)
9.0.5
Release
What's Changed
osx.14.arm64.openandosx.15.amd64.openqueues by @github-actions in [release/9.0-staging] [infra][apple-mobile] Migrate MacCatalyst and iOS/tvOS simulator jobs toosx.14.arm64.openandosx.15.amd64.openqueues dotnet/runtime#114617... (truncated)
9.0.4
Release
What's Changed
BigInteger.Rotate{Left,Right}for backport by @github-actions in [release/9.0] FixBigInteger.Rotate{Left,Right}for backport dotnet/runtime#112991Full Changelog: dotnet/runtime@v9.0.3...v9.0.4
9.0.3
Release
What's Changed
NO-MERGElabel is applied by @github-actions in [release/9.0-staging] Add workflow to prevent merging a PR when theNO-MERGElabel is applied dotnet/runtime#111961Full Changelog: dotnet/runtime@v9.0.2...v9.0.3
9.0.2
Release
What's Changed
SetChecksumcreating invalid pdb by @github-actions in [release/9.0-staging] Fix System.Reflection.EmitSetChecksumcreating invalid pdb dotnet/runtime#110205BlockDominancePredsto avoid a JIT crash by @github-actions in [release/9.0-staging] JIT: Include more edges inBlockDominancePredsto avoid a JIT crash dotnet/runtime#110568SIGSEGVnative crashes to the defaultSIGSEGVhandler by @github-actions in [release/9.0-staging] [mono] ChainSIGSEGVnative crashes to the defaultSIGSEGVhandler dotnet/runtime#110863IsOSVersionAtLeastwhen build or revision are not provided by @github-actions in [release/9.0-staging] FixIsOSVersionAtLeastwhen build or revision are not provided dotnet/runtime#109332... (truncated)
9.0.1
Release
What's Changed
TensorPrimitivesXML docs:MinNumber/ReciprocalSqrt/ReciprocalSqrtEstimateoversights by @github-actions in [release/9.0-staging]TensorPrimitivesXML docs:MinNumber/ReciprocalSqrt/ReciprocalSqrtEstimateoversights dotnet/runtime#109922UnsafeAccessorfield targets by @github-actions in [release/9.0-staging] Ignore modopts/modreqs forUnsafeAccessorfield targets dotnet/runtime#109709Full Changelog: dotnet/runtime@v9.0.0...v9.0.1
9.0.0
Release
What's Changed
Description has been truncated