Bump Microsoft.AspNetCore.Components.WebAssembly from 8.0.14 to 8.0.21
Updated Microsoft.AspNetCore.Components.WebAssembly from 8.0.14 to 8.0.21.
Release notes
Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.
8.0.21
What's Changed
- Update branding to 8.0.21 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63509
- [release/8.0] (deps): Bump src/submodules/googletest from
373af2etoeb2d85eby @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/63500 - [release/8.0] Make duplicate deb/rpm packages so we can sign them with the new PMC key by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63250
- [release/8.0] Extend Unofficial 1ES template in IdentityModel nightly tests job by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63466
- [release/8.0] Quarantine ResponseBody_WriteContentLength_PassedThrough by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63534
- [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63261
- [release/8.0] Use wait assert in flaky tests by @ilonatommy in https://github.com/dotnet/aspnetcore/pull/63565
- [release/8.0] Update Microsoft.Build versions by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/62507
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63603
- backport(8.0): Fix runtime architecture detection logic in ANCM by @DeagleGross in https://github.com/dotnet/aspnetcore/pull/63706
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.20...v8.0.21
8.0.20
What's Changed
- Update branding to 8.0.20 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63106
- [release/8.0] (deps): Bump src/submodules/googletest from
c67de11to373af2eby @dependabot[bot] in https://github.com/dotnet/aspnetcore/pull/63038 - [release/8.0] Dispose the certificate chain elements with the chain by @MackinnonBuck in https://github.com/dotnet/aspnetcore/pull/62994
- [release/8.0] Update SignalR Redis tests to use internal Docker Hub mirror by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/63117
- [release/8.0] [SignalR] Don't throw for message headers in Java client by @github-actions[bot] in https://github.com/dotnet/aspnetcore/pull/62784
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/63152
- [release/8.0] Update dependencies from dotnet/extensions by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63188
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro[bot] in https://github.com/dotnet/aspnetcore/pull/63189
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.19...v8.0.20
8.0.18
What's Changed
- Update branding to 8.0.18 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/62241
- [release/8.0] Update Alpine helix references by @github-actions in https://github.com/dotnet/aspnetcore/pull/62243
- [release/8.0] (deps): Bump src/submodules/googletest from
04ee1b4toe9092b1by @dependabot in https://github.com/dotnet/aspnetcore/pull/62201 - [8.0] Delete src/arcade directory by @akoeplinger in https://github.com/dotnet/aspnetcore/pull/61994
- [Backport 8.0] [IIS] Manually parse exe bitness (#61894) by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/62037
- [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/62006
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61944
- [release/8.0] Associate tagged keys with entries so replacements are not evicted by @github-actions in https://github.com/dotnet/aspnetcore/pull/62247
- [release/8.0] Block test that is failing after switching to latest-chrome by @github-actions in https://github.com/dotnet/aspnetcore/pull/62284
- backport(net8.0): http.sys on-demand TLS client hello retrieval by @DeagleGross in https://github.com/dotnet/aspnetcore/pull/62290
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/62302
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.17...v8.0.18
8.0.17
Bug Fixes
-
Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#61623)
The Forwarded Headers Middleware now ignoresX-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: https://github.com/dotnet/aspnetcore/compare/v8.0.16...v8.0.17
8.0.16
What's Changed
- Update branding to 8.0.16 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61283
- [release/8.0] (deps): Bump src/submodules/googletest from
24a9e94to52204f7by @dependabot in https://github.com/dotnet/aspnetcore/pull/61260 - [release/8.0] Update dependencies from dotnet/source-build-externals by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61281
- [release/8.0] Upgrade to Ubuntu 22 by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/61216
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60901
- [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60926
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61404
- Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/61398
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61411
- Revert "Revert "[release/8.0] Update remnants of azureedge.net"" by @wtgodbe in https://github.com/dotnet/aspnetcore/pull/60352
- [release/8.0] Fix preserving messages for stateful reconnect with backplane by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/61375
- [release/8.0] Update dependencies from dotnet/source-build-reference-packages by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/61442
- fetch TLS client hello message from HTTP.SYS by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/61494
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.15...v8.0.16
8.0.15
What's Changed
- [release/8.0] Update dependencies from dotnet/arcade by @dotnet-maestro in https://github.com/dotnet/aspnetcore/pull/60355
- Update branding to 8.0.15 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60784
- Add partitioned to cookie for SignalR browser testing by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/60728
- [release/8.0] (deps): Bump src/submodules/googletest from
e235eb3to24a9e94by @dependabot in https://github.com/dotnet/aspnetcore/pull/60677 - Merging internal commits for release/8.0 by @vseanreesermsft in https://github.com/dotnet/aspnetcore/pull/60879
Full Changelog: https://github.com/dotnet/aspnetcore/compare/v8.0.14...v8.0.15
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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)