Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

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

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

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

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


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 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 3 times, most recently from 8d05284 to cea297f Compare November 26, 2024 15:30
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from cea297f to a6f0074 Compare November 27, 2024 04:22
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 40b50b8 to 31a85ab Compare December 10, 2024 19:17
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from 4513af0 to 5d956d1 Compare December 17, 2024 00:46
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 5d956d1 to b4acea4 Compare December 31, 2024 04:24
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from 2aba6e8 to 8004d92 Compare January 13, 2025 22:17
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 8004d92 to fa4a283 Compare January 20, 2025 06:33
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from fa4a283 to 2384356 Compare January 28, 2025 19:11
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 5 times, most recently from f659848 to 8185241 Compare February 13, 2025 17:46
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 5 times, most recently from bfbb3d7 to 5fc3d85 Compare February 26, 2025 13:42
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 717d396 to 7eb1e14 Compare March 3, 2025 08:31
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 3e83c92 to 8a3d8bf Compare March 18, 2025 09:47
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from 8f4aab5 to c06136a Compare June 27, 2025 14:32
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 5 times, most recently from 4cf7f72 to 92946a9 Compare July 10, 2025 04:51
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 5 times, most recently from 416c0da to 1d71901 Compare July 19, 2025 19:00
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 0d95982 to d9c76ea Compare July 22, 2025 00:32
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from d9c76ea to 0ca5cdc Compare August 4, 2025 16:07
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 0ca5cdc to 08d6794 Compare August 16, 2025 10:45
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 5767ea6 to e5f07a5 Compare August 31, 2025 14:48
@renovate renovate bot changed the title chore(deps): update dependency swashbuckle.aspnetcore to v9 chore(deps): update dependency swashbuckle.aspnetcore to v9 - autoclosed Sep 11, 2025
@renovate renovate bot closed this Sep 11, 2025
@renovate renovate bot deleted the renovate/major-swashbuckle-aspnetcore-monorepo branch September 11, 2025 06:52
@renovate renovate bot changed the title chore(deps): update dependency swashbuckle.aspnetcore to v9 - autoclosed chore(deps): update dependency swashbuckle.aspnetcore to v9 Sep 11, 2025
@renovate renovate bot reopened this Sep 11, 2025
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 4dc0c57 to e5f07a5 Compare September 11, 2025 11:09
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from c428806 to 4a18147 Compare October 2, 2025 11:45
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 4a18147 to df3bcd0 Compare October 22, 2025 19:50
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.

0 participants