Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Change Age Confidence
Swashbuckle.AspNetCore 6.4.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

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 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 6baf353 to 72c56ab Compare November 26, 2024 11:49
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 72c56ab to 03eb75c Compare November 26, 2024 15:50
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 6afc397 to 92d8492 Compare December 10, 2024 18:40
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 92d8492 to 5084c53 Compare December 17, 2024 03:28
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 5084c53 to fb77f5c Compare December 31, 2024 04:57
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 282b9bc to 4cf3fde Compare January 10, 2025 20:25
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 4cf3fde to e663af9 Compare January 20, 2025 06:47
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 5 times, most recently from 69c0ceb to aed8622 Compare February 13, 2025 18:10
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 4 times, most recently from 34dd821 to ac20e10 Compare February 27, 2025 20:44
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from ac20e10 to 66976b0 Compare March 3, 2025 09:07
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 6 times, most recently from d143aa5 to ed57e80 Compare March 18, 2025 21:12
@renovate renovate bot changed the title chore(deps): update dependency swashbuckle.aspnetcore to v7 chore(deps): update dependency swashbuckle.aspnetcore to v8 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from ed57e80 to 4775320 Compare March 31, 2025 13:00
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 06fe22a to 2541f6b Compare May 13, 2025 15:36
@renovate renovate bot changed the title chore(deps): update dependency swashbuckle.aspnetcore to v8 chore(deps): update dependency swashbuckle.aspnetcore to v8 - autoclosed May 13, 2025
@renovate renovate bot closed this May 13, 2025
@renovate renovate bot deleted the renovate/major-swashbuckle-aspnetcore-monorepo branch May 13, 2025 18:54
@renovate renovate bot changed the title chore(deps): update dependency swashbuckle.aspnetcore to v8 - autoclosed chore(deps): update dependency swashbuckle.aspnetcore to v8 May 13, 2025
@renovate renovate bot reopened this May 13, 2025
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 2541f6b to 02c3e10 Compare May 19, 2025 19:42
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 02c3e10 to 1e5825f Compare May 23, 2025 14:43
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from e9cf512 to eb9b7be Compare June 7, 2025 11:40
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from eb9b7be to df11803 Compare June 13, 2025 17:06
@renovate renovate bot changed the title chore(deps): update dependency swashbuckle.aspnetcore to v8 chore(deps): update dependency swashbuckle.aspnetcore to v9 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from df11803 to a0702a2 Compare June 13, 2025 23:26
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from 414b2f8 to e7cc966 Compare June 27, 2025 17:37
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 9de9bba to 54a7ed8 Compare July 8, 2025 18:39
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 2 times, most recently from 48d76bb to 72cc423 Compare July 17, 2025 09:39
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 72cc423 to 2529aa6 Compare August 5, 2025 02:07
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 2529aa6 to 157330d Compare August 16, 2025 06:40
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from 157330d to 0ea07c9 Compare August 27, 2025 09:43
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch 3 times, most recently from f68a9bb to bd37359 Compare October 2, 2025 11:49
@renovate renovate bot force-pushed the renovate/major-swashbuckle-aspnetcore-monorepo branch from bd37359 to d2ce5fa Compare October 28, 2025 10:05
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.

1 participant