Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Swashbuckle.AspNetCore.SwaggerUi from 5.6.3 to 6.3.0 in /AspNetC…
…ore v3.1/Calabonga.Microservice.IdentityModule/Calabonga.Microservice.IdentityModule.Web (#38) Bumps [Swashbuckle.AspNetCore.SwaggerUi](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 5.6.3 to 6.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases">Swashbuckle.AspNetCore.SwaggerUi's releases</a>.</em></p> <blockquote> <h2>v6.3.0</h2> <p><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.2.3...v6.3.0">Changes since <code>v6.2.3</code></a></p> <h2>v6.2.3</h2> <p><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.1.3...v6.2.3">Changes since <code>v6.1.3</code></a></p> <h2>v6.1.3</h2> <p>No release notes provided.</p> <h2>v6.1.0</h2> <p>No release notes provided.</p> <h2>v6.0.0</h2> <p>This release includes a number of small enhancements and bug fixes. See the following for a full list of issues addressed: <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/16?closed=1">https://github.com/domaindrivendev/Swashbuckle.AspNetCore/milestone/16?closed=1</a></p> <p><strong>Of note, these include:</strong></p> <ul> <li>include discriminator metadata in base schema if <em>either</em> UseOneOfForPolymorphism OR UseAllOfForInheritance are enabled</li> <li>remove fragile logic around X-Forwarded-* headers in favor of MS's Forwarded Headers Middleware (*see breaking changes)</li> <li>beta (opt-in) support for non-nullable reference types</li> <li>enhancements to SwaggerSchemaAttribute incl. use on Enum types & ability to set Nullable flag explicitly</li> <li>wrap generator exceptions to surface contextual info for troubleshooting</li> <li>support JSON object/array syntax in XML <!-- raw HTML omitted --> tags</li> <li>improved handling for enum default values to reflect serializer behavior more accurately</li> <li>upgrade swagger-ui to 3.40.0</li> </ul> <p><strong>Breaking Changes</strong></p> <ul> <li>the <em>obsolete</em> settings <code>DescribeAllEnumsAsStrings</code> and <code>DescribeStringEnumsInCamelCase</code> are now fully removed</li> <li>X-Forwarded-* headers are no longer honored within SB code - use <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore#working-with-reverse-proxies-and-load-balancers">MS's Forwarded Headers Middleware</a> instead</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/d63f028b6325857bd7a33a0dd7fc12fadb5c4e74"><code>d63f028</code></a> Update nuget API keys</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c5094a3a373985632bcab5072c98175bc563e875"><code>c5094a3</code></a> Merge pull request <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2367">#2367</a> from domaindrivendev/fix-enum-deduping</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/fdf8d9ad1794c608a16047de940ae2ad8bfc5066"><code>fdf8d9a</code></a> Dedup enum values after serialization instead of before</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/bb118dbd2ffac9595dfb41edd38b037b73486290"><code>bb118db</code></a> Merge pull request <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2356">#2356</a> from alexjephsonsw/minimalapi-enhancements</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/43b1b34973bc5c9f31c4ea8e011327203c85719b"><code>43b1b34</code></a> Merge pull request <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2166">#2166</a> from Eneuman/bug/nullabillity-in-generics</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/07d33a70041de6c9ed26462cf07b5c1e1f974b01"><code>07d33a7</code></a> Merge pull request <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2360">#2360</a> from mattmazzola/mattm/swaggercli-typo</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/a0d4e863a75120037b1ad9ebce23d5c9af25fa1a"><code>a0d4e86</code></a> style: typo succesfully to successfully</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/b36b1780bf68035f2b292507e61910e1cd3d665a"><code>b36b178</code></a> Add MethodInfo discovery for Minimal API</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/c7d580aa3860649de7d5faaa7b4d77dbceeaf5b7"><code>c7d580a</code></a> Merge pull request <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2339">#2339</a> from tbolon/global-json</li> <li><a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/commit/b5ab8f392fad99dba2407ed3cef915c5e98bfcf2"><code>b5ab8f3</code></a> Merge pull request <a href="https://redirect.github.com/domaindrivendev/Swashbuckle.AspNetCore/issues/2342">#2342</a> from tbolon/see-langword</li> <li>Additional commits viewable in <a href="https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v5.6.3...v6.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swashbuckle.AspNetCore.SwaggerUi&package-manager=nuget&previous-version=5.6.3&new-version=6.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Calabonga/Microservice-Template/network/alerts). </details>
- Loading branch information