Skip to content

Update dependency swashbuckle.aspnetcore.cli to v10#158

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

Update dependency swashbuckle.aspnetcore.cli to v10#158
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/major-swashbuckle-aspnetcore-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2025

This PR contains the following updates:

Package Change Age Confidence
swashbuckle.aspnetcore.cli 9.0.610.1.4 age confidence

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (swashbuckle.aspnetcore.cli)

v10.1.4

Compare Source

What's Changed

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

v10.1.3

Compare Source

What's Changed

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

v10.1.2

Compare Source

What's Changed

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

v10.1.1

Compare Source

What's Changed

New Contributors

Full Changelog:

v10.1.0

Compare Source

What's Changed
New Features
Bug Fixes
Miscellaneous
New Contributors

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

v10.0.1

Compare Source

What's Changed

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

v10.0.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 2 times, most recently from 29127e8 to 0a20f86 Compare January 5, 2026 09:16
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 0a20f86 to 9df20e5 Compare January 14, 2026 13:19
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 7539d36 to fa7b2e8 Compare February 5, 2026 18:04
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from fa7b2e8 to ec94a55 Compare February 14, 2026 12:57
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from ec94a55 to d2a3909 Compare February 18, 2026 14:52
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