Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2025

This PR contains the following updates:

Package Change Age Confidence
Swashbuckle.AspNetCore 9.0.6 -> 10.1.0 age confidence
Swashbuckle.AspNetCore.Newtonsoft 9.0.6 -> 10.1.0 age confidence

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate
Copy link
Contributor Author

renovate bot commented Nov 12, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 0db958a to 1cec86b Compare November 12, 2025 23:49
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 1cec86b to daa8a5e Compare December 10, 2025 18:38
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from daa8a5e to 0f05c11 Compare December 19, 2025 14:06
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 0f05c11 to dafe277 Compare December 21, 2025 05:04
@renovate renovate bot changed the title Update swashbuckle-aspnetcore monorepo to v10 (major) Update swashbuckle-aspnetcore monorepo to v10 (major) - autoclosed Dec 21, 2025
@renovate renovate bot closed this Dec 21, 2025
@renovate renovate bot deleted the renovate/major-swashbuckle-aspnetcore-monorepo branch December 21, 2025 11:37
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.

1 participant