Skip to content

chore(deps): update swashbuckle-aspnetcore monorepo to v10 (major)#236

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-swashbuckle-aspnetcore-monorepo
Open

chore(deps): update swashbuckle-aspnetcore monorepo to v10 (major)#236
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-swashbuckle-aspnetcore-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 15, 2025

This PR contains the following updates:

Package Change Age Confidence
Swashbuckle.AspNetCore 8.1.010.1.7 age confidence
Swashbuckle.AspNetCore.Annotations 8.1.010.1.7 age confidence
Swashbuckle.AspNetCore.Newtonsoft 8.1.010.1.7 age confidence
Swashbuckle.AspNetCore.Swagger 8.1.010.1.7 age confidence
Swashbuckle.AspNetCore.SwaggerGen 8.1.010.1.7 age confidence
Swashbuckle.AspNetCore.SwaggerUI 8.1.010.1.7 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v10.1.7

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.6...v10.1.7

v10.1.6

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.5...v10.1.6

v10.1.5

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.4...v10.1.5

v10.1.4

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.3...v10.1.4

v10.1.3

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.2...v10.1.3

v10.1.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.1...v10.1.2

v10.1.1

What's Changed

New Contributors

Full Changelog:

v10.1.0

What's Changed
New Features
Bug Fixes
Miscellaneous
New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.1...v10.1.0

v10.0.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.0...v10.0.1

v10.0.0

Swashbuckle.AspNetCore v10.0.0

[!IMPORTANT]
This release contains major breaking changes.

Read our v10 migration guide for further information.

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:

app.UseSwagger(options =>
{
    options.OpenApiVersion = OpenApiSpecVersion.OpenApi3_1;
});

[!TIP]
It is strongly recommended that you upgrade to Swashbuckle.AspNetCore v9.0.6 before upgrading to v10.

[!IMPORTANT]
Use of Swashbuckle.AspNetCore with the ASP.NET Core WithOpenApi() method is no longer supported.

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.6...v10.0.0

v9.0.6

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.5...v9.0.6

v9.0.5

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.4...v9.0.5

v9.0.4

What's Changed
New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4

v9.0.3

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.2...v9.0.3

v9.0.2

What's Changed
New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.1...v9.0.2

v9.0.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.0...v9.0.1

v9.0.0

📣 This release contains the following breaking changes:

  • Drops support for netstandard2.0 and thus .NET Framework - now only net8.0 and net9.0 are supported.
  • Removes all public members annotated as [Obsolete] in previous releases.
  • Removes the deprecated --serializeasv2 option from Swashbuckle.AspNetCore.Cli, which was superseded by --openapiversion from version 8.0.0.
What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.4...v9.0.0

v8.1.4

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.3...v8.1.4

v8.1.3

What's Changed
New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.2...v8.1.3

v8.1.2

What's Changed
New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.1...v8.1.2

v8.1.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.0...v8.1.1


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 requested a review from a team as a code owner June 15, 2025 11:58
@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 512841b to 5ff0927 Compare July 8, 2025 16:48
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jul 8, 2025

@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 5ff0927 to 9a5a884 Compare August 27, 2025 11:12
@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from f41e8ff to 2c9c62f Compare October 2, 2025 13:49
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Oct 2, 2025

@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 2c9c62f to 17e7f8a Compare November 11, 2025 17:31
@renovate renovate Bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to v9 (major) chore(deps): update swashbuckle-aspnetcore monorepo to v10 (major) Nov 11, 2025
@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 17e7f8a to 075391b Compare November 13, 2025 03:11
@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 075391b to 0ed9288 Compare December 19, 2025 13:07
@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 0e24f70 to 7222218 Compare February 5, 2026 15:38
@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 361490b to 5f7339a Compare February 18, 2026 13:05
@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 5f7339a to a816f7f Compare March 10, 2026 13:26
@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from a816f7f to d19c000 Compare March 24, 2026 21:51
@renovate renovate Bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from d19c000 to 9a3c627 Compare March 26, 2026 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants