Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2025

This PR contains the following updates:

Package Change Age Confidence
Swashbuckle.AspNetCore 9.0.3 -> 10.0.1 age confidence
Swashbuckle.AspNetCore.Annotations 9.0.3 -> 10.0.1 age confidence

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

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


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 these updates again.


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

@renovate renovate bot requested a review from tomkerkhove as a code owner August 27, 2025 11:45
@renovate renovate bot added the dependencies All issues related to dependencies & Renovate label Aug 27, 2025
@renovate renovate bot added the dependencies All issues related to dependencies & Renovate label Aug 27, 2025
@github-actions
Copy link

Thank you for your contribution! 🙏 We will review it as soon as possible.

@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 18dcdf1 to 8757a9f Compare September 19, 2025 11:23
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.4 chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.4 - autoclosed Sep 24, 2025
@renovate renovate bot closed this Sep 24, 2025
@renovate renovate bot deleted the renovate-swashbuckle-aspnetcore-monorepo branch September 24, 2025 15:07
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.4 - autoclosed chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.4 Sep 24, 2025
@renovate renovate bot reopened this Sep 24, 2025
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 8757a9f to 455cb6c Compare September 29, 2025 14:53
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.4 chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.5 Sep 29, 2025
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 455cb6c to 0e061a1 Compare October 2, 2025 23:51
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.5 chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.6 Oct 2, 2025
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 0e061a1 to a34b52a Compare October 15, 2025 13:24
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 95335ff to 6e81e3c Compare October 28, 2025 06:56
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from baa15f0 to e029a65 Compare November 9, 2025 12:27
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to 9.0.6 chore(deps): update swashbuckle-aspnetcore monorepo to v10 Nov 11, 2025
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from abee5b7 to 100363f Compare November 13, 2025 00:35
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 100363f to bb88552 Compare November 13, 2025 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies All issues related to dependencies & Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants