SqlClientExtensions icon indicating copy to clipboard operation
SqlClientExtensions copied to clipboard

Bump Swashbuckle.AspNetCore from 8.1.4 to 9.0.6

Open dependabot[bot] opened this issue 4 months ago • 0 comments

Updated Swashbuckle.AspNetCore from 8.1.4 to 9.0.6.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

9.0.6

What's Changed

  • Bump redoc from 2.5.0 to 2.5.1 by @​dependabot in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3587
  • Bump swagger-ui from 5.29.1 to 5.29.2 by @​dependabot in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3595

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.5...v9.0.6

9.0.5

What's Changed

  • .NET 10 preparation by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3565
  • Update NuGet packages by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3573
  • Fix anchors by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3577
  • Bump swagger-ui-dist from 5.27.1 to 5.29.1

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.4...v9.0.5

9.0.4

What's Changed

  • Fix incorrect ETag values by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3490
  • Fix Accept-Encoding parsing by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3492
  • Check Accept-Encoding quality by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3493
  • Update xunit packages by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3500
  • Add release notes configuration by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3502
  • Simplify release workflow by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3503
  • Bump xunit dependencies by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3508
  • Update NuGet dependencies by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3513
  • Remove WebHost usage from tests by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3517
  • Fix typos by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3520
  • Sign-off commits by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3526
  • Add zizmor by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3528
  • Fix permissions by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3529
  • Bump zizmor by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3535
  • Add default $type discriminator for [JsonPolymorphic] by @​lilinus in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3496
  • Update NuGet dependencies by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3545

New Contributors

  • @​lilinus made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3496

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.3...v9.0.4

9.0.3

What's Changed

  • Fix incorrect Content-Length for swagger-ui and Redoc static assets by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3488

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.2...v9.0.3

9.0.2

What's Changed

  • Generate SBOM by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3468
  • Compress swagger-ui and Redoc files in embedded resources with GZip by @​stratosblue in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3399
  • Refactor GZip compression by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3480

New Contributors

  • @​stratosblue made their first contribution in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3399

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.1...v9.0.2

9.0.1

What's Changed

  • Fix missing Swashbuckle.AspNetCore metapackage dependencies by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3460

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v9.0.0...v9.0.1

9.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

  • Add tests for [Range] and respect ParseLimitsInInvariantCulture property by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3448
  • Fix [Range] behaviour by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3449
  • Refactor sample websites by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3450
  • Drop netstandard support by @​martincostello in https://github.com/domaindrivendev/Swashbuckle.AspNetCore/pull/3422

Full Changelog: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v8.1.4...v9.0.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Oct 06 '25 22:10 dependabot[bot]