thor-it / thor-sso

FOSS IdentityServer4 solution for single-sign-on of the rugby club SRC Thor.
MIT License
2 stars 1 forks source link

Update dependency Swashbuckle.AspNetCore to v6 #96

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

domaindrivendev/Swashbuckle.AspNetCore ### [`v6.3.0`](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/releases/v6.3.0) [Changes since `v6.2.3`](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.3...v6.3.0) ### [`v6.2.3`](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/releases/v6.2.3) [Changes since `v6.1.3`](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.1.3...v6.2.3) ### [`v6.0.0`](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore/releases/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](https://togithub.com/domaindrivendev/Swashbuckle.AspNetCore#working-with-reverse-proxies-and-load-balancers) instead

Configuration

📅 Schedule: 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.