Skip to content

chore(deps): major update dependency swashbuckle.aspnetcore to 10.2.3 - #397

Open
cheetahbot wants to merge 1 commit into
mainfrom
renovate/major-major-swashbuckle-aspnetcore-monorepo
Open

chore(deps): major update dependency swashbuckle.aspnetcore to 10.2.3#397
cheetahbot wants to merge 1 commit into
mainfrom
renovate/major-major-swashbuckle-aspnetcore-monorepo

Conversation

@cheetahbot

@cheetahbot cheetahbot commented Dec 19, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Swashbuckle.AspNetCore 7.3.210.2.3 age confidence

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v10.2.3

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.2...v10.2.3

v10.2.2

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.1...v10.2.2

v10.2.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.2.0...v10.2.1

v10.2.0

What's Changed

New Contributors

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

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

v8.1.0

What's Changed

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

v8.0.0

[!IMPORTANT]
Swashbuckle.AspNetCore drops support for .NET 6.

Swashbuckle.AspNetCore v8.0.0 makes the following notable changes:

  • Drops support for net6.0.
  • The netstandard2.0 TFM now depends on ASP.NET Core 2.3 instead of ASP.NET Core 2.1.
  • Updates Microsoft.OpenApi to v1.6.23. This update requires the use of swagger-ui v5.19.0 or later (v5.20.1 is included in the Swashbuckle.AspNetCore.SwaggerUI NuGet package). You may need to clear your browser's cache to pick up the latest JavaScript files for swagger-ui.
  • To prepare for future support for OpenAPI 3.1 documents, deprecates the SerializeAsV2 property by marking it as [Obsolete]. Users should update their code as illustrated below, depending on their use case:
    - options.SerializeAsV2 = true;
    + options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi2_0;
    
    // or if explicitly disabling (the same as the default behaviour)
    - options.SerializeAsV2 = false;
    + options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi3_0;
  • To prepare for future support for OpenAPI 3.1 documents, the Swashbuckle.AspNetCore.Cli tool has deprecated the --serializeasv2 option and logs a warning to the console. Users should update their usage as illustrated below, depending on their use case:
    - swagger tofile --output [output] [startupassembly] [swaggerdoc] --serializeasv2
    + swagger tofile --output [output] [startupassembly] [swaggerdoc] --openapiversion "2.0"

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.2...v8.0.0


Configuration

📅 Schedule: (in timezone Europe/Copenhagen)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • "after 12pm and before 4pm every weekday"

🚦 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 has been generated by Mend Renovate CLI.

@cheetahbot cheetahbot added automated-pr dependencies Pull requests that update a dependency file e2e-test major-update labels Dec 19, 2025
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from fa4ce0e to dac3f5b Compare December 22, 2025 12:21
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.0.1 chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.0 Dec 22, 2025
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 8ce9afa to 1e83b98 Compare January 24, 2026 22:13
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch from 1e83b98 to cfa6a11 Compare February 4, 2026 12:27
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.0 chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.1 Feb 4, 2026
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch from cfa6a11 to 97996ee Compare February 8, 2026 14:19
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.1 chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.2 Feb 8, 2026
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch from 97996ee to b380052 Compare February 17, 2026 12:28
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.2 chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.3 Feb 17, 2026
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.3 chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.4 Feb 21, 2026
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch from b380052 to 9cd27a9 Compare February 21, 2026 12:20
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 8e2c290 to 61cd1e9 Compare March 2, 2026 18:28
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 8adc002 to 1cd95b7 Compare March 13, 2026 12:26
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.4 chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.5 Mar 13, 2026
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 0dd943a to d891d92 Compare March 16, 2026 05:06
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch from d891d92 to fa2c566 Compare March 27, 2026 22:19
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.5 chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.6 Mar 27, 2026
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch from fa2c566 to 75a78ef Compare March 28, 2026 22:18
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.6 chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.7 Mar 28, 2026
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch from 75a78ef to 8734fa6 Compare April 13, 2026 18:43
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 96f67bd to 5c2504a Compare April 27, 2026 10:53
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 7e66f14 to 137e9e2 Compare May 26, 2026 17:22
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.1.7 chore(deps): major update swashbuckle-aspnetcore monorepo to 10.1.7 Jun 2, 2026
@cheetahbot cheetahbot changed the title chore(deps): major update swashbuckle-aspnetcore monorepo to 10.1.7 chore(deps): major update swashbuckle-aspnetcore monorepo to 10.1.7 - autoclosed Jun 2, 2026
@cheetahbot cheetahbot closed this Jun 2, 2026
@cheetahbot
cheetahbot deleted the renovate/major-major-swashbuckle-aspnetcore-monorepo branch June 2, 2026 13:38
@cheetahbot cheetahbot changed the title chore(deps): major update swashbuckle-aspnetcore monorepo to 10.1.7 - autoclosed chore(deps): major update swashbuckle-aspnetcore monorepo to 10.2.1 Jun 5, 2026
@cheetahbot cheetahbot reopened this Jun 5, 2026
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from 5086dc4 to 52cd1ab Compare June 12, 2026 11:33
@cheetahbot cheetahbot changed the title chore(deps): major update swashbuckle-aspnetcore monorepo to 10.2.1 chore(deps): major update swashbuckle-aspnetcore monorepo (major) Jun 19, 2026
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch from 52cd1ab to fc71311 Compare June 22, 2026 19:21
@cheetahbot cheetahbot changed the title chore(deps): major update swashbuckle-aspnetcore monorepo (major) chore(deps): major update dependency swashbuckle.aspnetcore to 10.2.2 Jun 23, 2026
@cheetahbot
cheetahbot force-pushed the renovate/major-major-swashbuckle-aspnetcore-monorepo branch from fc71311 to 33075fb Compare June 25, 2026 15:14
@cheetahbot cheetahbot changed the title chore(deps): major update dependency swashbuckle.aspnetcore to 10.2.2 chore(deps): major update dependency swashbuckle.aspnetcore to 10.2.3 Jun 25, 2026
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.

2 participants