Skip to content

Update dependency Swashbuckle.AspNetCore.Annotations to v8 - autoclosed#80

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/swashbuckle.aspnetcore.annotations-8.x
Closed

Update dependency Swashbuckle.AspNetCore.Annotations to v8 - autoclosed#80
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/swashbuckle.aspnetcore.annotations-8.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Swashbuckle.AspNetCore.Annotations 7.2.0 -> 8.1.4 age adoption passing confidence

Release Notes

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore.Annotations)

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


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 becomes conflicted, 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/swashbuckle.aspnetcore.annotations-8.x branch from b6b05e7 to 8f83ed5 Compare March 26, 2025 00:05
@renovate renovate Bot force-pushed the renovate/swashbuckle.aspnetcore.annotations-8.x branch from 8f83ed5 to ab8a1ac Compare April 3, 2025 15:31
@renovate renovate Bot force-pushed the renovate/swashbuckle.aspnetcore.annotations-8.x branch from ab8a1ac to ffc053b Compare April 13, 2025 14:43
@renovate renovate Bot force-pushed the renovate/swashbuckle.aspnetcore.annotations-8.x branch from ffc053b to 556ffdb Compare April 24, 2025 06:47
@renovate renovate Bot force-pushed the renovate/swashbuckle.aspnetcore.annotations-8.x branch from 556ffdb to 3c8a7c2 Compare May 26, 2025 12:27
@renovate renovate Bot force-pushed the renovate/swashbuckle.aspnetcore.annotations-8.x branch 2 times, most recently from 915f34e to a0d4115 Compare June 7, 2025 09:42
@renovate renovate Bot force-pushed the renovate/swashbuckle.aspnetcore.annotations-8.x branch from a0d4115 to 537286c Compare June 14, 2025 20:16
@renovate renovate Bot changed the title Update dependency Swashbuckle.AspNetCore.Annotations to v8 Update dependency Swashbuckle.AspNetCore.Annotations to v8 - autoclosed Jun 16, 2025
@renovate renovate Bot closed this Jun 16, 2025
@renovate renovate Bot deleted the renovate/swashbuckle.aspnetcore.annotations-8.x branch June 16, 2025 16:06
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.

0 participants