Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 19, 2021

This PR contains the following updates:

Package Change Age Confidence
Microsoft.AspNetCore.JsonPatch (source) 5.0.2 -> 9.0.10 age confidence
Microsoft.AspNetCore.Mvc.NewtonsoftJson (source) 3.1.12 -> 9.0.10 age confidence
Microsoft.EntityFrameworkCore.Design (source) 3.1.11 -> 9.0.10 age confidence
Microsoft.EntityFrameworkCore.InMemory (source) 3.1.1 -> 9.0.10 age confidence
Microsoft.EntityFrameworkCore.Relational (source) 3.1.11 -> 9.0.10 age confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 3.1.1 -> 9.0.10 age confidence
Microsoft.EntityFrameworkCore.Tools (source) 3.1.1 -> 9.0.10 age confidence
Microsoft.Extensions.Logging.Debug (source) 3.1.1 -> 9.0.10 age confidence
Microsoft.VisualStudio.Web.CodeGeneration.Design 3.1.0 -> 9.0.0 age confidence
System.ComponentModel.Annotations 4.7.0 -> 5.0.0 age confidence
System.Net.Http.Json (source) 3.2.1 -> 9.0.10 age confidence
System.Text.Json (source) 4.7.0 -> 9.0.10 age confidence

Release Notes

dotnet/aspnetcore (Microsoft.AspNetCore.JsonPatch)

v9.0.10

v9.0.9: .NET 9.0.9

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9

v9.0.8

v9.0.7: .NET 9.0.7

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7

v9.0.6

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61622)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence forwarded header values, preventing potential spoofing or misrouting issues.

Dependency Updates

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61762)
    Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project.
  • Update dependencies from dotnet/arcade (#​61714)
    Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools.
  • Update dependencies from dotnet/extensions (#​61571)
    Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries.
  • Update dependencies from dotnet/extensions (#​61877)
    Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes.
  • Update dependencies from dotnet/arcade (#​61892)
    Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.

Miscellaneous

  • Update branding to 9.0.6 (#​61831)
    Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase.
  • Merging internal commits for release/9.0 (#​61925)
    Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.5...v9.0.6

v9.0.5: .NET 9.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.4...v9.0.5

v9.0.4: .NET 9.0.4

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.3...v9.0.4

v9.0.3: .NET 9.0.3

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.2...v9.0.3

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.1...v9.0.2

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0...v9.0.1

v9.0.0: .NET 9.0.0

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0-rc.2.24474.3...v9.0.0

v8.0.21

v8.0.20: .NET 8.0.20

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.19...v8.0.20

v8.0.19

v8.0.18: .NET 8.0.18

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.17...v8.0.18

v8.0.17

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent 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 52204f7 to 04ee1b4 (#​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

v8.0.16: .NET 8.0.16

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.15...v8.0.16

v8.0.15: .NET 8.0.15

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.14...v8.0.15

v8.0.14: .NET 8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

v8.0.13: .NET 8.0.13

Release

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from 6c67768 to 603a323 Compare February 21, 2021 05:39
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 5 times, most recently from 31cea52 to 4d30202 Compare March 5, 2021 15:57
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 4 times, most recently from d53b402 to b6f9b97 Compare March 6, 2021 21:00
@renovate renovate bot changed the title Update dotnet monorepo (major) chore(deps): update dotnet monorepo (major) Mar 6, 2021
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 5 times, most recently from 67d5e4f to cd15dfe Compare March 13, 2021 11:52
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from cd15dfe to 0204e63 Compare March 14, 2021 15:49
@renovate renovate bot changed the title chore(deps): update dotnet monorepo (major) Update dotnet monorepo (major) Mar 14, 2021
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from 85b0861 to 95f8614 Compare March 20, 2021 18:24
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 5 times, most recently from d34a2bb to a174039 Compare April 11, 2021 12:37
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 8043d05 to f809d78 Compare March 13, 2024 01:47
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from f809d78 to 02cb012 Compare April 9, 2024 18:35
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 02cb012 to 01486c9 Compare May 14, 2024 17:47
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 01486c9 to 1673393 Compare May 28, 2024 18:46
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 3 times, most recently from 695f181 to c8b2bc1 Compare July 10, 2024 16:33
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from a89a66b to 3dffa37 Compare August 14, 2024 03:20
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 3dffa37 to 35925c9 Compare September 10, 2024 22:58
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from 82b3efe to 268e9d4 Compare October 8, 2024 21:42
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 268e9d4 to 0af50b4 Compare November 12, 2024 20:27
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 0af50b4 to b87d783 Compare January 14, 2025 22:07
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from b87d783 to f0912a2 Compare February 11, 2025 23:38
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from f0912a2 to a54c19b Compare March 11, 2025 19:38
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from a54c19b to a6525e7 Compare April 8, 2025 21:47
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from a6525e7 to 5928cca Compare May 13, 2025 20:10
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 5928cca to 2315fa4 Compare June 10, 2025 20:05
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 2315fa4 to d120530 Compare July 8, 2025 21:01
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from d120530 to 24e7a61 Compare August 5, 2025 01:46
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from c0e5e5e to 887ab7b Compare September 9, 2025 17:33
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 887ab7b to d989969 Compare October 3, 2025 18:01
@renovate renovate bot changed the title Update dotnet monorepo (major) Update dotnet monorepo to v9 (major) Oct 3, 2025
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from d989969 to 178eeb5 Compare October 3, 2025 21:07
@renovate renovate bot changed the title Update dotnet monorepo to v9 (major) Update dotnet monorepo (major) Oct 3, 2025
@renovate renovate bot force-pushed the renovate/major-dotnet-monorepo branch from 178eeb5 to b5ceeb0 Compare October 14, 2025 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants