Update dependency Swashbuckle.AspNetCore to v6 #14

Merged
kjuulh merged 1 commits from renovate/swashbuckle-aspnetcore-monorepo into main 2022-10-27 09:18:49 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
Swashbuckle.AspNetCore nuget major 5.6.3 -> 6.4.0

Release Notes

domaindrivendev/Swashbuckle.AspNetCore

v6.4.0

Changes since v6.3.0

v6.3.1

Changes since v6.3.0

v6.3.0

Changes since v6.2.3

v6.2.3

Changes since v6.1.3

v6.0.0

This release includes a number of small enhancements and bug fixes. See the following for a full list of issues addressed:
https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/16?closed=1

Of note, these include:

  • include discriminator metadata in base schema if either UseOneOfForPolymorphism OR UseAllOfForInheritance are enabled
  • remove fragile logic around X-Forwarded-* headers in favor of MS's Forwarded Headers Middleware (*see breaking changes)
  • beta (opt-in) support for non-nullable reference types
  • enhancements to SwaggerSchemaAttribute incl. use on Enum types & ability to set Nullable flag explicitly
  • wrap generator exceptions to surface contextual info for troubleshooting
  • support JSON object/array syntax in XML tags
  • improved handling for enum default values to reflect serializer behavior more accurately
  • upgrade swagger-ui to 3.40.0

Breaking Changes

  • the obsolete settings DescribeAllEnumsAsStrings and DescribeStringEnumsInCamelCase are now fully removed
  • X-Forwarded-* headers are no longer honored within SB code - use MS's Forwarded Headers Middleware instead

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | nuget | major | `5.6.3` -> `6.4.0` | --- ### Release Notes <details> <summary>domaindrivendev/Swashbuckle.AspNetCore</summary> ### [`v6.4.0`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.4.0) [Changes since v6.3.0](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.3.0...v6.4.0) ### [`v6.3.1`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.3.1) [Changes since `v6.3.0`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.3.0...v6.3.1) ### [`v6.3.0`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.3.0) [Changes since `v6.2.3`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.3...v6.3.0) ### [`v6.2.3`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.2.3) [Changes since `v6.1.3`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.1.3...v6.2.3) ### [`v6.0.0`](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases/tag/v6.0.0) This release includes a number of small enhancements and bug fixes. See the following for a full list of issues addressed: https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/16?closed=1 **Of note, these include:** - include discriminator metadata in base schema if *either* UseOneOfForPolymorphism OR UseAllOfForInheritance are enabled - remove fragile logic around X-Forwarded-\* headers in favor of MS's Forwarded Headers Middleware (\*see breaking changes) - beta (opt-in) support for non-nullable reference types - enhancements to SwaggerSchemaAttribute incl. use on Enum types & ability to set Nullable flag explicitly - wrap generator exceptions to surface contextual info for troubleshooting - support JSON object/array syntax in XML <example> tags - improved handling for enum default values to reflect serializer behavior more accurately - upgrade swagger-ui to 3.40.0 **Breaking Changes** - the *obsolete* settings `DescribeAllEnumsAsStrings` and `DescribeStringEnumsInCamelCase` are now fully removed - X-Forwarded-\* headers are no longer honored within SB code - use [MS's Forwarded Headers Middleware](https://github.com/domaindrivendev/Swashbuckle.AspNetCore#working-with-reverse-proxies-and-load-balancers) instead </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMTEiLCJ1cGRhdGVkSW5WZXIiOiIzMi4yNDEuMTEifQ==-->
kjuulh added 1 commit 2022-10-27 08:57:19 +02:00
Update dependency Swashbuckle.AspNetCore to v6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
30b465a385
kjuulh merged commit 30b465a385 into main 2022-10-27 09:18:49 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/todo#14
No description provided.