AKlaus / DomainResult

Tiny package for decoupling domain operation results from IActionResult and IResult types of ASP.NET Web API
Apache License 2.0
53 stars 3 forks source link

Bump Swashbuckle.AspNetCore from 5.5.1 to 5.6.3 #7

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps Swashbuckle.AspNetCore from 5.5.1 to 5.6.3.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v5.6.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/15?closed=1

Of note, these include:

  • Improve polymorphism & inheritance behavior, incl. more flexible config & discriminator metadata
  • Better support for reverse proxy environments, incl. assigning servers metadata based on the presence of common reverse proxy headers
  • Support for emitting Swagger / OpenAPI in yaml format
  • Improve Schema generation for ProblemDetails
  • Handle Min/MaxLength attribute for arrays
  • Upgrade swagger-ui to v3.32.5
  • Upgrade redoc to v2.0.0-rc.40
Commits
  • 90a6382 Handle nested params when describing in camel case
  • 0d922f3 Update readme to refledt latest release
  • 31c561d Revert "Fix redirect to index.html for apps running at a subpath"
  • 1a2b824 Merge pull request #1824 from steve-gombos/yaml-fix
  • 705419e Fix Path.GetExtension condition.
  • 0d7066e Remove incorrect use of X-Forwarded-For when inferring server metadata
  • 61b2fb2 Wrap Operation/Schema generation exceptions with additional context
  • 1247252 Update readme to reflect v5.6.0 release
  • 1445f05 Add CLI dependency to all CLI test projects and fix paths to dotnet-swagger.dll
  • 0f577b2 Upgrade Redoc to v2.0.0-rc.40
  • Additional 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 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)