-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Comparing changes
Open a pull request
base repository: dotnet/aspnetcore
base: v8.0.2
head repository: dotnet/aspnetcore
compare: v8.0.3
Commits on Feb 1, 2024
-
[release/8.0] (deps): Bump src/submodules/googletest (#53756)
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `7e33b6a` to `4565741`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@7e33b6a...4565741) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a7ecf26 - Browse repository at this point
Copy the full SHA a7ecf26View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa0618b - Browse repository at this point
Copy the full SHA aa0618bView commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 372a712 - Browse repository at this point
Copy the full SHA 372a712View commit details -
Bump the Azure.Identity dependency (#53716)
Co-authored-by: jacalvar <jacalvar@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 5024525 - Browse repository at this point
Copy the full SHA 5024525View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62909d - Browse repository at this point
Copy the full SHA b62909dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6731652 - Browse repository at this point
Copy the full SHA 6731652View commit details -
Add ForgotPasswordRequest to STJ source generation context (#52714) (#…
…52830) Co-authored-by: joegoldman2 <147369450+joegoldman2@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a7ed28a - Browse repository at this point
Copy the full SHA a7ed28aView commit details -
[Blazor] Fixed encoded values on Blazor Router (#53470) (#53538)
As part of the routing unification process we switched the way we were decoding the URL prior to feeding it to routing and that introduced a small regression in interactive routing compared to .NET 7.0. This commit fixes that regression by using the same logic for decoding the URL in the client that is used on the server. In addition to that, the Blazor router now post processes the URL to replace instances of `%2F` with `/` when providing values to maintain the behavior in 7.0 where it used UnescapeDataString. This also makes the routing on the server and on the client consistent in their handling of encoded `/` characters.
Configuration menu - View commit details
-
Copy full SHA for cdd2342 - Browse repository at this point
Copy the full SHA cdd2342View commit details -
Fix Navigation for anchor inside <svg> element (#51706) (#53541)
* fix enhanced nav for svg element * small fix * simplify findClosestAnchorAncestorLegacy * added test for svg element inside anchor * removed _blazorDisableComposedPath logic and findClosestAnchorAncestorLegacy function * added test for anchor inside svg element dor client-side navigation * added SVGAElement to findAnchorTarget and Co-authored-by: Surayya Huseyn Zada <114938397+surayya-MS@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 32ba87f - Browse repository at this point
Copy the full SHA 32ba87fView commit details -
[release/8.0] Fix duplicate route detection of actions with route par…
…ameters (#53604) * Fix duplicate route detection of actions with route parameters * Get it working * Fix --------- Co-authored-by: James Newton-King <james@newtonking.com>
Configuration menu - View commit details
-
Copy full SHA for a80e126 - Browse repository at this point
Copy the full SHA a80e126View commit details -
Fix stale values from [SupplyParameterFromQuery] (#53443) (#53625)
Co-authored-by: Stephen Halter <halter73@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 16b8837 - Browse repository at this point
Copy the full SHA 16b8837View commit details -
Configuration menu - View commit details
-
Copy full SHA for a674d73 - Browse repository at this point
Copy the full SHA a674d73View commit details -
[release/8.0] (deps): Bump src/submodules/googletest (#53847)
Bumps [src/submodules/googletest](https://github.com/google/googletest) from `4565741` to `4872968`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@4565741...4872968) --- updated-dependencies: - dependency-name: src/submodules/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 969deda - Browse repository at this point
Copy the full SHA 969dedaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 835bfe7 - Browse repository at this point
Copy the full SHA 835bfe7View commit details -
[release/8.0] [Component governance] Bump the Azure.Identity dependen…
Configuration menu - View commit details
-
Copy full SHA for 9d2705d - Browse repository at this point
Copy the full SHA 9d2705dView commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c581bf4 - Browse repository at this point
Copy the full SHA c581bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ab800 - Browse repository at this point
Copy the full SHA 69ab800View commit details -
Configuration menu - View commit details
-
Copy full SHA for b723aa0 - Browse repository at this point
Copy the full SHA b723aa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90035db - Browse repository at this point
Copy the full SHA 90035dbView commit details -
[release/8.0] Fix casing of ProblemDetails for RFC compliance (#53792)
* Fix casing of ProblemDetails for RFC compliance * Update tests
Configuration menu - View commit details
-
Copy full SHA for 04c35a7 - Browse repository at this point
Copy the full SHA 04c35a7View commit details -
[release/8.0] Update Yarn.msbuild (#53849)
* Update Yarn.msbuild * Update Tools.props * Update global.json * Update Tools.props
Configuration menu - View commit details
-
Copy full SHA for 6c42486 - Browse repository at this point
Copy the full SHA 6c42486View commit details
Commits on Feb 12, 2024
-
[release/8.0] [Blazor] Fix hot reload memory leak (#53928)
* Resolve change token leak in Blazor hot reload (#53750) Fix of razor hotreload change token leak. This disposes the old change tokens after the ClearCache event or before overwriting. If something goes wrong and this isn't cleared before the next invocation of UpdateEndpoints on the razor data source, clear it and dispose of it then. * Add unit test to confirm change token is disposed during (#53827) * Add unit test to confirm change token is disposed during razer hot reload. * Per Makinnon's feedback, switch to a callback model to create the wrapped disposable for this unit test. * Update src/Components/Endpoints/test/HotReloadServiceTests.cs --------- Co-authored-by: Mackinnon Buck <mackinnon.buck@gmail.com> --------- Co-authored-by: jacdavis <jacdavis@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 414f0d4 - Browse repository at this point
Copy the full SHA 414f0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f734954 - Browse repository at this point
Copy the full SHA f734954View commit details -
[release/8.0] [Blazor] Pass the member info directly (#53892)
* Pass the member info directly * Add additional test to cover non-ascii characters --------- Co-authored-by: jacalvar <jacalvar@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for aad6550 - Browse repository at this point
Copy the full SHA aad6550View commit details -
[release/8.0] SignalR performance: track groups per connection, remov…
…e on disconnect (#53862) * SignalR: track groups per connection, remove on disconnect, fixes #48249 Instead of iterating over ALL the groups, which is slow and even introduces a DDoS vector, we remove from groups that are specific to this connection * Removed unused method * Apply suggestions from code review Co-authored-by: Brennan <brecon@microsoft.com> * More code review suggestions with a minor fix * Use lock instead of ToArray (the latter iterates anyway) * Made the HashSet an internal property on HubConnectionContext * Removed unneeded "using" * Removed ignore-case from group tracking * Addressed race condition from code review --------- Co-authored-by: alex-jitbit <33555768+alex-jitbit@users.noreply.github.com> Co-authored-by: Brennan <brecon@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 458aef3 - Browse repository at this point
Copy the full SHA 458aef3View commit details -
[release/8.0] Fix closing SignalR Websocket connection on server close (
#53408) * Fix closing SignalR Websocket connection on server close * fb --------- Co-authored-by: Brennan <brecon@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 1335aff - Browse repository at this point
Copy the full SHA 1335affView commit details -
[release/8.0] Update Wix version (#53971)
* Update Wix version * Update RepoTasks.csproj --------- Co-authored-by: William Godbe <wigodbe@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 5b72da2 - Browse repository at this point
Copy the full SHA 5b72da2View commit details
Commits on Feb 13, 2024
-
Merge commit 'da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644' into internal…
…-merge-8.0-2024-02-13-1023
Configuration menu - View commit details
-
Copy full SHA for 0996244 - Browse repository at this point
Copy the full SHA 0996244View commit details -
Merged PR 37179: [internal/release/8.0] [Blazor] Fix interactive serv…
…er component activation Fixes an issue where interactive server components may sometimes fail to become interactive.
Configuration menu - View commit details
-
Copy full SHA for 9cd97f4 - Browse repository at this point
Copy the full SHA 9cd97f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a5df1 - Browse repository at this point
Copy the full SHA 62a5df1View commit details -
Merge pull request #54011 from vseanreesermsft/internal-merge-8.0-202…
…4-02-13-1023 Merging internal commits for release/8.0
Configuration menu - View commit details
-
Copy full SHA for 9ee54e5 - Browse repository at this point
Copy the full SHA 9ee54e5View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a244ff1 - Browse repository at this point
Copy the full SHA a244ff1View commit details
Commits on Feb 15, 2024
-
Update dependencies from https://github.com/dotnet/arcade build 20240…
…213.2 (#54040) Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 8.0.0-beta.24059.4 -> To Version 8.0.0-beta.24113.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 476e2aa - Browse repository at this point
Copy the full SHA 476e2aaView commit details
Commits on Feb 16, 2024
-
Merged PR 37354: [internal/release/8.0] Merge from public
Merge from public release/8.0 to internal/release/8.0 and resolve conflicts if necessary
Configuration menu - View commit details
-
Copy full SHA for cb8a5f3 - Browse repository at this point
Copy the full SHA cb8a5f3View commit details -
Update dependencies from https://dev.azure.com/dnceng/internal/_git/d…
…otnet-efcore build 20240215.10 dotnet-ef , Microsoft.EntityFrameworkCore , Microsoft.EntityFrameworkCore.Design , Microsoft.EntityFrameworkCore.InMemory , Microsoft.EntityFrameworkCore.Relational , Microsoft.EntityFrameworkCore.Sqlite , Microsoft.EntityFrameworkCore.SqlServer , Microsoft.EntityFrameworkCore.Tools From Version 8.0.3 -> To Version 8.0.3
Configuration menu - View commit details
-
Copy full SHA for b95da6a - Browse repository at this point
Copy the full SHA b95da6aView commit details -
Merged PR 37362: [internal/release/8.0] Update dependencies from dnce…
…ng/internal/dotnet-efcore This pull request updates the following dependencies [marker]: <> (Begin:e179a2a7-bc5d-4498-2467-08dbd53ba9ce) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - **Subscription**: e179a2a7-bc5d-4498-2467-08dbd53ba9ce - **Build**: 20240215.10 - **Date Produced**: February 16, 2024 2:00:46 AM UTC - **Commit**: c2f996919858eb11d2836705d47b531b5a174c79 - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **dotnet-ef**: [from 8.0.3 to 8.0.3][1] - **Microsoft.EntityFrameworkCore**: [from 8.0.3 to 8.0.3][1] - **Microsoft.EntityFrameworkCore.Design**: [from 8.0.3 to 8.0.3][1] - **Microsoft.EntityFrameworkCore.InMemory**: [from 8.0.3 to 8.0.3][1] - **Microsoft.EntityFrameworkCore.Relational**: [from 8.0.3 to 8.0.3][1] - **Microsoft.EntityFrameworkCore.Sqlite**: [from 8.0.3 to 8.0.3][1] - **Microsoft.EntityFrameworkCore.SqlServer**: [from 8.0.3 to 8.0.3][1] - **Microsoft.EntityFrameworkCore.Tools**: [from 8.0.3 to 8.0.3][1] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-efcore/branches?baseVersion=GCfb708b2c4589b05458f2486143f9848edce8ddb4&targetVersion=GCc2f996919858eb11d2836705d47b531b5a174c79&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:e179a2a7-bc5d-4498-2467-08dbd53ba9ce)
Configuration menu - View commit details
-
Copy full SHA for 560be09 - Browse repository at this point
Copy the full SHA 560be09View commit details -
[internal/release/8.0] Update dependencies from dnceng/internal/dotne…
…t-efcore, dnceng/internal/dotnet-runtime
Configuration menu - View commit details
-
Copy full SHA for 88ec3bc - Browse repository at this point
Copy the full SHA 88ec3bcView commit details
There are no files selected for viewing