Skip to content

chore(deps): update swashbuckle-aspnetcore monorepo to v9#2498

Merged
tomkerkhove merged 1 commit intomasterfrom
renovate-swashbuckle-aspnetcore-monorepo
Jul 17, 2025
Merged

chore(deps): update swashbuckle-aspnetcore monorepo to v9#2498
tomkerkhove merged 1 commit intomasterfrom
renovate-swashbuckle-aspnetcore-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 14, 2024

This PR contains the following updates:

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

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

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

v7.3.2

What's Changed
New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.1...v7.3.2

v7.3.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.0...v7.3.1

v7.3.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v7.3.0

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0

v7.1.0

What's Changed

New Contributors

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

v7.0.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.9.0...v7.0.0

v6.9.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.1...v6.9.0

v6.8.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1

v6.8.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0

v6.7.3

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.2...v6.7.3

v6.7.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.1...v6.7.2

v6.7.1

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1

v6.7.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.2...v6.7.0

v6.6.2

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.6.1...v6.6.2

v6.6.1

What's Changed


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 May 14, 2024 11:54
@renovate renovate bot added the dependencies All issues related to dependencies & Renovate label May 14, 2024
@github-actions
Copy link

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

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label May 14, 2024
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from bb328d6 to abe5c83 Compare May 21, 2024 20:24
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to v6.6.1 chore(deps): update swashbuckle-aspnetcore monorepo to v6.6.2 May 21, 2024
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 4 times, most recently from 27a68ba to a3fc246 Compare June 1, 2024 06:58
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 4 times, most recently from d531624 to 870e615 Compare June 5, 2024 08:12
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 870e615 to 305f54f Compare August 1, 2024 17:14
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to v6.6.2 chore(deps): update swashbuckle-aspnetcore monorepo to v6.7.0 Aug 1, 2024
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 305f54f to e210212 Compare August 18, 2024 11:32
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to v6.7.0 chore(deps): update swashbuckle-aspnetcore monorepo to v6.7.1 Aug 18, 2024
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from e210212 to 2372a03 Compare August 24, 2024 11:41
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to v6.7.1 chore(deps): update swashbuckle-aspnetcore monorepo to v6.7.2 Aug 24, 2024
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 2372a03 to e02a80b Compare August 26, 2024 10:59
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to v6.7.2 chore(deps): update swashbuckle-aspnetcore monorepo to v6.7.3 Aug 26, 2024
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to v6.7.3 chore(deps): update swashbuckle-aspnetcore monorepo to 6.7.3 Aug 28, 2024
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from e02a80b to 96a601c Compare September 23, 2024 10:09
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to 6.7.3 chore(deps): update swashbuckle-aspnetcore monorepo to 6.8.0 Sep 23, 2024
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from 83cfca9 to 195493c Compare September 30, 2024 10:40
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to 6.8.0 chore(deps): update swashbuckle-aspnetcore monorepo to 6.8.1 Sep 30, 2024
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 022d1ef to 5634520 Compare March 18, 2025 20:05
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to v7 chore(deps): update swashbuckle-aspnetcore monorepo to v8 Mar 18, 2025
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 9 times, most recently from 058dfe8 to d8988a3 Compare April 4, 2025 09:17
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 4 times, most recently from ea2f55e to 0348f5f Compare April 11, 2025 09:26
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 0348f5f to 2e4df3d Compare April 22, 2025 08:47
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 2e4df3d to 8b9fd89 Compare May 23, 2025 12:14
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from d492311 to 0de9548 Compare June 4, 2025 10:37
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from 0de9548 to ebdabca Compare June 13, 2025 17:58
@renovate renovate bot changed the title chore(deps): update swashbuckle-aspnetcore monorepo to v8 chore(deps): update swashbuckle-aspnetcore monorepo to v9 Jun 13, 2025
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 164fb5b to dae6301 Compare July 8, 2025 17:05
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 16c1f03 to dacf28d Compare July 17, 2025 09:41
@renovate renovate bot force-pushed the renovate-swashbuckle-aspnetcore-monorepo branch from dacf28d to 89663d5 Compare July 17, 2025 09:43
@tomkerkhove tomkerkhove merged commit 44978cb into master Jul 17, 2025
22 of 26 checks passed
@tomkerkhove tomkerkhove deleted the renovate-swashbuckle-aspnetcore-monorepo branch July 17, 2025 11:10
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 🔍 Ready for Review Pull Request is not reviewed yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant