Update dependency Swashbuckle.AspNetCore to v10 - #135
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the Auth service’s Swagger/OpenAPI dependency to a newer Swashbuckle.AspNetCore release.
Changes:
- Upgraded
Swashbuckle.AspNetCorefrom9.0.6to10.2.3.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -23,7 +23,7 @@ | |||
| <PackageReference Include="NLog.Extensions.Logging" Version="6.0.5" /> | |||
| <PackageReference Include="NLog.Web.AspNetCore" Version="6.0.5" /> | |||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" /> | |||
| <PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.6" /> | |||
| <PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.3" /> | |||
renovate
Bot
force-pushed
the
renovate/major-swashbuckle-aspnetcore-monorepo
branch
11 times, most recently
from
August 1, 2026 07:14
08e20c1 to
62843c0
Compare
renovate
Bot
force-pushed
the
renovate/major-swashbuckle-aspnetcore-monorepo
branch
from
August 1, 2026 07:16
62843c0 to
6d3315d
Compare
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.
This PR contains the following updates:
9.0.6→10.2.3Release Notes
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)
v10.2.3What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.2...v10.2.3
v10.2.2What's Changed
SOURCE_DATE_EPOCHby @martincostello in #3997InvalidOperationExceptionif no route matches by @martincostello in #3999[MinLength]/[MaxLength]on dictionary properties tominProperties/maxPropertiesby @KitKeen in #3922ExposeSwaggerDocumentUrlsRoutebehaviour by @martincostello in #4000NUGET_API_KEYby @martincostello in #4006New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.1...v10.2.2
v10.2.1What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.0...v10.2.1
v10.2.0What's Changed
MapSwaggerUIandMapReDocto support endpoint routing by @Strepto in #3822HEADrequests by @snebjorn in #3887IAsyncSwaggerProviderin CLItofilecommand by @bt-Knodel in #3910New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.7...v10.2.0
v10.1.7What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.6...v10.1.7
v10.1.6What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.5...v10.1.6
v10.1.5What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.4...v10.1.5
v10.1.4What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.3...v10.1.4
v10.1.3What's Changed
"null"by @jgarciadelanoceda in #3788Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.2...v10.1.3
v10.1.2What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.1...v10.1.2
v10.1.1What's Changed
New Contributors
Full Changelog:
v10.1.0What's Changed
New Features
SchemaRepository.ReplaceSchemaIdby @bkoelman in #3708Bug Fixes
AllOfby @John-Paul-R in #3692Miscellaneous
TryLookupByTypewith nullability hints by @martincostello in #3719New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.1...v10.1.0
v10.0.1What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.0...v10.0.1
v10.0.0Swashbuckle.AspNetCore v10.0.0
With this release, Swashbuckle.AspNetCore adds support for generating OpenAPI 3.1 documents and for ASP.NET Core 10.
Swashbuckle.AspNetCore v10 depends on OpenAPI.NET v2.3 which introduces many breaking changes to the public API surface. More information can be found in their OpenAPI.NET v2 Upgrade Guide.
To reduce the number of breaking behavioural changes in Swashbuckle.AspNetCore v10, generation of OpenAPI 3.1 documents is opt-in.
To generate OpenAPI 3.1 documents, change the OpenAPI version as shown in the code snippet below:
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.6...v10.0.0
Configuration
📅 Schedule: (UTC)
🚦 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.