Skip to content

chore(deps): update dependency swashbuckle.aspnetcore to v10#170

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2025

This PR contains the following updates:

Package Change Age Confidence
Swashbuckle.AspNetCore 8.1.410.1.5 age confidence

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

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


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.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from c40eab9 to e45dbb8 Compare June 13, 2025 23:15
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from d5e30b1 to e7abbcf Compare June 27, 2025 17:38
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 4 times, most recently from 7709f5a to 9ee390f Compare July 10, 2025 01:00
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 95147d4 to ab2fe95 Compare July 17, 2025 09:48
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from f4c9b42 to 17f6068 Compare August 6, 2025 02:50
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 17f6068 to 32a00b0 Compare August 16, 2025 06:43
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 32a00b0 to 3adf7de Compare August 27, 2025 18:43
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 9802182 to 3d85852 Compare September 16, 2025 19:42
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from 29d2eab to 558fb8f Compare October 2, 2025 12:02
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 558fb8f to ae4f456 Compare October 15, 2025 04:33
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 7cee4c1 to 22a4f30 Compare November 3, 2025 03:35
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 22a4f30 to 2652555 Compare November 11, 2025 15:13
@renovate renovate bot changed the title chore(deps): update dependency swashbuckle.aspnetcore to v9 chore(deps): update dependency swashbuckle.aspnetcore to v10 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 635b8e5 to 31dea92 Compare November 13, 2025 01:53
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 4242eda to 865b69d Compare November 29, 2025 03:15
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from 48f74b7 to 90dfae0 Compare December 5, 2025 13:42
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 90dfae0 to b793aad Compare December 19, 2025 16:13
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from aac4157 to 6b4f24c Compare January 15, 2026 07:33
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 6b4f24c to 730ed5d Compare January 21, 2026 22:34
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from afe6ab9 to 5bc17d5 Compare February 5, 2026 15:51
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from c0a4433 to 68e5e23 Compare February 14, 2026 14:31
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 68e5e23 to 5613fd7 Compare February 18, 2026 11:50
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 5613fd7 to 8e00a75 Compare March 10, 2026 15:35
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 8e00a75 to 3fe3b7c Compare March 11, 2026 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants